summaryrefslogtreecommitdiff
path: root/src/map/atcommand.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-04-29add @npc atcommandmekolat1-0/+66
2015-04-29Merge pull request #62 from mekolat/gm-atcommandWushin1-22/+0
2015-04-19Dynamic Xp percentage command @expratewushin1-0/+22
2015-04-18remove @gm atcommandmekolat1-22/+0
2015-04-04add charpvp atcommandmekolat1-0/+22
2015-04-04make pvp use channelsmekolat1-6/+8
2015-04-04Remove killer/killablewushin1-82/+11
2015-01-23Use generated config for mapBen Longbons1-31/+35
2015-01-22Use Spanned<T> while parsing configBen Longbons1-26/+10
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons1-84/+104
2014-11-19Magically allow "break" within WITH_VARBen Longbons1-5/+5
2014-11-04Use the new ASTsBen Longbons1-5/+15
2014-10-26Fix header rankingBen Longbons1-5/+8
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