summaryrefslogtreecommitdiff
path: root/src/char/char.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-16Clean up header organizationBen Longbons1-8/+11
2014-03-15Remove unused fields to shrink character structBen Longbons1-45/+18
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons1-157/+185
2014-02-28Lower process priority when saving login/char databasesMadCamel1-1/+8
2014-02-08Implement AStringBen Longbons1-10/+10
2014-02-07Name the terminal escapesBen Longbons1-4/+5
2014-02-06Wrap remaining FDs in a classBen Longbons1-13/+12
2014-02-04Convert fd to Session* where meaningfulBen Longbons1-535/+566
2014-02-01Trim nonexistent party membersBen Longbons1-1/+1
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-81/+75
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-11-15Use new IO classesBen Longbons1-26/+19
2013-10-10Enumify sexBen Longbons1-7/+8
2013-10-05Remove direct packet buffer item assignments (not clones)Ben Longbons1-17/+32
2013-10-05Remove owning slicesBen Longbons1-6/+4
2013-10-05Split string header into piecesBen Longbons1-0/+7
2013-10-01Revert "Show different GM level types in the online list"v13.9.31Ben Longbons1-19/+17
2013-09-30Show different GM level types in the online listBen Longbons1-17/+19
2013-09-27Make character loading less slowBen Longbons1-5/+13
2013-09-09Use IP4 classes and rename conf variablesBen Longbons1-188/+79
2013-08-28Fix bug with mapnames being falsyBen Longbons1-6/+7
2013-08-05Use attoconf and proper versionsv13.8.5Ben Longbons1-7/+1
2013-08-01Poison std::string and use the various string classesBen Longbons1-256/+174
2013-06-27Count the number of online players againBen Longbons1-0/+1
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons1-124/+120
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-103/+93
2013-06-11Allegedly remove all manual memory managementBen Longbons1-37/+37
2013-05-18Fix silly bugs in the previous patchBen Longbons1-0/+3
2013-05-18Tweak a little memory management in char-serverBen Longbons1-717/+459
2013-04-30Restore fakenpcname script commandBen Longbons1-1/+1
2013-04-28Fix some oversized writesBen Longbons1-4/+4
2013-04-28Merge branch 'master' into testBen Longbons1-23/+3
2013-04-27Enumize ItemLookBen Longbons1-3/+3
2013-04-27Force timers to be managedBen Longbons1-8/+16
2013-04-13Removed sorting of character data file. It accomplished nothing except making...MadCamel1-24/+4
2013-04-13Fix the bug with chest armorBen Longbons1-2/+2
2013-04-11Also implement x32 supportBen Longbons1-22/+21
2013-04-09Native amd64 supportBen Longbons1-1/+1
2013-03-01Convince skills to workBen Longbons1-9/+19
2013-02-12Strictify timersBen Longbons1-27/+28
2013-02-07Remove some macrosBen Longbons1-4/+0
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-12/+1
2013-01-17Clean up some things after declassizationBen Longbons1-0/+2
2013-01-17Remove PC/mob disguises and hard-coded classesBen Longbons1-332/+7
2013-01-09Make incoming packets read-onlyBen Longbons1-168/+100
2013-01-08Improve warning management moreBen Longbons1-0/+51
2013-01-08Improve warnings; fix const_db.txt bug.Ben Longbons1-6/+1
2013-01-07Add warning newlines; fix crash on exit.Ben Longbons1-2/+2
2013-01-07Use cxxstdioBen Longbons1-766/+489
2012-12-24Enumify some more things ... maybe even everythingBen Longbons1-56/+60