summaryrefslogtreecommitdiff
path: root/src/map/pc.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-09Add all the missing copyright headersBen Longbons1-0/+22
2014-04-09Add @source command to help modified verions satisfy the AGPLBen Longbons1-0/+8
2014-03-31Check the equip index arrayBen Longbons1-32/+39
2014-03-31Be stricter about most arraysBen Longbons1-9/+12
2014-03-25Mapflag to override savepoint (ported from wushin)Ben Longbons1-1/+8
2014-03-16Clean up header organizationBen Longbons1-4/+8
2014-03-15Remove unused fields to shrink character structBen Longbons1-115/+8
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons1-14/+15
2014-02-22Make mapflags bitmask instead of bitfieldBen Longbons1-6/+6
2014-02-08Implement AStringBen Longbons1-6/+7
2014-02-06Wrap remaining FDs in a classBen Longbons1-2/+2
2014-02-04Convert fd to Session* where meaningfulBen Longbons1-15/+15
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-7/+1
2013-12-06Add basic source formatting toolsBen Longbons1-13/+13
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-11-15Allow setting class directly from a scriptBen Longbons1-0/+3
2013-11-15Use new IO classesBen Longbons1-5/+4
2013-10-24Only show MOTD onceBen Longbons1-0/+1
2013-10-24Show MOTD after GUI is createdBen Longbons1-14/+15
2013-10-17Allow @hide to persist across logout/loginBen Longbons1-1/+14
2013-10-15Use config for internal server userid/passwd instead of accounts.txtBen Longbons1-2/+2
2013-10-12Disallow unchecked being castsBen Longbons1-6/+6
2013-10-10Enumify sexBen Longbons1-5/+6
2013-10-05Split string header into piecesBen Longbons1-0/+3
2013-09-27Fix the trade bugBen Longbons1-2/+2
2013-09-16Fix statup2 not actually increasing the statBen Longbons1-0/+1
2013-09-09Use IP4 classes and rename conf variablesBen Longbons1-14/+8
2013-09-06Fix scissors bugBen Longbons1-2/+3
2013-08-28Fix bug with mapnames being falsyBen Longbons1-1/+1
2013-08-01Fix a bug and make travis happyBen Longbons1-1/+1
2013-08-01Poison std::string and use the various string classesBen Longbons1-117/+114
2013-06-26Hopefully don't crashBen Longbons1-61/+1
2013-06-25Fix bugsBen Longbons1-5/+4
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons1-16/+9
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-96/+48
2013-06-11Allegedly remove all manual memory managementBen Longbons1-171/+111
2013-05-25Switch block_list and subclasses to dumb_ptrBen Longbons1-139/+138
2013-05-23Make block_list a base classBen Longbons1-146/+146
2013-05-23Rename fields of block_list in preparation for subclassingBen Longbons1-112/+112
2013-05-22RAII-ify some arrays of block_listBen Longbons1-4/+2
2013-05-18Tweak a little memory management in char-serverBen Longbons1-17/+13
2013-05-13pc_gainexp was now unusedBen Longbons1-10/+0
2013-05-14Add SHAREXP distinction, create UNKNOWNXP defaultFreeyorp1-1/+4
2013-04-27Enumize ItemLookBen Longbons1-56/+76
2013-04-27Force timers to be managedBen Longbons1-81/+46
2013-04-13Fix the bug with chest armorBen Longbons1-2/+1
2013-04-11Also implement x32 supportBen Longbons1-10/+13
2013-04-02Fail sooner when the impossible things happenBen Longbons1-0/+1
2013-03-11Fix regenBen Longbons1-1/+1
2013-03-05Remove atcommand_info's first (redundant) entry☈king1-5/+1