summaryrefslogtreecommitdiff
path: root/src/map/pc.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-06-26specialize inventory/storage indicesBen Longbons1-73/+70
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-49/+51
2014-06-23Use the generated char server protocol in the map serverBen Longbons1-7/+7
2014-06-23Generate the map server protocolBen Longbons1-3/+3
Sigh, map server will have no smart filters yet
2014-05-27Generate the char server protocolBen Longbons1-12/+12
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ↵Ben Longbons1-4/+4
]\)\@! */\1 /
2014-05-19Convert login/char and login/admin server components to proto-v2Ben Longbons1-1/+1
2014-05-12split out the horrible unchecked buffer accessorsBen Longbons1-1/+1
2014-05-12Split net/ from mmo/Ben Longbons1-2/+3
2014-04-24Conform magic headers to the decl/def ruleBen Longbons1-1/+1
2014-04-24Header cleanupBen Longbons1-4/+4
2014-04-22Use strict ID typesBen Longbons1-106/+109
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled.
2014-04-19Wouldn't it be nice to have some integers too?Ben Longbons1-8/+7
2014-04-14Ditch gcc 4.6 supportBen Longbons1-70/+66
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
Also document why the same can't be done for @invisible
2013-10-15Use config for internal server userid/passwd instead of accounts.txtBen Longbons1-2/+2
This requires updated config files in the data repo.
2013-10-12Disallow unchecked being castsBen Longbons1-6/+6
Despite the fact that that's what the code always did, it was sometimes wrong.
2013-10-10Enumify sexBen Longbons1-5/+6
It's amazing some of this code ever worked ...
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
Fixes #7
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