# # ChangeLog for / in network-game # # Generated by Trac 1.5.4 # Dec 14, 2024, 5:53:14 AM Mon, 26 Nov 2012 19:10:40 GMT dportnoy [d2b411a] * server/server.cpp (modified) Server correctly receives and replies to login and chat messages by ... Mon, 26 Nov 2012 17:55:19 GMT dportnoy [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 [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 [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 [9a3e6b1] * client/Client/main.cpp (modified) Changed the frontend to a gui implemented using Allegro Sat, 24 Nov 2012 14:55:59 GMT dportnoy [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:52:17 GMT dportnoy [94ebbd9] * client/makefile (added) Merge branch 'master' of github.com:weretaco/network-game Sat, 24 Nov 2012 14:48:40 GMT dportnoy [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 ... Sat, 24 Nov 2012 14:11:41 GMT dportnoy [0dde5da] * client/.gitignore (modified) * client/Client/main.cpp (modified) * 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 [e08572c] * client/Client/main.cpp (modified) Made the client able to compile on linux Fri, 23 Nov 2012 21:33:32 GMT dportnoy [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:13:44 GMT dportnoy [cb1f288] * server/server.cpp (modified) Fixed a bug with detecting the client Hello message Fri, 23 Nov 2012 21:05:22 GMT dportnoy [6c92572] * client/Client/main.cpp (modified) * common/message.cpp (modified) The client now keeps sending messages until the user quits Fri, 23 Nov 2012 20:52:59 GMT dportnoy [e084950] * common/compiler.h (modified) * common/message.cpp (modified) * common/message.h (modified) * server/makefile (modified) * server/server.cpp (modified) Converted the server to use sendMessage and receiveMessage and it now ... Fri, 23 Nov 2012 18:16:27 GMT dportnoy [d87708d] * common/compiler.h (added) * common/message.cpp (added) Added a compiler header to determine whether a windows or linux ... Fri, 23 Nov 2012 18:12:17 GMT dportnoy [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 [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 [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 ... Mon, 19 Nov 2012 14:51:54 GMT dportnoy [51f5101] * client/.gitignore (modified) * client/Client.suo (deleted) Added client files to gitignore Sun, 18 Nov 2012 22:22:28 GMT dportnoy [1912323] * client/Client.sln (added) * client/Client.suo (added) * client/Client/Client.vcxproj (added) * client/Client/Client.vcxproj.filters (added) * client/Client/Client.vcxproj.user (added) * client/Client/main.cpp (added) Added client files Sun, 18 Nov 2012 21:53:50 GMT dportnoy [ba43374] * client/.gitignore (added) * server/.gitignore (added) Added .gitignore files and a folder for the client Sun, 18 Nov 2012 21:46:31 GMT dportnoy [e3535b3] * server/crypt.cpp (added) * server/crypt.h (added) * server/database.cpp (added) * server/database.h (added) * server/makefile (added) * server/server.cpp (added) Initial commit for server