# # ChangeLog for branches/terrain/src/lib/network/shared_network_data.cc in orxonox.OLD # # Generated by Trac 1.0.9 # Oct 22, 2024, 3:36:57 PM 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) Sun, 29 Jan 2006 00:57:03 GMT bensch [6822] * trunk/src/defs/class_id.h (modified) * trunk/src/lib/network/shared_network_data.cc (modified) * trunk/src/lib/particles/Makefile.am (modified) * trunk/src/lib/particles/dot_emitter.cc (copied) * trunk/src/lib/particles/dot_emitter.h (copied) * trunk/src/lib/particles/particle_emitter.cc (modified) * trunk/src/lib/particles/particle_emitter.h (modified) * trunk/src/world_entities/projectiles/bomb.cc (modified) * trunk/src/world_entities/projectiles/guided_missile.cc (modified) * trunk/src/world_entities/projectiles/hyperblast.cc (modified) * trunk/src/world_entities/projectiles/laser.cc (modified) * trunk/src/world_entities/projectiles/rocket.cc (modified) * trunk/src/world_entities/projectiles/test_bullet.cc (modified) * trunk/src/world_entities/space_ships/space_ship.cc (modified) trunk: ParticleEmitters now splitted into SubClasses. Also fixed a ...