summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Be stricter about most arraysBen Longbons26-292/+294
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 Longbons3-8/+3
2014-03-24Implement new magic frontend using sexprBen Longbons19-1619/+1566
2014-03-16Clean up header organizationBen Longbons56-225/+269
2014-03-15Remove unused fields to shrink character structBen Longbons16-529/+68
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons16-142/+147
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-22Add mapflag for outsideBen Longbons2-1/+2
2014-02-22Make mapflags bitmask instead of bitfieldBen Longbons12-230/+168
2014-02-13Name and number mapflags betterBen Longbons6-301/+298
2014-02-08Implement AStringBen Longbons26-218/+229
2014-02-07Name the terminal escapesBen Longbons1-3/+4
2014-02-06Wrap remaining FDs in a classBen Longbons9-108/+118
2014-02-04Convert fd to Session* where meaningfulBen Longbons16-1828/+1823
2014-01-26Also do db/const.txt and data/resnametable.txtv14.1.27Ben Longbons8-23/+39
2014-01-25Implement unified config parsing (mostly)Ben Longbons28-373/+248
2014-01-20Implement core formatterBen Longbons1-1/+0
2014-01-06Fix flex/bison interaction properlyBen Longbons2-7/+1
2013-12-28fix log numberingBen Longbons1-1/+1
2013-12-24Add non-indenting indenter for C++Ben Longbons1-0/+1
2013-12-23Implement yacc formattingBen Longbons1-1/+1
2013-12-23Make a formatter for lex filesBen Longbons1-0/+1
2013-12-21fix travis errorsBen Longbons1-1/+1
2013-12-21Add mapexit as a script commandBen Longbons1-0/+9
2013-12-06Add basic source formatting toolsBen Longbons34-284/+284
2013-12-01Add some debug printers for scriptsBen Longbons1-0/+56
2013-11-24Do not consume components if casting aborts due to hidev13.11.24Ben Longbons1-2/+2
2013-11-15Another step towards proper header orderingBen Longbons25-25/+36
2013-11-15Fix fingering mapBen Longbons1-2/+3
2013-11-15Allow setting class directly from a scriptBen Longbons1-0/+3
2013-11-15Use new IO classesBen Longbons11-107/+95
2013-11-09Fixes issue with getequipid(equip_arrow)wushin1-1/+2
2013-10-24Only show MOTD onceBen Longbons3-1/+4
2013-10-24Show level of GM commands in @helpBen Longbons1-2/+15
2013-10-24Give better errors for too low GM levelBen Longbons1-9/+21
2013-10-24Show MOTD after GUI is createdBen Longbons3-14/+19
2013-10-22Ignore hidden GMs when checking users in an areaBen Longbons1-1/+5
2013-10-20Fix crash on synthetic init gm commandsBen Longbons1-1/+4
2013-10-19Rewrite @command dispatch and helpBen Longbons3-1914/+1419
2013-10-18Fix totally bogus status_option magic functionBen Longbons1-1/+1
2013-10-17Add @charkiller command for symmetryBen Longbons1-0/+35
2013-10-17Allow @hide to persist across logout/loginBen Longbons1-1/+14
2013-10-16Flush GM log after every single freaking log entryBen Longbons1-0/+1
2013-10-15Use config for internal server userid/passwd instead of accounts.txtBen Longbons2-3/+3
2013-10-12Actually kick the player when their sex is changed by a scriptBen Longbons1-10/+0
2013-10-12Disallow unchecked being castsBen Longbons17-333/+306