summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-29Add changelogv14.8.29Ben Longbons1-0/+23
2014-08-29Wow, it was really this easy?Ben Longbons2-9/+10
2014-08-28Stuff that's necessary for travis to debug debugBen Longbons2-7/+12
2014-08-28Oops, debug-debug tests were not being run on travisBen Longbons1-1/+1
2014-08-28This shouldn't be necessaryv14.8.28Ben Longbons2-0/+5
2014-08-28Prevent skills from being set out of bounds by privileged usersBen Longbons2-0/+4
2014-08-28Compatibility with gdb 7.4Ben Longbons6-10/+36
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-27cleanup installBen Longbons2-43/+55
2014-08-27fix testsBen Longbons12-1/+40
2014-08-27Yes, I doBen Longbons3-7/+47
2014-08-27The downside of hiding a loop in a macroBen Longbons2-11/+4
2014-08-27Debug debuggingBen Longbons67-20098/+998
2014-08-25Kill those dumb stringsBen Longbons9-176/+72
2014-08-25Bust the last evil unionBen Longbons4-374/+480
2014-08-25Remove CONSTSTR optimization for nowBen Longbons2-40/+25
2014-08-25Optimize string literals in refcounted stringsBen Longbons7-111/+70
2014-08-25Why must these things be so hard to test?Ben Longbons1-2/+5
2014-08-25Merge branch 'hotfix'Ben Longbons3-1/+37
2014-08-25Fix potential file corruption with partial writesv14.4.20Ben Longbons3-1/+37
2014-08-05Work around a compiler bug in error checksBen Longbons2-1/+6
2014-08-05In magic, use Variant for all the old anonymous nested unionsBen Longbons14-1335/+1406
2014-08-05Re-add some old make shortcutsBen Longbons1-0/+4
2014-08-05Move magic to its own namespaceBen Longbons24-38/+94
2014-08-05Enums are not usually integers, sorryBen Longbons24-96/+240
2014-08-05Merge tag 'v14.4.19'Ben Longbons2-1/+4
2014-08-05Emergency security fix for deleting charactersv14.4.19Ben Longbons2-1/+4
2014-08-05Add missing changelogBen Longbons1-0/+4
2014-08-05Update changelog that I forgotBen Longbons1-0/+22
2014-07-23Be more strict about function/statement mismatchesBen Longbons1-141/+134
2014-07-18Fix travisBen Longbons1-2/+5
2014-07-17Add dir annoyancesBen Longbons21-43/+490
2014-07-17Update attoconfBen Longbons2-3/+1
2014-07-17Add 'make bindist'Ben Longbons3-4/+24
2014-07-16Revert bounds checks and go back to signed integersBen Longbons10-153/+225
2014-07-01In order to disable them, diagnostic header must be public and includedBen Longbons7-8/+18
2014-07-01You have succeeded in annoying mev14.7.1Ben Longbons1-1/+1
2014-07-01Savefile fixesBen Longbons2-3/+28
2014-07-01Incorrect death/disappearance formsv14.6.30Ben Longbons1-1/+2
2014-07-01Stupid lenient newer compilerBen Longbons1-7/+7
2014-06-30Invulnerability should not be the defaultBen Longbons3-0/+21
2014-06-30Finally get around to decoupling the warning systemBen Longbons34-916/+1477
2014-06-30It's about time I did thisBen Longbons17-108/+130
2014-06-30Add changelog before the release this timeBen Longbons1-0/+18
2014-06-30Finish packet namingBen Longbons6-316/+187
2014-06-27Packet names for all public packetsEvets1-295/+295
2014-06-27This is more reliableBen Longbons137-1336/+937
2014-06-27Shut up alreadyBen Longbons6-5/+123
2014-06-27Port the Variant junkBen Longbons12-0/+885