# # ChangeLog for / in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 3, 2024, 4:36:44 AM Fri, 09 Dec 2005 10:26:02 GMT bensch [5995] * trunk/src/lib/util/executor/functor_list.h (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: preparations for LOD's Fri, 09 Dec 2005 09:43:31 GMT bensch [5994] * trunk/src/lib/particles/particle_system.cc (modified) * trunk/src/lib/sound/sound_engine.cc (modified) * trunk/src/util/loading/resource_manager.cc (modified) * trunk/src/util/loading/resource_manager.h (modified) * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/environment.h (modified) * trunk/src/world_entities/power_ups/laser_power_up.cc (modified) * trunk/src/world_entities/power_ups/turret_power_up.cc (modified) * trunk/src/world_entities/satellite.cc (modified) * trunk/src/world_entities/satellite.h (modified) * trunk/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/space_ships/space_ship.cc (modified) * trunk/src/world_entities/terrain.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/weapons/aiming_turret.cc (modified) * trunk/src/world_entities/weapons/bomb.cc (modified) * trunk/src/world_entities/weapons/cannon.cc (modified) * trunk/src/world_entities/weapons/ground_turret.cc (modified) * trunk/src/world_entities/weapons/guided_missile.cc (modified) * trunk/src/world_entities/weapons/laser.cc (modified) * trunk/src/world_entities/weapons/projectile.cc (modified) * trunk/src/world_entities/weapons/projectile.h (modified) * trunk/src/world_entities/weapons/rocket.cc (modified) * trunk/src/world_entities/weapons/test_bullet.cc (modified) * trunk/src/world_entities/weapons/test_gun.cc (modified) * trunk/src/world_entities/weapons/turret.cc (modified) * trunk/src/world_entities/weapons/turret.h (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: much cleaner Model Loading unloading, model is now ... Thu, 08 Dec 2005 21:30:58 GMT bottac [5993] * branches/height_map/src/lib/graphics/importer/height_map.cc (modified) After fixing a wrong unsigned char to int conversion, HeightMaps look ... Thu, 08 Dec 2005 16:13:05 GMT bwuest [5992] * branches/network/src/lib/network/network_manager.cc (modified) * branches/network/src/lib/network/network_manager.h (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/lib/network/synchronizeable.h (modified) Synchronizeable.h and Synchronizeable.cc changed: state and functions ... Thu, 08 Dec 2005 15:18:28 GMT bottac [5991] * branches/height_map/src/lib/graphics/importer/height_map.cc (modified) Yet another bug fixed. Thu, 08 Dec 2005 15:07:19 GMT bottac [5990] * branches/height_map/src/lib/graphics/importer/height_map.cc (modified) Now, HeightMap seems to set the height of its vertices correctly. Thu, 08 Dec 2005 14:16:54 GMT bottac [5989] * branches/height_map/src/lib/graphics/importer/height_map.cc (modified) * branches/height_map/src/world_entities/terrain.cc (modified) Branch height_map loads now heightmapHello.bmp from your data- ... Thu, 08 Dec 2005 09:39:31 GMT manuel [5988] * branches/powerups/src/lib/sound/sound_engine.cc (modified) * branches/powerups/src/world_entities/power_ups/weapon_power_up.cc (modified) * branches/powerups/src/world_entities/power_ups/weapon_power_up.h (modified) * branches/powerups/src/world_entities/space_ships/space_ship.cc (modified) branch compiles again. factory problems solved Thu, 08 Dec 2005 07:13:22 GMT rennerc [5987] * branches/network/src/defs/class_id.h (modified) * branches/network/src/lib/network/Makefile.am (modified) * branches/network/src/lib/network/network_socket.cc (modified) * branches/network/src/lib/network/network_socket.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/server_socket.cc (added) * branches/network/src/lib/network/server_socket.h (added) * branches/network/src/subprojects/network/network_unit_test.cc (modified) network_socket: removed listen function server_socket: created ... Thu, 08 Dec 2005 00:44:12 GMT manuel [5986] * branches/powerups/src/world_entities/power_ups/weapon_power_up.cc (modified) 2 bugs resolved Thu, 08 Dec 2005 00:10:27 GMT manuel [5985] * branches/powerups/src/defs/globals.h (modified) * branches/powerups/src/lib/event/event_handler.cc (modified) * branches/powerups/src/lib/event/event_handler.h (modified) * branches/powerups/src/lib/event/key_mapper.cc (modified) * branches/powerups/src/lib/event/key_mapper.h (modified) * branches/powerups/src/lib/graphics/light.cc (modified) * branches/powerups/src/lib/gui/gtk_gui/gui_keys.cc (modified) * branches/powerups/src/lib/math/vector.h (modified) * branches/powerups/src/lib/physics/physics_engine.cc (modified) * branches/powerups/src/lib/sound/sound_engine.cc (modified) * branches/powerups/src/orxonox.cc (modified) * branches/powerups/src/story_entities/campaign.cc (modified) * branches/powerups/src/story_entities/world.cc (modified) * branches/powerups/src/util/loading/factory.cc (modified) * branches/powerups/src/util/loading/factory.h (modified) * branches/powerups/src/util/loading/game_loader.cc (modified) * branches/powerups/src/util/loading/game_loader.h (modified) * branches/powerups/src/world_entities/extendable.h (modified) * branches/powerups/src/world_entities/player.h (modified) * branches/powerups/src/world_entities/space_ships/space_ship.cc (modified) * branches/powerups/src/world_entities/space_ships/space_ship.h (modified) * branches/powerups/src/world_entities/weapons/crosshair.cc (modified) * branches/powerups/src/world_entities/weapons/ground_turret.cc (modified) * branches/powerups/src/world_entities/weapons/weapon_manager.cc (modified) merge: factory has now create from class name string function (svn ... Thu, 08 Dec 2005 00:09:44 GMT bensch [5984] * trunk/src/util/loading/factory.cc (modified) * trunk/src/util/loading/factory.h (modified) orxonox/trunk: doxygen in Factory Wed, 07 Dec 2005 23:32:55 GMT bensch [5983] * branches/2d-recalc (deleted) orxonox/branches: deleted old crap Wed, 07 Dec 2005 23:22:53 GMT bensch [5982] * trunk/src/lib/graphics/light.cc (modified) * trunk/src/lib/math/vector.h (modified) * trunk/src/lib/physics/physics_engine.cc (modified) * trunk/src/lib/sound/sound_engine.cc (modified) * trunk/src/orxonox.cc (modified) * trunk/src/story_entities/campaign.cc (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/util/loading/factory.cc (modified) * trunk/src/util/loading/factory.h (modified) * trunk/src/util/loading/game_loader.cc (modified) * trunk/src/util/loading/game_loader.h (modified) * trunk/src/world_entities/space_ships/space_ship.cc (modified) * trunk/src/world_entities/weapons/ground_turret.cc (modified) * trunk/src/world_entities/weapons/weapon_manager.cc (modified) orxonox/trunk: Factory-Redesign on the wish of manuel Wed, 07 Dec 2005 23:22:30 GMT bknecht [5981] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) Spaceship turns back to normal if it's hovering skewed in the air Wed, 07 Dec 2005 20:52:29 GMT bottac [5980] * branches/height_map/src/lib/graphics/importer/height_map.cc (modified) * branches/height_map/src/world_entities/player.cc (modified) --------------------------------------------------------------------- ... Wed, 07 Dec 2005 16:58:01 GMT patrick [5979] * branches/network/src/orxonox.cc (modified) * branches/network/src/util/loading/game_loader.cc (modified) * branches/network/src/util/loading/game_loader.h (modified) network: now the game-loader is prepeared for network play Wed, 07 Dec 2005 16:51:54 GMT bensch [5978] * trunk/src/defs/globals.h (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/event/event_handler.h (modified) * trunk/src/lib/event/key_mapper.cc (modified) * trunk/src/lib/event/key_mapper.h (modified) * trunk/src/lib/gui/gtk_gui/gui_keys.cc (modified) * trunk/src/world_entities/space_ships/space_ship.cc (modified) * trunk/src/world_entities/space_ships/space_ship.h (modified) * trunk/src/world_entities/weapons/crosshair.cc (modified) orxonox/trunk: merged spaceshipcontrol back to the trunk merged ... Wed, 07 Dec 2005 16:21:42 GMT bknecht [5977] * branches/spaceshipcontrol/src/world_entities/weapons/crosshair.cc (modified) Crosshair is now in the middle of the screen Wed, 07 Dec 2005 16:21:41 GMT bottac [5976] * branches/height_map/src/defs/class_id.h (modified) * branches/height_map/src/lib/graphics/importer/height_map.cc (modified) * branches/height_map/src/lib/graphics/importer/model.cc (modified) * branches/height_map/src/world_entities/terrain.cc (modified) * branches/height_map/src/world_entities/terrain.h (modified) Wed, 07 Dec 2005 16:17:06 GMT hdavid [5975] * branches/avi_play/src/defs/class_id.h (modified) * branches/avi_play/src/lib/graphics/importer/media_container.cc (modified) * branches/avi_play/src/lib/graphics/importer/media_container.h (modified) * branches/avi_play/src/lib/sound/sound_engine.cc (modified) branches/avi_play: some changes Wed, 07 Dec 2005 16:13:00 GMT patrick [5974] * branches/network/src/util/loading/game_loader.cc (modified) * branches/network/src/util/loading/game_loader.h (modified) network: cleaned up the game_loader Wed, 07 Dec 2005 16:02:50 GMT manuel [5973] * branches/powerups/src/world_entities/power_ups/power_up.cc (modified) * branches/powerups/src/world_entities/power_ups/power_up.h (modified) * branches/powerups/src/world_entities/power_ups/weapon_power_up.cc (modified) * branches/powerups/src/world_entities/power_ups/weapon_power_up.h (modified) * branches/powerups/src/world_entities/space_ships/space_ship.cc (modified) needs fix in weapon_powert_up.cc (fabricate from string) Wed, 07 Dec 2005 15:59:24 GMT patrick [5972] * branches/network/src/orxonox.cc (modified) * branches/network/src/orxonox.h (modified) * branches/network/src/util/loading/game_loader.cc (modified) * branches/network/src/util/loading/game_loader.h (modified) network: started renice work on the game_load, making it network ... Wed, 07 Dec 2005 15:31:51 GMT patrick [5971] * branches/network/src/orxonox.cc (modified) * branches/network/src/story_entities/world.cc (modified) network: the branche is stable again Wed, 07 Dec 2005 15:30:38 GMT bottac [5970] * branches/height_map/src/lib/graphics/importer/height_map.cc (modified) Further changes in height_map.cc Wed, 07 Dec 2005 15:26:02 GMT bensch [5969] * branches/spaceshipcontrol/src/defs/globals.h (modified) * branches/spaceshipcontrol/src/lib/event/key_mapper.cc (modified) * branches/spaceshipcontrol/src/lib/event/key_mapper.h (modified) * branches/spaceshipcontrol/src/lib/gui/gtk_gui/gui_keys.cc (modified) * branches/spaceshipcontrol/src/lib/sound/sound_engine.cc (modified) controll: new key definitions Wed, 07 Dec 2005 15:16:51 GMT patrick [5968] * branches/network/src/Makefile.am (modified) * branches/network/src/defs/class_id.h (modified) * branches/network/src/defs/debug.h (modified) * branches/network/src/defs/globals.h (modified) * branches/network/src/lib/Makefile.am (modified) * branches/network/src/lib/collision_detection/cd_engine.cc (modified) * branches/network/src/lib/collision_detection/cd_engine.h (modified) * branches/network/src/lib/coord/p_node.cc (modified) * branches/network/src/lib/coord/p_node.h (modified) * branches/network/src/lib/event/key_mapper.cc (modified) * branches/network/src/lib/event/key_mapper.h (modified) * branches/network/src/lib/graphics/graphics_engine.cc (modified) * branches/network/src/lib/graphics/graphics_engine.h (modified) * branches/network/src/lib/graphics/importer/Makefile.am (modified) * branches/network/src/lib/graphics/importer/material.h (modified) * branches/network/src/lib/graphics/importer/texture.cc (modified) * branches/network/src/lib/graphics/importer/texture.h (modified) * branches/network/src/lib/graphics/importer/texture_sequence.cc (copied) * branches/network/src/lib/graphics/importer/texture_sequence.h (copied) * branches/network/src/lib/graphics/light.cc (modified) * branches/network/src/lib/graphics/render2D/element_2d.cc (modified) * branches/network/src/lib/graphics/text_engine/font.cc (modified) * branches/network/src/lib/graphics/text_engine/text_engine.cc (modified) * branches/network/src/lib/gui/gtk_gui/gui_audio.cc (modified) * branches/network/src/lib/gui/gtk_gui/gui_exec.cc (modified) * branches/network/src/lib/gui/gtk_gui/gui_keys.cc (modified) * branches/network/src/lib/lang/base_object.cc (modified) * branches/network/src/lib/lang/class_list.cc (modified) * branches/network/src/lib/lang/class_list.h (modified) * branches/network/src/lib/network/Makefile.in (deleted) * branches/network/src/lib/network/network_manager.cc (modified) * branches/network/src/lib/network/network_manager.h (modified) * branches/network/src/lib/parser (copied) * branches/network/src/lib/parser/Makefile.am (copied) * branches/network/src/lib/parser/ini_parser (copied) * branches/network/src/lib/parser/ini_parser/Makefile.am (copied) * branches/network/src/lib/parser/ini_parser/ini_parser.cc (copied) * branches/network/src/lib/parser/ini_parser/ini_parser.h (copied) * branches/network/src/lib/parser/tinyxml (copied) * branches/network/src/lib/parser/tinyxml/Makefile.am (copied) * branches/network/src/lib/parser/tinyxml/tinystr.cc (copied) * branches/network/src/lib/parser/tinyxml/tinystr.h (copied) * branches/network/src/lib/parser/tinyxml/tinyxml.cc (copied) * branches/network/src/lib/parser/tinyxml/tinyxml.h (copied) * branches/network/src/lib/parser/tinyxml/tinyxmlerror.cc (copied) * branches/network/src/lib/parser/tinyxml/tinyxmlparser.cc (copied) * branches/network/src/lib/particles/particle_engine.h (modified) * branches/network/src/lib/particles/particle_system.cc (modified) * branches/network/src/lib/physics/physics_engine.cc (modified) * branches/network/src/lib/shell/shell_command.cc (modified) * branches/network/src/lib/shell/shell_completion.cc (modified) * branches/network/src/lib/sound/sound_buffer.cc (modified) * branches/network/src/lib/sound/sound_engine.cc (modified) * branches/network/src/lib/sound/sound_engine.h (modified) * branches/network/src/lib/sound/sound_source.cc (modified) * branches/network/src/lib/sound/sound_source.h (modified) * branches/network/src/lib/util/executor/executor_specials.h (modified) * branches/network/src/lib/util/ini_parser.cc (deleted) * branches/network/src/lib/util/ini_parser.h (deleted) * branches/network/src/lib/util/list.h (modified) * branches/network/src/orxonox.cc (modified) * branches/network/src/story_entities/world.cc (modified) * branches/network/src/story_entities/world.h (modified) * branches/network/src/subprojects/framework.cc (modified) * branches/network/src/subprojects/importer/Makefile.am (modified) * branches/network/src/subprojects/importer/multitex.cc (copied) * branches/network/src/util/loading/factory.h (modified) * branches/network/src/util/loading/resource_manager.cc (modified) * branches/network/src/util/object_manager.cc (modified) * branches/network/src/util/track/track_manager.cc (modified) * branches/network/src/world_entities/Makefile.am (modified) * branches/network/src/world_entities/playable.cc (copied) * branches/network/src/world_entities/playable.h (copied) * branches/network/src/world_entities/player.cc (modified) * branches/network/src/world_entities/player.h (modified) * branches/network/src/world_entities/power_ups/laser_power_up.cc (modified) * branches/network/src/world_entities/power_ups/turret_power_up.cc (modified) * branches/network/src/world_entities/space_ships (copied) * branches/network/src/world_entities/space_ships/space_ship.cc (copied) * branches/network/src/world_entities/space_ships/space_ship.h (copied) * branches/network/src/world_entities/weapons/aiming_turret.cc (modified) * branches/network/src/world_entities/weapons/bomb.cc (modified) * branches/network/src/world_entities/weapons/bomb.h (modified) * branches/network/src/world_entities/weapons/cannon.cc (modified) * branches/network/src/world_entities/weapons/ground_turret.cc (modified) * branches/network/src/world_entities/weapons/guided_missile.cc (modified) * branches/network/src/world_entities/weapons/test_gun.cc (modified) * branches/network/src/world_entities/weapons/turret.cc (modified) * branches/network/src/world_entities/weapons/weapon.cc (modified) * branches/network/src/world_entities/weapons/weapon_manager.cc (modified) * branches/network/src/world_entities/weapons/weapon_manager.h (modified) network: merged the trunk into the network with the command svn merge ... Wed, 07 Dec 2005 15:15:30 GMT bottac [5967] * branches/height_map/src/lib/graphics/importer/height_map.cc (modified) * branches/height_map/src/lib/graphics/importer/height_map.h (modified) * branches/height_map/src/lib/graphics/importer/model.h (modified) * branches/height_map/src/world_entities/terrain.cc (modified) changes in height_map.cc Wed, 07 Dec 2005 15:09:27 GMT bknecht [5966] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.h (modified) spaceship: hovereffect implemented and minor changes Wed, 07 Dec 2005 14:45:26 GMT manuel [5965] * branches/powerups/src/Makefile.am (modified) * branches/powerups/src/defs/class_id.h (modified) * branches/powerups/src/lib/sound/sound_engine.cc (modified) * branches/powerups/src/world_entities/extendable.h (modified) * branches/powerups/src/world_entities/power_ups/weapon_power_up.cc (copied) * branches/powerups/src/world_entities/power_ups/weapon_power_up.h (copied) * branches/powerups/src/world_entities/space_ships/space_ship.cc (modified) * branches/powerups/src/world_entities/space_ships/space_ship.h (modified) * branches/powerups/src/world_entities/weapons/weapon_manager.cc (modified) many changes: created generic weapon_power_up that can contain any ... Wed, 07 Dec 2005 14:43:01 GMT bknecht [5964] * branches/spaceshipcontrol/src/lib/event/event_handler.cc (modified) * branches/spaceshipcontrol/src/lib/event/event_handler.h (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.h (modified) * branches/spaceshipcontrol/src/world_entities/weapons/crosshair.cc (modified) Mousecontrol implemented! Mousesensitivity implemented! Mouse is ... Wed, 07 Dec 2005 14:02:12 GMT bensch [5963] * branches/avi_play/src/lib/math/vector.h (modified) * branches/avi_play/src/lib/sound/sound_engine.cc (modified) * branches/avi_play/src/subprojects/importer/Makefile.am (modified) avi_play compiles Wed, 07 Dec 2005 13:59:58 GMT hdavid [5962] * branches/avi_play/src/lib/graphics/importer/media_container.cc (modified) * branches/avi_play/src/lib/graphics/importer/media_container.h (modified) avi_play: testfunction Wed, 07 Dec 2005 13:53:43 GMT bensch [5961] * branches/avi_play/NEWS (modified) * branches/avi_play/configure.ac (modified) * branches/avi_play/src/Makefile.am (modified) * branches/avi_play/src/defs/debug.h (modified) * branches/avi_play/src/defs/globals.h (modified) * branches/avi_play/src/lib/Makefile.am (modified) * branches/avi_play/src/lib/event/key_mapper.cc (modified) * branches/avi_play/src/lib/graphics/graphics_engine.cc (modified) * branches/avi_play/src/lib/graphics/light.cc (modified) * branches/avi_play/src/lib/graphics/render2D/element_2d.cc (modified) * branches/avi_play/src/lib/gui/gtk_gui/gui_audio.cc (modified) * branches/avi_play/src/lib/gui/gtk_gui/gui_exec.cc (modified) * branches/avi_play/src/lib/gui/gtk_gui/gui_keys.cc (modified) * branches/avi_play/src/lib/parser (copied) * branches/avi_play/src/lib/parser/Makefile.am (copied) * branches/avi_play/src/lib/parser/ini_parser (copied) * branches/avi_play/src/lib/parser/ini_parser/Makefile.am (copied) * branches/avi_play/src/lib/parser/ini_parser/ini_parser.cc (copied) * branches/avi_play/src/lib/parser/ini_parser/ini_parser.h (copied) * branches/avi_play/src/lib/parser/tinyxml (copied) * branches/avi_play/src/lib/parser/tinyxml/Makefile.am (copied) * branches/avi_play/src/lib/parser/tinyxml/tinystr.cc (copied) * branches/avi_play/src/lib/parser/tinyxml/tinystr.h (copied) * branches/avi_play/src/lib/parser/tinyxml/tinyxml.cc (copied) * branches/avi_play/src/lib/parser/tinyxml/tinyxml.h (copied) * branches/avi_play/src/lib/parser/tinyxml/tinyxmlerror.cc (copied) * branches/avi_play/src/lib/parser/tinyxml/tinyxmlparser.cc (copied) * branches/avi_play/src/lib/particles/particle_engine.h (modified) * branches/avi_play/src/lib/particles/particle_system.cc (modified) * branches/avi_play/src/lib/physics/physics_engine.cc (modified) * branches/avi_play/src/lib/sound/sound_buffer.cc (modified) * branches/avi_play/src/lib/sound/sound_engine.cc (modified) * branches/avi_play/src/lib/sound/sound_engine.h (modified) * branches/avi_play/src/lib/sound/sound_source.cc (modified) * branches/avi_play/src/lib/sound/sound_source.h (modified) * branches/avi_play/src/lib/util/executor/executor_specials.h (modified) * branches/avi_play/src/lib/util/ini_parser.cc (deleted) * branches/avi_play/src/lib/util/ini_parser.h (deleted) * branches/avi_play/src/orxonox.cc (modified) * branches/avi_play/src/subprojects/framework.cc (modified) * branches/avi_play/src/util/loading/factory.h (modified) * branches/avi_play/src/util/loading/resource_manager.cc (modified) * branches/avi_play/src/util/track/track_manager.cc (modified) * branches/avi_play/src/world_entities/weapons/aiming_turret.cc (modified) * branches/avi_play/src/world_entities/weapons/cannon.cc (modified) * branches/avi_play/src/world_entities/weapons/test_gun.cc (modified) * branches/avi_play/src/world_entities/weapons/turret.cc (modified) * branches/avi_play/src/world_entities/weapons/weapon.cc (modified) orxonox/branches/avi_play: merged the trunk back to the avi_play ... Wed, 07 Dec 2005 13:39:20 GMT bensch [5960] * branches/avi_play/config.h.in (modified) avi_player: configure-test Wed, 07 Dec 2005 13:09:34 GMT hdavid [5959] * branches/avi_play/src/lib/graphics/importer/media_container.h (modified) branches/avi_file: includes Wed, 07 Dec 2005 12:54:06 GMT bensch [5958] * branches/avi_play/configure.ac (modified) avi_play: configure check for avi_format Wed, 07 Dec 2005 12:24:16 GMT bensch [5957] * branches/powerups/src/defs/globals.h (modified) powerups: merged lst file Wed, 07 Dec 2005 12:22:12 GMT bensch [5956] * trunk/src/defs/globals.h (modified) * trunk/src/lib/sound/sound_engine.cc (modified) orxonox/trunk: compiles again Wed, 07 Dec 2005 12:05:10 GMT bensch [5955] * branches/powerups/NEWS (modified) * branches/powerups/configure.ac (modified) * branches/powerups/src/Makefile.am (modified) * branches/powerups/src/defs/class_id.h (modified) * branches/powerups/src/defs/debug.h (modified) * branches/powerups/src/lib/Makefile.am (modified) * branches/powerups/src/lib/collision_detection/cd_engine.cc (modified) * branches/powerups/src/lib/collision_detection/cd_engine.h (modified) * branches/powerups/src/lib/coord/p_node.cc (modified) * branches/powerups/src/lib/coord/p_node.h (modified) * branches/powerups/src/lib/event/key_mapper.cc (modified) * branches/powerups/src/lib/event/key_mapper.h (modified) * branches/powerups/src/lib/graphics/graphics_engine.cc (modified) * branches/powerups/src/lib/graphics/graphics_engine.h (modified) * branches/powerups/src/lib/graphics/importer/Makefile.am (modified) * branches/powerups/src/lib/graphics/importer/material.h (modified) * branches/powerups/src/lib/graphics/importer/texture.cc (modified) * branches/powerups/src/lib/graphics/importer/texture.h (modified) * branches/powerups/src/lib/graphics/importer/texture_sequence.cc (copied) * branches/powerups/src/lib/graphics/importer/texture_sequence.h (copied) * branches/powerups/src/lib/graphics/light.cc (modified) * branches/powerups/src/lib/graphics/render2D/element_2d.cc (modified) * branches/powerups/src/lib/graphics/text_engine/font.cc (modified) * branches/powerups/src/lib/graphics/text_engine/text_engine.cc (modified) * branches/powerups/src/lib/gui/gtk_gui/gui_audio.cc (modified) * branches/powerups/src/lib/gui/gtk_gui/gui_exec.cc (modified) * branches/powerups/src/lib/gui/gtk_gui/gui_keys.cc (modified) * branches/powerups/src/lib/lang/base_object.cc (modified) * branches/powerups/src/lib/lang/class_list.cc (modified) * branches/powerups/src/lib/lang/class_list.h (modified) * branches/powerups/src/lib/network/network_manager.cc (modified) * branches/powerups/src/lib/network/network_manager.h (modified) * branches/powerups/src/lib/parser (copied) * branches/powerups/src/lib/parser/Makefile.am (copied) * branches/powerups/src/lib/parser/ini_parser (copied) * branches/powerups/src/lib/parser/ini_parser/Makefile.am (copied) * branches/powerups/src/lib/parser/ini_parser/ini_parser.cc (copied) * branches/powerups/src/lib/parser/ini_parser/ini_parser.h (copied) * branches/powerups/src/lib/parser/tinyxml (copied) * branches/powerups/src/lib/parser/tinyxml/Makefile.am (copied) * branches/powerups/src/lib/parser/tinyxml/tinystr.cc (copied) * branches/powerups/src/lib/parser/tinyxml/tinystr.h (copied) * branches/powerups/src/lib/parser/tinyxml/tinyxml.cc (copied) * branches/powerups/src/lib/parser/tinyxml/tinyxml.h (copied) * branches/powerups/src/lib/parser/tinyxml/tinyxmlerror.cc (copied) * branches/powerups/src/lib/parser/tinyxml/tinyxmlparser.cc (copied) * branches/powerups/src/lib/particles/particle_engine.h (modified) * branches/powerups/src/lib/particles/particle_system.cc (modified) * branches/powerups/src/lib/physics/physics_engine.cc (modified) * branches/powerups/src/lib/shell/shell_command.cc (modified) * branches/powerups/src/lib/shell/shell_completion.cc (modified) * branches/powerups/src/lib/sound/sound_buffer.cc (modified) * branches/powerups/src/lib/sound/sound_engine.cc (modified) * branches/powerups/src/lib/sound/sound_engine.h (modified) * branches/powerups/src/lib/sound/sound_source.cc (modified) * branches/powerups/src/lib/sound/sound_source.h (modified) * branches/powerups/src/lib/tinyxml (deleted) * branches/powerups/src/lib/util/executor/executor_specials.h (modified) * branches/powerups/src/lib/util/ini_parser.cc (deleted) * branches/powerups/src/lib/util/ini_parser.h (deleted) * branches/powerups/src/orxonox.cc (modified) * branches/powerups/src/story_entities/world.cc (modified) * branches/powerups/src/story_entities/world.h (modified) * branches/powerups/src/subprojects/framework.cc (modified) * branches/powerups/src/subprojects/importer/Makefile.am (modified) * branches/powerups/src/subprojects/importer/multitex.cc (copied) * branches/powerups/src/util/loading/factory.h (modified) * branches/powerups/src/util/loading/resource_manager.cc (modified) * branches/powerups/src/util/track/track_manager.cc (modified) * branches/powerups/src/world_entities/Makefile.am (modified) * branches/powerups/src/world_entities/playable.cc (copied) * branches/powerups/src/world_entities/playable.h (copied) * branches/powerups/src/world_entities/player.cc (modified) * branches/powerups/src/world_entities/player.h (modified) * branches/powerups/src/world_entities/power_ups/laser_power_up.cc (modified) * branches/powerups/src/world_entities/power_ups/turret_power_up.cc (modified) * branches/powerups/src/world_entities/space_ships (copied) * branches/powerups/src/world_entities/space_ships/space_ship.cc (copied) * branches/powerups/src/world_entities/space_ships/space_ship.h (copied) * branches/powerups/src/world_entities/weapons/aiming_turret.cc (modified) * branches/powerups/src/world_entities/weapons/cannon.cc (modified) * branches/powerups/src/world_entities/weapons/ground_turret.cc (modified) * branches/powerups/src/world_entities/weapons/guided_missile.cc (modified) * branches/powerups/src/world_entities/weapons/test_gun.cc (modified) * branches/powerups/src/world_entities/weapons/turret.cc (modified) * branches/powerups/src/world_entities/weapons/weapon.cc (modified) * branches/powerups/src/world_entities/weapons/weapon_manager.cc (modified) * branches/powerups/src/world_entities/weapons/weapon_manager.h (modified) branches/powerups: merged the trunk to branches/powerup merged with ... Wed, 07 Dec 2005 11:50:04 GMT bensch [5954] * branches/height_map1 (deleted) branches: deleted heightmap1 Wed, 07 Dec 2005 00:58:39 GMT bensch [5953] * trunk/src/lib/gui/gtk_gui/gui_audio.cc (modified) * trunk/src/lib/parser/ini_parser/ini_parser.cc (modified) * trunk/src/lib/sound/sound_engine.cc (modified) orxonox/trunk: ini_parser safer now Wed, 07 Dec 2005 00:41:10 GMT bensch [5952] * trunk/src/lib/parser/ini_parser/ini_parser.cc (modified) * trunk/src/lib/parser/ini_parser/ini_parser.h (modified) orxonox/trunk: more functionality to the ini_parser Wed, 07 Dec 2005 00:18:38 GMT bensch [5951] * trunk/src/lib/parser/ini_parser/ini_parser.cc (modified) * trunk/src/lib/parser/ini_parser/ini_parser.h (modified) orxonox/trunk: cool functions Wed, 07 Dec 2005 00:01:51 GMT hdavid [5950] * branches/avi_play/src/lib/graphics/importer/movie_player.cc (modified) * branches/avi_play/src/lib/graphics/importer/movie_player.h (modified) branches/avi_file: small changes Wed, 07 Dec 2005 00:01:30 GMT bensch [5949] * trunk/src/lib/parser/ini_parser/ini_parser.cc (modified) orxonox/trunk: iniparser writes out comments Tue, 06 Dec 2005 23:56:40 GMT bensch [5948] * trunk/src/lib/parser/ini_parser/ini_parser.cc (modified) orxonox/trunk: iniparser cleans itself up Tue, 06 Dec 2005 23:52:29 GMT bensch [5947] * trunk/src/lib/parser/ini_parser/ini_parser.cc (modified) orxonox/trunk: minor cleanup Tue, 06 Dec 2005 23:46:43 GMT bensch [5946] * trunk/src/lib/parser/ini_parser/ini_parser.cc (modified) * trunk/src/lib/parser/ini_parser/ini_parser.h (modified) orxonox/trunk: adding comments (simple) Tue, 06 Dec 2005 22:39:05 GMT bensch [5945] * trunk/src/lib/gui/gtk_gui/gui_keys.cc (modified) * trunk/src/lib/parser/ini_parser/ini_parser.cc (modified) * trunk/src/lib/parser/ini_parser/ini_parser.h (modified) orxonox/trunk: small rearangements Tue, 06 Dec 2005 21:06:10 GMT bensch [5944] * trunk/configure.ac (modified) * trunk/src/Makefile.am (modified) * trunk/src/defs/debug.h (modified) * trunk/src/lib/Makefile.am (modified) * trunk/src/lib/event/key_mapper.cc (modified) * trunk/src/lib/graphics/graphics_engine.cc (modified) * trunk/src/lib/graphics/light.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/gui/gtk_gui/gui_exec.cc (modified) * trunk/src/lib/parser (added) * trunk/src/lib/parser/Makefile.am (added) * trunk/src/lib/parser/ini_parser (added) * trunk/src/lib/parser/ini_parser/Makefile.am (added) * trunk/src/lib/parser/ini_parser/ini_parser.cc (moved) * trunk/src/lib/parser/ini_parser/ini_parser.h (moved) * trunk/src/lib/parser/tinyxml (moved) * trunk/src/lib/particles/particle_engine.h (modified) * trunk/src/lib/particles/particle_system.cc (modified) * trunk/src/lib/physics/physics_engine.cc (modified) * trunk/src/lib/sound/sound_engine.cc (modified) * trunk/src/lib/util/executor/executor_specials.h (modified) * trunk/src/orxonox.cc (modified) * trunk/src/subprojects/framework.cc (modified) * trunk/src/util/loading/factory.h (modified) * trunk/src/util/track/track_manager.cc (modified) orxonox/trunk: ini-parser in own subdir now (also moved tiXml-lib to ... Tue, 06 Dec 2005 20:38:33 GMT bensch [5943] * trunk/src/lib/util/ini_parser.cc (modified) orxonox/trunk: ini_parser sync Tue, 06 Dec 2005 19:08:24 GMT bottac [5942] * branches/height_map/src/lib/graphics/importer/height_map.cc (added) * branches/height_map/src/lib/graphics/importer/height_map.h (added) Tue, 06 Dec 2005 19:06:34 GMT bottac [5941] * branches/height_map (copied) Tue, 06 Dec 2005 19:04:48 GMT bottac [5940] * branches/height_map1 (copied) * branches/height_map1/src/lib/graphics/importer/Makefile.am (modified) * branches/height_map1/src/story_entities/world.cc (modified) * branches/height_map1/src/world_entities/player.cc (modified) * branches/height_map1/src/world_entities/terrain.cc (modified) Tue, 06 Dec 2005 18:26:37 GMT hdavid [5939] * branches/avi_play/src/lib/graphics/importer/Makefile.am (modified) * branches/avi_play/src/lib/graphics/importer/media_container.cc (modified) * branches/avi_play/src/lib/graphics/importer/media_container.h (modified) * branches/avi_play/src/lib/graphics/importer/movie_player.cc (added) * branches/avi_play/src/lib/graphics/importer/movie_player.h (added) branches/avi_file: created movie_player files Tue, 06 Dec 2005 18:01:46 GMT bensch [5938] * trunk/src/lib/gui/gtk_gui/gui_exec.cc (modified) * trunk/src/lib/util/ini_parser.cc (modified) orxonox/trunk: ini_parser and gui clean-up, do not know if this fixed ... Tue, 06 Dec 2005 17:16:08 GMT hdavid [5937] * branches/avi_play/src/lib/graphics/importer/Makefile.am (modified) * branches/avi_play/src/lib/graphics/importer/media_container.cc (added) * branches/avi_play/src/lib/graphics/importer/media_container.h (added) branches/avi_file: created media_container files Tue, 06 Dec 2005 01:12:18 GMT bensch [5936] * trunk/src/lib/event/key_mapper.cc (modified) * trunk/src/lib/gui/gtk_gui/gui_exec.cc (modified) * trunk/src/lib/util/ini_parser.cc (modified) * trunk/src/lib/util/ini_parser.h (modified) orxonox/trunk: some fixes, but still some strange seg-faults in the ... Tue, 06 Dec 2005 00:38:55 GMT bensch [5935] * trunk/src/lib/util/ini_parser.cc (modified) * trunk/src/lib/util/ini_parser.h (modified) orxonox/trunk: ini-parser works again Tue, 06 Dec 2005 00:23:17 GMT bensch [5934] * trunk/src/lib/util/ini_parser.cc (modified) * trunk/src/lib/util/ini_parser.h (modified) orxonox/trunk: cleanup in ini-parser Mon, 05 Dec 2005 23:33:18 GMT bensch [5933] * trunk/src/lib/util/ini_parser.cc (modified) * trunk/src/lib/util/ini_parser.h (modified) orxonox/trunk: sync (not running) Mon, 05 Dec 2005 10:26:19 GMT patrick [5932] * branches/collision_detection/src/lib/collision_detection/obb_tree_node.cc (modified) collision_detection: the algorithm works smoother now on the std object Mon, 05 Dec 2005 09:52:18 GMT patrick [5931] * trunk/NEWS (modified) trunk: new NEWS Sun, 04 Dec 2005 23:50:26 GMT bensch [5930] * trunk/src/defs/debug.h (modified) * trunk/src/lib/sound/sound_buffer.cc (modified) * trunk/src/lib/sound/sound_engine.cc (modified) * trunk/src/lib/sound/sound_engine.h (modified) * trunk/src/lib/sound/sound_source.cc (modified) * trunk/src/lib/sound/sound_source.h (modified) * trunk/src/orxonox.cc (modified) * trunk/src/util/loading/resource_manager.cc (modified) * trunk/src/world_entities/weapons/aiming_turret.cc (modified) * trunk/src/world_entities/weapons/cannon.cc (modified) * trunk/src/world_entities/weapons/test_gun.cc (modified) * trunk/src/world_entities/weapons/turret.cc (modified) * trunk/src/world_entities/weapons/weapon.cc (modified) orxonox/trunk: remake of the SoundEngine (faster, and millions of ... Sun, 04 Dec 2005 23:48:07 GMT patrick [5929] * branches/collision_detection/src/lib/collision_detection/obb_tree_node.cc (modified) collision_deteciton: some minor bug fixes. the eigenvc algorithm ... Sun, 04 Dec 2005 23:01:23 GMT bknecht [5928] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) mouse control works fine, still need some improvements (next steps: ... Sun, 04 Dec 2005 22:52:11 GMT patrick [5927] * branches/collision_detection/src/lib/collision_detection/obb_tree_node.cc (modified) collision_deteciton: works again! but much more massivesvn diff now ... Sun, 04 Dec 2005 22:50:25 GMT bensch [5926] * branches/collision_detection/src/lib/math/vector.h (modified) * branches/collision_detection/src/lib/util/executor/executor_specials.h (modified) orxonox/branches/collision_detection: compiles with gcc3.4 Sun, 04 Dec 2005 22:38:36 GMT patrick [5925] * branches/collision_detection/src/lib/collision_detection/obb_tree_node.cc (modified) collision_detection: first few boxes are now much tighter. Sun, 04 Dec 2005 22:37:49 GMT bensch [5924] * branches/avi_play/src/Makefile.am (modified) * branches/avi_play/src/defs/class_id.h (modified) * branches/avi_play/src/lib/collision_detection/cd_engine.cc (modified) * branches/avi_play/src/lib/collision_detection/cd_engine.h (modified) * branches/avi_play/src/lib/coord/p_node.cc (modified) * branches/avi_play/src/lib/coord/p_node.h (modified) * branches/avi_play/src/lib/event/key_mapper.cc (modified) * branches/avi_play/src/lib/event/key_mapper.h (modified) * branches/avi_play/src/lib/graphics/graphics_engine.cc (modified) * branches/avi_play/src/lib/graphics/graphics_engine.h (modified) * branches/avi_play/src/lib/graphics/importer/Makefile.am (modified) * branches/avi_play/src/lib/graphics/importer/material.h (modified) * branches/avi_play/src/lib/graphics/importer/texture.cc (modified) * branches/avi_play/src/lib/graphics/importer/texture.h (modified) * branches/avi_play/src/lib/graphics/importer/texture_sequence.cc (copied) * branches/avi_play/src/lib/graphics/importer/texture_sequence.h (copied) * branches/avi_play/src/lib/graphics/text_engine/font.cc (modified) * branches/avi_play/src/lib/graphics/text_engine/text_engine.cc (modified) * branches/avi_play/src/lib/lang/base_object.cc (modified) * branches/avi_play/src/lib/lang/class_list.cc (modified) * branches/avi_play/src/lib/lang/class_list.h (modified) * branches/avi_play/src/lib/network/network_manager.cc (modified) * branches/avi_play/src/lib/network/network_manager.h (modified) * branches/avi_play/src/lib/shell/shell_command.cc (modified) * branches/avi_play/src/lib/shell/shell_completion.cc (modified) * branches/avi_play/src/lib/sound/sound_engine.cc (modified) * branches/avi_play/src/lib/sound/sound_engine.h (modified) * branches/avi_play/src/lib/sound/sound_source.cc (modified) * branches/avi_play/src/lib/sound/sound_source.h (modified) * branches/avi_play/src/story_entities/world.cc (modified) * branches/avi_play/src/story_entities/world.h (modified) * branches/avi_play/src/subprojects/importer/Makefile.am (modified) * branches/avi_play/src/subprojects/importer/multitex.cc (copied) * branches/avi_play/src/world_entities/Makefile.am (modified) * branches/avi_play/src/world_entities/playable.cc (copied) * branches/avi_play/src/world_entities/playable.h (copied) * branches/avi_play/src/world_entities/player.cc (modified) * branches/avi_play/src/world_entities/player.h (modified) * branches/avi_play/src/world_entities/power_ups/laser_power_up.cc (modified) * branches/avi_play/src/world_entities/power_ups/turret_power_up.cc (modified) * branches/avi_play/src/world_entities/space_ships (copied) * branches/avi_play/src/world_entities/space_ships/space_ship.cc (copied) * branches/avi_play/src/world_entities/space_ships/space_ship.h (copied) * branches/avi_play/src/world_entities/weapons/aiming_turret.cc (modified) * branches/avi_play/src/world_entities/weapons/ground_turret.cc (modified) * branches/avi_play/src/world_entities/weapons/guided_missile.cc (modified) * branches/avi_play/src/world_entities/weapons/weapon_manager.cc (modified) * branches/avi_play/src/world_entities/weapons/weapon_manager.h (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) orxonox/branches/avi_play: merged the Trunk back into the branche ... Sun, 04 Dec 2005 22:35:16 GMT patrick [5923] * branches/collision_detection/src/lib/collision_detection/obb_tree_node.cc (modified) collision_detection: restrucured the center seeker funciton Sun, 04 Dec 2005 22:28:35 GMT patrick [5922] * branches/collision_detection/src/lib/collision_detection/bounding_volume.h (modified) * branches/collision_detection/src/lib/collision_detection/obb_tree_node.cc (modified) collision_detection: working on centeroid obb structures Sun, 04 Dec 2005 22:22:50 GMT bknecht [5921] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.h (modified) * branches/spaceshipcontrol/src/world_entities/weapons/crosshair.cc (modified) implemented mousecontrol for spaceship Sun, 04 Dec 2005 21:17:39 GMT patrick [5920] * branches/collision_detection/src/lib/collision_detection/obb_tree_node.cc (modified) collision_detection: speed up in some function, more checks and more ... Sun, 04 Dec 2005 20:54:44 GMT bknecht [5919] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) added air friction for a better feeling Sun, 04 Dec 2005 20:45:45 GMT bknecht [5918] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) new control and a little bit physics in space_ship.cc for better ... Sun, 04 Dec 2005 20:27:18 GMT bensch [5917] * trunk/src/lib/sound/sound_engine.cc (modified) * trunk/src/lib/sound/sound_engine.h (modified) * trunk/src/lib/sound/sound_source.cc (modified) * trunk/src/lib/sound/sound_source.h (modified) orxonox/trunk: al-sound-source-allocation Sun, 04 Dec 2005 18:07:00 GMT snellen [5916] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) space_ship.cc updated Sun, 04 Dec 2005 14:34:36 GMT bensch [5915] * trunk/src/Makefile.am (modified) * trunk/src/defs/class_id.h (modified) * trunk/src/lib/collision_detection/cd_engine.cc (modified) * trunk/src/lib/collision_detection/cd_engine.h (modified) * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/coord/p_node.h (modified) * trunk/src/lib/event/key_mapper.cc (modified) * trunk/src/lib/event/key_mapper.h (modified) * trunk/src/lib/lang/base_object.cc (modified) * trunk/src/lib/lang/class_list.h (modified) * trunk/src/lib/sound/sound_engine.cc (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/story_entities/world.h (modified) * trunk/src/world_entities/Makefile.am (modified) * trunk/src/world_entities/playable.cc (copied) * trunk/src/world_entities/playable.h (copied) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/player.h (modified) * trunk/src/world_entities/power_ups/laser_power_up.cc (modified) * trunk/src/world_entities/power_ups/turret_power_up.cc (modified) * trunk/src/world_entities/space_ships (copied) * trunk/src/world_entities/space_ships/space_ship.cc (copied) * trunk/src/world_entities/space_ships/space_ship.h (copied) * trunk/src/world_entities/weapons/aiming_turret.cc (modified) * trunk/src/world_entities/weapons/ground_turret.cc (modified) * trunk/src/world_entities/weapons/guided_missile.cc (modified) orxonox/trunk: merged branches/spaceshipControll back to the trunk: ... Sun, 04 Dec 2005 14:23:08 GMT bensch [5914] * branches/spaceshipcontrol/src/lib/coord/p_node.cc (modified) * branches/spaceshipcontrol/src/world_entities/weapons/ground_turret.cc (modified) * branches/spaceshipcontrol/src/world_entities/weapons/guided_missile.cc (modified) controll: some minor changes guided missile Sun, 04 Dec 2005 13:50:01 GMT bensch [5913] * branches/spaceshipcontrol/src/world_entities/weapons/aiming_turret.cc (modified) * branches/spaceshipcontrol/src/world_entities/weapons/guided_missile.cc (modified) orxonox/trunk: AimingTurret with GuidedMissiles :) Sun, 04 Dec 2005 13:39:35 GMT bensch [5912] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) controll: shiftdir instead of ABS-Dir Sun, 04 Dec 2005 13:30:33 GMT snellen [5911] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) space_ship.cc updated Sun, 04 Dec 2005 13:19:19 GMT bensch [5910] * branches/spaceshipcontrol/src/lib/coord/p_node.cc (modified) * branches/spaceshipcontrol/src/lib/coord/p_node.h (modified) * branches/spaceshipcontrol/src/lib/sound/sound_engine.cc (modified) controll: ability to get the directions of Nodes (absolute direction ... Sun, 04 Dec 2005 10:04:50 GMT snellen [5909] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) space_ship.cc updated Sat, 03 Dec 2005 23:02:26 GMT snellen [5908] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) space_ship.cc updated Sat, 03 Dec 2005 21:30:42 GMT bknecht [5907] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.h (modified) spaceship updated Sat, 03 Dec 2005 20:30:54 GMT snellen [5906] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) space_ship.cc updated Sat, 03 Dec 2005 19:39:55 GMT snellen [5905] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) space_ship.cc updated Sat, 03 Dec 2005 19:31:56 GMT snellen [5904] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) space_ship.cc updated Sat, 03 Dec 2005 18:56:49 GMT snellen [5903] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) space_ship.cc updated Sat, 03 Dec 2005 18:47:06 GMT snellen [5902] * branches/spaceshipcontrol/src/world_entities/playable.cc (modified) unregisterEvent() in playable.cc implemented Sat, 03 Dec 2005 18:23:37 GMT snellen [5901] * branches/spaceshipcontrol/src/world_entities/player.cc (modified) * branches/spaceshipcontrol/src/world_entities/player.h (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) disconnectControllable() in player.cc implemented Sat, 03 Dec 2005 16:48:25 GMT snellen [5900] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) space_ship.cc updated Sat, 03 Dec 2005 16:43:42 GMT bensch [5899] * branches/spaceshipcontrol/src/story_entities/world.cc (modified) * branches/spaceshipcontrol/src/world_entities/player.cc (modified) * branches/spaceshipcontrol/src/world_entities/player.h (modified) controll: better player Sat, 03 Dec 2005 16:37:17 GMT bensch [5898] * branches/spaceshipcontrol/src/world_entities/playable.cc (modified) * branches/spaceshipcontrol/src/world_entities/playable.h (modified) controll documentation Sat, 03 Dec 2005 16:34:09 GMT snellen [5897] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) space_ship.cc updated Sat, 03 Dec 2005 16:26:52 GMT bensch [5896] * branches/spaceshipcontrol/src/world_entities/playable.cc (modified) * branches/spaceshipcontrol/src/world_entities/playable.h (modified) controll: more elaborate playable