# # ChangeLog for common/Common.h in network-game # # Generated by Trac 1.5.4 # Sep 19, 2024, 9:40:00 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 Tue, 01 Oct 2013 20:08:24 GMT Dmitry Portnoy [e6c26b8] * client/Client/GameRender.cpp (modified) * client/Client/GameRender.h (modified) * client/Client/main.cpp (modified) * common/Common.h (modified) * common/MessageContainer.h (modified) * common/MessageProcessor.cpp (modified) * common/Player.cpp (modified) * common/Player.h (modified) * common/Projectile.cpp (modified) * common/Projectile.h (modified) The client dynamically allocates memory for players and passes around ... 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 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 ... Mon, 18 Feb 2013 18:58:40 GMT dportnoy [60017fc] * common/Common.h (modified) * common/Player.cpp (modified) * common/Player.h (modified) * server/DataAccess.cpp (modified) * server/makefile (modified) * server/server.cpp (modified) Added code for player movement Tue, 05 Feb 2013 19:02:32 GMT dportnoy [62ee2ce] * client/Client/Client.vcxproj (modified) * client/Client/Client.vcxproj.filters (modified) * client/Client/main.cpp (modified) * common/Common.h (modified) * common/Player.h (modified) * common/WorldMap.cpp (moved) * common/WorldMap.h (moved) The client shows the map and converts between screen and map coordinates 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 ... Sun, 09 Dec 2012 20:56:45 GMT dportnoy [e607c0f] * client/Client/Client.vcxproj (modified) * client/Client/Client.vcxproj.filters (modified) * client/Client/Textbox.cpp (modified) * client/Client/Textbox.h (modified) * client/Client/main.cpp (modified) * common/Common.h (modified) The client uses nonblocking calls to check for server messages and ... Sun, 09 Dec 2012 16:38:38 GMT dportnoy [3b1efcc] * client/Client/main.cpp (modified) * common/Common.h (added) * server/server.cpp (modified) The server sends back an error on failed registration and sends chat ...