# # ChangeLog for branches/cleanup/src in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 1, 2024, 9:03:01 PM Wed, 14 Feb 2007 18:27:23 GMT snellen [10593] * branches/cleanup/src/story_entities/game_world.cc (modified) * branches/cleanup/src/story_entities/game_world_data.cc (modified) * branches/cleanup/src/world_entities/effects/billboard.cc (modified) * branches/cleanup/src/world_entities/effects/wobblegrid.cc (modified) * branches/cleanup/src/world_entities/particles/sprite_particles.cc (modified) * branches/cleanup/src/world_entities/space_ships/space_ship.cc (modified) * branches/cleanup/src/world_entities/tools/cameraman.cc (modified) * branches/cleanup/src/world_entities/tools/cameraman.h (modified) * branches/cleanup/src/world_entities/tools/scrolling_screen.cc (modified) cleaned up the cameramanager, commented all functions, corrected ... Tue, 13 Feb 2007 17:23:29 GMT bensch [10592] * branches/cleanup/src/lib/script_engine/Makefile.am (modified) * branches/cleanup/src/subprojects/particles/Makefile.am (modified) make distdir works again Tue, 13 Feb 2007 15:42:33 GMT bensch [10591] * branches/cleanup/src/lib/collision_detection/cd_engine.cc (modified) * branches/cleanup/src/lib/graphics/importer/bsp/bsp_manager.cc (modified) * branches/cleanup/src/lib/graphics/render2D/element_2d.cc (modified) * branches/cleanup/src/lib/script_engine/script_manager.cc (modified) * branches/cleanup/src/story_entities/game_world.cc (modified) * branches/cleanup/src/story_entities/game_world_data.cc (modified) * branches/cleanup/src/story_entities/menu/game_menu.cc (modified) * branches/cleanup/src/story_entities/multi_player_world_data.cc (modified) * branches/cleanup/src/util/multiplayer_team_deathmatch.cc (modified) * branches/cleanup/src/util/state.cc (modified) * branches/cleanup/src/world_entities/Makefile.am (modified) * branches/cleanup/src/world_entities/WorldEntities.am (modified) * branches/cleanup/src/world_entities/character_attributes.cc (deleted) * branches/cleanup/src/world_entities/character_attributes.h (deleted) * branches/cleanup/src/world_entities/creatures/fps_player.cc (modified) * branches/cleanup/src/world_entities/effects/billboard.cc (modified) * branches/cleanup/src/world_entities/effects/wobblegrid.cc (modified) * branches/cleanup/src/world_entities/environments/bsp_entity.cc (moved) * branches/cleanup/src/world_entities/environments/bsp_entity.h (moved) * branches/cleanup/src/world_entities/environments/environment.cc (moved) * branches/cleanup/src/world_entities/environments/environment.h (moved) * branches/cleanup/src/world_entities/environments/planet.cc (moved) * branches/cleanup/src/world_entities/environments/planet.h (moved) * branches/cleanup/src/world_entities/environments/skybox.cc (moved) * branches/cleanup/src/world_entities/environments/skybox.h (moved) * branches/cleanup/src/world_entities/environments/skydome.cc (moved) * branches/cleanup/src/world_entities/environments/skydome.h (moved) * branches/cleanup/src/world_entities/environments/skysphere.cc (moved) * branches/cleanup/src/world_entities/environments/skysphere.h (moved) * branches/cleanup/src/world_entities/environments/terrain.cc (moved) * branches/cleanup/src/world_entities/environments/terrain.h (moved) * branches/cleanup/src/world_entities/extendable.h (modified) * branches/cleanup/src/world_entities/items/power_ups (moved) * branches/cleanup/src/world_entities/npcs/generic_npc.cc (modified) * branches/cleanup/src/world_entities/npcs/mover.cc (modified) * branches/cleanup/src/world_entities/npcs/npc.cc (modified) * branches/cleanup/src/world_entities/npcs/npc_test1.cc (modified) * branches/cleanup/src/world_entities/particles/sprite_particles.cc (modified) * branches/cleanup/src/world_entities/playable.cc (modified) * branches/cleanup/src/world_entities/satellite.cc (deleted) * branches/cleanup/src/world_entities/satellite.h (deleted) * branches/cleanup/src/world_entities/space_ships/space_ship.cc (modified) * branches/cleanup/src/world_entities/test_entity.cc (deleted) * branches/cleanup/src/world_entities/test_entity2.cc (deleted) * branches/cleanup/src/world_entities/test_entity2.h (deleted) * branches/cleanup/src/world_entities/tools (added) * branches/cleanup/src/world_entities/tools/blackscreen.cc (moved) * branches/cleanup/src/world_entities/tools/blackscreen.h (moved) * branches/cleanup/src/world_entities/tools/camera.cc (moved) * branches/cleanup/src/world_entities/tools/camera.h (moved) * branches/cleanup/src/world_entities/tools/cameraman.cc (moved) * branches/cleanup/src/world_entities/tools/cameraman.h (moved) * branches/cleanup/src/world_entities/tools/mount_point.cc (moved) * branches/cleanup/src/world_entities/tools/mount_point.h (moved) * branches/cleanup/src/world_entities/tools/movie_entity.cc (moved) * branches/cleanup/src/world_entities/tools/movie_entity.h (moved) * branches/cleanup/src/world_entities/tools/recorder.cc (moved) * branches/cleanup/src/world_entities/tools/recorder.h (moved) * branches/cleanup/src/world_entities/tools/script_trigger.cc (moved) * branches/cleanup/src/world_entities/tools/script_trigger.h (moved) * branches/cleanup/src/world_entities/tools/scrolling_screen.cc (moved) * branches/cleanup/src/world_entities/tools/scrolling_screen.h (moved) * branches/cleanup/src/world_entities/tools/sound_entity.cc (moved) * branches/cleanup/src/world_entities/tools/sound_entity.h (moved) * branches/cleanup/src/world_entities/tools/spawning_point.cc (moved) * branches/cleanup/src/world_entities/tools/spawning_point.h (moved) * branches/cleanup/src/world_entities/weather_effects/cloud_effect.h (modified) * branches/cleanup/src/world_entities/weather_effects/lense_flare.cc (modified) * branches/cleanup/src/world_entities/world_entity.cc (modified) moved the we's to a more senseable location. Tue, 13 Feb 2007 14:53:43 GMT bensch [10590] * branches/cleanup/src/world_entities/questGUI/quest.cc (modified) * branches/cleanup/src/world_entities/questGUI/quest.h (modified) * branches/cleanup/src/world_entities/questGUI/quest_gui.cc (modified) * branches/cleanup/src/world_entities/questGUI/quest_gui.h (modified) minor cleanup of the Quests Tue, 13 Feb 2007 14:39:08 GMT bensch [10589] * branches/cleanup/src/lib/math/curve.h (modified) * branches/cleanup/src/util/track/pilot_node.cc (deleted) * branches/cleanup/src/util/track/pilot_node.h (deleted) removed an unused/not implemented Curve, thus fixing ticket #178 Tue, 13 Feb 2007 14:36:20 GMT bensch [10588] * branches/cleanup/src/lib/math/curve.h (modified) * branches/cleanup/src/util/Makefile.am (modified) * branches/cleanup/src/util/track/track_manager.cc (deleted) * branches/cleanup/src/util/track/track_manager.h (deleted) * branches/cleanup/src/util/track/track_node.cc (deleted) * branches/cleanup/src/util/track/track_node.h (deleted) * branches/cleanup/src/world_entities/camera.cc (modified) * branches/cleanup/src/world_entities/npcs/npc.cc (modified) * branches/cleanup/src/world_entities/space_ships/space_ship.cc (modified) * branches/cleanup/src/world_entities/test_entity.cc (modified) * branches/cleanup/src/world_entities/world_entity.cc (modified) removed track manager and reinjected the Track Thu, 08 Feb 2007 19:15:01 GMT snellen [10586] * branches/cleanup/src/lib/script_engine/lunartest2.lua (deleted) removed linartest2.lua (it was only used for testing purposes) Thu, 08 Feb 2007 17:14:35 GMT snellen [10585] * branches/cleanup/src/lib/script_engine/account.cc (deleted) * branches/cleanup/src/lib/script_engine/example.cc (deleted) * branches/cleanup/src/lib/script_engine/object.cc (deleted) * branches/cleanup/src/story_entities/game_world.cc (modified) * branches/cleanup/src/world_entities/script_trigger.cc (modified) * branches/cleanup/src/world_entities/script_trigger.h (modified) Removed classes Account and Object (both needed only to test the ... Thu, 08 Feb 2007 13:40:32 GMT nicolasc [10583] * branches/cleanup/src/world_entities/WorldEntities.am (modified) * branches/cleanup/src/world_entities/npcs/npc.cc (modified) * branches/cleanup/src/world_entities/space_ships/space_ship.cc (modified) * branches/cleanup/src/world_entities/weapons/spike_launcher.cc (deleted) * branches/cleanup/src/world_entities/weapons/spike_launcher.h (deleted) removed unused spike launcher Wed, 07 Feb 2007 23:21:09 GMT bensch [10582] * branches/cleanup/src/lib/util/Makefile.am (modified) * branches/cleanup/src/lib/util/list.h (deleted) removed old t_list Wed, 07 Feb 2007 23:20:20 GMT bensch [10581] * branches/cleanup/src/lib/math/curve.h (modified) * branches/cleanup/src/util/Makefile.am (modified) * branches/cleanup/src/util/animation/animation.h (modified) * branches/cleanup/src/util/animation/animation3d.cc (modified) * branches/cleanup/src/util/animation/animation3d.h (modified) * branches/cleanup/src/util/animation/t_animation.h (modified) * branches/cleanup/src/world_entities/camera.cc (modified) * branches/cleanup/src/world_entities/npcs/npc.cc (modified) * branches/cleanup/src/world_entities/space_ships/space_ship.cc (modified) * branches/cleanup/src/world_entities/test_entity.cc (modified) * branches/cleanup/src/world_entities/world_entity.cc (modified) changed the animation3D and t_animation to match the new list ... Wed, 07 Feb 2007 21:18:28 GMT nicolasc [10580] * branches/cleanup/src/world_entities/space_ships/human_scout.cc (deleted) * branches/cleanup/src/world_entities/space_ships/human_scout.h (deleted) unused Wed, 07 Feb 2007 20:49:40 GMT nicolasc [10579] * branches/cleanup/src/world_entities/projectiles/swarm_projectile.cc (modified) * branches/cleanup/src/world_entities/space_ships/space_ship.cc (modified) * branches/cleanup/src/world_entities/weapons/acid_launcher.cc (modified) * branches/cleanup/src/world_entities/weapons/aiming_turret.cc (modified) * branches/cleanup/src/world_entities/weapons/boomerang_gun.cc (modified) * branches/cleanup/src/world_entities/weapons/heavy_blaster.cc (modified) * branches/cleanup/src/world_entities/weapons/light_blaster.cc (modified) * branches/cleanup/src/world_entities/weapons/medium_blaster.cc (modified) * branches/cleanup/src/world_entities/weapons/spike_launcher.cc (modified) * branches/cleanup/src/world_entities/weapons/spike_thrower.cc (modified) * branches/cleanup/src/world_entities/weapons/swarm_launcher.cc (modified) * branches/cleanup/src/world_entities/weapons/targeting_turret.cc (modified) * branches/cleanup/src/world_entities/weapons/turret.cc (modified) fixed some headers commeted none existing sounds, to remove warnings Wed, 07 Feb 2007 20:38:09 GMT bensch [10578] * branches/cleanup/src/ai (modified) * branches/cleanup/src/lib/collision_reaction (modified) * branches/cleanup/src/lib/lang (modified) * branches/cleanup/src/lib/parser/cmdline_parser (modified) * branches/cleanup/src/lib/script_engine (modified) * branches/cleanup/src/lib/util (modified) properties Wed, 07 Feb 2007 20:31:36 GMT bensch [10577] * branches/cleanup/src/lib/sound/ogg_player.cc (modified) * branches/cleanup/src/lib/sound/ogg_player.h (modified) * branches/cleanup/src/lib/util/debug_buffer.cc (modified) * branches/cleanup/src/lib/util/filesys/net_link.cc (modified) * branches/cleanup/src/lib/util/filesys/net_link.h (modified) * branches/cleanup/src/lib/util/threads/mutex_locker.h (modified) better incls Wed, 07 Feb 2007 20:28:52 GMT bensch [10576] * branches/cleanup/src/lib/sound/sound_engine.h (modified) * branches/cleanup/src/lib/util/threads/mutex.h (modified) * branches/cleanup/src/lib/util/threads/mutex_locker.h (modified) * branches/cleanup/src/lib/util/threads/thread.cc (modified) * branches/cleanup/src/lib/util/threads/thread.h (modified) * branches/cleanup/src/lib/util/threads/threadincl.h (added) threads better compiled now Wed, 07 Feb 2007 20:22:45 GMT bensch [10575] * branches/cleanup/src/Makefile.am (modified) * branches/cleanup/src/lib/sound/ogg_player.h (modified) * branches/cleanup/src/lib/sound/sound_engine.h (modified) * branches/cleanup/src/lib/util/Makefile.am (modified) * branches/cleanup/src/lib/util/debug_buffer.cc (modified) * branches/cleanup/src/lib/util/filesys/net_link.h (modified) * branches/cleanup/src/lib/util/threading.cc (deleted) * branches/cleanup/src/lib/util/threading.h (deleted) * branches/cleanup/src/lib/util/threads/mutex.cc (deleted) * branches/cleanup/src/lib/util/threads/mutex_locker.cc (deleted) * branches/cleanup/src/lib/util/threads/thread.cc (added) * branches/cleanup/src/lib/util/threads/thread.h (added) simple threads splited up into multiple files Wed, 07 Feb 2007 20:21:02 GMT bensch [10574] * branches/cleanup/src/lib/util/threads (added) * branches/cleanup/src/lib/util/threads/mutex.cc (added) * branches/cleanup/src/lib/util/threads/mutex.h (added) * branches/cleanup/src/lib/util/threads/mutex_locker.cc (added) * branches/cleanup/src/lib/util/threads/mutex_locker.h (added) * branches/cleanup/src/lib/util/threads/threading.cc (copied) * branches/cleanup/src/lib/util/threads/threading.h (copied) added new thread classes Wed, 07 Feb 2007 20:11:52 GMT bensch [10573] * branches/cleanup/src/ability.cc (deleted) * branches/cleanup/src/ability.h (deleted) removed ability :). man this was never used :D Wed, 07 Feb 2007 20:11:22 GMT bensch [10572] * branches/cleanup/src/lib/sound/Makefile.am (modified) * branches/cleanup/src/world_entities/effects/trail.cc (modified) * branches/cleanup/src/world_entities/weapons/acid_launcher.cc (modified) * branches/cleanup/src/world_entities/weapons/spike_launcher.cc (modified) * branches/cleanup/src/world_entities/weapons/spike_thrower.cc (modified) * branches/cleanup/src/world_entities/weapons/swarm_launcher.cc (modified) removed unused includes Wed, 07 Feb 2007 20:07:16 GMT bensch [10571] * branches/cleanup/src/Makefile.am (modified) * branches/cleanup/src/defs/comincl.h (deleted) * branches/cleanup/src/defs/message_structures.h (deleted) * branches/cleanup/src/defs/orxonox_globals.h (moved) * branches/cleanup/src/defs/stdincl.h (deleted) * branches/cleanup/src/lib/event/key_mapper.cc (modified) * branches/cleanup/src/lib/graphics/Makefile.am (modified) * branches/cleanup/src/lib/graphics/glincl.h (moved) * branches/cleanup/src/lib/graphics/graphics_engine.cc (modified) * branches/cleanup/src/lib/gui/qt/gui_audio.cc (modified) * branches/cleanup/src/lib/gui/qt/gui_control.cc (modified) * branches/cleanup/src/lib/gui/qt/gui_general.cc (modified) * branches/cleanup/src/lib/gui/qt/gui_video.cc (modified) * branches/cleanup/src/lib/physics/physics_interface.cc (modified) * branches/cleanup/src/lib/sound/alincl.h (moved) * branches/cleanup/src/lib/sound/sound_engine.cc (modified) * branches/cleanup/src/lib/util/loading/game_loader.cc (modified) * branches/cleanup/src/lib/util/loading/game_loader.h (modified) * branches/cleanup/src/orxonox.cc (modified) * branches/cleanup/src/subprojects/collision_detection/collision_detection.cc (modified) * branches/cleanup/src/util/track/track.cc (modified) * branches/cleanup/src/util/track/track_manager.cc (modified) * branches/cleanup/src/world_entities/satellite.h (modified) cleaned out unused defs files, and moved glincl to grafics, alincl.h ... Wed, 07 Feb 2007 19:49:51 GMT bensch [10570] * branches/cleanup/src/Makefile.am (modified) * branches/cleanup/src/orxonox.cc (modified) * branches/cleanup/src/subprojects/benchmark.cc (deleted) * branches/cleanup/src/subprojects/benchmark.h (deleted) removed unused benchmark Wed, 07 Feb 2007 19:47:40 GMT bensch [10569] * branches/cleanup (copied) created new branche cleanup. Here we are fixing out unused stuff Sun, 04 Feb 2007 11:05:28 GMT snellen [10567] * trunk/src/world_entities/creatures/fps_player.cc (modified) fixed fps-dependent jumping height