# # ChangeLog for client/makefile in network-game # # Generated by Trac 1.5.3 # Jan 15, 2025, 11:10:31 AM Fri, 11 Jan 2019 18:58:52 GMT dportnoy15 [0065962] * client/Client/main.cpp (modified) * client/makefile (modified) * readme.txt (modified) Update the readme with instructions for installing the client on OSX Wed, 09 Jan 2019 21:10:15 GMT dportnoy15 [ea3a3a9] * client/makefile (modified) Update the client makefile Sat, 28 Jun 2014 02:11:57 GMT Dmitry Portnoy [e708305] * client/makefile (modified) Client makefile works on both linux and mac Thu, 19 Jun 2014 01:34:15 GMT Dmitry Portnoy [34bd549] * client/Client/main.cpp (modified) * client/makefile (modified) * common/Common.cpp (modified) * common/Compiler.h (modified) * common/MessageContainer.h (modified) * common/MessageProcessor.cpp (modified) * common/Player.h (modified) Make client compile on a Mac Sat, 17 May 2014 15:01:55 GMT Dmitry Portnoy [0b6f9ec] * client/Client/main.cpp (modified) * client/makefile (modified) Very minor client changes Thu, 06 Feb 2014 23:53:23 GMT Dmitry Portnoy [8df0c49] * client/Client/main.cpp (modified) * client/makefile (modified) Client makefile shows warnings Sun, 26 Jan 2014 00:02:49 GMT Dmitry Portnoy [1e250bf] * client/Client/GameRender.cpp (modified) * client/Client/RadioButtonList.cpp (modified) * client/Client/RadioButtonList.h (modified) * client/Client/main.cpp (modified) * client/makefile (modified) Client makefile is up-to-date and includes -Wall Sat, 28 Dec 2013 14:21:46 GMT Dmitry Portnoy [8aed9c0] * client/.gitignore (modified) * client/Client/main.cpp (modified) * client/makefile (modified) Client compiles under linux Wed, 09 Oct 2013 13:50:14 GMT Dmitry Portnoy [50643fa] * client/makefile (modified) * readme.txt (modified) Updated the client makefile to work in ubuntu Tue, 23 Jul 2013 03:10:09 GMT Dmitry Portnoy [eab83af] * client/makefile (modified) Client makefile update Mon, 31 Dec 2012 03:41:26 GMT Dmitry Portnoy [11402be] * client/makefile (modified) Added Common.o to the client makefile 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 ... Mon, 24 Dec 2012 22:13:43 GMT Dmitry Portnoy [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 ... Mon, 03 Dec 2012 13:18:53 GMT dportnoy [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 [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 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 ...