summaryrefslogtreecommitdiff
path: root/src/account-server
AgeCommit message (Expand)AuthorFilesLines
2007-03-15Set the default map position of new characters to a value that makes more sen...Philipp Sehmisch3-24/+30
2007-03-14Corrected formatting of single-line commentsRogier Polak2-2/+2
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak5-108/+117
2007-03-11Added a utils::processor namespace and a function to determine if, the proces...Rogier Polak1-1/+5
2007-03-10Added a utility function for creating magic_tokensRogier Polak3-17/+12
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak14-189/+577
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch2-8/+14
2007-02-24Small modification to fix compilation issues on MS-WindowsRogier Polak1-0/+2
2007-02-04Added support for switching character by reconnecting to the account server andBjørn Lindeijer6-13/+263
2007-02-01Added graceful server shutdown, chose some more sane variables names for SQLBjørn Lindeijer3-46/+75
2007-01-12Report problems with finding a certain character instead of crashing.Bjørn Lindeijer1-1/+10
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 Lindeijer1-33/+3
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond4-117/+43
2007-01-05Removed log level argument from LOG_FATAL helper macro, with the assumptionBjørn Lindeijer2-7/+10
2007-01-04Started serializing character possessions. Reduced their memory footprint.Guillaume Melquiond3-23/+20
2007-01-04Cleaned and updated project files, fixed Win32 PACKAGE_VERSION definition.Eugenio Favalli1-3/+0
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond5-34/+31
2006-12-31Finished implementation for warping players around servers. Thoroughly untested.Guillaume Melquiond4-68/+144
2006-12-30Almost a complete implementation for warping players between servers.Guillaume Melquiond1-0/+44
2006-12-30Controlled map activation from the account server, so that clients are not ke...Guillaume Melquiond1-2/+8
2006-12-29Unregister maps on game server disconnection.Guillaume Melquiond1-0/+15
2006-12-29Removed useless dependency on Cipher + OpenSSL.Guillaume Melquiond1-1/+0
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond14-0/+3617