# # ChangeLog for client in network-game # # Generated by Trac 1.5.4 # Nov 15, 2024, 1:58:29 AM 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 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