# # ChangeLog for common/Common.cpp in network-game # # Generated by Trac 1.5.4 # Sep 19, 2024, 9:44:08 PM Tue, 24 Dec 2013 20:06:30 GMT dportnoy [8554263] * common/Common.cpp (modified) * common/Common.h (modified) * common/MessageProcessor.cpp (modified) * server/server.cpp (modified) Restructuring and code cleanup Sun, 15 Dec 2013 22:55:59 GMT dportnoy [e437a19] * common/Common.cpp (modified) * design/algorithms.txt (added) * design/message_spec.txt (added) New network headers in Common.cpp Sun, 15 Dec 2013 22:44:40 GMT dportnoy [248e3c1] * common/Common.cpp (modified) Compiler header is is now included in Common.cpp Tue, 01 Oct 2013 15:56:03 GMT Dmitry Portnoy [6319311] * client/Client/Button.cpp (modified) * client/Client/Client.vcxproj (modified) * client/Client/Client.vcxproj.filters (modified) * client/Client/GameRender.cpp (added) * client/Client/GameRender.h (added) * client/Client/GuiComponent.h (modified) * client/Client/Textbox.cpp (modified) * client/Client/chat.h (modified) * client/Client/main.cpp (modified) * common/Common.cpp (modified) * common/Common.h (modified) * common/Game.cpp (modified) * common/Game.h (modified) * common/MessageContainer.cpp (modified) * common/MessageContainer.h (modified) * common/MessageProcessor.cpp (modified) * common/Player.h (modified) * common/Projectile.h (modified) * common/WorldMap.h (modified) Some redfinition issues related to winsock2 are fixed and a few ... Sat, 28 Sep 2013 02:11:19 GMT dportnoy [0693e25] * client/Client/main.cpp (modified) * common/Common.cpp (modified) * common/Common.h (modified) * common/Game.cpp (modified) * common/Game.h (modified) The client draws the map and players in individual games Thu, 01 Aug 2013 02:15:49 GMT dportnoy [8271c78] * client/.gitignore (modified) * client/Client/main.cpp (modified) * common/Common.cpp (modified) The client has basic log files Thu, 01 Aug 2013 01:56:17 GMT dportnoy [d05086b] * common/Common.cpp (modified) * common/Common.h (modified) * common/MessageProcessor.cpp (modified) * common/MessageProcessor.h (modified) * server/.gitignore (modified) * server/server.cpp (modified) Support for logging to a textfile Sat, 25 May 2013 01:45:54 GMT dportnoy [b07eeac] * common/Common.cpp (modified) * common/Common.h (modified) * common/Message.cpp (modified) * server/server.cpp (modified) Players pick up flags when they get close to the flag objects, not ... Sun, 24 Feb 2013 00:09:43 GMT dportnoy [8f85180] * common/Common.cpp (modified) * common/Common.h (modified) * common/Player.cpp (modified) * common/Player.h (modified) * server/server.cpp (modified) Added a method for measuring milliseconds and implemented smooth ... Tue, 25 Dec 2012 18:59:58 GMT dportnoy [4c202e0] * client/Client/Client.vcxproj (modified) * client/Client/Client.vcxproj.filters (modified) * client/Client/chat.cpp (modified) * client/Client/main.cpp (modified) * common/Common.cpp (modified) * common/Common.h (modified) * common/Player.cpp (modified) * common/Player.h (modified) Added Player to the visual studio project, changed Common to use the ... Tue, 25 Dec 2012 18:27:14 GMT dportnoy [edfd1d0] * client/makefile (modified) * common/Common.cpp (added) * common/Common.h (modified) * common/Message.h (modified) * common/Player.cpp (moved) * common/Player.h (moved) * server/DataAccess.h (modified) * server/makefile (modified) * server/server.cpp (modified) Moved the Player class to the common directory, added a position to ...