summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-25Fix potential file corruption with partial writesv14.4.20Ben Longbons3-1/+37
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-04-18Don't break dyingv14.4.18Ben Longbons1-2/+2
2014-04-18Don't die insensiblyBen Longbons1-1/+22
2014-04-18Die sensibly, take 2Ben Longbons7-141/+140
2014-04-17Die sensibly, take 1Ben Longbons8-124/+178
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 array out-of-bounds in tradesBen Longbons1-1/+4
2014-04-16Fix memory violation in delayed closeBen Longbons2-4/+4
2014-04-09Fix archive patch mtimev14.4.9Ben Longbons2-5/+3
2014-04-09Add all the missing copyright headersBen Longbons163-39/+3049
2014-04-09Add @source command to help modified verions satisfy the AGPLBen Longbons7-16/+82
2014-04-05Fix assert in multiline spansBen Longbons2-11/+12
2014-04-04Fix travisBen Longbons5-7/+18
2014-04-02Fix @tee duplicationBen Longbons1-5/+1
2014-04-01Add script warnings about labelsBen Longbons1-6/+25
2014-03-31Unbreak @npcmoveBen Longbons2-0/+3
2014-03-31Check the equip index arrayBen Longbons6-81/+94
2014-03-31Be stricter about most arraysBen Longbons51-503/+802
2014-03-25Add deprecation warnings for script syntax changesBen Longbons5-13/+47
2014-03-25Mapflag to override savepoint (ported from wushin)Ben Longbons8-7/+47
2014-03-25fix script/magic interactionBen Longbons1-2/+2
2014-03-24Hopefully fix the buildBen Longbons11-24/+16
2014-03-24Only 23 days until I can drop gcc 4.6 support ...Ben Longbons2-1/+14
2014-03-24Ship flex and bison generated filesBen Longbons6-2/+5556
2014-03-24Implement new magic frontend using sexprBen Longbons39-1633/+4857
2014-03-16Clean up header organizationBen Longbons163-714/+870
2014-03-15Remove unused fields to shrink character structBen Longbons20-598/+105
2014-03-15Fix session death and shutdown when boredBen Longbons4-4/+33
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons21-314/+361
2014-03-15Allow any script variable to be accessed from magic (mostly)Ben Longbons4-7/+90
2014-03-15Actually support the "outside" mapflag in initBen Longbons1-0/+1
2014-02-28Lower process priority when saving login/char databasesMadCamel2-1/+14
2014-02-22Add mapflag for outsideBen Longbons2-1/+2
2014-02-22Make mapflags bitmask instead of bitfieldBen Longbons13-234/+173
2014-02-13Name and number mapflags betterBen Longbons6-301/+298
2014-02-08Implement AStringBen Longbons78-524/+1100
2014-02-07Name the terminal escapesBen Longbons6-26/+82
2014-02-07Explicitly delete more assignment operatorsBen Longbons3-0/+4
2014-02-06Fix build warningsBen Longbons1-0/+9
2014-02-06Add a little colorBen Longbons2-14/+60
2014-02-06Wrap remaining FDs in a classBen Longbons30-367/+851
2014-02-04Convert fd to Session* where meaningfulBen Longbons28-3506/+3499
2014-02-01Trim nonexistent party membersBen Longbons2-1/+24
2014-02-01Get rid of makefile indirectionBen Longbons4-431/+433
2014-01-26Also do db/const.txt and data/resnametable.txtv14.1.27Ben Longbons10-26/+40
2014-01-25Implement unified config parsing (mostly)Ben Longbons48-661/+759