# # ChangeLog for branches/powerups/src/defs in orxonox.OLD # # Generated by Trac 1.0.9 # May 20, 2024, 1:27:06 PM 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 ... 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 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 ... 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 Thu, 01 Dec 2005 15:50:35 GMT manuel [5848] * branches/powerups (copied) added new branch powerups Tue, 29 Nov 2005 13:22:37 GMT bensch [5822] * trunk/config.h.in (modified) * trunk/configure.ac (modified) * trunk/scripts/gentoo/orxonox-0.3.2_alpha-rXXXX.ebuild (copied) * trunk/src/defs/class_id.h (modified) * trunk/src/defs/debug.h (modified) * trunk/src/defs/include_paths.am (modified) * trunk/src/lib/Makefile.am (modified) * trunk/src/lib/lang/class_list.cc (modified) * trunk/src/lib/network/Makefile.am (copied) * trunk/src/lib/network/Makefile.in (copied) * trunk/src/lib/network/README (copied) * trunk/src/lib/network/connection_monitor.cc (copied) * trunk/src/lib/network/connection_monitor.h (copied) * trunk/src/lib/network/data_stream.cc (copied) * trunk/src/lib/network/data_stream.h (copied) * trunk/src/lib/network/netdefs.h (copied) * trunk/src/lib/network/network_manager.cc (copied) * trunk/src/lib/network/network_manager.h (copied) * trunk/src/lib/network/network_protocol.cc (copied) * trunk/src/lib/network/network_protocol.h (copied) * trunk/src/lib/network/network_socket.cc (copied) * trunk/src/lib/network/network_socket.h (copied) * trunk/src/lib/network/network_stream.cc (copied) * trunk/src/lib/network/network_stream.h (copied) * trunk/src/lib/network/synchronisable.cc (deleted) * trunk/src/lib/network/synchronisable.h (deleted) * trunk/src/lib/network/synchronizeable.cc (copied) * trunk/src/lib/network/synchronizeable.h (copied) * trunk/src/orxonox.cc (modified) * trunk/src/subprojects/Makefile.am (modified) * trunk/src/subprojects/network (copied) * trunk/src/subprojects/network/Makefile.am (copied) * trunk/src/subprojects/network/Makefile.in (copied) * trunk/src/subprojects/network/README (copied) * trunk/src/subprojects/network/network_unit_test.cc (copied) * trunk/src/subprojects/network/network_unit_test.h (copied) * trunk/src/subprojects/network/simple_sync.cc (copied) * trunk/src/subprojects/network/simple_sync.h (copied) orxonox/trunk: merged branches/network to the trunk merged with ...