summaryrefslogtreecommitdiff
path: root/src/map/clif.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-23Generate the map server protocolBen Longbons1-1408/+1602
2014-05-27Generate the char server protocolBen Longbons1-15/+15
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\...Ben Longbons1-2/+2
2014-05-12split out the horrible unchecked buffer accessorsBen Longbons1-0/+1
2014-05-12Split net/ from mmo/Ben Longbons1-3/+4
2014-04-24Conform magic headers to the decl/def ruleBen Longbons1-0/+1
2014-04-24Header cleanupBen Longbons1-7/+5
2014-04-22Make travis happyBen Longbons1-1/+1
2014-04-22Use strict ID typesBen Longbons1-177/+155
2014-04-19Wouldn't it be nice to have some integers too?Ben Longbons1-39/+41
2014-04-18Merge tag 'v14.4.18' into masterBen Longbons1-29/+35
2014-04-18Die sensibly, take 2Ben Longbons1-22/+14
2014-04-17Die sensibly, take 1Ben Longbons1-24/+40
2014-04-16Revert "Don't broadcast messages to players who are disconnecting"Ben Longbons1-3/+0
2014-04-16Don't broadcast messages to players who are disconnectingBen Longbons1-0/+3
2014-04-16Fix memory violation in delayed closeBen Longbons1-4/+2
2014-04-14Ditch gcc 4.6 supportBen Longbons1-50/+44
2014-04-09Add all the missing copyright headersBen Longbons1-0/+20
2014-03-31Check the equip index arrayBen Longbons1-24/+22
2014-03-31Be stricter about most arraysBen Longbons1-3/+3
2014-03-25Mapflag to override savepoint (ported from wushin)Ben Longbons1-3/+12
2014-03-16Clean up header organizationBen Longbons1-6/+11
2014-03-15Remove unused fields to shrink character structBen Longbons1-139/+48
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons1-18/+18
2014-02-22Make mapflags bitmask instead of bitfieldBen Longbons1-7/+7
2014-02-08Implement AStringBen Longbons1-14/+14
2014-02-06Wrap remaining FDs in a classBen Longbons1-15/+18
2014-02-04Convert fd to Session* where meaningfulBen Longbons1-844/+802
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-7/+1
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-11-15Fix fingering mapBen Longbons1-2/+3
2013-11-15Use new IO classesBen Longbons1-4/+5
2013-10-24Only show MOTD onceBen Longbons1-1/+2
2013-10-24Show MOTD after GUI is createdBen Longbons1-0/+2
2013-10-12Disallow unchecked being castsBen Longbons1-25/+25
2013-10-10Enumify sexBen Longbons1-5/+5
2013-10-05Remove direct packet buffer item assignments (not clones)Ben Longbons1-1/+2
2013-10-05Remove owning slicesBen Longbons1-1/+1
2013-10-05Split string header into piecesBen Longbons1-0/+4
2013-09-29Fix an old warning related to existing magic when a player logs inBen Longbons1-0/+6
2013-09-28Fix bug where you can turn any direction but rightBen Longbons1-4/+18
2013-09-09Use IP4 classes and rename conf variablesBen Longbons1-15/+12
2013-08-05Use attoconf and proper versionsv13.8.5Ben Longbons1-7/+1
2013-08-01Poison std::string and use the various string classesBen Longbons1-188/+121
2013-06-26Hopefully don't crashBen Longbons1-199/+40
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons1-53/+40
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-169/+122
2013-06-11Allegedly remove all manual memory managementBen Longbons1-197/+99
2013-05-25Switch block_list and subclasses to dumb_ptrBen Longbons1-229/+243
2013-05-23Make block_list a base classBen Longbons1-133/+133