# # ChangeLog for common/MessageProcessor.h in network-game # # Generated by Trac 1.5.4 # Sep 19, 2024, 9:38:24 PM Sat, 03 Aug 2013 00:52:15 GMT dportnoy [f9cb9fb] * common/MessageProcessor.cpp (modified) * common/MessageProcessor.h (modified) The ackedMessages list in MessageProcessor now stores ack records ... Thu, 01 Aug 2013 01:56:17 GMT dportnoy [d05086b] * common/Common.cpp (modified) * common/Common.h (modified) * common/MessageProcessor.cpp (modified) * common/MessageProcessor.h (modified) * server/.gitignore (modified) * server/server.cpp (modified) Support for logging to a textfile Mon, 29 Jul 2013 22:32:59 GMT dportnoy [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 Fri, 26 Jul 2013 18:28:39 GMT dportnoy [46d6469] * common/MessageContainer.cpp (added) * common/MessageContainer.h (added) * common/MessageProcessor.cpp (modified) * common/MessageProcessor.h (modified) * server/makefile (modified) Some bug fixes for MessageProcessor. MessageContainer is now in its ... Mon, 22 Jul 2013 23:56:12 GMT dportnoy [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 [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 ... Sat, 20 Jul 2013 13:24:43 GMT dportnoy [bace57b] * common/MessageProcessor.cpp (modified) * common/MessageProcessor.h (modified) MessageProcessor stores the recipient address along with each sent ... Wed, 17 Jul 2013 01:48:16 GMT dportnoy [4dbac87] * common/MessageProcessor.cpp (modified) * common/MessageProcessor.h (modified) MessageProcessor keeps track messages it has acked, so it doesn't ... Mon, 15 Jul 2013 00:14:43 GMT dportnoy [198cf2d] * common/MessageProcessor.cpp (modified) * common/MessageProcessor.h (modified) * server/server.cpp (modified) MessageProcessor handles receiving multiple ACKs for the same message Sun, 14 Jul 2013 21:22:38 GMT dportnoy [9b5d30b] * common/Message.cpp (modified) * common/Message.h (modified) * common/MessageProcessor.cpp (modified) * common/MessageProcessor.h (modified) * server/server.cpp (modified) Moved server message sending/receiving into MessageProcessor Sun, 14 Jul 2013 18:44:29 GMT dportnoy [5a64bea] * common/Message.h (modified) * common/MessageProcessor.cpp (modified) * common/MessageProcessor.h (modified) Completed initial version of MessageProcessor Sun, 14 Jul 2013 16:09:08 GMT dportnoy [1a3c42d] * common/MessageProcessor.cpp (added) * common/MessageProcessor.h (added) Added the skeleton MessageProcessor class