# # ChangeLog for orxonox/trunk/src/world_entities in orxonox.OLD # # Generated by Trac 1.0.9 # May 23, 2024, 6:21:41 AM Sat, 28 May 2005 10:05:46 GMT bensch [4357] * orxonox/trunk/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/trunk/src/lib/graphics/importer/material.cc (modified) * orxonox/trunk/src/lib/graphics/importer/md2Model.cc (modified) * orxonox/trunk/src/lib/graphics/importer/model.cc (modified) * orxonox/trunk/src/lib/graphics/importer/texture.cc (modified) * orxonox/trunk/src/lib/graphics/importer/texture.h (modified) * orxonox/trunk/src/lib/graphics/particles/particle_system.cc (modified) * orxonox/trunk/src/subprojects/particles/particle_fun.cc (modified) * orxonox/trunk/src/world_entities/skybox.cc (modified) orxonox/trunk: now Textures are maped as they should before this ... Fri, 27 May 2005 19:16:53 GMT bensch [4338] * orxonox/trunk/configure (modified) * orxonox/trunk/configure.ac (modified) * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/lib/Makefile.am (modified) * orxonox/trunk/src/lib/Makefile.in (modified) * orxonox/trunk/src/lib/coord/p_node.h (modified) * orxonox/trunk/src/lib/graphics/light.h (modified) * orxonox/trunk/src/lib/graphics/particles/particle_emitter.cc (modified) * orxonox/trunk/src/lib/graphics/particles/particle_emitter.h (modified) * orxonox/trunk/src/lib/graphics/particles/particle_engine.cc (modified) * orxonox/trunk/src/lib/graphics/particles/particle_engine.h (modified) * orxonox/trunk/src/lib/graphics/particles/particle_system.cc (modified) * orxonox/trunk/src/lib/graphics/particles/particle_system.h (modified) * orxonox/trunk/src/lib/gui/gui/Makefile.am (modified) * orxonox/trunk/src/lib/gui/gui/Makefile.in (modified) * orxonox/trunk/src/lib/gui/gui/gui_gtk.cc (modified) * orxonox/trunk/src/lib/gui/gui/gui_gtk.h (modified) * orxonox/trunk/src/lib/physics (copied) * orxonox/trunk/src/lib/physics/Makefile.am (copied) * orxonox/trunk/src/lib/physics/Makefile.in (copied) * orxonox/trunk/src/lib/physics/fields (copied) * orxonox/trunk/src/lib/physics/fields/field.cc (copied) * orxonox/trunk/src/lib/physics/fields/field.h (copied) * orxonox/trunk/src/lib/physics/fields/fields.h (copied) * orxonox/trunk/src/lib/physics/fields/gravity.cc (copied) * orxonox/trunk/src/lib/physics/fields/gravity.h (copied) * orxonox/trunk/src/lib/physics/fields/point_gravity.cc (copied) * orxonox/trunk/src/lib/physics/fields/point_gravity.h (copied) * orxonox/trunk/src/lib/physics/fields/twirl.cc (copied) * orxonox/trunk/src/lib/physics/fields/twirl.h (copied) * orxonox/trunk/src/lib/physics/i_physics.cc (copied) * orxonox/trunk/src/lib/physics/i_physics.h (copied) * orxonox/trunk/src/lib/physics/physics_connection.cc (copied) * orxonox/trunk/src/lib/physics/physics_connection.h (copied) * orxonox/trunk/src/lib/physics/physics_engine.cc (copied) * orxonox/trunk/src/lib/physics/physics_engine.h (copied) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/story_entities/world.h (modified) * orxonox/trunk/src/subprojects/Makefile.am (modified) * orxonox/trunk/src/subprojects/Makefile.in (modified) * orxonox/trunk/src/subprojects/framework.cc (copied) * orxonox/trunk/src/subprojects/framework.h (copied) * orxonox/trunk/src/subprojects/importer/Makefile.am (modified) * orxonox/trunk/src/subprojects/importer/Makefile.in (modified) * orxonox/trunk/src/subprojects/particles (copied) * orxonox/trunk/src/subprojects/particles/Makefile.am (copied) * orxonox/trunk/src/subprojects/particles/Makefile.in (copied) * orxonox/trunk/src/subprojects/particles/particle_fun.cc (copied) * orxonox/trunk/src/util/state.cc (copied) * orxonox/trunk/src/util/state.h (copied) * orxonox/trunk/src/world_entities/camera.h (modified) orxonox/trunk: merged branches/physics back to the trunk merged with ... Thu, 26 May 2005 23:27:02 GMT patrick [4322] * orxonox/trunk/src/util/garbage_collector.cc (modified) * orxonox/trunk/src/util/object_manager.cc (modified) * orxonox/trunk/src/util/object_manager.h (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/test_bullet.cc (modified) now the objectmanagment works smoothly with the garbage collection: ... Thu, 26 May 2005 23:13:42 GMT patrick [4320] * orxonox/trunk/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/trunk/src/lib/coord/helper_parent.cc (modified) * orxonox/trunk/src/lib/graphics/graphics_engine.cc (modified) * orxonox/trunk/src/lib/graphics/light.cc (modified) * orxonox/trunk/src/lib/graphics/particles/particle_emitter.cc (modified) * orxonox/trunk/src/lib/graphics/particles/particle_engine.cc (modified) * orxonox/trunk/src/lib/graphics/particles/particle_system.cc (modified) * orxonox/trunk/src/lib/graphics/text_engine.cc (modified) * orxonox/trunk/src/lib/lang/base_object.cc (modified) * orxonox/trunk/src/lib/lang/base_object.h (modified) * orxonox/trunk/src/proto/proto_class.cc (modified) * orxonox/trunk/src/proto/proto_singleton.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/util/animation/animation_player.cc (modified) * orxonox/trunk/src/util/garbage_collector.cc (modified) * orxonox/trunk/src/util/object_manager.cc (modified) * orxonox/trunk/src/util/resource_manager.cc (modified) * orxonox/trunk/src/util/track/track_manager.cc (modified) * orxonox/trunk/src/util/track/track_node.cc (modified) * orxonox/trunk/src/world_entities/camera.cc (modified) * orxonox/trunk/src/world_entities/character_attributes.cc (modified) * orxonox/trunk/src/world_entities/satellite.cc (modified) * orxonox/trunk/src/world_entities/skybox.cc (modified) * orxonox/trunk/src/world_entities/terrain.cc (modified) * orxonox/trunk/src/world_entities/test_entity.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: now string name of a class works parallel to the int ... Thu, 26 May 2005 22:53:34 GMT patrick [4318] * orxonox/trunk/src/class_list.h (modified) * orxonox/trunk/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/trunk/src/lib/coord/helper_parent.cc (modified) * orxonox/trunk/src/lib/graphics/graphics_engine.cc (modified) * orxonox/trunk/src/lib/graphics/light.cc (modified) * orxonox/trunk/src/lib/graphics/particles/particle_emitter.cc (modified) * orxonox/trunk/src/lib/graphics/particles/particle_engine.cc (modified) * orxonox/trunk/src/lib/graphics/particles/particle_system.cc (modified) * orxonox/trunk/src/lib/graphics/text_engine.cc (modified) * orxonox/trunk/src/lib/lang/base_object.cc (modified) * orxonox/trunk/src/lib/lang/base_object.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/util/animation/animation_player.cc (modified) * orxonox/trunk/src/util/garbage_collector.cc (modified) * orxonox/trunk/src/util/loading/load_param.h (modified) * orxonox/trunk/src/util/object_manager.cc (modified) * orxonox/trunk/src/util/resource_manager.cc (modified) * orxonox/trunk/src/util/track/track_manager.cc (modified) * orxonox/trunk/src/util/track/track_node.cc (modified) * orxonox/trunk/src/world_entities/camera.cc (modified) * orxonox/trunk/src/world_entities/character_attributes.cc (modified) * orxonox/trunk/src/world_entities/satellite.cc (modified) * orxonox/trunk/src/world_entities/skybox.cc (modified) * orxonox/trunk/src/world_entities/terrain.cc (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: now changed the orxonox baseobject to object id ... Thu, 26 May 2005 21:03:31 GMT patrick [4311] * orxonox/trunk/src/class_list.h (deleted) * orxonox/trunk/src/util/garbage_collector.cc (modified) * orxonox/trunk/src/util/object_manager.cc (modified) * orxonox/trunk/src/util/object_manager.h (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: f*****g object manager is hard to get done right, ... Wed, 25 May 2005 22:49:50 GMT patrick [4289] * orxonox/trunk/src/util/garbage_collector.cc (modified) * orxonox/trunk/src/util/object_manager.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: now all unused projectiles are added to the dead list ... Wed, 25 May 2005 22:22:19 GMT patrick [4287] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/util/object_manager.cc (modified) * orxonox/trunk/src/util/object_manager.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: implemented the objectmanager debug functon, some ... Tue, 24 May 2005 09:08:33 GMT patrick [4276] * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/lib/Makefile.in (modified) * orxonox/trunk/src/lib/graphics/Makefile.in (modified) * orxonox/trunk/src/lib/graphics/importer/Makefile.in (modified) * orxonox/trunk/src/lib/graphics/importer/md2Model.cc (modified) * orxonox/trunk/src/lib/graphics/importer/md2Model.h (modified) * orxonox/trunk/src/lib/gui/Makefile.in (modified) * orxonox/trunk/src/lib/gui/console/Makefile.in (modified) * orxonox/trunk/src/lib/gui/gui/Makefile.in (modified) * orxonox/trunk/src/lib/tinyxml/Makefile.in (modified) * orxonox/trunk/src/subprojects/Makefile.in (modified) * orxonox/trunk/src/subprojects/gui/Makefile.in (modified) * orxonox/trunk/src/subprojects/importer/Makefile.in (modified) * orxonox/trunk/src/subprojects/testmain/Makefile.in (modified) * orxonox/trunk/src/world_entities/test_entity.cc (modified) * orxonox/trunk/src/world_entities/test_entity.h (modified) orxonox/trunk: cleaned out the md2 model class, there is now only one ... Sun, 22 May 2005 01:19:57 GMT bensch [4261] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/defs/stdincl.h (modified) * orxonox/trunk/src/factory.cc (deleted) * orxonox/trunk/src/factory.h (deleted) * orxonox/trunk/src/game_loader.cc (modified) * orxonox/trunk/src/game_loader.h (modified) * orxonox/trunk/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/trunk/src/glmenu/glmenu_imagescreen.h (modified) * orxonox/trunk/src/lib/Makefile.in (modified) * orxonox/trunk/src/lib/graphics/Makefile.in (modified) * orxonox/trunk/src/lib/graphics/importer/Makefile.in (modified) * orxonox/trunk/src/lib/gui/Makefile.in (modified) * orxonox/trunk/src/lib/gui/console/Makefile.in (modified) * orxonox/trunk/src/lib/gui/gui/Makefile.in (modified) * orxonox/trunk/src/lib/lang/base_object.cc (modified) * orxonox/trunk/src/lib/lang/base_object.h (modified) * orxonox/trunk/src/lib/tinyxml (copied) * orxonox/trunk/src/lib/tinyxml/tinystr.cc (copied) * orxonox/trunk/src/lib/tinyxml/tinystr.h (copied) * orxonox/trunk/src/lib/tinyxml/tinyxml.cc (copied) * orxonox/trunk/src/lib/tinyxml/tinyxml.h (copied) * orxonox/trunk/src/lib/tinyxml/tinyxmlerror.cc (copied) * orxonox/trunk/src/lib/tinyxml/tinyxmlparser.cc (copied) * orxonox/trunk/src/lib/xmlparser (deleted) * orxonox/trunk/src/story_entities/campaign.cc (modified) * orxonox/trunk/src/story_entities/campaign.h (modified) * orxonox/trunk/src/story_entities/story_entity.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/story_entities/world.h (modified) * orxonox/trunk/src/subprojects/Makefile.in (modified) * orxonox/trunk/src/subprojects/testmain/Makefile.in (modified) * orxonox/trunk/src/track_manager.cc (modified) * orxonox/trunk/src/track_manager.h (modified) * orxonox/trunk/src/util/loading (copied) * orxonox/trunk/src/util/loading/factory.cc (copied) * orxonox/trunk/src/util/loading/factory.h (copied) * orxonox/trunk/src/util/loading/load_param.cc (copied) * orxonox/trunk/src/util/loading/load_param.h (copied) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/player.h (modified) * orxonox/trunk/src/world_entities/skybox.cc (modified) * orxonox/trunk/src/world_entities/skybox.h (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) * orxonox/trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: merged the levelLoader-branche back into the trunk, ... Sat, 21 May 2005 09:24:31 GMT bensch [4246] * orxonox/trunk/src/lib/graphics/importer/md2Model.cc (modified) * orxonox/trunk/src/world_entities/test_entity.cc (modified) orxonox/trunk: md2_sloppy data-dir-fix Fri, 20 May 2005 09:28:43 GMT patrick [4245] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/lib/graphics/graphics_engine.cc (modified) * orxonox/trunk/src/lib/graphics/graphics_engine.h (modified) * orxonox/trunk/src/lib/graphics/importer/abstract_model.h (added) * orxonox/trunk/src/lib/graphics/importer/anorms.h (added) * orxonox/trunk/src/lib/graphics/importer/anormtab.h (added) * orxonox/trunk/src/lib/graphics/importer/md2Model.cc (added) * orxonox/trunk/src/lib/graphics/importer/md2Model.h (added) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/util/object_manager.cc (added) * orxonox/trunk/src/util/object_manager.h (added) * orxonox/trunk/src/world_entities/test_entity.cc (added) * orxonox/trunk/src/world_entities/test_entity.h (added) orxonox/trunk: merged back the md2_loader branche manualy (a full ... Mon, 09 May 2005 22:06:20 GMT bensch [4136] * orxonox/trunk/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/trunk/src/lib/graphics/importer/material.cc (modified) * orxonox/trunk/src/lib/graphics/importer/material.h (modified) * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/skybox.cc (modified) * orxonox/trunk/src/world_entities/skybox.h (modified) * orxonox/trunk/src/world_entities/terrain.cc (modified) orxonox/trunk: skyModel now gets unloaded/loaded for real. There was ... Sat, 07 May 2005 20:13:19 GMT bensch [4115] * orxonox/trunk/src/util/resource_manager.cc (modified) * orxonox/trunk/src/util/resource_manager.h (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: windows-test Sat, 07 May 2005 20:02:57 GMT bensch [4114] * orxonox/trunk/src/factory.h (modified) * orxonox/trunk/src/game_loader.cc (modified) * orxonox/trunk/src/story_entities/campaign.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: minor cleanup/windowsTest Sat, 07 May 2005 16:19:59 GMT bensch [4112] * orxonox/trunk/src/lib/graphics/importer/framework.cc (modified) * orxonox/trunk/src/lib/graphics/importer/model.cc (modified) * orxonox/trunk/src/lib/graphics/importer/primitive_model.cc (modified) * orxonox/trunk/src/world_entities/skybox.cc (modified) orxonox/trunk: model now gets loaded in an other order first vertex ... Fri, 06 May 2005 18:49:29 GMT bensch [4094] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/game_loader.cc (modified) * orxonox/trunk/src/lib/graphics/graphics_engine.cc (modified) * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/environment.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) orxonox/trunk: orxonox now runs from anywhere of the LINUX environment Fri, 06 May 2005 18:02:26 GMT bensch [4091] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/command_node.cc (modified) * orxonox/trunk/src/defs/globals.h (added) * orxonox/trunk/src/defs/stdincl.h (modified) * orxonox/trunk/src/game_loader.cc (modified) * orxonox/trunk/src/lib/gui/gui/gui_audio.cc (modified) * orxonox/trunk/src/lib/gui/gui/gui_exec.cc (modified) * orxonox/trunk/src/lib/gui/gui/gui_gtk.h (modified) * orxonox/trunk/src/lib/gui/gui/gui_keys.cc (modified) * orxonox/trunk/src/lib/gui/gui/gui_update.cc (modified) * orxonox/trunk/src/lib/gui/gui/gui_video.cc (modified) * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/util/resource_manager.cc (modified) * orxonox/trunk/src/util/resource_manager.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) orxonox/trunk: now All options get loaded in new style (be aware, ... Mon, 02 May 2005 13:58:52 GMT bensch [4013] * orxonox/trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: fixed the Bug, that crashed the second level Mon, 02 May 2005 13:54:33 GMT bensch [4012] * orxonox/trunk/src/world_entities/skybox.cc (modified) * orxonox/trunk/src/world_entities/skybox.h (modified) orxonox/trunk: some fixes in the SkyBox, loading of skybox should now ... Mon, 02 May 2005 13:14:57 GMT bensch [4010] * orxonox/trunk/aclocal.m4 (modified) * orxonox/trunk/configure (modified) * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/defs/stdincl.h (modified) * orxonox/trunk/src/factory.cc (copied) * orxonox/trunk/src/factory.h (copied) * orxonox/trunk/src/game_loader.cc (modified) * orxonox/trunk/src/game_loader.h (modified) * orxonox/trunk/src/lib/util/substring.cc (copied) * orxonox/trunk/src/lib/util/substring.h (copied) * orxonox/trunk/src/lib/xmlparser (copied) * orxonox/trunk/src/lib/xmlparser/tinystr.cc (copied) * orxonox/trunk/src/lib/xmlparser/tinystr.h (copied) * orxonox/trunk/src/lib/xmlparser/tinyxml.cc (copied) * orxonox/trunk/src/lib/xmlparser/tinyxml.h (copied) * orxonox/trunk/src/lib/xmlparser/tinyxmlerror.cc (copied) * orxonox/trunk/src/lib/xmlparser/tinyxmlparser.cc (copied) * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/story_entities/campaign.cc (modified) * orxonox/trunk/src/story_entities/campaign.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/story_entities/world.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/player.h (modified) * orxonox/trunk/src/world_entities/skybox.cc (modified) * orxonox/trunk/src/world_entities/skybox.h (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) * orxonox/trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: merged the levelloader from lltrunktemp to the trunk. ... Thu, 28 Apr 2005 20:36:58 GMT bensch [4006] * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: Gun on the ship is now fitted as it should Wed, 27 Apr 2005 16:56:01 GMT patrick [4000] * orxonox/trunk/src/util/animation/animation3d.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) * orxonox/trunk/src/world_entities/weapon.cc (modified) orxonox/trunk: weapon animation not realy nice but working now.. :) Wed, 27 Apr 2005 10:12:28 GMT patrick [3993] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/util/animation/animation3d.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) * orxonox/trunk/src/world_entities/weapon.cc (modified) orxonox/trunk: patch to use relative coordinates again, some smaller ... Tue, 26 Apr 2005 10:41:07 GMT patrick [3987] * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: test gun component1 now gets displayed correctly again Tue, 26 Apr 2005 10:38:20 GMT patrick [3986] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/util/animation/animation3d.cc (modified) * orxonox/trunk/src/world_entities/environment.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: fixed two major bugs in the animation3d framework ... Tue, 26 Apr 2005 00:48:43 GMT patrick [3980] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/util/animation/animation3d.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: started to implement the weapon change animation Mon, 25 Apr 2005 22:23:38 GMT bensch [3966] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/lib/coord/null_parent.cc (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/coord/p_node.h (modified) * orxonox/trunk/src/lib/graphics/importer/material.cc (modified) * orxonox/trunk/src/lib/graphics/importer/texture.cc (modified) * orxonox/trunk/src/lib/graphics/importer/texture.h (modified) * orxonox/trunk/src/lib/graphics/particles (copied) * orxonox/trunk/src/lib/graphics/particles/particle_emitter.cc (copied) * orxonox/trunk/src/lib/graphics/particles/particle_emitter.h (copied) * orxonox/trunk/src/lib/graphics/particles/particle_engine.cc (copied) * orxonox/trunk/src/lib/graphics/particles/particle_engine.h (copied) * orxonox/trunk/src/lib/graphics/particles/particle_system.cc (copied) * orxonox/trunk/src/lib/graphics/particles/particle_system.h (copied) * orxonox/trunk/src/lib/math/quaternion.h (deleted) * orxonox/trunk/src/lib/math/vector.cc (modified) * orxonox/trunk/src/lib/math/vector.h (modified) * orxonox/trunk/src/lib/math/vector_new.h (deleted) * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/track_manager.cc (modified) * orxonox/trunk/src/track_node.cc (modified) * orxonox/trunk/src/track_node.h (modified) * orxonox/trunk/src/world_entities/camera.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) orxonox/trunk: merged branches/particleEngine into the trunk, because ... Mon, 25 Apr 2005 21:45:57 GMT patrick [3964] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/util/animation/animation3d.cc (modified) * orxonox/trunk/src/util/animation/animation3d.h (modified) * orxonox/trunk/src/world_entities/environment.cc (modified) orxonox/trunk: implemented neg_exp function again. better than ever :) Wed, 20 Apr 2005 23:38:34 GMT bensch [3913] * orxonox/trunk/src/lib/graphics/importer/model.cc (modified) * orxonox/trunk/src/lib/graphics/importer/model.h (modified) * orxonox/trunk/src/lib/graphics/importer/objModel.cc (modified) * orxonox/trunk/src/world_entities/skybox.cc (modified) orxonox/trunk: importer: functionality improvement Tue, 19 Apr 2005 16:56:16 GMT bensch [3895] * orxonox/trunk/src/lib/graphics/importer/model.cc (modified) * orxonox/trunk/src/lib/graphics/importer/model.h (modified) * orxonox/trunk/src/lib/graphics/importer/primitive_model.cc (modified) * orxonox/trunk/src/world_entities/skybox.cc (modified) orxonox/trunk: more logic in adding face with the numerical adder Mon, 18 Apr 2005 23:16:16 GMT patrick [3888] * 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/src/world_entities/weapon.h (modified) orxonox/trunk: deconstructor cleanup in weapon/gun Mon, 18 Apr 2005 21:59:13 GMT patrick [3886] * orxonox/trunk/src/world_entities/test_gun.cc (modified) * orxonox/trunk/src/world_entities/test_gun.h (modified) * orxonox/trunk/src/world_entities/weapon.h (modified) orxonox/trunk: cleaned up the weapon/test_gun class. now it makes ... Mon, 18 Apr 2005 18:05:00 GMT patrick [3881] * 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/src/world_entities/weapon.h (modified) orxonox/trunk: weapon change enhanced. weapon handling is now better ... Mon, 18 Apr 2005 16:14:27 GMT patrick [3879] * orxonox/trunk/src/world_entities/weapon.cc (modified) orxonox/trunk: fixed a bug in the weapon change function: now there ... Mon, 18 Apr 2005 16:12:16 GMT patrick [3878] * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/weapon.cc (modified) * orxonox/trunk/src/world_entities/weapon.h (modified) orxonox/trunk: the weaponconfiguration can now be changed by pressing ... Mon, 18 Apr 2005 15:34:39 GMT patrick [3877] * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/weapon.cc (modified) * orxonox/trunk/src/world_entities/weapon.h (modified) orxonox/trunk: the player now works entirely with the WeaponManager. ... Mon, 18 Apr 2005 14:52:45 GMT patrick [3875] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/weapon.cc (modified) * orxonox/trunk/src/world_entities/weapon.h (modified) orxonox/trunk: weapon manager now works in player, cleaning up the rest Mon, 18 Apr 2005 14:01:42 GMT patrick [3873] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/player.h (modified) * orxonox/trunk/src/world_entities/weapon.cc (modified) * orxonox/trunk/src/world_entities/weapon.h (modified) orxonox/trunk: added the weapon module to the debug system. some ... Mon, 18 Apr 2005 13:37:42 GMT patrick [3870] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/weapon.cc (modified) * orxonox/trunk/src/world_entities/weapon.h (modified) orxonox/trunk: reimplemented WeaponManager, made it as simple as ... Mon, 18 Apr 2005 11:09:02 GMT bensch [3869] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/util/common (added) * orxonox/trunk/src/util/common/list.cc (moved) * orxonox/trunk/src/util/common/list.h (moved) * orxonox/trunk/src/util/common/list_template.h (moved) * orxonox/trunk/src/util/resource_manager.cc (moved) * orxonox/trunk/src/util/resource_manager.h (moved) * orxonox/trunk/src/world_entities/camera.cc (moved) * orxonox/trunk/src/world_entities/camera.h (moved) orxonox/trunk: movement of the list and common utils Mon, 18 Apr 2005 07:15:08 GMT patrick [3862] * orxonox/trunk/src/world_entities/weapon.cc (modified) * orxonox/trunk/src/world_entities/weapon.h (modified) orxonox/trunk: introducing weapon configuration and slots. some ... Sun, 17 Apr 2005 12:46:27 GMT bensch [3855] * orxonox/trunk/src/animation3d.cc (modified) * orxonox/trunk/src/animation3d.h (modified) * orxonox/trunk/src/t_animation.h (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) * orxonox/trunk/src/world_entities/test_gun.h (modified) orxonox/trunk: animation of weapon reimplemented (but only with ... Sun, 17 Apr 2005 11:39:10 GMT bensch [3852] * orxonox/trunk/src/animation.h (modified) * orxonox/trunk/src/animation3d.cc (modified) * orxonox/trunk/src/animation3d.h (modified) * orxonox/trunk/src/t_animation.h (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: new Animation3D is now ready for setting up of the ... Sun, 17 Apr 2005 11:21:59 GMT bensch [3851] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/animation.h (modified) * orxonox/trunk/src/animation3d.cc (added) * orxonox/trunk/src/animation3d.h (added) * 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/src/t_animation.h (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) * orxonox/trunk/src/world_entities/test_gun.h (modified) orxonox/trunk: animation: more adaptions to the new Framework Sun, 17 Apr 2005 00:01:28 GMT bensch [3847] * orxonox/trunk/src/animation.cc (modified) * orxonox/trunk/src/animation.h (modified) * orxonox/trunk/src/animation_player.cc (modified) * orxonox/trunk/src/animation_player.h (modified) * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/simple_animation.h (modified) * orxonox/trunk/src/story_entities/world.h (modified) * orxonox/trunk/src/track_manager.cc (modified) * orxonox/trunk/src/track_manager.h (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: naming of animation changed Anim -> Animation tAnim ... Thu, 14 Apr 2005 11:16:31 GMT patrick [3832] * orxonox/trunk/src/animation.h (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/util/list.h (modified) * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/story_entities/campaign.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/track_manager.cc (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: animation class functions implemented, list enhanced Wed, 13 Apr 2005 20:48:49 GMT patrick [3811] * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/coord/p_node.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) orxonox/trunk: finished work on pnode interface Wed, 13 Apr 2005 20:38:39 GMT patrick [3810] * orxonox/trunk/src/camera.cc (modified) * orxonox/trunk/src/defs/stdincl.h (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/coord/p_node.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/weapon.cc (modified) orxonox/trunk: changed pnode interface of setRelCoor and setRelDir Wed, 13 Apr 2005 19:12:08 GMT bensch [3807] * orxonox/trunk/src/world_entities/skybox.cc (modified) * orxonox/trunk/src/world_entities/skybox.h (modified) orxonox/trunk: now the SkyBox is ok, there was something wrong with ... Wed, 13 Apr 2005 19:06:41 GMT bensch [3806] * orxonox/trunk/src/world_entities/skybox.cc (modified) orxonox/trunk: doxygen-comment Wed, 13 Apr 2005 19:02:39 GMT bensch [3805] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/skybox.cc (modified) orxonox/trunk: SkyBox finished Wed, 13 Apr 2005 17:38:52 GMT bensch [3803] * orxonox/trunk/src/lib/graphics/importer/material.cc (modified) * orxonox/trunk/src/lib/graphics/importer/material.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/story_entities/world.h (modified) * orxonox/trunk/src/world_entities/skybox.cc (modified) * orxonox/trunk/src/world_entities/skybox.h (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: SkyBox even better, world-entity implements a draw ... Wed, 13 Apr 2005 16:54:35 GMT bensch [3801] * orxonox/trunk/src/lib/graphics/importer/model.cc (modified) * orxonox/trunk/src/lib/graphics/importer/model.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/skybox.cc (modified) * orxonox/trunk/src/world_entities/skybox.h (modified) orxonox/trunk: some more functionality to material now it is ... Wed, 13 Apr 2005 15:51:48 GMT patrick [3799] * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: using G_LIKELY() as Atilla suggested, seems only to ... Wed, 13 Apr 2005 14:52:55 GMT bensch [3796] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/animation.cc (modified) * orxonox/trunk/src/world_entities/skybox.cc (copied) * orxonox/trunk/src/world_entities/skybox.h (copied) orxonox/trunk: some simple implementation of a SkyBox Sat, 09 Apr 2005 09:05:44 GMT bensch [3764] * orxonox/trunk/src/world_entities/player.cc (modified) orxonox/trunk: player can now receive multiple signals at once. this ... Fri, 08 Apr 2005 17:48:05 GMT bensch [3763] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) * orxonox/trunk/src/world_entities/skysphere.h (modified) orxonox/trunk: skySphere now added to WorldEntity-List Thu, 07 Apr 2005 23:01:24 GMT patrick [3757] * orxonox/trunk/src/world_entities/test_bullet.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) * orxonox/trunk/src/world_entities/test_gun.h (modified) orxonox/trunk: weapon projectile now spawn at the right place Thu, 07 Apr 2005 22:46:33 GMT patrick [3755] * orxonox/trunk/src/simple_animation.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/player.h (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/test_bullet.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/world_entity.cc (modified) orxonox/trunk: now got two weapons firing syncronized 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:39:29 GMT patrick [3751] * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: some little changes, because a model is mission 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 ... 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. 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 Fri, 01 Apr 2005 12:05:10 GMT patrick [3710] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/track_manager.cc (modified) * orxonox/trunk/src/world_entities/projectile.h (modified) * orxonox/trunk/src/world_entities/test_bullet.cc (modified) * orxonox/trunk/src/world_entities/test_bullet.h (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: added the TestBullet to framework, made some doxygen, ... Fri, 01 Apr 2005 11:45:47 GMT patrick [3709] * orxonox/trunk/src/world_entities/test_bullet.cc (modified) * orxonox/trunk/src/world_entities/test_bullet.h (modified) orxonox/trunk: implemented TestBullet Fri, 01 Apr 2005 11:41:38 GMT patrick [3708] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/projectile.h (modified) * orxonox/trunk/src/world_entities/test_bullet.cc (added) * orxonox/trunk/src/world_entities/test_bullet.h (added) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: added testbullet class. some changes in the weapon ... Wed, 30 Mar 2005 23:37:46 GMT patrick [3690] * orxonox/trunk/src/world_entities/projectile.cc (modified) orxonox/trunk: minor change: now, projectile just uses initial speed. ... Wed, 30 Mar 2005 23:22:42 GMT patrick [3689] * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: fixed the speed issue once for all times now. great ... Wed, 30 Mar 2005 23:14:27 GMT patrick [3688] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/garbage_collector.cc (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: added GARBAGECOLLECTOR to debug module and changed the ... Wed, 30 Mar 2005 22:28:28 GMT patrick [3686] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: fixed speed issue, was a problem with the current ... Wed, 30 Mar 2005 21:04:39 GMT patrick [3685] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/garbage_collector.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) * orxonox/trunk/src/world_entities/weapon.cc (modified) * orxonox/trunk/src/world_entities/weapon.h (modified) orxonox/trunk: fixed a gc issue and implemented firing-frequency. ... Wed, 30 Mar 2005 19:37:52 GMT patrick [3683] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/coord/p_node.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/projectile.h (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: projectile speed issue: fixed some strange behaveour. ... Wed, 30 Mar 2005 16:55:15 GMT bensch [3678] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/primitive.cc (deleted) * orxonox/trunk/src/world_entities/primitive.h (deleted) * orxonox/trunk/src/world_entities/projectile.cc (modified) orxonox/trunk: deleted class primitive, because model has the same ... Wed, 30 Mar 2005 16:15:46 GMT bensch [3677] * orxonox/trunk/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/trunk/src/lib/util/resource_manager.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/terrain.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) * orxonox/trunk/src/world_entities/weapon.cc (modified) orxonox/trunk: more output info, some fixes in resourceManager Wed, 30 Mar 2005 15:42:02 GMT bensch [3676] * orxonox/trunk/src/lib/util/resource_manager.cc (modified) * orxonox/trunk/src/lib/util/resource_manager.h (modified) * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/projectile.h (modified) orxonox/trunk: debug-information for ResourceManager Wed, 30 Mar 2005 15:20:21 GMT patrick [3675] * orxonox/trunk/src/camera.cc (modified) * orxonox/trunk/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/trunk/src/glmenu/glmenu_imagescreen.h (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/coord/p_node.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/track_manager.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: glmenu progressbar corrected, pnode modifications Wed, 30 Mar 2005 13:02:58 GMT bensch [3672] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/lib/graphics/importer/material.cc (modified) * orxonox/trunk/src/lib/util/resource_manager.cc (modified) * orxonox/trunk/src/lib/util/resource_manager.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/environment.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: ResourceManager not totally static anymore, list- ... Wed, 30 Mar 2005 10:43:15 GMT patrick [3670] * orxonox/trunk/src/garbage_collector.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: currently working on orxonox weapon system. still got ... Tue, 29 Mar 2005 09:50:51 GMT bensch [3660] * orxonox/trunk/src/lib/graphics/importer/texture.cc (modified) * orxonox/trunk/src/lib/graphics/importer/texture.h (modified) * orxonox/trunk/src/lib/util/resource_manager.cc (modified) * orxonox/trunk/src/lib/util/resource_manager.h (modified) * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/orxonox.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) orxonox/trunk: now ResourceManager has the ability to unload ... Sun, 27 Mar 2005 17:44:39 GMT bensch [3658] * orxonox/trunk/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/trunk/src/lib/graphics/importer/Makefile.am (modified) * orxonox/trunk/src/lib/graphics/importer/Makefile.in (modified) * orxonox/trunk/src/lib/graphics/importer/material.cc (modified) * orxonox/trunk/src/lib/graphics/importer/objModel.cc (modified) * orxonox/trunk/src/lib/graphics/importer/primitive_model.cc (modified) * orxonox/trunk/src/lib/graphics/importer/primitive_model.h (modified) * orxonox/trunk/src/lib/util/resource_manager.cc (modified) * orxonox/trunk/src/lib/util/resource_manager.h (modified) * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/world_entities/environment.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) * orxonox/trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: resource manager working, player uses it. Sat, 26 Mar 2005 14:28:39 GMT bensch [3655] * 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/material.cc (modified) * orxonox/trunk/src/lib/graphics/importer/objModel.cc (modified) * orxonox/trunk/src/lib/graphics/importer/objModel.h (modified) * orxonox/trunk/src/lib/graphics/importer/texture.cc (modified) * orxonox/trunk/src/lib/graphics/importer/texture.h (modified) * orxonox/trunk/src/lib/util/resource_manager.cc (copied) * orxonox/trunk/src/lib/util/resource_manager.h (moved) * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/orxonox.h (modified) * orxonox/trunk/src/proto (added) * orxonox/trunk/src/proto/proto_class.cc (moved) * orxonox/trunk/src/proto/proto_class.h (copied) * orxonox/trunk/src/proto/proto_singleton.cc (added) * orxonox/trunk/src/proto/proto_singleton.h (added) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/player.h (modified) * orxonox/trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: moved protoclass to folder proto added protosingleton ... Fri, 25 Mar 2005 17:47:26 GMT patrick [3654] * orxonox/trunk/src/command_node.cc (modified) * orxonox/trunk/src/lib/util/list.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) orxonox/trunk: altered the list function to make it more performant ... Thu, 24 Mar 2005 16:13:20 GMT patrick [3649] * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: tuning orxonox via benchmarking, virt. inline ... Wed, 23 Mar 2005 16:43:07 GMT patrick [3646] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/lang/base_object.cc (modified) * orxonox/trunk/src/lib/lang/base_object.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/story_entities/world.h (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/projectile.h (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) * orxonox/trunk/src/world_entities/weapon.cc (modified) * orxonox/trunk/src/world_entities/weapon.h (modified) orxonox/trunk: implemented garbage collector, is not yet collecting, ... Tue, 22 Mar 2005 11:41:36 GMT patrick [3633] * orxonox/trunk/src/world_entities/projectile.cc (modified) orxonox/trunk: i have discovered the problem: since the player has no ... Tue, 22 Mar 2005 11:36:39 GMT patrick [3632] * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/projectile.h (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) orxonox/trunk: bullets now tick() but they shoot all over the ... Tue, 22 Mar 2005 11:10:09 GMT patrick [3631] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/projectile.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/src/world_entities/weapon.h (modified) orxonox/trunk: gun can be fired, projectil do not move jet Tue, 22 Mar 2005 10:15:54 GMT patrick [3629] * orxonox/trunk/src/game_loader.cc (modified) * orxonox/trunk/src/game_loader.h (modified) * orxonox/trunk/src/story_entities/campaign.cc (modified) * orxonox/trunk/src/story_entities/story_entity.cc (modified) * orxonox/trunk/src/story_entities/story_entity.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/story_entities/world.h (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) * orxonox/trunk/src/world_entities/weapon.h (modified) orxonox/trunk: some changes in the storyentity framework: added a ... Mon, 21 Mar 2005 16:37:58 GMT patrick [3620] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/story_entities/world.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/player.h (modified) * orxonox/trunk/src/world_entities/test_gun.cc (modified) * orxonox/trunk/src/world_entities/weapon.cc (modified) * orxonox/trunk/src/world_entities/weapon.h (modified) orxonox/trunk: added worldinterface, to enable all worldentities to ... Mon, 21 Mar 2005 14:26:26 GMT patrick [3618] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/primitive.h (modified) * orxonox/trunk/src/world_entities/projectile.cc (modified) * orxonox/trunk/src/world_entities/projectile.h (modified) * orxonox/trunk/src/world_entities/test_gun.cc (added) * orxonox/trunk/src/world_entities/test_gun.h (added) * orxonox/trunk/src/world_entities/weapon.h (modified) orxonox/trunk: adding TestGun to implement a test gun :) some smaller ... Mon, 21 Mar 2005 13:52:35 GMT patrick [3616] * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/primitive.h (modified) orxonox/trunk: removed compiler warning for primitive Mon, 21 Mar 2005 13:37:43 GMT patrick [3615] * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/primitive.h (modified) orxonox/trunk: finishing work on primitives for the moment. got some ... Mon, 21 Mar 2005 13:25:10 GMT patrick [3614] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/primitive.h (modified) orxonox/trunk: enhanced primitives, now more properties to set Mon, 21 Mar 2005 12:14:14 GMT patrick [3612] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/primitive.h (modified) orxonox/trunk: implemented a primitive class, it is able to render ... Sun, 20 Mar 2005 22:37:26 GMT patrick [3608] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/camera.cc (modified) * orxonox/trunk/src/camera.h (modified) * orxonox/trunk/src/command_node.cc (modified) * orxonox/trunk/src/command_node.h (modified) * orxonox/trunk/src/defs/comincl.h (added) * orxonox/trunk/src/defs/stdincl.h (modified) * orxonox/trunk/src/game_loader.h (modified) * orxonox/trunk/src/lib/coord/null_parent.cc (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/coord/p_node.h (modified) * orxonox/trunk/src/lib/graphics/light.cc (modified) * orxonox/trunk/src/message_structures.h (modified) * orxonox/trunk/src/orxonox.h (modified) * orxonox/trunk/src/story_entities/campaign.cc (modified) * orxonox/trunk/src/story_entities/campaign.h (modified) * orxonox/trunk/src/story_entities/story_entity.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/story_entities/world.h (modified) * orxonox/trunk/src/track_manager.cc (modified) * orxonox/trunk/src/track_manager.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/player.h (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/primitive.h (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) * orxonox/trunk/src/world_entities/skysphere.h (modified) * orxonox/trunk/src/world_entities/terrain.cc (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) * orxonox/trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: now there is a real speedup in compiling time when ... Sun, 20 Mar 2005 21:38:59 GMT patrick [3607] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/camera.cc (modified) * orxonox/trunk/src/defs/stdincl.h (modified) * orxonox/trunk/src/lib/coord/helper_parent.h (modified) * orxonox/trunk/src/lib/coord/null_parent.cc (modified) * orxonox/trunk/src/lib/coord/null_parent.h (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/coord/p_node.h (modified) * orxonox/trunk/src/lib/lang/base_object.cc (modified) * orxonox/trunk/src/lib/lang/base_object.h (modified) * orxonox/trunk/src/lib/math/quaternion.h (added) * orxonox/trunk/src/lib/math/vector.cc (modified) * orxonox/trunk/src/lib/math/vector_new.h (added) * orxonox/trunk/src/track_node.cc (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) orxonox/trunk: stdincl was still included everywhere. removed it out ... Thu, 17 Mar 2005 17:03:46 GMT bensch [3596] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/track_manager.cc (modified) * orxonox/trunk/src/track_manager.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) orxonox/trunk: borders for the Player, so he cannot move out of the line Thu, 17 Mar 2005 12:06:51 GMT bensch [3590] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/graphics/importer/array.cc (modified) * orxonox/trunk/src/lib/graphics/importer/array.h (modified) * orxonox/trunk/src/lib/graphics/importer/material.cc (modified) * orxonox/trunk/src/lib/graphics/importer/material.h (modified) * orxonox/trunk/src/lib/graphics/importer/model.cc (modified) * orxonox/trunk/src/lib/graphics/importer/objModel.cc (modified) * orxonox/trunk/src/lib/graphics/importer/texture.cc (modified) * orxonox/trunk/src/lib/graphics/importer/windowHandler.h (modified) * orxonox/trunk/src/lib/gui/gui/orxonox_gui_gtk.h (modified) * orxonox/trunk/src/lib/math/vector.cc (modified) * orxonox/trunk/src/light.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/track_manager.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) orxonox/trunk: updated debug.h: now possibility to log per module ...