# # ChangeLog for code/trunk/src/util/CRC32.cc # # Generated by Trac 1.0.9 # May 23, 2024, 10:43:26 PM Tue, 16 Sep 2008 01:46:25 GMT landauf [1791] * code/trunk/src/core/ConfigValueContainer.cc (modified) * code/trunk/src/util/CRC32.cc (modified) * code/trunk/src/util/CRC32.h (modified) * code/trunk/src/util/Clipboard.cc (modified) * code/trunk/src/util/Clipboard.h (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Debug.h (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/MultiType.cc (modified) * code/trunk/src/util/MultiType.h (modified) * code/trunk/src/util/MultiTypeValue.h (modified) * code/trunk/src/util/OutputBuffer.cc (modified) * code/trunk/src/util/OutputBuffer.h (modified) * code/trunk/src/util/OutputHandler.cc (modified) * code/trunk/src/util/OutputHandler.h (modified) * code/trunk/src/util/String.cc (modified) * code/trunk/src/util/String.h (modified) * code/trunk/src/util/SubString.cc (modified) * code/trunk/src/util/SubString.h (modified) * code/trunk/src/util/XMLIncludes.h (modified) added comments to all my classes in util Wed, 10 Sep 2008 10:38:29 GMT rgrieder [1763] * code/trunk/bin/Plugins.cfg (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateClient.h (modified) * code/trunk/src/network/GamestateHandler.cc (modified) * code/trunk/src/network/GamestateHandler.h (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/GamestateManager.h (modified) * code/trunk/src/network/packet/Acknowledgement.cc (modified) * code/trunk/src/network/packet/Acknowledgement.h (modified) * code/trunk/src/network/packet/Chat.cc (modified) * code/trunk/src/network/packet/Chat.h (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/ClassID.h (modified) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Gamestate.h (modified) * code/trunk/src/network/packet/Packet.cc (modified) * code/trunk/src/network/packet/Packet.h (modified) * code/trunk/src/network/packet/Welcome.cc (modified) * code/trunk/src/network/packet/Welcome.h (modified) * code/trunk/src/util/CRC32.cc (modified) * code/trunk/src/util/CRC32.h (modified) added svn:eol-style native to all the files that were missing it Tue, 09 Sep 2008 14:31:34 GMT scheusso [1751] * code/trunk/src/network/Client.cc (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateClient.h (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/Host.cc (modified) * code/trunk/src/network/Host.h (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Synchronisable.cc (modified) * code/trunk/src/network/Synchronisable.h (modified) * code/trunk/src/network/packet/Acknowledgement.cc (modified) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Gamestate.h (modified) * code/trunk/src/network/packet/Packet.cc (modified) * code/trunk/src/network/packet/Packet.h (modified) * code/trunk/src/network/packet/Welcome.cc (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/CRC32.cc (copied) * code/trunk/src/util/CRC32.h (copied) merged network branch back into trunk Mon, 08 Sep 2008 12:21:00 GMT scheusso [1742] * code/branches/network/bin/levels/sample.oxw (modified) * code/branches/network/src/network/GamestateClient.cc (modified) * code/branches/network/src/network/GamestateManager.cc (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Gamestate.h (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network/src/util/CMakeLists.txt (modified) * code/branches/network/src/util/CRC32.cc (added) * code/branches/network/src/util/CRC32.h (added) compressing and diffing works now (also shipCache on client). server ...