# # ChangeLog for common/Game.cpp in network-game # # Generated by Trac 1.5.4 # Sep 19, 2024, 9:51:37 PM Tue, 11 Nov 2014 01:26:14 GMT dportnoy [85da778] * client/Client/GameRender.cpp (modified) * client/Client/main.cpp (modified) * common/Game.cpp (modified) Convert the client to use the PlayerTeam enum Sat, 08 Nov 2014 01:38:54 GMT Dmitry Portnoy [7fa452f] * client/Client/GameRender.cpp (modified) * client/Client/main.cpp (modified) * common/Game.cpp (modified) * common/Player.cpp (modified) * common/Player.h (modified) * server/DataAccess.cpp (modified) * server/server.cpp (modified) Change the player team variable so that 0 means no team, 1 means blue ... Sat, 08 Nov 2014 01:13:40 GMT Dmitry Portnoy [306758e] * client/Client/main.cpp (modified) * common/Game.cpp (modified) * common/Game.h (modified) * server/server.cpp (modified) Remove the serverSide argument from Game::addPlayer() since it's no ... Fri, 17 Oct 2014 01:19:28 GMT Dmitry Portnoy [c666518] * common/Game.cpp (modified) * common/Game.h (modified) * server/server.cpp (modified) Move handleGameEvents and handlePlayers events from the Game class to ... Sat, 19 Jul 2014 00:32:33 GMT Dmitry Portnoy [53643ca] * .gitignore (modified) * common/Game.cpp (modified) * common/Player.cpp (modified) * common/Player.h (modified) * server/DataAccess.cpp (modified) * server/DataAccess.h (modified) * server/LuaLoader.cpp (added) * server/LuaLoader.h (added) * server/db_settings.lua (added) * server/dbmod.txt (added) * server/makefile (modified) * server/server.cpp (modified) Server loads user profile and game history info from the database, ... Fri, 04 Jul 2014 20:09:47 GMT dportnoy [ea17281] * common/Game.cpp (modified) * common/Game.h (modified) * common/MessageProcessor.cpp (modified) Game.addPlayer takes a boolean to indicate wheter it runs on the ... Wed, 29 Jan 2014 02:06:36 GMT dportnoy [64a1f4e] * common/Game.cpp (modified) * server/server.cpp (modified) Game.addPlayer reset all the player's stats as well Fri, 24 Jan 2014 01:45:42 GMT dportnoy [99cf349] * common/Game.cpp (modified) When a player starts moving, the server clears that player's target ... Fri, 24 Jan 2014 00:27:15 GMT dportnoy [7f884ea] * common/Game.cpp (modified) * common/Game.h (modified) * common/WorldMap.cpp (modified) * common/WorldMap.h (modified) * server/server.cpp (modified) Map-related structs are now outside of the WorldMap class Wed, 22 Jan 2014 01:31:27 GMT dportnoy [0678d60] * common/Game.cpp (modified) * common/MessageProcessor.cpp (modified) * common/Player.cpp (modified) * common/WorldMap.cpp (modified) * common/WorldMap.h (modified) * server/DataAccess.cpp (modified) * server/server.cpp (modified) All server warnings have been fixed and the WorldMap class has a new ... Mon, 20 Jan 2014 18:47:58 GMT dportnoy [5b92307] * client/Client/GameRender.cpp (modified) * client/Client/main.cpp (modified) * common/Game.cpp (modified) * common/Player.cpp (modified) * common/Player.h (modified) id and targetPlayer are now both private members of the Player class ... Sun, 19 Jan 2014 19:40:55 GMT dportnoy [d05c484] * common/Game.cpp (modified) * common/Game.h (modified) * common/MessageProcessor.cpp (modified) * common/MessageProcessor.h (modified) * server/makefile (modified) * server/server.cpp (modified) Some game-specific functions moved from server.cpp to the Game class ... Mon, 23 Dec 2013 20:05:55 GMT dportnoy [c9f6a1c] * common/Game.cpp (modified) * common/Game.h (modified) * common/GameSummary.cpp (added) * common/GameSummary.h (added) * server/makefile (modified) * server/server.cpp (modified) New GameSummary class for storing game results Sun, 22 Dec 2013 22:14:43 GMT dportnoy [45734ff] * common/Game.cpp (modified) * common/Game.h (modified) * server/server.cpp (modified) The Game class stores a list of projectiles present in that game Sun, 22 Dec 2013 02:57:04 GMT dportnoy [1d96513] * common/Game.cpp (modified) * common/Game.h (modified) Game class includes projectile list Fri, 20 Dec 2013 03:42:30 GMT dportnoy [ce2bb87] * common/Game.cpp (modified) * common/Game.h (modified) * server/server.cpp (modified) A player can pick up an opponent's flag in an individual game Fri, 20 Dec 2013 01:41:49 GMT dportnoy [402cf86] * common/Game.cpp (modified) * common/Game.h (modified) * data/map.txt (modified) * server/server.cpp (modified) The server checks player movement in individual games and stops ... Thu, 19 Dec 2013 03:31:45 GMT dportnoy [0129700] * common/Game.cpp (modified) * common/Game.h (modified) * server/server.cpp (modified) The Game class validates player movement on the server side Tue, 01 Oct 2013 16:07:32 GMT dportnoy [373089e] * common/Game.cpp (modified) * common/Game.h (modified) * common/MessageContainer.h (modified) * common/Player.h (modified) The server compiles 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 Fri, 27 Sep 2013 19:55:50 GMT dportnoy [ab8fd40] * common/Game.cpp (modified) * common/Game.h (modified) * server/server.cpp (modified) The server can process LEAVE_GAME messages Fri, 27 Sep 2013 18:56:04 GMT Dmitry Portnoy [233e736] * client/Client/main.cpp (modified) * common/Game.cpp (modified) * common/Game.h (modified) * common/WorldMap.cpp (modified) Fixed a client-side map loading bug Fri, 27 Sep 2013 15:43:51 GMT dportnoy [b48ef09] * common/Game.cpp (modified) * common/MessageContainer.h (modified) * server/server.cpp (modified) New message types and server code for creating and joining games Thu, 26 Sep 2013 20:29:14 GMT dportnoy [b92e6a7] * common/Game.cpp (modified) * common/Game.h (modified) * common/WorldMap.cpp (modified) * server/server.cpp (modified) The Game class now has a WorldMap. When a client creates or joins a ... Thu, 26 Sep 2013 17:41:56 GMT Dmitry Portnoy [321fbbc] * client/Client/main.cpp (modified) * common/Game.cpp (modified) * common/Game.h (modified) Client only stores the game name and number of players of each game Thu, 26 Sep 2013 03:33:18 GMT dportnoy [2ee386d] * client/Client/main.cpp (modified) * common/Game.cpp (modified) * common/Game.h (modified) Clients store the total number of players in each game Thu, 26 Sep 2013 02:59:02 GMT dportnoy [99afbb8] * common/Game.cpp (modified) * common/Game.h (modified) * server/server.cpp (modified) The server keeps track of games and adds players to them Sun, 22 Sep 2013 21:03:47 GMT dportnoy [f419b09] * common/Game.cpp (added) * common/Game.h (added) * common/MessageContainer.h (modified) * server/makefile (modified) Added a Game class and new messages types for creating, joining, and ...