# # ChangeLog for / in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 2, 2024, 11:33:34 PM Sun, 29 May 2005 18:47:30 GMT bensch [4381] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/defs/glincl.h (modified) * orxonox/trunk/src/defs/sdlincl.h (added) * orxonox/trunk/src/defs/stdincl.h (modified) * orxonox/trunk/src/defs/stdlibincl.h (added) * orxonox/trunk/src/lib/graphics/graphics_engine.h (modified) * orxonox/trunk/src/lib/graphics/importer/texture.h (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_emitter.h (modified) * orxonox/trunk/src/lib/graphics/particles/particle_engine.cc (modified) * orxonox/trunk/src/lib/graphics/particles/particle_system.h (modified) * orxonox/trunk/src/lib/gui/gui/gui_video.cc (modified) * orxonox/trunk/src/lib/lang/base_object.h (modified) * orxonox/trunk/src/lib/physics/physics_connection.h (modified) * orxonox/trunk/src/lib/physics/physics_engine.cc (modified) * orxonox/trunk/src/lib/util/ini_parser.cc (modified) * orxonox/trunk/src/subprojects/particles/particle_fun.cc (modified) * orxonox/trunk/src/util/animation/animation.h (modified) * orxonox/trunk/src/util/event/event.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/resource_manager.cc (modified) * orxonox/trunk/src/util/resource_manager.h (modified) * orxonox/trunk/src/util/state.cc (modified) * orxonox/trunk/src/util/track/track_manager.h (modified) orxonox/trunk: made include more local. stdincl.h not in ... Sun, 29 May 2005 18:16:48 GMT bensch [4380] * orxonox/trunk/Makefile.am (modified) * orxonox/trunk/Makefile.in (modified) * orxonox/trunk/doc/KNOWLEDGE_BASE (deleted) * orxonox/trunk/doc/doxyconf/input (modified) orxonox/trunk: better documentation building Sun, 29 May 2005 12:41:50 GMT bensch [4379] * orxonox/trunk/src/subprojects/particles/particle_fun.cc (modified) orxonox/trunk: preparing to add fields to the particles-demo Sun, 29 May 2005 12:02:56 GMT bensch [4378] * orxonox/trunk/src/lib/graphics/particles/particle_system.cc (modified) * orxonox/trunk/src/lib/graphics/particles/particle_system.h (modified) * orxonox/trunk/src/lib/physics/physics_connection.cc (modified) * orxonox/trunk/src/lib/physics/physics_engine.cc (modified) * orxonox/trunk/src/lib/physics/physics_engine.h (modified) * orxonox/trunk/src/subprojects/particles/particle_fun.cc (modified) orxonox/trunk: applying force works for particle-systems again Sun, 29 May 2005 11:24:40 GMT bensch [4377] * orxonox/trunk/src/lib/graphics/particles/particle_system.cc (modified) * orxonox/trunk/src/lib/graphics/particles/particle_system.h (modified) * orxonox/trunk/src/lib/physics/physics_connection.cc (modified) * orxonox/trunk/src/lib/physics/physics_connection.h (modified) * orxonox/trunk/src/lib/physics/physics_interface.cc (modified) * orxonox/trunk/src/lib/physics/physics_interface.h (modified) orxonox/trunk: ParticleSystem is now a PhysicsInterface Sun, 29 May 2005 10:30:54 GMT bensch [4376] * orxonox/trunk/src/lib/physics/physics_interface.cc (modified) * orxonox/trunk/src/lib/physics/physics_interface.h (modified) orxonox/trunk: started reimplementing the PhysicsInterface-class. ... Sun, 29 May 2005 09:55:57 GMT bensch [4375] * orxonox/trunk/src/lib/physics/Makefile.am (modified) * orxonox/trunk/src/lib/physics/Makefile.in (modified) * orxonox/trunk/src/lib/physics/physics_connection.cc (modified) * orxonox/trunk/src/lib/physics/physics_connection.h (modified) * orxonox/trunk/src/lib/physics/physics_engine.h (modified) * orxonox/trunk/src/lib/physics/physics_interface.cc (moved) * orxonox/trunk/src/lib/physics/physics_interface.h (moved) orxonox/trunk: renamed iphysics to physics_interface Sun, 29 May 2005 09:24:12 GMT bensch [4374] * orxonox/trunk/src/lib/graphics/graphics_engine.cc (modified) * orxonox/trunk/src/lib/graphics/graphics_engine.h (modified) * orxonox/trunk/src/subprojects/framework.cc (modified) * orxonox/trunk/src/subprojects/framework.h (modified) orxonox/trunk: ability to change background color Sun, 29 May 2005 08:50:14 GMT bensch [4373] * orxonox/trunk/src/defs/debug.h (modified) orxonox/trunk: better definition of debug.h Sun, 29 May 2005 08:36:20 GMT bensch [4372] * orxonox/trunk/src/lib/coord/p_node.h (modified) * orxonox/trunk/src/lib/math/vector.cc (modified) * orxonox/trunk/src/lib/math/vector.h (modified) orxonox/trunk: slight optimizations and a new definition for PNode. ... Sat, 28 May 2005 19:37:16 GMT bensch [4371] * orxonox/trunk/src/lib/graphics/importer/material.cc (modified) * orxonox/trunk/src/lib/graphics/importer/objModel.cc (modified) orxonox/trunk: material should now be loadable in the importer-test- ... Sat, 28 May 2005 14:20:02 GMT bensch [4370] * orxonox/trunk/src/lib/graphics/importer/material.cc (modified) * orxonox/trunk/src/lib/graphics/importer/material.h (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/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/util/resource_manager.cc (modified) * orxonox/trunk/src/util/resource_manager.h (modified) orxonox/trunk: objModel's materials should now automatically load ... Sat, 28 May 2005 14:18:58 GMT patrick [4369] * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) * orxonox/trunk/src/util/event/key_mapper.cc (modified) orxonox/trunk: key binding implemented Sat, 28 May 2005 14:16:27 GMT patrick [4368] * orxonox/trunk/src/util/event/event_handler.h (modified) * orxonox/trunk/src/util/event/key_mapper.h (modified) orxonox/trunk: started implementation of key mapper Sat, 28 May 2005 14:00:41 GMT patrick [4367] * orxonox/trunk/src/class_list.h (modified) * orxonox/trunk/src/util/event/key_mapper.cc (added) * orxonox/trunk/src/util/event/key_mapper.h (added) orxonox/trunk: added keymapper class to separate event handling from ... Sat, 28 May 2005 13:53:41 GMT patrick [4366] * orxonox/trunk/src/util/event/event_def.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) orxonox/trunk: player defined keys mapping started Sat, 28 May 2005 13:24:48 GMT patrick [4365] * orxonox/trunk/src/util/event/event_def.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_listener.h (modified) orxonox/trunk: event listener/ handler now work together, events are ... Sat, 28 May 2005 13:14:43 GMT patrick [4364] * orxonox/trunk/src/util/event/event_def.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) orxonox/trunk: filled the flush function with more sense :) and ... Sat, 28 May 2005 13:06:47 GMT patrick [4363] * orxonox/trunk/src/util/event/event_def.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) orxonox/trunk: finished work on the event dispatcher, now ... Sat, 28 May 2005 12:52:27 GMT patrick [4362] * orxonox/trunk/src/util/event/event.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) orxonox/trunk: type specific event handling routine Sat, 28 May 2005 12:43:21 GMT patrick [4361] * orxonox/trunk/src/command_node.cc (modified) * orxonox/trunk/src/util/event/event.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) orxonox/trunk: event handler ongoing work, started implementing the ... Sat, 28 May 2005 10:42:17 GMT bensch [4360] * orxonox/trunk/src/subprojects/framework.cc (modified) * orxonox/trunk/src/subprojects/importer/importer.cc (modified) orxonox/trunk: reset function for the camera Sat, 28 May 2005 10:34:56 GMT bensch [4359] * orxonox/trunk/src/subprojects/framework.cc (modified) orxonox/trunk: movenet is as it should be in framework Sat, 28 May 2005 10:33:39 GMT bensch [4358] * orxonox/trunk/src/subprojects/framework.cc (modified) orxonox/trunk: movenet is as it should be in framework 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 ... Sat, 28 May 2005 08:59:32 GMT bensch [4356] * orxonox/trunk/src/subprojects/particles/particle_fun.cc (modified) * orxonox/trunk/src/util/resource_manager.cc (modified) orxonox/trunk: fixed an error in the resource manager, when a texture ... Fri, 27 May 2005 23:19:13 GMT patrick [4355] * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) orxonox/trunk: started implementing the process function Fri, 27 May 2005 23:11:57 GMT patrick [4354] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) orxonox/trunk: implemented event subscribe function Fri, 27 May 2005 22:58:30 GMT patrick [4353] * orxonox/trunk/src/util/event/event_def.h (added) orxonox/trunk: added event def file Fri, 27 May 2005 22:56:01 GMT patrick [4352] * orxonox/trunk/src/util/event/event.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) * orxonox/trunk/src/util/event/event_listener.h (modified) orxonox/trunk: reimplemented the key binding function, kept most of ... Fri, 27 May 2005 22:45:10 GMT bensch [4351] * orxonox/trunk/src/subprojects/particles/particle_fun.cc (modified) orxonox/trunk: now one can easily define all the initial values via ... Fri, 27 May 2005 22:27:29 GMT patrick [4350] * orxonox/trunk/src/util/event/event.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) orxonox/trunk: event class members defined Fri, 27 May 2005 22:10:30 GMT bensch [4349] * 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/story_entities/world.cc (modified) * orxonox/trunk/src/subprojects/framework.cc (modified) * orxonox/trunk/src/subprojects/framework.h (modified) * orxonox/trunk/src/subprojects/importer/importer.cc (modified) * orxonox/trunk/src/subprojects/particles/particle_fun.cc (modified) orxonox/trunk: ParticleEngine now has a draw-function, that makes sense Fri, 27 May 2005 22:05:50 GMT bensch [4348] * orxonox/trunk/src/lib/graphics/particles/particle_system.cc (modified) * orxonox/trunk/src/lib/gui/gui/gui_gtk.cc (modified) * orxonox/trunk/src/subprojects/particles/particle_fun.cc (modified) orxonox/trunk: particles now move at the desired velocity Fri, 27 May 2005 21:54:16 GMT bensch [4347] * orxonox/trunk/src/story_entities/world.cc (modified) orxonox/trunk: added the ParticleEngine fix into the trunk Fri, 27 May 2005 21:53:50 GMT patrick [4346] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/class_list.h (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/particles/Makefile.in (modified) * orxonox/trunk/src/subprojects/testmain/Makefile.in (modified) * orxonox/trunk/src/util/event/event.cc (modified) * orxonox/trunk/src/util/event/event.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) * orxonox/trunk/src/util/event/event_listener.cc (modified) * orxonox/trunk/src/util/event/event_listener.h (modified) orxonox/trunk: some first function and class definition of the new ... Fri, 27 May 2005 20:53:18 GMT bensch [4345] * orxonox/trunk/src/lib/gui/gui/gui_gtk.cc (modified) orxonox/trunk: cooler incrementations Fri, 27 May 2005 20:22:30 GMT bensch [4344] * orxonox/trunk/ChangeLog (modified) * orxonox/trunk/bin (deleted) orxonox/trunk: deleted the obsolete bin-folder, and made a ChangeLog Fri, 27 May 2005 20:17:18 GMT bensch [4343] * orxonox/trunk/src/subprojects/Makefile.in (modified) * orxonox/trunk/src/subprojects/framework.cc (modified) * orxonox/trunk/src/subprojects/framework.h (modified) * orxonox/trunk/src/subprojects/gui/Makefile.in (modified) * orxonox/trunk/src/subprojects/importer/Makefile.am (modified) * orxonox/trunk/src/subprojects/importer/Makefile.in (modified) * orxonox/trunk/src/subprojects/importer/framework.cc (deleted) * orxonox/trunk/src/subprojects/importer/framework.h (deleted) * orxonox/trunk/src/subprojects/importer/importer.cc (copied) * orxonox/trunk/src/subprojects/particles/Makefile.am (modified) * orxonox/trunk/src/subprojects/particles/Makefile.in (modified) * orxonox/trunk/src/subprojects/particles/particle_fun.cc (modified) * orxonox/trunk/src/subprojects/testmain/Makefile.in (modified) orxonox/trunk: importer is now also run by framework Fri, 27 May 2005 19:34:57 GMT bensch [4342] * orxonox/trunk/src/subprojects/particles/particle_fun.cc (modified) orxonox/trunk: default values in the gui Fri, 27 May 2005 19:27:27 GMT bensch [4341] * orxonox/trunk/src/util/resource_manager.cc (modified) orxonox/trunk: small folder-check-update Fri, 27 May 2005 19:21:00 GMT bensch [4340] * orxonox/branches/physics (copied) orxonox/branches: added branche physics Fri, 27 May 2005 19:18:00 GMT bensch [4339] * orxonox/branches/physics (deleted) orxonox/branches: deleted branche physics 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 ... Fri, 27 May 2005 18:29:23 GMT bensch [4337] * orxonox/branches/physics/src/story_entities/world.cc (modified) * orxonox/branches/physics/src/subprojects/framework.cc (modified) orxonox/branches/physics: nicer particle-trail Fri, 27 May 2005 18:22:54 GMT bensch [4336] * orxonox/branches/physics/src/lib/graphics/particles/particle_system.cc (modified) * orxonox/branches/physics/src/lib/gui/gui/gui_gtk.cc (modified) * orxonox/branches/physics/src/subprojects/Makefile.am (modified) * orxonox/branches/physics/src/subprojects/particles/particle_fun.cc (modified) orxonox/branches/physics: segfault-prevention Fri, 27 May 2005 17:57:52 GMT bensch [4335] * orxonox/branches/physics/src/subprojects/Makefile.am (modified) * orxonox/branches/physics/src/subprojects/Makefile.in (modified) * orxonox/branches/physics/src/subprojects/framework.cc (moved) * orxonox/branches/physics/src/subprojects/framework.h (moved) * orxonox/branches/physics/src/subprojects/particles/Makefile.am (modified) * orxonox/branches/physics/src/subprojects/particles/Makefile.in (modified) * orxonox/branches/physics/src/subprojects/particles/particle_fun.cc (modified) orxonox/branches/physics: now the modular it is :) Fri, 27 May 2005 17:53:19 GMT bensch [4334] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) * orxonox/branches/physics/src/subprojects/particles/particle_fun.cc (modified) orxonox/braches/physics: more modular, with eventHandler Fri, 27 May 2005 17:40:46 GMT bensch [4333] * orxonox/branches/physics/src/subprojects/particles/Makefile.am (modified) * orxonox/branches/physics/src/subprojects/particles/Makefile.in (modified) * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) * orxonox/branches/physics/src/subprojects/particles/particle_fun.cc (added) orxonox/branches/physics: made the framework more modular Fri, 27 May 2005 17:14:55 GMT bensch [4332] * orxonox/branches/physics/src/Makefile.am (modified) * orxonox/branches/physics/src/Makefile.in (modified) * orxonox/branches/physics/src/action_listener.h (copied) * orxonox/branches/physics/src/class_list.h (copied) * orxonox/branches/physics/src/command_node.cc (modified) * orxonox/branches/physics/src/command_node.h (modified) * orxonox/branches/physics/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/branches/physics/src/lib/coord/helper_parent.cc (modified) * orxonox/branches/physics/src/lib/coord/p_node.h (modified) * orxonox/branches/physics/src/lib/coord/pilot_node.cc (copied) * orxonox/branches/physics/src/lib/coord/pilot_node.h (copied) * orxonox/branches/physics/src/lib/graphics/graphics_engine.cc (modified) * orxonox/branches/physics/src/lib/graphics/light.cc (modified) * orxonox/branches/physics/src/lib/graphics/particles/particle_emitter.cc (modified) * orxonox/branches/physics/src/lib/graphics/particles/particle_engine.cc (modified) * orxonox/branches/physics/src/lib/graphics/particles/particle_system.cc (modified) * orxonox/branches/physics/src/lib/graphics/text_engine.cc (modified) * orxonox/branches/physics/src/lib/lang/base_entity.cc (deleted) * orxonox/branches/physics/src/lib/lang/base_entity.h (deleted) * orxonox/branches/physics/src/lib/lang/base_object.cc (modified) * orxonox/branches/physics/src/lib/lang/base_object.h (modified) * orxonox/branches/physics/src/proto/proto_class.cc (modified) * orxonox/branches/physics/src/proto/proto_singleton.cc (modified) * orxonox/branches/physics/src/story_entities/campaign.cc (modified) * orxonox/branches/physics/src/story_entities/world.cc (modified) * orxonox/branches/physics/src/story_entities/world.h (modified) * orxonox/branches/physics/src/util/animation/animation_player.cc (modified) * orxonox/branches/physics/src/util/event (copied) * orxonox/branches/physics/src/util/event/event.cc (copied) * orxonox/branches/physics/src/util/event/event.h (copied) * orxonox/branches/physics/src/util/event/event_handler.cc (copied) * orxonox/branches/physics/src/util/event/event_handler.h (copied) * orxonox/branches/physics/src/util/event/event_listener.cc (copied) * orxonox/branches/physics/src/util/event/event_listener.h (copied) * orxonox/branches/physics/src/util/garbage_collector.cc (modified) * orxonox/branches/physics/src/util/loading/game_loader.cc (modified) * orxonox/branches/physics/src/util/loading/load_param.h (modified) * orxonox/branches/physics/src/util/object_manager.cc (modified) * orxonox/branches/physics/src/util/object_manager.h (modified) * orxonox/branches/physics/src/util/resource_manager.cc (modified) * orxonox/branches/physics/src/util/track/track_manager.cc (modified) * orxonox/branches/physics/src/util/track/track_node.cc (modified) * orxonox/branches/physics/src/world_entities/camera.cc (modified) * orxonox/branches/physics/src/world_entities/character_attributes.cc (modified) * orxonox/branches/physics/src/world_entities/projectile.cc (modified) * orxonox/branches/physics/src/world_entities/satellite.cc (modified) * orxonox/branches/physics/src/world_entities/skybox.cc (modified) * orxonox/branches/physics/src/world_entities/terrain.cc (modified) * orxonox/branches/physics/src/world_entities/test_bullet.cc (modified) * orxonox/branches/physics/src/world_entities/test_entity.cc (modified) * orxonox/branches/physics/src/world_entities/test_gun.cc (modified) * orxonox/branches/physics/src/world_entities/world_entity.cc (modified) orxonox/branches/physics: merged the trunk back to the physics- ... Fri, 27 May 2005 15:11:36 GMT bensch [4331] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) orxonox/branches/physics: no more threading Fri, 27 May 2005 10:31:47 GMT bensch [4330] * orxonox/branches/physics/src/lib/graphics/particles/particle_system.cc (modified) * orxonox/branches/physics/src/subprojects/particles/Makefile.in (modified) * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) orxonox/branches/physics: more threading capabilities Fri, 27 May 2005 09:37:32 GMT patrick [4329] * orxonox/trunk/src/util/event (added) * orxonox/trunk/src/util/event/event.cc (added) * orxonox/trunk/src/util/event/event.h (added) * orxonox/trunk/src/util/event/event_handler.cc (added) * orxonox/trunk/src/util/event/event_handler.h (added) * orxonox/trunk/src/util/event/event_listener.cc (added) * orxonox/trunk/src/util/event/event_listener.h (added) orxonox/trunk: started work on new event handler Fri, 27 May 2005 01:52:56 GMT bensch [4328] * orxonox/branches/physics/src/lib/graphics/particles/particle_emitter.cc (modified) * orxonox/branches/physics/src/subprojects/particles/Makefile.am (modified) orxonox/branches/physics: fixed two winodws-compile-bugs 2 less to go :) Fri, 27 May 2005 01:14:19 GMT bensch [4327] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) orxonox/branches/physics: all options in Fri, 27 May 2005 01:06:16 GMT patrick [4326] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/action_listener.h (added) * orxonox/trunk/src/class_list.h (modified) * orxonox/trunk/src/command_node.cc (modified) * orxonox/trunk/src/command_node.h (modified) * orxonox/trunk/src/lib/coord/p_node.h (modified) * orxonox/trunk/src/lib/coord/pilot_node.cc (added) * orxonox/trunk/src/lib/coord/pilot_node.h (added) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/story_entities/world.h (modified) orxonox/trunk: working on an alternativ flight mode and a new event ... Fri, 27 May 2005 00:18:49 GMT bensch [4325] * orxonox/branches/physics/src/lib/gui/gui/gui_gtk.cc (modified) * orxonox/branches/physics/src/lib/gui/gui/gui_gtk.h (modified) * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) orxonox/branches/particles: new Sliders Fri, 27 May 2005 00:13:19 GMT patrick [4324] * orxonox/trunk/src/story_entities/campaign.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/util/loading/game_loader.cc (modified) * orxonox/trunk/src/util/object_manager.cc (modified) orxonox/trunk: added a debug level at the end to be able to ... Thu, 26 May 2005 23:53:40 GMT bensch [4323] * orxonox/branches/physics/src/lib/gui/gui/gui_gtk.h (modified) * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) orxonox/branches/physics: gui works with a slider :) 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:18:46 GMT patrick [4321] * orxonox/trunk/src/lib/lang/base_object.cc (modified) * orxonox/trunk/src/lib/lang/base_object.h (modified) orxonox/trunk: added doxygen tags for the baseobject class 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 23:11:42 GMT bensch [4319] * orxonox/branches/physics/src/lib/gui/gui/gui_gtk.cc (modified) * orxonox/branches/physics/src/lib/gui/gui/gui_gtk.h (modified) orxonox/branches/physics: slider now supports floats 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 22:44:55 GMT bensch [4317] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) orxonox/branches/physics: threads work :) Thu, 26 May 2005 22:34:09 GMT bensch [4316] * orxonox/branches/physics/src/lib/gui/gui/Makefile.am (modified) * orxonox/branches/physics/src/lib/gui/gui/Makefile.in (modified) * orxonox/branches/physics/src/lib/gui/gui/gui_gtk.cc (modified) * orxonox/branches/physics/src/subprojects/particles/Makefile.am (modified) * orxonox/branches/physics/src/subprojects/particles/Makefile.in (modified) * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) orxonox/branches/physics: threaded gui starts parrallel to the ... Thu, 26 May 2005 21:38:39 GMT patrick [4315] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/class_list.h (added) * orxonox/trunk/src/lib/lang/base_entity.cc (deleted) * orxonox/trunk/src/lib/lang/base_entity.h (deleted) * orxonox/trunk/src/util/object_manager.h (modified) orxonox/trunk: removed deprecated class base_entity and updated the ... Thu, 26 May 2005 21:36:24 GMT bensch [4314] * orxonox/branches/physics/src/lib/graphics/particles/particle_emitter.cc (modified) * orxonox/branches/physics/src/story_entities/world.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) orxonox/branches/physics: nicer fog trailing our little ship Thu, 26 May 2005 21:24:27 GMT patrick [4313] * orxonox/trunk/src/util/object_manager.cc (modified) * orxonox/trunk/src/util/object_manager.h (modified) orxonox/trunk: cleaning up other, worse approaches Thu, 26 May 2005 21:18:59 GMT patrick [4312] * orxonox/trunk/src/util/object_manager.cc (modified) * orxonox/trunk/src/util/object_manager.h (modified) orxonox/trunk: now the object manager works absolutly unflexible! ... 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, ... Thu, 26 May 2005 19:13:37 GMT bensch [4310] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) orxonox/branches/physics: zoom-ability Thu, 26 May 2005 19:07:53 GMT bensch [4309] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) orxonox/branches/physics: cool features implemented Thu, 26 May 2005 18:44:11 GMT bensch [4308] * orxonox/branches/physics/src/lib/graphics/particles/particle_engine.cc (modified) * orxonox/branches/physics/src/lib/graphics/particles/particle_engine.h (modified) * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) orxonox/branches/physics: particleEngine can now return the stored ... Thu, 26 May 2005 18:26:49 GMT bensch [4307] * orxonox/branches/physics/src/lib/graphics/particles/particle_emitter.cc (modified) * orxonox/branches/physics/src/lib/graphics/particles/particle_emitter.h (modified) * orxonox/branches/physics/src/lib/graphics/particles/particle_system.h (modified) * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) orxonox/branches/physics: new definitions of particle-return-values Thu, 26 May 2005 18:04:05 GMT bensch [4306] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) orxonox/branches/physics: look-around works nicely.... it was easyer ... Thu, 26 May 2005 14:04:18 GMT bensch [4305] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) orxonox/branches/physics: moved the initialisation to the top Thu, 26 May 2005 13:57:05 GMT bensch [4304] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) orxonox/branches/physics: timaestepae initailisation was corrupt Thu, 26 May 2005 13:49:05 GMT bensch [4303] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) orxonox/braches/physics: try on mac Thu, 26 May 2005 13:41:31 GMT bensch [4302] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) orxonox/branches/physics: window resizeable Thu, 26 May 2005 13:20:55 GMT bensch [4301] * orxonox/branches/physics/src/class_list.h (copied) * orxonox/branches/physics/src/defs/debug.h (modified) * orxonox/branches/physics/src/lib/graphics/importer/md2Model.cc (modified) * orxonox/branches/physics/src/orxonox.cc (modified) * orxonox/branches/physics/src/orxonox.h (modified) * orxonox/branches/physics/src/story_entities/world.cc (modified) * orxonox/branches/physics/src/util/garbage_collector.cc (modified) * orxonox/branches/physics/src/util/loading/load_param.cc (modified) * orxonox/branches/physics/src/util/loading/load_param.h (modified) * orxonox/branches/physics/src/util/object_manager.cc (modified) * orxonox/branches/physics/src/util/object_manager.h (modified) * orxonox/branches/physics/src/world_entities/player.cc (modified) * orxonox/branches/physics/src/world_entities/test_gun.cc (modified) orxonox/branches/physics: merged the trunk back to the physics- ... Thu, 26 May 2005 13:17:24 GMT bensch [4300] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) orxonox/branches/physics: flush for merge Thu, 26 May 2005 13:07:59 GMT bensch [4299] * orxonox/trunk/src/util/loading/load_param.cc (modified) * orxonox/trunk/src/util/loading/load_param.h (modified) orxonox/trunk: loadString is now loaded not by the template but by ... Thu, 26 May 2005 12:03:33 GMT bensch [4298] * orxonox/branches/physics/src/lib/graphics/light.h (modified) * orxonox/branches/physics/src/subprojects/particles/Makefile.am (modified) * orxonox/branches/physics/src/subprojects/particles/Makefile.in (modified) * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/world_entities/camera.h (modified) orxonox/branches/physics: lights are pNodes not world-entities Thu, 26 May 2005 11:49:41 GMT bensch [4297] * orxonox/branches/physics/src/subprojects/particles/Makefile.am (modified) * orxonox/branches/physics/src/subprojects/particles/Makefile.in (modified) * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) orxonox/branches/physics: framework is a class now Thu, 26 May 2005 10:34:39 GMT bensch [4296] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) orxonox/branches/physics: flush the work... i go now to the ETH Thu, 26 May 2005 09:05:01 GMT bensch [4295] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) * orxonox/branches/physics/src/util/resource_manager.cc (modified) orxonox/branches/physics: a better check for the data-directory Thu, 26 May 2005 08:51:11 GMT bensch [4294] * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) orxonox/branches/physics: one is seeing particles Thu, 26 May 2005 08:34:14 GMT bensch [4293] * orxonox/branches/physics/src/Makefile.am (modified) * orxonox/branches/physics/src/Makefile.in (modified) * orxonox/branches/physics/src/lib/graphics/particles/particle_system.cc (modified) * orxonox/branches/physics/src/story_entities/world.cc (modified) * orxonox/branches/physics/src/subprojects/particles/Makefile.am (modified) * orxonox/branches/physics/src/subprojects/particles/Makefile.in (modified) * orxonox/branches/physics/src/subprojects/particles/framework.cc (modified) * orxonox/branches/physics/src/subprojects/particles/framework.h (modified) * orxonox/branches/physics/src/util/state.cc (copied) * orxonox/branches/physics/src/util/state.h (copied) orxonox/branches/physics: intoducing state: stors the Camera position ... Thu, 26 May 2005 07:25:44 GMT bensch [4292] * orxonox/branches/physics/configure (modified) * orxonox/branches/physics/configure.ac (modified) * orxonox/branches/physics/src/lib/physics/Makefile.in (added) * orxonox/branches/physics/src/subprojects/Makefile.am (modified) * orxonox/branches/physics/src/subprojects/Makefile.in (modified) * orxonox/branches/physics/src/subprojects/importer/Makefile.am (modified) * orxonox/branches/physics/src/subprojects/importer/Makefile.in (modified) * orxonox/branches/physics/src/subprojects/particles (copied) * orxonox/branches/physics/src/subprojects/particles/Makefile.am (modified) * orxonox/branches/physics/src/subprojects/particles/Makefile.in (modified) orxonox/branches/physics: added subproject particles-fun :) Thu, 26 May 2005 07:21:39 GMT bensch [4291] * orxonox/branches/physics/configure (modified) * orxonox/branches/physics/configure.ac (modified) * orxonox/branches/physics/src/Makefile.am (modified) * orxonox/branches/physics/src/Makefile.in (modified) * orxonox/branches/physics/src/lib/Makefile.am (modified) * orxonox/branches/physics/src/lib/Makefile.in (modified) * orxonox/branches/physics/src/lib/physics/Makefile.am (copied) orxonox/branches/physics: building physics-engine as a lib Thu, 26 May 2005 07:08:35 GMT bensch [4290] * orxonox/branches/physics/src/Makefile.am (modified) * orxonox/branches/physics/src/Makefile.in (modified) * orxonox/branches/physics/src/lib/physics (moved) orxonox/branches/physics: moved the physics stuff to a new location 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:38:44 GMT patrick [4288] * orxonox/trunk/src/util/object_manager.cc (modified) * orxonox/trunk/src/util/object_manager.h (modified) orxonox/trunk: implementing the add/get from DeadList functions, ... 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 ... Wed, 25 May 2005 21:59:21 GMT patrick [4286] * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/orxonox.h (modified) * orxonox/trunk/src/util/object_manager.cc (modified) * orxonox/trunk/src/util/object_manager.h (modified) orxonox/trunk: implemented the objectmanager cache function Wed, 25 May 2005 14:51:27 GMT patrick [4285] * orxonox/trunk/src/class_list.h (added) * orxonox/trunk/src/util/loading/load_param.cc (modified) * orxonox/trunk/src/util/object_manager.cc (modified) * orxonox/trunk/src/util/object_manager.h (modified) orxonox/trunk: started implementing objectmanager - this will be ... Tue, 24 May 2005 21:24:14 GMT patrick [4284] * orxonox/trunk/src/lib/graphics/importer/md2Model.cc (modified) orxonox/trunk: doxygen tags for the md2 model Tue, 24 May 2005 20:32:34 GMT bensch [4283] * orxonox/branches/physics/configure (modified) * orxonox/branches/physics/configure.ac (modified) * orxonox/branches/physics/src/Makefile.am (modified) * orxonox/branches/physics/src/Makefile.in (modified) * orxonox/branches/physics/src/defs/keynames.cc (copied) * orxonox/branches/physics/src/defs/keynames.h (copied) * orxonox/branches/physics/src/defs/message_structures.h (copied) * orxonox/branches/physics/src/defs/stdincl.h (modified) * orxonox/branches/physics/src/factory.cc (deleted) * orxonox/branches/physics/src/factory.h (deleted) * orxonox/branches/physics/src/game_loader.cc (deleted) * orxonox/branches/physics/src/game_loader.h (deleted) * orxonox/branches/physics/src/garbage_collector.cc (deleted) * orxonox/branches/physics/src/garbage_collector.h (deleted) * orxonox/branches/physics/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/branches/physics/src/glmenu/glmenu_imagescreen.h (modified) * orxonox/branches/physics/src/keynames.cc (deleted) * orxonox/branches/physics/src/keynames.h (deleted) * orxonox/branches/physics/src/lib/Makefile.am (modified) * orxonox/branches/physics/src/lib/Makefile.in (modified) * orxonox/branches/physics/src/lib/data (deleted) * orxonox/branches/physics/src/lib/graphics/Makefile.in (modified) * orxonox/branches/physics/src/lib/graphics/graphics_engine.cc (modified) * orxonox/branches/physics/src/lib/graphics/graphics_engine.h (modified) * orxonox/branches/physics/src/lib/graphics/importer/Makefile.am (modified) * orxonox/branches/physics/src/lib/graphics/importer/Makefile.in (modified) * orxonox/branches/physics/src/lib/graphics/importer/abstract_model.h (copied) * orxonox/branches/physics/src/lib/graphics/importer/anorms.h (copied) * orxonox/branches/physics/src/lib/graphics/importer/anormtab.h (copied) * orxonox/branches/physics/src/lib/graphics/importer/framework.cc (deleted) * orxonox/branches/physics/src/lib/graphics/importer/framework.h (deleted) * orxonox/branches/physics/src/lib/graphics/importer/md2Model.cc (copied) * orxonox/branches/physics/src/lib/graphics/importer/md2Model.h (copied) * orxonox/branches/physics/src/lib/graphics/importer/windowHandler.cc (deleted) * orxonox/branches/physics/src/lib/graphics/importer/windowHandler.h (deleted) * orxonox/branches/physics/src/lib/gui/Makefile.in (modified) * orxonox/branches/physics/src/lib/gui/console/Makefile.in (modified) * orxonox/branches/physics/src/lib/gui/gui/Makefile.am (modified) * orxonox/branches/physics/src/lib/gui/gui/Makefile.in (modified) * orxonox/branches/physics/src/lib/gui/gui/gui_main.cc (deleted) * orxonox/branches/physics/src/lib/lang/base_object.cc (modified) * orxonox/branches/physics/src/lib/lang/base_object.h (modified) * orxonox/branches/physics/src/lib/tinyxml (copied) * orxonox/branches/physics/src/lib/tinyxml/Makefile.am (copied) * orxonox/branches/physics/src/lib/tinyxml/Makefile.in (copied) * orxonox/branches/physics/src/lib/tinyxml/tinystr.cc (copied) * orxonox/branches/physics/src/lib/tinyxml/tinystr.h (copied) * orxonox/branches/physics/src/lib/tinyxml/tinyxml.cc (copied) * orxonox/branches/physics/src/lib/tinyxml/tinyxml.h (copied) * orxonox/branches/physics/src/lib/tinyxml/tinyxmlerror.cc (copied) * orxonox/branches/physics/src/lib/tinyxml/tinyxmlparser.cc (copied) * orxonox/branches/physics/src/lib/xmlparser (deleted) * orxonox/branches/physics/src/message_structures.h (deleted) * orxonox/branches/physics/src/orxonox.cc (modified) * orxonox/branches/physics/src/orxonox.h (modified) * orxonox/branches/physics/src/story_entities/campaign.cc (modified) * orxonox/branches/physics/src/story_entities/campaign.h (modified) * orxonox/branches/physics/src/story_entities/story_entity.h (modified) * orxonox/branches/physics/src/story_entities/world.cc (modified) * orxonox/branches/physics/src/story_entities/world.h (modified) * orxonox/branches/physics/src/subprojects/Makefile.am (modified) * orxonox/branches/physics/src/subprojects/Makefile.in (modified) * orxonox/branches/physics/src/subprojects/gui (copied) * orxonox/branches/physics/src/subprojects/gui/Makefile.am (copied) * orxonox/branches/physics/src/subprojects/gui/Makefile.in (copied) * orxonox/branches/physics/src/subprojects/gui/gui_main.cc (copied) * orxonox/branches/physics/src/subprojects/importer (copied) * orxonox/branches/physics/src/subprojects/importer/Makefile.am (copied) * orxonox/branches/physics/src/subprojects/importer/Makefile.in (copied) * orxonox/branches/physics/src/subprojects/importer/framework.cc (copied) * orxonox/branches/physics/src/subprojects/importer/framework.h (copied) * orxonox/branches/physics/src/subprojects/testmain/Makefile.in (modified) * orxonox/branches/physics/src/track_manager.cc (deleted) * orxonox/branches/physics/src/track_manager.h (deleted) * orxonox/branches/physics/src/track_node.cc (deleted) * orxonox/branches/physics/src/track_node.h (deleted) * orxonox/branches/physics/src/util/garbage_collector.cc (copied) * orxonox/branches/physics/src/util/garbage_collector.h (copied) * orxonox/branches/physics/src/util/loading (copied) * orxonox/branches/physics/src/util/loading/factory.cc (copied) * orxonox/branches/physics/src/util/loading/factory.h (copied) * orxonox/branches/physics/src/util/loading/game_loader.cc (copied) * orxonox/branches/physics/src/util/loading/game_loader.h (copied) * orxonox/branches/physics/src/util/loading/load_param.cc (copied) * orxonox/branches/physics/src/util/loading/load_param.h (copied) * orxonox/branches/physics/src/util/object_manager.cc (copied) * orxonox/branches/physics/src/util/object_manager.h (copied) * orxonox/branches/physics/src/util/track (copied) * orxonox/branches/physics/src/util/track/track_manager.cc (copied) * orxonox/branches/physics/src/util/track/track_manager.h (copied) * orxonox/branches/physics/src/util/track/track_node.cc (copied) * orxonox/branches/physics/src/util/track/track_node.h (copied) * orxonox/branches/physics/src/world_entities/player.cc (modified) * orxonox/branches/physics/src/world_entities/player.h (modified) * orxonox/branches/physics/src/world_entities/skybox.cc (modified) * orxonox/branches/physics/src/world_entities/skybox.h (modified) * orxonox/branches/physics/src/world_entities/test_entity.cc (copied) * orxonox/branches/physics/src/world_entities/test_entity.h (copied) * orxonox/branches/physics/src/world_entities/world_entity.cc (modified) * orxonox/branches/physics/src/world_entities/world_entity.h (modified) orxonox/branches/physics: merged the trunk back to branches/physics ... Tue, 24 May 2005 16:32:17 GMT patrick [4282] * orxonox/trunk/src/lib/graphics/importer/md2Model.cc (modified) * orxonox/trunk/src/lib/graphics/importer/md2Model.h (modified) orxonox/trunk: some smaller changes, possible to define scale factor ...