# # ChangeLog for client in network-game # # Generated by Trac 1.5.4 # Nov 15, 2024, 4:59:34 AM 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: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 ... 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: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