# # ChangeLog for orxonox/trunk/src/simple_animation.h in orxonox.OLD # # Generated by Trac 1.0.9 # May 23, 2024, 11:41:45 PM Thu, 07 Apr 2005 20:13:42 GMT patrick [3752] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/simple_animation.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) * orxonox/trunk/src/world_entities/test_gun.h (modified) * orxonox/trunk/src/world_entities/weapon.cc (modified) orxonox/trunk: weapon now works perfectly: it shoots and moves to it. ... Thu, 07 Apr 2005 17:37:25 GMT patrick [3750] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/lib/graphics/importer/model.cc (modified) * orxonox/trunk/src/simple_animation.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/satellite.cc (added) * orxonox/trunk/src/world_entities/satellite.h (added) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: made some sattelite object just for fun and to show on ... Thu, 07 Apr 2005 13:07:20 GMT patrick [3744] * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/simple_animation.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) orxonox/trunk: SimpleAnimation works again :) Wed, 06 Apr 2005 22:33:01 GMT patrick [3739] * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/simple_animation.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/environment.cc (modified) orxonox/trunk: worked on simpleanimation - not yet done. Wed, 06 Apr 2005 22:11:44 GMT patrick [3738] * orxonox/trunk/ToDo (modified) * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/simple_animation.h (modified) orxonox/trunk: simpleanimation is on the way to support more than one ... Wed, 06 Apr 2005 09:24:17 GMT patrick [3733] * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/simple_animation.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) orxonox/trunk: SimpleAnimation - the NEG_EXP function works also now. Tue, 05 Apr 2005 21:51:15 GMT patrick [3729] * orxonox/trunk/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/simple_animation.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/environment.cc (modified) orxonox/trunk: simple animation is moving, but not realy what it should Tue, 05 Apr 2005 17:44:05 GMT patrick [3727] * orxonox/trunk/src/game_loader.cc (modified) * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/simple_animation.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/story_entities/world.h (modified) orxonox/trunk: added a third debug level, made SimpleAnimation ... Tue, 05 Apr 2005 16:34:33 GMT patrick [3726] * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/simple_animation.h (modified) orxonox/trunk: reimplemented, rescaled KeyFrame. Mon, 04 Apr 2005 23:07:47 GMT patrick [3720] * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/simple_animation.h (modified) orxonox/trunk: now implemented the speed distribution algorithms Mon, 04 Apr 2005 22:00:35 GMT patrick [3719] * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/simple_animation.h (modified) orxonox/trunk: implementing simpleanimation Mon, 04 Apr 2005 07:59:00 GMT patrick [3717] * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/simple_animation.h (modified) orxonox/trunk: simple change in animation player Wed, 16 Mar 2005 14:06:15 GMT patrick [3573] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/simple_animation.cc (added) * orxonox/trunk/src/simple_animation.h (added) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/environment.h (modified) * orxonox/trunk/src/world_entities/projectile.cc (added) * orxonox/trunk/src/world_entities/projectile.h (added) * orxonox/trunk/src/world_entities/shoot_laser.cc (deleted) * orxonox/trunk/src/world_entities/shoot_laser.h (deleted) * orxonox/trunk/src/world_entities/shoot_rocket.cc (deleted) * orxonox/trunk/src/world_entities/shoot_rocket.h (deleted) * orxonox/trunk/src/world_entities/weapon.cc (added) * orxonox/trunk/src/world_entities/weapon.h (added) orxonox/trunk: implemented skeleton for animatino player. added ...