# # ChangeLog for branches/terrain/mkinstalldirs in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 30, 2024, 5:42:06 AM Wed, 21 Jun 2006 21:45:20 GMT patrick [8697] * branches/terrain (copied) * branches/terrain/src/defs/debug.h (modified) * branches/terrain/src/defs/glincl.h (modified) * branches/terrain/src/lib/collision_detection/cd_engine.h (modified) * branches/terrain/src/lib/graphics/graphics_engine.cc (modified) * branches/terrain/src/lib/graphics/importer/Makefile.am (modified) * branches/terrain/src/lib/graphics/importer/material.h (modified) * branches/terrain/src/lib/graphics/importer/terrain (copied) * branches/terrain/src/lib/graphics/importer/terrain/buffer_broker.cc (copied) * branches/terrain/src/lib/graphics/importer/terrain/buffer_broker.h (copied) * branches/terrain/src/lib/graphics/importer/terrain/frustum.cc (copied) * branches/terrain/src/lib/graphics/importer/terrain/frustum.h (copied) * branches/terrain/src/lib/graphics/importer/terrain/terrain.cc (copied) * branches/terrain/src/lib/graphics/importer/terrain/terrain.h (copied) * branches/terrain/src/lib/graphics/importer/terrain/terrain_page.cc (copied) * branches/terrain/src/lib/graphics/importer/terrain/terrain_page.h (copied) * branches/terrain/src/lib/graphics/importer/terrain/terrain_quad.cc (copied) * branches/terrain/src/lib/graphics/importer/terrain/terrain_quad.h (copied) * branches/terrain/src/lib/graphics/importer/terrain/types.h (copied) * branches/terrain/src/lib/util/threading.h (modified) * branches/terrain/src/orxonox.cc (modified) * branches/terrain/src/story_entities/game_world.cc (modified) * branches/terrain/src/story_entities/game_world_data.cc (modified) * branches/terrain/src/story_entities/game_world_data.h (modified) * branches/terrain/src/story_entities/multi_player_world_data.cc (modified) * branches/terrain/src/story_entities/simple_game_menu.cc (modified) * branches/terrain/src/util/multiplayer_team_deathmatch.cc (modified) * branches/terrain/src/world_entities/WorldEntities.am (modified) * branches/terrain/src/world_entities/camera.cc (modified) * branches/terrain/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/terrain.cc (deleted) * trunk/src/world_entities/terrain.h (deleted) * branches/terrain/src/world_entities/terrain_entity.cc (copied) * branches/terrain/src/world_entities/terrain_entity.h (copied) merged the terrain with the new trunk (MARK TERRAIN) Wed, 23 Nov 2005 23:13:22 GMT bensch [5750] * trunk/config.guess (modified) * trunk/config.sub (modified) * trunk/configure (modified) * trunk/configure.ac (modified) * trunk/depcomp (modified) * trunk/install-sh (modified) * trunk/missing (modified) * trunk/mkinstalldirs (modified) * trunk/src/Makefile.am (modified) * trunk/src/defs/class_id.h (modified) * trunk/src/lib/collision_detection/Makefile.am (modified) * trunk/src/lib/coord/p_node.h (modified) * trunk/src/lib/graphics/light.cc (modified) * trunk/src/lib/gui/gl_gui/glmenu/glmenu_imagescreen.cc (modified) * trunk/src/lib/particles/particle_emitter.cc (modified) * trunk/src/lib/particles/particle_system.cc (modified) * trunk/src/lib/physics/fields/gravity.cc (modified) * trunk/src/lib/physics/physics_connection.cc (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/subprojects/benchmark.cc (modified) * trunk/src/subprojects/collision_detection/Makefile.am (modified) * trunk/src/subprojects/collision_detection/collision_test_entity.cc (modified) * trunk/src/subprojects/importer/Makefile.am (modified) * trunk/src/util/Makefile.am (modified) * trunk/src/util/fast_factory.cc (modified) * trunk/src/util/loading/factory.cc (modified) * trunk/src/util/loading/factory.h (modified) * trunk/src/util/object_manager.cc (copied) * trunk/src/util/object_manager.h (copied) * trunk/src/world_entities/Makefile.am (modified) * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/npc.cc (deleted) * trunk/src/world_entities/npc.h (deleted) * trunk/src/world_entities/npc2.cc (deleted) * trunk/src/world_entities/npc2.h (deleted) * trunk/src/world_entities/npcs (copied) * trunk/src/world_entities/npcs/npc.cc (copied) * trunk/src/world_entities/npcs/npc.h (copied) * trunk/src/world_entities/npcs/npc_test.cc (copied) * trunk/src/world_entities/npcs/npc_test.h (copied) * trunk/src/world_entities/npcs/npc_test1.cc (copied) * trunk/src/world_entities/npcs/npc_test1.h (copied) * trunk/src/world_entities/player.cc (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/skybox.cc (modified) * trunk/src/world_entities/terrain.cc (modified) * trunk/src/world_entities/weapons/aim.cc (modified) * trunk/src/world_entities/weapons/aim.h (modified) * trunk/src/world_entities/weapons/aiming_turret.cc (copied) * trunk/src/world_entities/weapons/aiming_turret.h (copied) * trunk/src/world_entities/weapons/bomb.cc (copied) * trunk/src/world_entities/weapons/bomb.h (copied) * trunk/src/world_entities/weapons/cannon.cc (copied) * trunk/src/world_entities/weapons/cannon.h (copied) * trunk/src/world_entities/weapons/crosshair.cc (modified) * trunk/src/world_entities/weapons/ground_turret.cc (copied) * trunk/src/world_entities/weapons/ground_turret.h (copied) * trunk/src/world_entities/weapons/laser.cc (modified) * trunk/src/world_entities/weapons/laser.h (modified) * trunk/src/world_entities/weapons/test_gun.cc (modified) * trunk/src/world_entities/weapons/test_gun.h (modified) * trunk/src/world_entities/weapons/turret.cc (modified) * trunk/src/world_entities/weapons/turret.h (modified) * trunk/src/world_entities/weapons/weapon.cc (modified) * trunk/src/world_entities/weapons/weapon.h (modified) * trunk/src/world_entities/weapons/weapon_manager.cc (modified) * trunk/src/world_entities/weapons/weapon_manager.h (modified) orxonox/trunk: merged the WorldEntities into the Trunk. Merged with ...