summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2014-09-30Rename enum Option to Opt0Ben Longbons15-54/+54
2014-09-06Stupid hidden loops, I need another macro for thisBen Longbons1-1/+2
2014-09-05Fix a couple of bugs exposed by stricter server checksBen Longbons1-1/+1
2014-08-28Prevent skills from being set out of bounds by privileged usersBen Longbons2-0/+4
2014-08-28Compatibility with gdb 7.4Ben Longbons2-4/+8
2014-08-28One freaking spaceBen Longbons1-1/+1
2014-08-28Properly inform the client about class/species/race changing (hopefully)Ben Longbons1-1/+2
2014-08-27fix testsBen Longbons4-0/+14
2014-08-27Yes, I doBen Longbons1-5/+19
2014-08-27The downside of hiding a loop in a macroBen Longbons2-11/+4
2014-08-27Debug debuggingBen Longbons12-275/+429
2014-08-25Kill those dumb stringsBen Longbons6-91/+72
2014-08-25Bust the last evil unionBen Longbons2-372/+444
2014-08-25Remove CONSTSTR optimization for nowBen Longbons1-31/+25
2014-08-05In magic, use Variant for all the old anonymous nested unionsBen Longbons10-1310/+1385
2014-08-05Move magic to its own namespaceBen Longbons22-21/+71
2014-08-05Enums are not usually integers, sorryBen Longbons15-10/+24
2014-07-23Be more strict about function/statement mismatchesBen Longbons1-141/+134
2014-07-16Revert bounds checks and go back to signed integersBen Longbons4-62/+59
2014-07-01Incorrect death/disappearance formsv14.6.30Ben Longbons1-1/+2
2014-06-30Invulnerability should not be the defaultBen Longbons3-0/+21
2014-06-30Finally get around to decoupling the warning systemBen Longbons2-9/+9
2014-06-30It's about time I did thisBen Longbons12-84/+84
2014-06-27This is more reliableBen Longbons35-470/+365
2014-06-26Stick everything in a namespaceBen Longbons66-10/+262
2014-06-26Low hanging fruitBen Longbons29-1167/+1167
2014-06-26Add null pointer checks for disconnected internalsBen Longbons2-0/+66
2014-06-26specialize inventory/storage indicesBen Longbons17-277/+407
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons15-100/+96
2014-06-24Don't crash when giving invalid ID to @itemBen Longbons1-0/+2
2014-06-23SwatBen Longbons2-4/+5
2014-06-23Use the generated char server protocol in the map serverBen Longbons5-475/+581
2014-06-23Generate the map server protocolBen Longbons16-1913/+2208
2014-05-27Generate the char server protocolBen Longbons13-141/+163
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\...Ben Longbons15-98/+98
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 Longbons4-1/+4
2014-05-12Implement proto v2Ben Longbons1-1/+0
2014-05-12Split net/ from mmo/Ben Longbons36-52/+89
2014-04-26Stricter grep checksBen Longbons1-1/+1
2014-04-24Conform magic headers to the decl/def ruleBen Longbons19-208/+173
2014-04-24Header cleanupBen Longbons50-151/+188
2014-04-22Fix parsing of comments in const dbBen Longbons1-5/+9
2014-04-22Make travis happyBen Longbons19-19/+19
2014-04-22Use strict ID typesBen Longbons40-1249/+1284
2014-04-19Wouldn't it be nice to have some integers too?Ben Longbons11-69/+72
2014-04-18Merge tag 'v14.4.18' into masterBen Longbons4-42/+55
2014-04-18Die sensibly, take 2Ben Longbons2-24/+25
2014-04-17Die sensibly, take 1Ben Longbons3-34/+45
2014-04-16Revert "Don't broadcast messages to players who are disconnecting"Ben Longbons1-3/+0