#
# ChangeLog for client in network-game
#
# Generated by Trac 1.5.3
# Jan 21, 2025, 2:45:50 PM

Mon, 16 Dec 2013 02:09:45 GMT dportnoy <dmp1488@…> [53d41ea]
	* client/Client/main.cpp (modified)

	The lobby has a chat console


Wed, 09 Oct 2013 13:50:14 GMT Dmitry Portnoy <dmp1488@…> [50643fa]
	* client/makefile (modified)
	* readme.txt (modified)

	Updated the client makefile to work in ubuntu


Fri, 04 Oct 2013 17:37:46 GMT dportnoy <dmp1488@…> [53ba300]
	* client/Client/main.cpp (modified)

	The client handles MSG_TYPE_LOGOUT messages about other players


Fri, 04 Oct 2013 17:06:20 GMT dportnoy <dmp1488@…> [95ffe57]
	* client/Client/main.cpp (modified)
	* server/server.cpp (modified)

	The server now has a map of Player pointers instead of Players and ...


Tue, 01 Oct 2013 20:08:24 GMT Dmitry Portnoy <dportnoy@…> [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 <dportnoy@…> [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 <dmp1488@…> [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:31:17 GMT Dmitry Portnoy <dportnoy@…> [03ba5e3]
	* client/Client/main.cpp (modified)

	Added a NEW_GAME screen with a button to leave the game and return to ...


Fri, 27 Sep 2013 18:56:04 GMT Dmitry Portnoy <dportnoy@…> [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 18:20:43 GMT Dmitry Portnoy <dportnoy@…> [d519032]
	* client/Client/main.cpp (modified)

	Reorganized the client-side game creation logic


Thu, 26 Sep 2013 23:30:37 GMT Dmitry Portnoy <dportnoy@…> [803566d]
	* client/Client/main.cpp (modified)

	The client has a new state to handle separate game instances


Thu, 26 Sep 2013 17:41:56 GMT Dmitry Portnoy <dportnoy@…> [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:41:10 GMT dportnoy <dmp1488@…> [2992b1a]
	* client/Client/main.cpp (modified)

	The client shows the number of players in each game


Thu, 26 Sep 2013 03:33:18 GMT dportnoy <dmp1488@…> [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 01:51:26 GMT dportnoy <dmp1488@…> [50e6c7a]
	* client/Client/main.cpp (modified)

	The client stores and displays a list of existing games


Thu, 26 Sep 2013 01:00:44 GMT dportnoy <dmp1488@…> [bbebe9c]
	* client/Client/main.cpp (modified)
	* common/MessageContainer.h (modified)

	Clients send game join and creation messages to server and new ...


Wed, 25 Sep 2013 02:20:46 GMT dportnoy <dmp1488@…> [929b4e0]
	* client/Client/main.cpp (modified)

	The lobby screen has some gui elements and basic functionality


Tue, 24 Sep 2013 16:39:52 GMT Dmitry Portnoy <dportnoy@…> [85bf1e2]
	* client/Client/main.cpp (modified)

	Fixed taking/dropping flags, which was broken by the new lobby code


Tue, 24 Sep 2013 00:31:56 GMT dportnoy <dmp1488@…> [1785314]
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/main.cpp (modified)

	Added a lobby screen to the client where players will create and join ...


Sat, 03 Aug 2013 01:13:25 GMT dportnoy <dmp1488@…> [753fa8a]
	* client/Client/main.cpp (modified)

	The client now uses the new getAckedMessages method


Thu, 01 Aug 2013 02:15:49 GMT dportnoy <dmp1488@…> [8271c78]
	* client/.gitignore (modified)
	* client/Client/main.cpp (modified)
	* common/Common.cpp (modified)

	The client has basic log files


Mon, 29 Jul 2013 22:32:59 GMT dportnoy <dmp1488@…> [b35b2b2]
	* client/Client/main.cpp (modified)
	* common/MessageContainer.cpp (modified)
	* common/MessageContainer.h (modified)
	* common/MessageProcessor.cpp (modified)
	* common/MessageProcessor.h (modified)

	Added a basic ingame debug console


Sat, 27 Jul 2013 18:04:41 GMT dportnoy <dmp1488@…> [297682c]
	* client/Client/main.cpp (modified)

	Minor code refactoring


Sat, 27 Jul 2013 17:58:33 GMT dportnoy <dmp1488@…> [bc70282]
	* client/Client/chat.cpp (modified)
	* client/Client/chat.h (modified)
	* client/Client/main.cpp (modified)

	The chat console resets when the user logs out


Fri, 26 Jul 2013 21:38:54 GMT dportnoy <dmp1488@…> [1df6bec]
	* client/Client/Client.vcxproj (modified)

	Updated the debug and rlease builds for the client VC++ project to ...


Fri, 26 Jul 2013 18:33:18 GMT dportnoy <dmp1488@…> [9fe1807]
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* common/MessageProcessor.cpp (modified)

	Added MessageContainer to the VC++ project


Tue, 23 Jul 2013 03:10:09 GMT Dmitry Portnoy <dmp1488@…> [eab83af]
	* client/makefile (modified)

	Client makefile update


Mon, 22 Jul 2013 23:56:12 GMT dportnoy <dmp1488@…> [dee75cc]
	* client/Client/main.cpp (modified)
	* common/MessageProcessor.h (modified)
	* server/makefile (modified)
	* server/server.cpp (modified)

	Remove the Message.h include from several files


Mon, 22 Jul 2013 23:52:39 GMT dportnoy <dmp1488@…> [49da01a]
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/RadioButtonList.cpp (modified)
	* client/Client/RadioButtonList.h (modified)
	* client/Client/main.cpp (modified)
	* common/Message.cpp (deleted)
	* common/Message.h (deleted)
	* common/MessageProcessor.h (modified)

	Add status messages for login and registration and remove the Message ...


Sun, 21 Jul 2013 18:25:00 GMT dportnoy <dmp1488@…> [365e156]
	* client/Client/Button.h (modified)
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/TextLabel.cpp (added)
	* client/Client/TextLabel.h (added)
	* client/Client/main.cpp (modified)

	Added a TextLabel gui element and updated the client to show status ...


Mon, 15 Jul 2013 00:16:27 GMT dportnoy <dmp1488@…> [3de664d]
	* client/Client/main.cpp (modified)

	Client clears acked messages


Sun, 14 Jul 2013 21:42:56 GMT dportnoy <dmp1488@…> [10f6fc2]
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/main.cpp (modified)

	The client uses MessageProcessor to send/receive messages


Sun, 14 Jul 2013 16:11:25 GMT dportnoy <dmp1488@…> [1f1eb58]
	* client/.gitignore (modified)
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.user (modified)
	* client/Client/main.cpp (modified)

	Added a client release build that uses the release version of allegro


Sun, 23 Jun 2013 17:46:12 GMT dportnoy <dmp1488@…> [f3cf1a5]
	* client/Client/main.cpp (modified)

	The client draws all map objects instead of some of them


Sun, 23 Jun 2013 17:18:50 GMT dportnoy <dmp1488@…> [147f662]
	* client/Client/main.cpp (modified)

	Fix a bug where the entire map wasn't being drawn


Sun, 23 Jun 2013 17:12:01 GMT dportnoy <dmp1488@…> [9b1e12c]
	* client/Client/chat.cpp (modified)
	* client/Client/main.cpp (modified)

	Increased the size of the client window to 1024x768 and moved around ...


Sat, 22 Jun 2013 13:25:01 GMT dportnoy <dmp1488@…> [109e8a3]
	* client/Client/main.cpp (modified)

	Username and password textbox labels appear on the registration page


Fri, 21 Jun 2013 01:52:53 GMT dportnoy <dmp1488@…> [5c95436]
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/RadioButtonList.cpp (added)
	* client/Client/RadioButtonList.h (added)
	* client/Client/main.cpp (modified)

	Add a RadioButtonList gui control to the client, re-organize the ...


Wed, 19 Jun 2013 23:54:55 GMT dportnoy <dmp1488@…> [5a5f131]
	* client/Client/main.cpp (modified)
	* common/Projectile.cpp (modified)

	Dead players aren't drawn


Mon, 17 Jun 2013 01:43:55 GMT dportnoy <dmp1488@…> [032e550]
	* client/Client/main.cpp (modified)
	* common/Player.cpp (modified)

	Add some more debug info


Sun, 09 Jun 2013 19:29:59 GMT dportnoy <dmp1488@…> [8c74150]
	* client/Client/main.cpp (modified)

	The client processes PROJECTILE and REMOVE_PROJECTILE messages and ...


Sun, 09 Jun 2013 17:59:48 GMT dportnoy <dmp1488@…> [fbcfc35]
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/main.cpp (modified)

	Add the Projectile class to the client project and add a list of ...


Sun, 09 Jun 2013 17:03:03 GMT dportnoy <dmp1488@…> [b978503]
	* client/Client/main.cpp (modified)
	* common/Message.h (modified)

	Minor changes


Sun, 26 May 2013 20:57:11 GMT dportnoy <dmp1488@…> [e1f78f5]
	* client/Client/main.cpp (modified)
	* common/Message.h (modified)

	START_ATTACK and ATTACK message types have been added and the client ...


Sun, 26 May 2013 20:20:49 GMT dportnoy <dmp1488@…> [d09fe76]
	* client/Client/main.cpp (modified)

	The client displays a player's health and class


Sun, 26 May 2013 00:11:09 GMT dportnoy <dmp1488@…> [15efb4e]
	* client/Client/main.cpp (modified)

	The client processes SCORE messages and displays the score


Sat, 25 May 2013 23:33:36 GMT dportnoy <dmp1488@…> [4926168]
	* client/Client/main.cpp (modified)

	The client sends a PICKUP_FLAG message when S is pressed


Sat, 25 May 2013 19:36:19 GMT dportnoy <dmp1488@…> [a6066e8]
	* client/Client/main.cpp (modified)

	Players are the color of their team instead of always being red


Sat, 25 May 2013 18:49:14 GMT dportnoy <dmp1488@…> [7511a2b]
	* client/Client/main.cpp (modified)
	* common/WorldMap.cpp (modified)

	Resolved a bug where objects with duplicate ids were getting created


Sat, 25 May 2013 02:18:05 GMT dportnoy <dmp1488@…> [626e5b0]
	* client/Client/main.cpp (modified)
	* common/Message.h (modified)

	The client sends a DROP_FLAG message when the user presses D


Sat, 25 May 2013 01:53:15 GMT dportnoy <dmp1488@…> [2df63d6]
	* client/Client/main.cpp (modified)

	Objects that are picked up by players get removed from the map


Fri, 24 May 2013 02:07:50 GMT dportnoy <dmp1488@…> [b81cea1]
	* client/Client/main.cpp (modified)
	* common/Player.cpp (modified)
	* common/WorldMap.cpp (modified)

	Fix a bug that prevents the player from moving anywhere


Wed, 22 May 2013 22:55:36 GMT dportnoy <dmp1488@…> [45b2750]
	* client/Client/main.cpp (modified)

	Clients can now process MSG_TYPE_OBJECT messages


Tue, 21 May 2013 22:00:54 GMT dportnoy <dmp1488@…> [6e66ffd]
	* client/Client/main.cpp (modified)
	* common/WorldMap.cpp (modified)
	* common/WorldMap.h (modified)
	* server/server.cpp (modified)

	Add functions to the WorldMap class to allow the server to notify ...


Sun, 19 May 2013 20:36:44 GMT dportnoy <dmp1488@…> [cc1c6c1]
	* client/Client/main.cpp (modified)

	Updated the client to use structures instead of objects


Sat, 18 May 2013 21:33:05 GMT dportnoy <dmp1488@…> [a78c387]
	* client/Client/main.cpp (modified)

	Picking up flags works correctly now


Sat, 18 May 2013 19:21:09 GMT dportnoy <dmp1488@…> [7d91bbe]
	* client/Client/main.cpp (modified)

	Fixed a syntax error in the client


Sat, 18 May 2013 18:42:59 GMT dportnoy <dmp1488@…> [7efed11]
	* client/Client/main.cpp (modified)
	* common/Player.cpp (modified)
	* common/Player.h (modified)

	Removed the draw method from the Player class to avoid an allegro ...


Sat, 18 May 2013 18:36:54 GMT dportnoy <dmp1488@…> [d436ac4]
	* client/Client/main.cpp (modified)
	* common/Player.cpp (modified)
	* common/Player.h (modified)

	Modified the player class to include the team and whether the player ...


Tue, 23 Apr 2013 01:43:13 GMT dportnoy <dmp1488@…> [227baaa]
	* client/Client/main.cpp (modified)
	* common/Player.cpp (modified)
	* common/Player.h (modified)

	Fixed some syntax errors related to the player move method


Tue, 23 Apr 2013 01:31:54 GMT dportnoy <dmp1488@…> [a1a3bd5]
	* client/Client/main.cpp (modified)
	* common/Player.cpp (modified)
	* common/Player.h (modified)
	* common/WorldMap.cpp (modified)
	* common/WorldMap.h (modified)
	* data/map.txt (modified)

	Made client changes for smooth player movement, changed the player ...


Mon, 25 Feb 2013 12:43:54 GMT dportnoy <dmp1488@…> [054b50b]
	* client/Client/main.cpp (modified)

	Removed some unused client code and made the client update player ...


Sun, 24 Feb 2013 17:55:35 GMT dportnoy <dmp1488@…> [3d81c0d]
	* client/Client/main.cpp (modified)
	* common/Player.cpp (modified)

	Removed some print statements


Sun, 24 Feb 2013 01:28:32 GMT dportnoy <dmp1488@…> [ca44f82]
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/main.cpp (modified)
	* client/makefile (modified)
	* common/Common.cpp (modified)
	* common/Common.h (modified)
	* common/Message.cpp (modified)
	* common/Message.h (modified)
	* common/Player.cpp (modified)
	* common/Player.h (modified)
	* common/WorldMap.cpp (added)
	* common/WorldMap.h (added)
	* data/map.txt (added)
	* readme.txt (modified)
	* server/DataAccess.cpp (modified)
	* server/DataAccess.h (modified)
	* server/crypt.cpp (deleted)
	* server/crypt.h (deleted)
	* server/database.cpp (deleted)
	* server/database.h (deleted)
	* server/makefile (modified)
	* server/server.cpp (modified)

	Updated files to correctly compile on Windows


Sun, 24 Feb 2013 00:10:47 GMT dportnoy <dmp1488@…> [3a79253]
	* client/Client/main.cpp (modified)

	Added a map from player ids to players on the client side


Tue, 12 Feb 2013 20:42:42 GMT dportnoy <dmp1488@…> [384b7e0]
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/main.cpp (modified)
	* common/WorldMap.cpp (modified)
	* common/WorldMap.h (modified)
	* data/map.txt (added)

	The client displays a small map upon login and lets the user move
	around


Tue, 05 Feb 2013 19:02:32 GMT dportnoy <dmp1488@…> [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, 29 Jan 2013 19:19:59 GMT dportnoy <dmp1488@…> [ad5d122]
	* client/Client/main.cpp (modified)
	* common/Player.cpp (modified)

	Fixed a bug with Player serialization


Tue, 01 Jan 2013 00:58:18 GMT Dmitry Portnoy <dmp1488@…> [88cdae2]
	* client/Client/main.cpp (modified)
	* common/Message.h (modified)
	* common/Player.cpp (modified)

	The user can now move around the screen by clicking once they're ...


Mon, 31 Dec 2012 03:41:26 GMT Dmitry Portnoy <dmp1488@…> [11402be]
	* client/makefile (modified)

	Added Common.o to the client makefile


Mon, 31 Dec 2012 01:22:06 GMT Dmitry Portnoy <dmp1488@…> [eb8adb1]
	* client/Client/main.cpp (modified)

	Added a map from player ids to players to the client


Sun, 30 Dec 2012 16:38:10 GMT Dmitry Portnoy <dmp1488@…> [0333211]
	* client/Client/Client.vcxproj (modified)

	Updated the VC++ client project to use allegro 5.0.8


Wed, 26 Dec 2012 15:27:08 GMT dportnoy <dmp1488@…> [60776f2]
	* client/Client/main.cpp (modified)
	* common/Player.cpp (modified)

	Changed the client to use serialize/deserialize and added ...


Tue, 25 Dec 2012 18:59:58 GMT dportnoy <dmp1488@…> [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 <dmp1488@…> [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 ...


Mon, 24 Dec 2012 22:31:20 GMT dportnoy <dmp1488@…> [baaf6c8]
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/GuiComponent.h (modified)

	Added Compiler.h to all gui files, added the font file to the ...


Mon, 24 Dec 2012 22:13:43 GMT Dmitry Portnoy <dmp1488@…> [3f5616f]
	* client/Client/Button.cpp (modified)
	* client/Client/Textbox.cpp (modified)
	* client/makefile (modified)

	Changed the client makefile to use static linking for the allegro ...


Sun, 09 Dec 2012 20:56:45 GMT dportnoy <dmp1488@…> [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:39:09 GMT dportnoy <dmp1488@…> [581058c]
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/Window.cpp (modified)

	Merge branch 'master' of github.com:weretaco/network-game


Sun, 09 Dec 2012 16:38:38 GMT dportnoy <dmp1488@…> [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 ...


Mon, 03 Dec 2012 13:31:42 GMT dportnoy <dmp1488@…> [1a1aebd]
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/Window.cpp (modified)

	Updated client Visual Studio files


Mon, 03 Dec 2012 13:18:53 GMT dportnoy <dmp1488@…> [b53c6b3]
	* client/Client/main.cpp (modified)
	* client/makefile (modified)
	* common/Compiler.h (moved)
	* common/Message.cpp (moved)
	* common/Message.h (moved)
	* server/makefile (modified)
	* server/server.cpp (modified)

	Capitalized the filenames in common/*


Mon, 03 Dec 2012 00:24:23 GMT dportnoy <dmp1488@…> [87b3ee2]
	* client/.gitignore (modified)
	* client/Client/Button.cpp (added)
	* client/Client/Button.h (added)
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/GuiComponent.cpp (added)
	* client/Client/GuiComponent.h (added)
	* client/Client/Textbox.cpp (added)
	* client/Client/Textbox.h (added)
	* client/Client/Window.cpp (added)
	* client/Client/Window.h (added)
	* client/Client/chat.cpp (modified)
	* client/Client/chat.h (modified)
	* client/Client/main.cpp (modified)
	* client/makefile (modified)

	Created a simple gui for the client


Thu, 29 Nov 2012 19:17:44 GMT dportnoy <dmp1488@…> [439f7bc]
	* client/Client/main.cpp (modified)

	Client sends a test registration message when the user enters a
	username


Mon, 26 Nov 2012 22:18:25 GMT dportnoy <dmp1488@…> [4da5aa3]
	* client/Client/main.cpp (modified)

	Created a process message function to handle message received from ...


Mon, 26 Nov 2012 21:00:11 GMT dportnoy <dmp1488@…> [a4db787]
	* client/Client/main.cpp (modified)

	Remove length check from sendMessage and receiveMessage


Mon, 26 Nov 2012 20:31:36 GMT dportnoy <dmp1488@…> [ec48e7d]
	* client/Client/main.cpp (modified)

	Added a logout state where no messages can be sent. Once the client ...


Mon, 26 Nov 2012 20:02:56 GMT dportnoy <dmp1488@…> [171c4fe]
	* client/Client/main.cpp (modified)
	* common/message.h (modified)

	Added a logout message and the ability for the client to save it's ...


Mon, 26 Nov 2012 17:55:19 GMT dportnoy <dmp1488@…> [0cc431d]
	* client/Client/main.cpp (modified)
	* common/message.h (modified)

	Added a state to the client and began using message types. Created a ...


Mon, 26 Nov 2012 17:45:25 GMT dportnoy <dmp1488@…> [2488852]
	* client/.gitignore (modified)
	* common/message.h (modified)
	* server/.gitignore (modified)
	* server/makefile (modified)
	* server/player.cpp (added)
	* server/player.h (added)
	* server/server.cpp (modified)

	Added the player class, added a list of logged-in players, and ...


Sun, 25 Nov 2012 01:13:45 GMT dportnoy <dmp1488@…> [6475138]
	* client/.gitignore (modified)
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/chat.cpp (added)
	* client/Client/chat.h (added)
	* client/Client/main.cpp (modified)

	Added a chat class to encapsulate the server messages and text input


Sat, 24 Nov 2012 18:55:37 GMT dportnoy <dmp1488@…> [9a3e6b1]
	* client/Client/main.cpp (modified)

	Changed the frontend to a gui implemented using Allegro


Sat, 24 Nov 2012 14:55:59 GMT dportnoy <dmp1488@…> [d352805]
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.user (modified)
	* client/Client/main.cpp (modified)
	* client/pirulen.ttf (added)

	Replaced the client with a simple allegro drawing/font demo


Sat, 24 Nov 2012 14:48:40 GMT dportnoy <dmp1488@…> [5e693e8]
	* client/.gitignore (modified)
	* client/Client/main.cpp (modified)
	* client/makefile (added)
	* common/compiler.h (modified)
	* common/message.cpp (modified)
	* common/message.h (modified)

	Added a makefile for the client and made the WSA functions only work ...


Fri, 23 Nov 2012 21:46:33 GMT dportnoy <dmp1488@…> [e08572c]
	* client/Client/main.cpp (modified)

	Made the client able to compile on linux


Fri, 23 Nov 2012 21:33:32 GMT dportnoy <dmp1488@…> [8efe484]
	* client/Client/Client.vcxproj.user (modified)
	* client/Client/main.cpp (modified)

	Configured the client so it launches proplerly directly from Visual ...


Fri, 23 Nov 2012 21:05:22 GMT dportnoy <dmp1488@…> [6c92572]
	* client/Client/main.cpp (modified)
	* common/message.cpp (modified)

	The client now keeps sending messages until the user quits


Fri, 23 Nov 2012 18:12:17 GMT dportnoy <dmp1488@…> [a845faf]
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/main.cpp (modified)
	* common/message.h (modified)

	Added a compiler header to determine whether a windows or linux ...


Tue, 20 Nov 2012 01:19:44 GMT dportnoy <dmp1488@…> [aee34b9]
	* client/Client/main.cpp (modified)
	* readme.txt (modified)

	Cleaned up the client a bit and made it more c++-like and added to ...


Mon, 19 Nov 2012 20:45:48 GMT dportnoy <dmp1488@…> [7d7df47]
	* client/.gitignore (modified)
	* client/Client/Client.vcxproj (modified)
	* client/Client/Client.vcxproj.filters (modified)
	* client/Client/main.cpp (modified)
	* common/message.h (added)
	* readme.txt (added)

	Added a directory for common code and added basic boost library code ...