summaryrefslogtreecommitdiff
path: root/src/map/chrif.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-30It's about time I did thisBen Longbons1-4/+4
2014-06-26Stick everything in a namespaceBen Longbons1-0/+3
2014-06-26Low hanging fruitBen Longbons1-12/+12
2014-06-26Add null pointer checks for disconnected internalsBen Longbons1-0/+18
2014-06-26specialize inventory/storage indicesBen Longbons1-6/+6
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-3/+3
2014-06-23SwatBen Longbons1-3/+1
2014-06-23Use the generated char server protocol in the map serverBen Longbons1-224/+301
2014-05-27Generate the char server protocolBen Longbons1-1/+2
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\...Ben Longbons1-1/+1
2014-05-12split out the horrible unchecked buffer accessorsBen Longbons1-0/+1
2014-05-12Split net/ from mmo/Ben Longbons1-3/+4
2014-04-24Header cleanupBen Longbons1-4/+3
2014-04-22Make travis happyBen Longbons1-1/+1
2014-04-22Use strict ID typesBen Longbons1-54/+49
2014-04-18Merge tag 'v14.4.18' into masterBen Longbons1-12/+15
2014-04-18Die sensibly, take 2Ben Longbons1-2/+11
2014-04-17Die sensibly, take 1Ben Longbons1-10/+4
2014-04-14Ditch gcc 4.6 supportBen Longbons1-62/+60
2014-04-09Add all the missing copyright headersBen Longbons1-0/+20
2014-03-16Clean up header organizationBen Longbons1-4/+6
2014-03-15Remove unused fields to shrink character structBen Longbons1-2/+1
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons1-11/+14
2014-02-08Implement AStringBen Longbons1-2/+2
2014-02-06Wrap remaining FDs in a classBen Longbons1-12/+13
2014-02-04Convert fd to Session* where meaningfulBen Longbons1-213/+228
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-3/+1
2013-11-15Another step towards proper header orderingBen Longbons1-1/+2
2013-10-12Disallow unchecked being castsBen Longbons1-3/+3
2013-10-10Enumify sexBen Longbons1-4/+7
2013-10-05Split string header into piecesBen Longbons1-0/+3
2013-09-09Use IP4 classes and rename conf variablesBen Longbons1-54/+25
2013-08-28Fix bug with mapnames being falsyBen Longbons1-1/+1
2013-08-01Poison std::string and use the various string classesBen Longbons1-59/+36
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons1-11/+30
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-14/+13
2013-06-11Allegedly remove all manual memory managementBen Longbons1-15/+18
2013-05-25Switch block_list and subclasses to dumb_ptrBen Longbons1-23/+23
2013-05-23Make block_list a base classBen Longbons1-7/+7
2013-05-23Rename fields of block_list in preparation for subclassingBen Longbons1-10/+10
2013-05-18Tweak a little memory management in char-serverBen Longbons1-7/+9
2013-04-27Enumize ItemLookBen Longbons1-1/+1
2013-04-27Force timers to be managedBen Longbons1-3/+7
2013-04-11Also implement x32 supportBen Longbons1-8/+6
2013-02-12Strictify timersBen Longbons1-7/+7
2013-02-07Remove some macrosBen Longbons1-4/+4
2013-02-07Remove some more Skill-related stuffBen Longbons1-1/+2
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-10/+2
2013-01-17Clean up some things after declassizationBen Longbons1-0/+2
2013-01-17Remove PC/mob disguises and hard-coded classesBen Longbons1-27/+1