summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
2015-05-17reject very old manaplus versionsmekolat2-0/+12
2015-05-17use client versionmekolat2-8/+8
2015-04-18remove @gm atcommandmekolat1-49/+0
2015-01-23Use generated config for charBen Longbons12-421/+344
2015-01-22Use Spanned<T> while parsing configBen Longbons3-73/+81
2015-01-22Generate most config parsersBen Longbons2-4/+3
2015-01-22Have I mentioned that I hate ADL?Ben Longbons4-6/+6
2015-01-22Remove unsupportable config settingsBen Longbons1-44/+6
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons2-16/+29
2015-01-03Merge remote-tracking branch 'origin/hotfix'Ben Longbons2-3/+3
2015-01-03Document every network packet's pre, post, and descBen Longbons1-86/+0
2014-11-19Magically allow "break" within WITH_VARBen Longbons2-3/+3
2014-10-26Fix header rankingBen Longbons10-41/+40
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons5-74/+44
2014-09-30Rename enum Option to Opt0Ben Longbons1-2/+2
2014-09-29Fix a bunch of party corruptionBen Longbons1-3/+11
2014-09-05Fix a couple of bugs exposed by stricter server checksBen Longbons1-0/+1
2014-08-27Debug debuggingBen Longbons1-2/+9
2014-08-05Enums are not usually integers, sorryBen Longbons2-0/+3
2014-08-05Merge tag 'v14.4.19'Ben Longbons1-1/+2
2014-08-05Emergency security fix for deleting charactersv14.4.19Ben Longbons1-1/+2
2014-07-16Revert bounds checks and go back to signed integersBen Longbons1-4/+4
2014-07-01Savefile fixesBen Longbons1-1/+10
2014-06-30It's about time I did thisBen Longbons1-8/+8
2014-06-30Finish packet namingBen Longbons1-24/+0
2014-06-27This is more reliableBen Longbons5-38/+23
2014-06-26Stick everything in a namespaceBen Longbons10-0/+41
2014-06-26Low hanging fruitBen Longbons3-9/+9
2014-06-26Add null pointer checks for disconnected internalsBen Longbons1-15/+6
2014-06-26specialize inventory/storage indicesBen Longbons2-7/+26
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons4-21/+21
2014-06-23Use the generated char server protocol in the map serverBen Longbons1-7/+7
2014-06-23Generate the map server protocolBen Longbons1-9/+6
2014-05-27Generate the char server protocolBen Longbons8-1010/+1280
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\...Ben Longbons1-50/+50
2014-05-12split out the horrible unchecked buffer accessorsBen Longbons4-3/+4
2014-05-12Split net/ from mmo/Ben Longbons8-7/+16
2014-04-24Header cleanupBen Longbons7-24/+20
2014-04-22Make travis happyBen Longbons2-3/+3
2014-04-22Use strict ID typesBen Longbons8-227/+283
2014-04-19Wouldn't it be nice to have some integers too?Ben Longbons1-17/+19
2014-04-18Merge tag 'v14.4.18' into masterBen Longbons1-37/+51
2014-04-18Die sensibly, take 2Ben Longbons1-34/+29
2014-04-17Die sensibly, take 1Ben Longbons1-31/+50
2014-04-14Ditch gcc 4.6 supportBen Longbons4-214/+191
2014-04-09Add all the missing copyright headersBen Longbons9-1/+188
2014-03-31Be stricter about most arraysBen Longbons5-25/+34
2014-03-24Hopefully fix the buildBen Longbons4-4/+4
2014-03-16Clean up header organizationBen Longbons10-44/+46
2014-03-15Remove unused fields to shrink character structBen Longbons2-52/+26