# # ChangeLog for branches/network/src/world_entities/space_ships/space_ship.cc in orxonox.OLD # # Generated by Trac 1.0.9 # May 20, 2024, 9:49:06 AM Wed, 25 Jan 2006 13:19:46 GMT patrick [6693] * branches/network/src/defs/class_id.h (modified) * branches/network/src/lib/graphics/importer/material.cc (modified) * branches/network/src/lib/graphics/importer/md2Model.cc (modified) * branches/network/src/lib/graphics/shader.cc (modified) * branches/network/src/lib/graphics/text_engine/text.cc (modified) * branches/network/src/lib/lang/base_object.cc (modified) * branches/network/src/lib/particles/Makefile.am (modified) * branches/network/src/lib/particles/dot_particles.cc (copied) * branches/network/src/lib/particles/dot_particles.h (copied) * branches/network/src/lib/particles/model_particles.cc (modified) * branches/network/src/lib/particles/spark_particles.cc (modified) * branches/network/src/lib/particles/sprite_particles.cc (modified) * branches/network/src/lib/util/count_pointer.h (copied) * branches/network/src/lib/util/executor/executor.cc (modified) * branches/network/src/lib/util/multi_type.cc (modified) * branches/network/src/lib/util/multi_type.h (modified) * branches/network/src/lib/util/substring.h (modified) * branches/network/src/subprojects/importer/Makefile.am (modified) * branches/network/src/subprojects/importer/tc.cc (deleted) * branches/network/src/util/hud.cc (modified) * branches/network/src/util/loading/resource_manager.cc (modified) * branches/network/src/util/loading/resource_manager.h (modified) * branches/network/src/world_entities/Makefile.am (modified) * branches/network/src/world_entities/environments/water.cc (modified) * branches/network/src/world_entities/items (copied) * branches/network/src/world_entities/items/item_container.cc (copied) * branches/network/src/world_entities/items/item_container.h (copied) * branches/network/src/world_entities/movie_entity.cc (modified) * branches/network/src/world_entities/projectiles/guided_missile.cc (modified) * branches/network/src/world_entities/projectiles/laser.cc (modified) * branches/network/src/world_entities/space_ships/helicopter.cc (modified) * branches/network/src/world_entities/space_ships/helicopter.h (modified) * branches/network/src/world_entities/space_ships/hover.cc (copied) * branches/network/src/world_entities/space_ships/hover.h (copied) * branches/network/src/world_entities/space_ships/space_ship.cc (modified) * branches/network/src/world_entities/space_ships/space_ship.h (modified) * branches/network/src/world_entities/weapons/aim.cc (modified) * branches/network/src/world_entities/weapons/aim.h (modified) * branches/network/src/world_entities/weapons/aiming_turret.cc (modified) * branches/network/src/world_entities/weapons/ammo_container.cc (copied) * branches/network/src/world_entities/weapons/ammo_container.h (copied) * branches/network/src/world_entities/weapons/cannon.cc (modified) * branches/network/src/world_entities/weapons/targeting_turret.cc (modified) * branches/network/src/world_entities/weapons/targeting_turret.h (modified) * branches/network/src/world_entities/weapons/test_gun.cc (modified) * branches/network/src/world_entities/weapons/turret.cc (modified) * branches/network/src/world_entities/weapons/weapon.cc (modified) * branches/network/src/world_entities/weapons/weapon.h (modified) * branches/network/src/world_entities/weapons/weapon_manager.cc (modified) * branches/network/src/world_entities/weapons/weapon_manager.h (modified) * branches/spaceshipcontrol (deleted) branches: removed spaceshipcontrol branche Wed, 25 Jan 2006 12:59:02 GMT rennerc [6688] * branches/network/src/world_entities/space_ships/space_ship.cc (modified) * branches/network/src/world_entities/world_entity.cc (modified) spaceship: hack: load default model Tue, 24 Jan 2006 14:02:19 GMT patrick [6672] * branches/network/src/lib/network/network_game_manager.cc (modified) * branches/network/src/lib/network/network_game_manager.h (modified) * branches/network/src/lib/network/network_manager.cc (modified) * branches/network/src/lib/network/network_manager.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/network_stream.h (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/world_entities/space_ships/space_ship.cc (modified) network: now every entity gets a network uniqueID Sat, 21 Jan 2006 00:19:45 GMT bensch [6636] * branches/network (copied) branches: copied the Trunk to network again. Sat, 21 Jan 2006 00:18:19 GMT bensch [6634] * trunk/src/defs/class_id.h (modified) * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/coord/p_node.h (modified) * trunk/src/lib/graphics/graphics_engine.cc (modified) * trunk/src/lib/graphics/importer/texture.cc (modified) * trunk/src/lib/lang/base_object.cc (modified) * trunk/src/lib/network/converter.cc (modified) * trunk/src/lib/network/converter.h (modified) * trunk/src/lib/network/network_game_manager.cc (modified) * trunk/src/lib/network/network_game_manager.h (modified) * trunk/src/lib/network/network_socket.cc (modified) * trunk/src/lib/network/network_stream.cc (modified) * trunk/src/lib/network/network_stream.h (modified) * trunk/src/lib/sound/sound_source.h (modified) * trunk/src/story_entities/Makefile.am (modified) * trunk/src/story_entities/campaign_data.cc (modified) * trunk/src/story_entities/game_world.cc (modified) * trunk/src/story_entities/game_world_data.cc (modified) * trunk/src/story_entities/game_world_data.h (modified) * trunk/src/story_entities/multi_player_world_data.cc (modified) * trunk/src/story_entities/simple_game_menu.cc (copied) * trunk/src/story_entities/simple_game_menu.h (copied) * trunk/src/story_entities/story_entity.h (modified) * trunk/src/subprojects/network/Makefile.am (modified) * trunk/src/subprojects/network/isolated_unit_test.cc (copied) * trunk/src/subprojects/network/isolated_unit_test.h (copied) * trunk/src/subprojects/network/read_sync.cc (modified) * trunk/src/subprojects/network/simple_sync.cc (modified) * trunk/src/subprojects/network/write_sync.cc (modified) * trunk/src/world_entities/Makefile.am (modified) * trunk/src/world_entities/image_entity.cc (copied) * trunk/src/world_entities/image_entity.h (copied) * trunk/src/world_entities/planet.cc (copied) * trunk/src/world_entities/planet.h (copied) * trunk/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/skybox.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/world_entity.cc (modified) orxonox/trunk: merged the network-branche back to the trunk merged ...