summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-03-30Separated the Thing and MovingObject classes from the Object module.Bjørn Lindeijer8-198/+273
2007-03-30repaired some svn errorsPhilipp Sehmisch4-192/+3
2007-03-30Renamed "Controlled" to "Monster" and moved it into the game-server directory.Philipp Sehmisch6-161/+349
2007-03-23Mostly fixed some compilation issues.Bjørn Lindeijer9-21/+33
2007-03-22Implemented communication of attribute changes from server to client.Philipp Sehmisch6-3/+44
2007-03-22Fixed a bug that caused the character attributes to become mixed up.Philipp Sehmisch1-1/+1
2007-03-20Removed check for difference between lowest and highest attribute at char cre...Philipp Sehmisch4-24/+8
2007-03-20Corrected a bug, that occurred when connecting to the game-server.Rogier Polak3-8/+8
2007-03-19fixed more spelling mistakes.Philipp Sehmisch2-5/+5
2007-03-19Fixed two compiler warnings and corrected a spelling error.Philipp Sehmisch3-10/+10
2007-03-18Added a TokenCollector class for matching magic_tokens.Rogier Polak13-391/+811
2007-03-15Set the default map position of new characters to a value that makes more sen...Philipp Sehmisch13-300/+252
2007-03-14Corrected formatting of single-line commentsRogier Polak7-8/+8
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak35-1076/+974
2007-03-13Fixed the indentation, I broke previously.Rogier Polak1-74/+82
2007-03-12Removed some tabsRogier Polak3-77/+77
2007-03-11Implemented stat handling infrastructure and basic damage calculation.Philipp Sehmisch9-74/+339
2007-03-11Added a utils::processor namespace and a function to determine if, the proces...Rogier Polak8-29/+120
2007-03-10Added a utility function for creating magic_tokensRogier Polak11-33/+118
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak31-238/+923
2007-03-03Enable the Id keyword.Bjørn Lindeijer4-4/+4
2007-03-03Set native eol-style on recently added files.Bjørn Lindeijer4-400/+400
2007-03-03Use M_PI_2 instead of acos(0.0f) and FLT_MAX instead of 1.0E40f (which exceededBjørn Lindeijer4-78/+70
2007-03-03Implemented an alternate collision-detection function, added namespace utils:...Rogier Polak8-66/+340
2007-03-02Implemented being death, removal of dead mobs and sitting.Philipp Sehmisch12-74/+208
2007-02-28Updated Makefile with new collision related module.Bjørn Lindeijer1-0/+2
2007-02-27restored logout from chat serverPhilipp Sehmisch1-0/+8
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch11-36/+137
2007-02-25Some speed optimizations at the collision detection suggested by Avaniel.Philipp Sehmisch2-6/+31
2007-02-25forgot to set the hit circle size.Philipp Sehmisch1-0/+1
2007-02-25Improved hit detection by adding a function to compute collisions between cir...Philipp Sehmisch4-11/+142
2007-02-24Small modification to fix compilation issues on MS-WindowsRogier Polak2-0/+4
2007-02-23Bugfixes related to switch_characterRogier Polak3-2/+10
2007-02-04Added support for switching character by reconnecting to the account server andBjørn Lindeijer13-22/+348
2007-02-01Fixed a small error that broke everything.Bjørn Lindeijer1-2/+1
2007-02-01Added caching of paths (patch by Rogier Polak).Bjørn Lindeijer2-9/+35
2007-02-01Added graceful server shutdown, chose some more sane variables names for SQLBjørn Lindeijer5-49/+90
2007-01-14Unified logging macros.Björn Steinbrink1-32/+10
2007-01-12Report problems with finding a certain character instead of crashing.Bjørn Lindeijer1-1/+10
2007-01-07 r150@saline: gmelquio | 2007-01-07 15:48:59 +0100Guillaume Melquiond1-0/+13
2007-01-07 r149@saline: gmelquio | 2007-01-07 15:27:50 +0100Guillaume Melquiond2-3/+3
2007-01-06Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer10-93/+125
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond24-644/+255
2007-01-05Generalized player state.Guillaume Melquiond3-8/+27
2007-01-05Added full update of Inventory on Player connection.Guillaume Melquiond5-23/+80
2007-01-05Ensured player data are updated before being sent to the account server.Guillaume Melquiond2-15/+11
2007-01-05Fixed reported amounts of inventory items.Guillaume Melquiond1-3/+3
2007-01-05Removed log level argument from LOG_FATAL helper macro, with the assumptionBjørn Lindeijer4-31/+34
2007-01-05Implemented item dropping.Guillaume Melquiond5-44/+53
2007-01-04Simplified, completed, and documented a bit the Inventory class.Guillaume Melquiond2-11/+74