# # ChangeLog for branches/network/src/story_entities/game_world_data.cc in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 7, 2024, 6:21:57 AM Wed, 04 Jan 2006 00:49:20 GMT patrick [6404] * branches/network/src/Makefile.am (modified) * branches/network/src/lib/Makefile.am (modified) * branches/network/src/lib/data (added) * branches/network/src/lib/data/data_tank.cc (added) * branches/network/src/lib/data/data_tank.h (added) * branches/network/src/story_entities/campaign_data.cc (modified) * branches/network/src/story_entities/campaign_data.h (modified) * branches/network/src/story_entities/game_world.cc (modified) * branches/network/src/story_entities/game_world_data.cc (modified) * branches/network/src/story_entities/game_world_data.h (modified) * branches/network/src/story_entities/multi_player_world.cc (modified) * branches/network/src/story_entities/multi_player_world.h (modified) * branches/network/src/story_entities/multi_player_world_data.cc (added) * branches/network/src/story_entities/multi_player_world_data.h (added) * branches/network/src/story_entities/single_player_world.cc (modified) * branches/network/src/story_entities/single_player_world.h (modified) * branches/network/src/story_entities/single_player_world_data.cc (added) * branches/network/src/story_entities/single_player_world_data.h (added) network: working on the last steps, completion is in reach. sadly the ... Tue, 03 Jan 2006 22:04:50 GMT patrick [6402] * branches/network/src/Makefile.am (modified) * branches/network/src/defs/class_id.h (modified) * branches/network/src/lib/coord/p_node.cc (modified) * branches/network/src/lib/coord/p_node.h (modified) * branches/network/src/story_entities/campaign.cc (modified) * branches/network/src/story_entities/campaign.h (modified) * branches/network/src/story_entities/campaign_data.cc (added) * branches/network/src/story_entities/campaign_data.h (added) * branches/network/src/story_entities/game_world.cc (modified) * branches/network/src/story_entities/game_world.h (modified) * branches/network/src/story_entities/game_world_data.cc (added) * branches/network/src/story_entities/game_world_data.h (added) * branches/network/src/story_entities/multi_player_world.cc (modified) * branches/network/src/story_entities/single_player_world.cc (modified) network: more modularity for the GameWorld: data and process are now ...