# # ChangeLog for code/branches/network/src/network/Synchronisable.cc # # Generated by Trac 1.0.9 # Sep 22, 2024, 6:20:44 AM Sun, 25 Nov 2007 22:06:13 GMT scheusso [247] * code/branches/network/src/network/GameStateManager.cc (added) * code/branches/network/src/network/GameStateManager.h (added) * code/branches/network/src/network/Makefile (modified) * code/branches/network/src/network/Makefile.tardis (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) added GameStateManager class: - gets snapshots of the universe ... Sun, 25 Nov 2007 16:22:22 GMT scheusso [245] * code/branches/network/src/network/Synchronisable.cc (modified) some minor change/bugfix in Synchronisable.cc Sat, 24 Nov 2007 13:22:45 GMT dumenim [238] * code/branches/network/src/network/Synchronisable.cc (modified) changed Synchronise.cc, compiles now Wed, 21 Nov 2007 17:08:34 GMT scheusso [237] * code/branches/network/src/network/Makefile (modified) * code/branches/network/src/network/Makefile.tardis (modified) * code/branches/network/src/network/PacketDecoder.cc (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) synchronisable Tue, 20 Nov 2007 21:18:11 GMT scheusso [230] * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/Client.h (modified) * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/ConnectionManager.h (modified) * code/branches/network/src/network/Makefile (modified) * code/branches/network/src/network/Server.cc (added) * code/branches/network/src/network/Server.h (added) * code/branches/network/src/network/Synchronisable.cc (added) * code/branches/network/src/network/Synchronisable.h (added) created base-class Synchronisable; the files are still quite empty