# # ChangeLog for branches/std/src/lib/parser/tinyxml in orxonox.OLD # # Generated by Trac 1.0.9 # Jul 4, 2024, 7:59:06 AM Thu, 09 Mar 2006 16:28:10 GMT bensch [7203] * branches/std/src/lib/Makefile.am (modified) * branches/std/src/lib/event/key_mapper.cc (modified) * branches/std/src/lib/event/key_mapper.h (modified) * branches/std/src/lib/event/key_names.cc (modified) * branches/std/src/lib/event/key_names.h (modified) * branches/std/src/lib/graphics/graphics_engine.cc (modified) * branches/std/src/lib/graphics/graphics_engine.h (modified) * branches/std/src/lib/graphics/importer/height_map.cc (modified) * branches/std/src/lib/graphics/importer/height_map.h (modified) * branches/std/src/lib/graphics/importer/material.cc (modified) * branches/std/src/lib/graphics/importer/material.h (modified) * branches/std/src/lib/graphics/importer/md2Model.cc (modified) * branches/std/src/lib/graphics/importer/md2Model.h (modified) * branches/std/src/lib/graphics/importer/media_container.cc (modified) * branches/std/src/lib/graphics/importer/movie_player.cc (modified) * branches/std/src/lib/graphics/importer/movie_player.h (modified) * branches/std/src/lib/graphics/importer/objModel.cc (modified) * branches/std/src/lib/graphics/importer/objModel.h (modified) * branches/std/src/lib/graphics/importer/static_model.cc (modified) * branches/std/src/lib/graphics/importer/static_model.h (modified) * branches/std/src/lib/graphics/importer/texture.cc (modified) * branches/std/src/lib/graphics/importer/texture.h (modified) * branches/std/src/lib/graphics/shader.cc (modified) * branches/std/src/lib/graphics/shader.h (modified) * branches/std/src/lib/graphics/text_engine/font.cc (modified) * branches/std/src/lib/graphics/text_engine/font.h (modified) * branches/std/src/lib/gui/gtk_gui/gui_exec.cc (modified) * branches/std/src/lib/gui/gtk_gui/gui_exec.h (modified) * branches/std/src/lib/lang/base_object.cc (modified) * branches/std/src/lib/lang/base_object.h (modified) * branches/std/src/lib/parser/ini_parser/ini_parser.cc (modified) * branches/std/src/lib/parser/ini_parser/ini_parser.h (modified) * branches/std/src/lib/parser/tinyxml/tinyxml.h (modified) * branches/std/src/lib/particles/spark_particles.cc (modified) * branches/std/src/lib/sound/ogg_player.cc (modified) * branches/std/src/lib/sound/ogg_player.h (modified) * branches/std/src/lib/sound/sound_buffer.cc (modified) * branches/std/src/lib/sound/sound_buffer.h (modified) * branches/std/src/lib/sound/sound_engine.cc (modified) * branches/std/src/lib/util/executor/executor.cc (modified) * branches/std/src/lib/util/executor/executor.h (modified) * branches/std/src/lib/util/executor/functor_list.h (modified) * branches/std/src/lib/util/helper_functions.cc (modified) * branches/std/src/lib/util/helper_functions.h (modified) * branches/std/src/lib/util/loading/game_loader.cc (modified) * branches/std/src/lib/util/loading/game_loader.h (modified) * branches/std/src/lib/util/loading/load_param.cc (modified) * branches/std/src/lib/util/loading/load_param.h (modified) * branches/std/src/lib/util/loading/load_param_description.cc (modified) * branches/std/src/lib/util/loading/load_param_description.h (modified) * branches/std/src/lib/util/loading/resource_manager.cc (modified) * branches/std/src/lib/util/loading/resource_manager.h (modified) * branches/std/src/orxonox.cc (modified) * branches/std/src/orxonox.h (modified) * branches/std/src/story_entities/game_world.cc (modified) * branches/std/src/story_entities/game_world_data.cc (modified) * branches/std/src/story_entities/story_entity.cc (modified) * branches/std/src/story_entities/story_entity.h (modified) * branches/std/src/world_entities/terrain.cc (modified) * branches/std/src/world_entities/world_entity.cc (modified) orxonox/trunk: compiles again, BUT well.... i do not expect it to run ... Thu, 09 Mar 2006 12:55:32 GMT bensch [7202] * branches/std (copied) new branche for std-stuff Wed, 21 Dec 2005 12:49:06 GMT bensch [6222] * trunk (modified) * trunk/src (modified) * trunk/src/Makefile.am (modified) * trunk/src/defs/class_id.h (modified) * trunk/src/lib (modified) * trunk/src/lib/collision_detection (modified) * trunk/src/lib/collision_detection/cd_engine.cc (modified) * trunk/src/lib/collision_detection/obb.cc (modified) * trunk/src/lib/event (modified) * trunk/src/lib/graphics (modified) * trunk/src/lib/graphics/graphics_engine.cc (modified) * trunk/src/lib/graphics/importer (modified) * trunk/src/lib/graphics/importer/md2Model.cc (modified) * trunk/src/lib/graphics/importer/md2Model.h (modified) * trunk/src/lib/graphics/importer/model.h (modified) * trunk/src/lib/graphics/render2D/render_2d.cc (modified) * trunk/src/lib/graphics/spatial_separation (modified) * trunk/src/lib/graphics/text_engine/text_engine.cc (modified) * trunk/src/lib/gui (modified) * trunk/src/lib/gui/gl_gui (modified) * trunk/src/lib/gui/gtk_gui (modified) * trunk/src/lib/network (modified) * trunk/src/lib/parser (modified) * trunk/src/lib/parser/ini_parser (modified) * trunk/src/lib/parser/tinyxml (modified) * trunk/src/lib/particles (modified) * trunk/src/lib/particles/particle_system.cc (modified) * trunk/src/lib/physics (modified) * trunk/src/lib/shell (modified) * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell_buffer.cc (modified) * trunk/src/lib/shell/shell_command.cc (modified) * trunk/src/lib/shell/shell_input.cc (modified) * trunk/src/lib/sound (modified) * trunk/src/lib/sound/sound_engine.cc (modified) * trunk/src/lib/util/executor/executor.cc (modified) * trunk/src/story_entities/debug_world.cc (modified) * trunk/src/story_entities/network_world.cc (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/subprojects (modified) * trunk/src/subprojects/collision_detection (modified) * trunk/src/subprojects/importer (modified) * trunk/src/subprojects/importer/Makefile.am (modified) * trunk/src/subprojects/importer/importer.cc (modified) * trunk/src/subprojects/network (modified) * trunk/src/subprojects/particles (modified) * trunk/src/subprojects/testmain (modified) * trunk/src/util (modified) * trunk/src/util/animation/animation.h (modified) * trunk/src/util/loading/resource_manager.cc (modified) * trunk/src/util/loading/resource_manager.h (modified) * trunk/src/util/state.cc (modified) * trunk/src/util/state.h (modified) * trunk/src/world_entities/Makefile.am (modified) * trunk/src/world_entities/camera.cc (modified) * trunk/src/world_entities/creatures (copied) * trunk/src/world_entities/creatures/md2_creature.cc (copied) * trunk/src/world_entities/creatures/md2_creature.h (copied) * trunk/src/world_entities/npcs/npc.cc (modified) * trunk/src/world_entities/npcs/npc_test.cc (modified) * trunk/src/world_entities/npcs/npc_test1.cc (modified) * trunk/src/world_entities/playable.h (modified) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/power_ups/laser_power_up.cc (modified) * trunk/src/world_entities/power_ups/param_power_up.cc (modified) * trunk/src/world_entities/power_ups/turret_power_up.cc (modified) * trunk/src/world_entities/power_ups/weapon_power_up.cc (modified) * trunk/src/world_entities/satellite.cc (modified) * trunk/src/world_entities/space_ships/helicopter.cc (modified) * trunk/src/world_entities/space_ships/helicopter.h (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/test_entity.cc (modified) * trunk/src/world_entities/test_entity.h (modified) * trunk/src/world_entities/weapons/aim.cc (modified) * trunk/src/world_entities/weapons/bomb.cc (modified) * trunk/src/world_entities/weapons/guided_missile.cc (modified) * trunk/src/world_entities/weapons/laser.cc (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/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: merged the christmas branche to the trunk merged with ...