# # ChangeLog for branches in orxonox.OLD # # Generated by Trac 1.0.9 # May 31, 2024, 7:29:52 PM 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: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: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 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 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 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 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 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: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 Sat, 03 Dec 2005 16:18:37 GMT bensch [5895] * branches/spaceshipcontrol/src/story_entities/world.cc (modified) * branches/spaceshipcontrol/src/world_entities/playable.cc (modified) * branches/spaceshipcontrol/src/world_entities/playable.h (modified) * branches/spaceshipcontrol/src/world_entities/player.cc (modified) * branches/spaceshipcontrol/src/world_entities/player.h (modified) controll: playable interface work Sat, 03 Dec 2005 15:47:34 GMT bensch [5894] * branches/spaceshipcontrol/src/story_entities/world.cc (modified) * branches/spaceshipcontrol/src/world_entities/power_ups/laser_power_up.cc (modified) * branches/spaceshipcontrol/src/world_entities/power_ups/turret_power_up.cc (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) controll: better controll Sat, 03 Dec 2005 15:43:36 GMT snellen [5893] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.h (modified) space_ship.cc updated Sat, 03 Dec 2005 15:11:35 GMT bensch [5892] * branches/spaceshipcontrol/src/story_entities/world.cc (modified) * branches/spaceshipcontrol/src/story_entities/world.h (modified) controll: some fixing in world Sat, 03 Dec 2005 14:53:39 GMT snellen [5891] * branches/spaceshipcontrol/src/story_entities/world.cc (modified) space_ship.cc and world.cc updated Sat, 03 Dec 2005 14:53:19 GMT snellen [5890] * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) space_ship.cc and world.cc updated Sat, 03 Dec 2005 14:46:58 GMT snellen [5889] * branches/spaceshipcontrol/src/world_entities/playable.cc (modified) registerEvent in Playable.cc implemented Sat, 03 Dec 2005 14:37:09 GMT snellen [5888] * branches/spaceshipcontrol/src/world_entities/playable.h (modified) player.cc and player.h updated ( in ../src/world_entities) Sat, 03 Dec 2005 14:27:30 GMT bensch [5887] * branches/spaceshipcontrol/src/story_entities/world.cc (modified) * branches/spaceshipcontrol/src/story_entities/world.h (modified) orxonox/spaceship-controll: world transformation Sat, 03 Dec 2005 13:54:27 GMT bensch [5886] * branches/spaceshipcontrol/src/lib/event/key_mapper.cc (modified) * branches/spaceshipcontrol/src/lib/event/key_mapper.h (modified) * branches/spaceshipcontrol/src/story_entities/world.cc (modified) * branches/spaceshipcontrol/src/world_entities/playable.h (modified) orxonox/branches/spaceshipcontroll: events need to include less Sat, 03 Dec 2005 09:47:02 GMT patrick [5884] * branches/collision_detection/src/lib/collision_detection/obb_tree_node.cc (modified) collision_detection: bugfix in the covariance calc algorithm Sat, 03 Dec 2005 01:01:15 GMT bensch [5883] * branches/spaceshipcontrol/src/world_entities/player.cc (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) orxonox/branches/spaceshipcontroll: completely working branche Sat, 03 Dec 2005 00:31:23 GMT patrick [5882] * branches/collision_detection/src/defs/debug.h (modified) * branches/collision_detection/src/lib/collision_detection/bounding_sphere.cc (modified) * branches/collision_detection/src/lib/collision_detection/bounding_volume.cc (modified) * branches/collision_detection/src/lib/collision_detection/bv_tree.cc (modified) * branches/collision_detection/src/lib/collision_detection/bv_tree.h (modified) * branches/collision_detection/src/lib/collision_detection/bv_tree_node.cc (modified) * branches/collision_detection/src/lib/collision_detection/bv_tree_node.h (modified) * branches/collision_detection/src/lib/collision_detection/cd_engine.cc (modified) * branches/collision_detection/src/lib/collision_detection/collision.cc (modified) * branches/collision_detection/src/lib/collision_detection/obb.cc (modified) * branches/collision_detection/src/lib/collision_detection/obb_tree.cc (modified) * branches/collision_detection/src/lib/collision_detection/obb_tree.h (modified) * branches/collision_detection/src/lib/collision_detection/obb_tree_node.cc (modified) * branches/collision_detection/src/lib/collision_detection/obb_tree_node.h (modified) * branches/collision_detection/src/world_entities/environment.cc (modified) * branches/collision_detection/src/world_entities/test_entity.cc (modified) collision_detection: very much work on the cd engine, now the obbs do ... Sat, 03 Dec 2005 00:26:03 GMT bensch [5881] * branches/spaceshipcontrol/src/story_entities/world.cc (modified) * branches/spaceshipcontrol/src/world_entities/playable.cc (modified) * branches/spaceshipcontrol/src/world_entities/player.cc (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) orxonox/branches/spaceshipcontroll: simple world-interactivity Fri, 02 Dec 2005 23:55:17 GMT bensch [5880] * branches/spaceshipcontrol/src/Makefile.am (modified) * branches/spaceshipcontrol/src/defs/class_id.h (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.h (modified) controll compile Fri, 02 Dec 2005 23:35:49 GMT bensch [5879] * branches/spaceshipcontrol/src/lib/sound/sound_engine.cc (modified) controll: woring on al 1.1 and 1.0 Fri, 02 Dec 2005 17:07:01 GMT bknecht [5878] * branches/spaceshipcontrol/src/world_entities/playable.h (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc (modified) * branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.h (modified) implemented space_ship control Fri, 02 Dec 2005 15:27:53 GMT bensch [5877] * branches/spaceshipcontrol/src/world_entities/playable.cc (modified) * branches/spaceshipcontrol/src/world_entities/playable.h (modified) controll: registerEvent Fri, 02 Dec 2005 15:09:43 GMT bensch [5876] * branches/spaceshipcontrol/src/world_entities/playable.cc (modified) * branches/spaceshipcontrol/src/world_entities/playable.h (modified) controll: some typos Fri, 02 Dec 2005 14:33:46 GMT bensch [5875] * branches/spaceshipcontrol/src/Makefile.am (modified) * branches/spaceshipcontrol/src/lib/util/list.h (modified) * branches/spaceshipcontrol/src/world_entities/playable.cc (modified) * branches/spaceshipcontrol/src/world_entities/playable.h (modified) * branches/spaceshipcontrol/src/world_entities/player.cc (modified) orxonox/branches/spaceshipcontrol: compiles again Fri, 02 Dec 2005 14:23:54 GMT manuel [5874] * branches/powerups/src/world_entities/extendable.h (modified) * branches/powerups/src/world_entities/power_ups/power_up.cc (modified) some documentation Fri, 02 Dec 2005 14:21:58 GMT manuel [5873] * branches/powerups/src/world_entities/power_ups/power_up.cc (modified) * branches/powerups/src/world_entities/power_ups/power_up.h (modified) powerup and extendable work Fri, 02 Dec 2005 14:06:50 GMT snellen [5872] * branches/spaceshipcontrol/src/world_entities/playable.cc (modified) * branches/spaceshipcontrol/src/world_entities/playable.h (modified) * branches/spaceshipcontrol/src/world_entities/player.cc (modified) * branches/spaceshipcontrol/src/world_entities/player.h (modified) player.cc and player.h updated ( in ../src/world_entities) Fri, 02 Dec 2005 14:00:24 GMT manuel [5871] * branches/powerups/src/defs/class_id.h (modified) * branches/powerups/src/lib/sound/sound_engine.cc (modified) * branches/powerups/src/world_entities/extendable.cc (copied) * branches/powerups/src/world_entities/extendable.h (copied) * branches/powerups/src/world_entities/power_ups/power_up.cc (modified) * branches/powerups/src/world_entities/power_ups/power_up.h (modified) declared extendable Fri, 02 Dec 2005 11:30:55 GMT patrick [5870] * 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: getting rid of the old vertices based structure Fri, 02 Dec 2005 11:17:35 GMT patrick [5869] * branches/collision_detection/src/lib/collision_detection/obb_tree_node.cc (modified) collision_detection: adjusted the box splitting algorithm Fri, 02 Dec 2005 10:59:30 GMT patrick [5868] * branches/collision_detection/src/lib/collision_detection/obb_tree_node.cc (modified) collision_detection: box dimension calculation adjusted Fri, 02 Dec 2005 10:39:18 GMT patrick [5867] * branches/collision_detection/src/lib/collision_detection/obb_tree_node.cc (modified) collision_detection: further rewrite of some function Thu, 01 Dec 2005 20:26:59 GMT snellen [5864] * branches/spaceshipcontrol/src/world_entities/playable.h (modified) player.cc and player.h updated ( in ../src/world_entities) Thu, 01 Dec 2005 16:57:39 GMT bensch [5855] * branches/spaceshipcontrol/src/world_entities/playable.cc (modified) * branches/spaceshipcontrol/src/world_entities/playable.h (modified) const getEvent and also inline Thu, 01 Dec 2005 16:54:32 GMT snellen [5854] * branches/spaceshipcontrol/src/world_entities/playable.cc (modified) * branches/spaceshipcontrol/src/world_entities/playable.h (modified) player.cc and player.h updated (both files in ../src/world_entities) Thu, 01 Dec 2005 16:51:59 GMT snellen [5853] * branches/spaceshipcontrol/src/world_entities/playable.h (modified) * branches/spaceshipcontrol/src/world_entities/player.cc (modified) player.cc and player.h updated (both files in ../src/world_entities) Thu, 01 Dec 2005 16:17:38 GMT snellen [5852] * branches/spaceshipcontrol/src/world_entities/player.cc (modified) player.cc and player.h updated (both files in ../src/world_entities) Thu, 01 Dec 2005 16:09:42 GMT bensch [5851] * branches/spaceshipcontrol/src/story_entities/world.cc (modified) orxonox/trunk: cut player out of the Player class Thu, 01 Dec 2005 16:07:17 GMT snellen [5850] * branches/spaceshipcontrol/src/world_entities/player.cc (modified) player.cc and player.h updated (both files in ../src/world_entities) Thu, 01 Dec 2005 15:54:32 GMT snellen [5849] * branches/spaceshipcontrol/src/world_entities/Makefile.am (modified) * branches/spaceshipcontrol/src/world_entities/player.cc (modified) player.cc and player.h updated (both files in ../src/world_entities) Thu, 01 Dec 2005 15:50:35 GMT manuel [5848] * branches/powerups (copied) added new branch powerups Thu, 01 Dec 2005 15:38:39 GMT snellen [5847] * branches/spaceshipcontrol/src/world_entities/playable.h (modified) * branches/spaceshipcontrol/src/world_entities/player.cc (modified) * branches/spaceshipcontrol/src/world_entities/player.h (modified) player.cc and player.h updated (both files in ../src/world_entities) Thu, 01 Dec 2005 15:33:01 GMT bensch [5846] * branches/spaceshipcontrol/src/lib/collision_detection/cd_engine.cc (modified) * branches/spaceshipcontrol/src/lib/collision_detection/cd_engine.h (modified) orxonox/spaceship-controll: removed Player-stuff from CD-engine ... Wed, 30 Nov 2005 21:25:45 GMT bensch [5845] * branches/avi_play (copied) orxonox/branches: added avi_play Wed, 30 Nov 2005 21:18:43 GMT bensch [5844] * branches/spaceshipcontrol/src/defs/class_id.h (modified) * branches/spaceshipcontrol/src/lib/lang/base_object.cc (modified) * branches/spaceshipcontrol/src/lib/sound/sound_engine.cc (modified) orxonox/branches/spaceshipcontroll: rearanged ClassList classes Wed, 30 Nov 2005 20:54:40 GMT bensch [5843] * branches/old.we (deleted) orxonox/branches: delete old.we Wed, 30 Nov 2005 20:54:08 GMT bensch [5842] * branches/collision_detection/src/subprojects/collision_detection/collision_detection.cc (modified) * branches/world_entities (deleted) orxonox/branches: removed world_entities Wed, 30 Nov 2005 20:53:27 GMT snellen [5841] * branches/spaceshipcontrol/src/world_entities/playable.cc (modified) * branches/spaceshipcontrol/src/world_entities/player.cc (modified) player.cc and player.h updated (both files in ../src/world_entities) Wed, 30 Nov 2005 20:47:58 GMT snellen [5840] * branches/spaceshipcontrol/src/world_entities/player.cc (modified) * branches/spaceshipcontrol/src/world_entities/player.h (modified) player.cc and player.h updated (both files in ../src/world_entities) Wed, 30 Nov 2005 20:40:41 GMT snellen [5839] * branches/spaceshipcontrol/src/defs/class_id.h (modified) * branches/spaceshipcontrol/src/world_entities/player.cc (modified) * branches/spaceshipcontrol/src/world_entities/player.h (modified) player.cc and player.h changed (both files in ../src/world_entities) Wed, 30 Nov 2005 17:35:32 GMT snellen [5838] * branches/spaceshipcontrol/src/world_entities/Makefile.am (modified) * branches/spaceshipcontrol/src/world_entities/playable.cc (added) * branches/spaceshipcontrol/src/world_entities/playable.h (added) playable.cc, playable.h, space_ship.cc and space_ship.h added in ...