summaryrefslogtreecommitdiff
path: root/src/map/atcommand.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-08send updated map pvp status on pvpon/pvpoffmekolat1-2/+4
2016-02-08Merge pull request #177 from wushin/add-third-gendermekolat1-5/+29
2016-02-08Add third gender to accountwushin1-5/+29
2015-11-29Fix @pvp broken nick problemwushin1-2/+2
2015-08-03Fix Broken Nick M+ Issuewushin1-2/+2
2015-06-16send pvp channel update when using pvp atcommandsmekolat1-0/+5
2015-05-11Merge pull request #87 from mekolat/authWushin1-5/+5
2015-05-07wait for the player to be added to block listmekolat1-5/+5
2015-04-30remove item labelsmekolat1-6/+6
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