# # ChangeLog for server/DataAccess.h in network-game # # Generated by Trac 1.6 # Apr 22, 2025, 12:49:49 AM Mon, 10 Nov 2014 03:12:54 GMT Dmitry Portnoy [426fb84] * server/DataAccess.cpp (modified) * server/DataAccess.h (modified) * server/server.cpp (modified) Save the actual time a game ends to the databse and send it to the ... Fri, 31 Oct 2014 01:11:45 GMT Dmitry Portnoy [aee0634] * server/DataAccess.cpp (modified) * server/DataAccess.h (modified) Remove DataAccess::getPlayers() since it isn't used Fri, 17 Oct 2014 01:14:36 GMT Dmitry Portnoy [84754c0] * server/DataAccess.cpp (modified) * server/DataAccess.h (modified) Change updatePlayer to take a Player object and update many fields of ... 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, ... Sat, 22 Jun 2013 13:26:58 GMT dportnoy [521c88b] * common/Player.cpp (modified) * server/DataAccess.cpp (modified) * server/DataAccess.h (modified) * server/server.cpp (modified) Upon player registration, the server stores the selected player class ... Tue, 29 Jan 2013 19:34:29 GMT dportnoy [b128109] * server/DataAccess.cpp (modified) * server/DataAccess.h (modified) * server/makefile (modified) * server/server.cpp (modified) Added MSG_TYPE_PLAYER_MOVE, which allows players to tell the server ... 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 ... Tue, 27 Nov 2012 19:03:33 GMT dportnoy [59061f6] * server/DataAccess.cpp (modified) * server/DataAccess.h (modified) * server/Player.cpp (modified) * server/Player.h (modified) * server/server.cpp (modified) Added new data access methods to save and retrieve player data Tue, 27 Nov 2012 16:24:49 GMT dportnoy [36082e8] * server/DataAccess.cpp (added) * server/DataAccess.h (added) * server/makefile (modified) * server/server.cpp (modified) Moved the database code to a new class