summaryrefslogtreecommitdiff
path: root/src/map/atcommand.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-127/+107
2014-10-08Don't rebuild atcommand.cpp on version changesBen Longbons1-10/+4
2014-10-08Split npc parse functions in to their own fileBen Longbons1-0/+1
2014-10-06Remove vestigial support for offhanded weaponsBen Longbons1-2/+1
2014-09-30Rename enum Option to Opt0Ben Longbons1-11/+11
2014-08-28Prevent skills from being set out of bounds by privileged usersBen Longbons1-0/+2
2014-08-05Enums are not usually integers, sorryBen Longbons1-0/+2
2014-07-16Revert bounds checks and go back to signed integersBen Longbons1-8/+14
2014-06-30It's about time I did thisBen Longbons1-2/+2
2014-06-26Stick everything in a namespaceBen Longbons1-0/+3
2014-06-26Low hanging fruitBen Longbons1-61/+61
2014-06-26specialize inventory/storage indicesBen Longbons1-21/+15
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-16/+10
2014-06-24Don't crash when giving invalid ID to @itemBen Longbons1-0/+2
2014-05-27Generate the char server protocolBen Longbons1-14/+14
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\...Ben Longbons1-24/+24
2014-05-12Split net/ from mmo/Ben Longbons1-2/+3
2014-04-24Header cleanupBen Longbons1-3/+5
2014-04-22Use strict ID typesBen Longbons1-130/+131
2014-04-19Wouldn't it be nice to have some integers too?Ben Longbons1-4/+4
2014-04-14Ditch gcc 4.6 supportBen Longbons1-699/+698
2014-04-09Add all the missing copyright headersBen Longbons1-0/+20
2014-04-09Add @source command to help modified verions satisfy the AGPLBen Longbons1-0/+21
2014-04-02Fix @tee duplicationBen Longbons1-5/+1
2014-03-31Unbreak @npcmoveBen Longbons1-0/+2
2014-03-25Mapflag to override savepoint (ported from wushin)Ben Longbons1-2/+14
2014-03-24Implement new magic frontend using sexprBen Longbons1-6/+12
2014-03-16Clean up header organizationBen Longbons1-11/+13
2014-03-15Remove unused fields to shrink character structBen Longbons1-211/+7
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons1-40/+40
2014-02-22Make mapflags bitmask instead of bitfieldBen Longbons1-40/+40
2014-02-13Name and number mapflags betterBen Longbons1-9/+0
2014-02-08Implement AStringBen Longbons1-74/+74
2014-02-06Wrap remaining FDs in a classBen Longbons1-41/+41
2014-02-04Convert fd to Session* where meaningfulBen Longbons1-543/+563
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-75/+16
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-11-15Use new IO classesBen Longbons1-23/+20
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-20Fix crash on synthetic init gm commandsBen Longbons1-1/+4
2013-10-19Rewrite @command dispatch and helpBen Longbons1-1914/+1411
2013-10-17Add @charkiller command for symmetryBen Longbons1-0/+35
2013-10-16Flush GM log after every single freaking log entryBen Longbons1-0/+1
2013-10-12Disallow unchecked being castsBen Longbons1-4/+4
2013-10-05Remove owning slicesBen Longbons1-6/+4
2013-10-05Split string header into piecesBen Longbons1-0/+8
2013-09-09Use IP4 classes and rename conf variablesBen Longbons1-27/+14
2013-08-28Fix a bug in @command loggingBen Longbons1-4/+4
2013-08-20Add some braces to appease certain gcc versionsBen Longbons1-6/+6