summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-20Add line and char readersBen Longbons3-0/+583
2014-01-20Implement FString from scratch instead of hackishlyBen Longbons4-19/+94
2014-01-20Implement core formatterBen Longbons4-212/+557
2014-01-06Fix flex/bison interaction properlyBen Longbons2-7/+1
2013-12-28sigh, fix againBen Longbons1-5/+6
2013-12-28fix abort due to inverted conditionBen Longbons1-1/+1
2013-12-28fix log numberingBen Longbons1-1/+1
2013-12-24Add non-indenting indenter for C++Ben Longbons7-23/+328
2013-12-23fix other build errorBen Longbons1-1/+5
2013-12-23Implement yacc formattingBen Longbons2-5/+151
2013-12-23Refactor the lex indenter so that it can (almost) format yacc filesBen Longbons5-202/+278
2013-12-23Make a formatter for lex filesBen Longbons7-4/+213
2013-12-21fix travis errorsBen Longbons3-4/+11
2013-12-21Add mapexit as a script commandBen Longbons1-0/+9
2013-12-06Add basic source formatting toolsBen Longbons77-589/+705
2013-12-01Add some debug printers for scriptsBen Longbons3-26/+58
2013-11-24Do not consume components if casting aborts due to hidev13.11.24Ben Longbons1-2/+2
2013-11-17tmwa-admin should no longer log passwords in cleartextMadCamel1-2/+21
2013-11-17Updated help output a bitMadCamel1-26/+26
2013-11-15Another step towards proper header orderingBen Longbons64-76/+86
2013-11-15Unbreak buildBen Longbons5-79/+3
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 Longbons26-293/+272
2013-11-15Add classes for reading and writing filesBen Longbons10-1/+711
2013-11-09Fixes issue with getequipid(equip_arrow)wushin1-1/+2
2013-10-31Add some more pretty printersBen Longbons4-1/+52
2013-10-31make printers compatible with older gdbv13.10.31Ben Longbons1-2/+22
2013-10-31Fix ladmin account creationBen Longbons2-1/+11
2013-10-31Fix out-of-tree buildsBen Longbons2-1/+4
2013-10-28Update changelog for releasev13.10.29Ben Longbons1-0/+21
2013-10-28fix tags for template inline filesBen Longbons1-2/+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-20Fix gdb python stuffBen Longbons1-2/+9
2013-10-19Rewrite @command dispatch and helpBen Longbons5-1914/+1428
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-15Add infrastructure for debug pretty printersBen Longbons7-16/+141
2013-10-15Use config for internal server userid/passwd instead of accounts.txtBen Longbons4-27/+29
2013-10-13Fix reversed error condition in ladmin changesexBen Longbons1-1/+2
2013-10-12Actually kick the player when their sex is changed by a scriptBen Longbons1-10/+0