summaryrefslogtreecommitdiff
path: root/src/common/mmo.hpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-16Clean up header organizationBen Longbons1-380/+0
2014-03-15Remove unused fields to shrink character structBen Longbons1-8/+2
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons1-4/+18
2014-02-08Implement AStringBen Longbons1-1/+2
2014-01-26Also do db/const.txt and data/resnametable.txtv14.1.27Ben Longbons1-2/+0
2013-12-06Add basic source formatting toolsBen Longbons1-5/+5
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-10-15Use config for internal server userid/passwd instead of accounts.txtBen Longbons1-5/+3
2013-10-10Enumify sexBen Longbons1-1/+32
2013-10-05Remove owning slicesBen Longbons1-1/+1
2013-10-05Split string header into piecesBen Longbons1-1/+4
2013-08-28Fix bug with mapnames being falsyBen Longbons1-1/+1
2013-08-01Poison std::string and use the various string classesBen Longbons1-12/+109
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons1-0/+9
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-1/+1
2013-06-11Allegedly remove all manual memory managementBen Longbons1-1/+1
2013-05-18Tweak a little memory management in char-serverBen Longbons1-1/+1
2013-04-27Enumize ItemLookBen Longbons1-1/+24
2013-03-01Convince skills to workBen Longbons1-3/+2
2013-02-12Strictify timersBen Longbons1-4/+4
2013-02-07Remove some macrosBen Longbons1-32/+14
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-1/+1
2013-01-17Remove PC/mob disguises and hard-coded classesBen Longbons1-1/+1
2013-01-07Use cxxstdioBen Longbons1-3/+12
2012-12-24Enumify some more things ... maybe even everythingBen Longbons1-3/+59
2012-12-24Enumify option, opt1, opt2, and opt3Ben Longbons1-1/+5
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons1-2/+3
2012-12-15Prepare to trim skillsBen Longbons1-3/+5
2012-12-14Some formatting fixes before I go insaneBen Longbons1-22/+22
2012-12-12Remove guilds, finallyBen Longbons1-125/+1
2012-09-03Fix compiler errors of C++ conversionBen Longbons1-4/+4
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+283