summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
This is ugly. I'd rather X-out the password in the buffer while in the addaccount function and THEN log the buffer afterwards, but I can't figure out how to do that with all this weird string typing. I guess it's a "good thing" I can't even figure out how to mash memory outside of the local function?
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
Also document why the same can't be done for @invisible
2013-10-16Flush GM log after every single freaking log entryBen Longbons1-0/+1
Oh well, I guess it's still slightly better than reopening the file all the time ... There's still a bug in our cron scripts if no one uses a GM command in the first few minutes of a new month.
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
This requires updated config files in the data repo.
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
2013-10-12Disallow unchecked being castsBen Longbons17-333/+306
Despite the fact that that's what the code always did, it was sometimes wrong.
2013-10-10Add make target for tarballsBen Longbons3-3/+25
2013-10-10Enumify sexBen Longbons13-89/+109
It's amazing some of this code ever worked ...
2013-10-05Remove direct packet buffer item assignments (not clones)Ben Longbons3-20/+39
2013-10-05Remove owning slicesBen Longbons24-213/+34
They were hardly ever used, hid errors, and were obsoleted by baseful x'es.
2013-10-05Split string header into piecesBen Longbons103-1130/+2594
2013-10-02Make sure we don't log after the log is closed.Ben Longbons1-2/+3
2013-10-02Remove asserts in npc_checknearv13.10.2Ben Longbons1-2/+5
Somebody is calling this with an invalid ID somewhere. I really need to get the pointer-hoisting done ...
2013-10-01Revert "Show different GM level types in the online list"v13.9.31Ben Longbons1-19/+17
Too many tools hard-coded "(GM)" instead of doing it the obvious way This reverts commit 49e5c4af12a9b276a72a9d04033d86a1c4d68601.
2013-10-01Release v13.9.30 and update changelogv13.9.30Ben Longbons1-1/+16
2013-09-30Fix some build bugs in exotic configurationsBen Longbons2-3/+5
2013-09-30Automatically generate version informationBen Longbons6-43/+93
2013-09-30Fix bug in drop order assignmentBen Longbons1-3/+21
Originally, there was a bug that incorrectly assigned second and third. But when I fixed that I introduced this bug that incorrectly assigned all.
2013-09-30Show different GM level types in the online listBen Longbons1-17/+19
This removes the setting for the single control.
2013-09-29Give better warnings about attoconf versionsBen Longbons2-1/+5
2013-09-29Fix warning in magic status poppingBen Longbons1-0/+1