summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-10Enumify sexBen Longbons10-32/+29
2013-10-05Remove direct packet buffer item assignments (not clones)Ben Longbons1-1/+2
2013-10-05Remove owning slicesBen Longbons4-15/+9
2013-10-05Split string header into piecesBen Longbons38-12/+128
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
2013-09-30Fix some build bugs in exotic configurationsBen Longbons1-1/+1
2013-09-30Fix bug in drop order assignmentBen Longbons1-3/+21
2013-09-29Fix warning in magic status poppingBen Longbons1-0/+1
2013-09-29Fix an old warning related to existing magic when a player logs inBen Longbons1-0/+6
2013-09-29Remove logging of failed whispersBen Longbons1-5/+4
2013-09-29Silence a warning for temporary NPCsBen Longbons1-0/+2
2013-09-29Fix bug where all monsters had neutral elementBen Longbons1-1/+1
2013-09-28Fix bug where you can turn any direction but rightBen Longbons1-4/+18
2013-09-28Fixing path findingStefan Dombrowski1-1/+1
2013-09-27Fix the trade bugBen Longbons1-2/+2
2013-09-21Use the One Makefile to build them allBen Longbons11-2/+23
2013-09-16Fix statup2 not actually increasing the statBen Longbons1-0/+1
2013-09-14Warn about conditional return and add script dumperBen Longbons1-2/+132
2013-09-09Use IP4 classes and rename conf variablesBen Longbons14-381/+161
2013-09-07Increase max script array size from 128 to 256Ben Longbons1-3/+3
2013-09-06Fix scissors bugBen Longbons1-2/+3
2013-08-28Fix a bug in @command loggingBen Longbons2-5/+5
2013-08-28Fix bug with mapnames being falsyBen Longbons3-3/+3
2013-08-20Add some braces to appease certain gcc versionsBen Longbons2-10/+10
2013-08-20Refactor npc event timers to have an expired stateBen Longbons3-54/+73
2013-08-19Add dumpers for the rest of the stack typesBen Longbons1-2/+10
2013-08-19Make some npc errors betterBen Longbons2-11/+58
2013-08-13Skip spaces in one of the few places that aspect of atoi() was usefulBen Longbons1-1/+1