summaryrefslogtreecommitdiff
path: root/src/map/script.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-09Add all the missing copyright headersBen Longbons1-0/+22
2014-04-04Fix travisBen Longbons1-0/+1
2014-04-01Add script warnings about labelsBen Longbons1-6/+25
2014-03-31Check the equip index arrayBen Longbons1-5/+11
2014-03-31Be stricter about most arraysBen Longbons1-20/+20
2014-03-25Add deprecation warnings for script syntax changesBen Longbons1-5/+38
2014-03-25fix script/magic interactionBen Longbons1-2/+2
2014-03-24Implement new magic frontend using sexprBen Longbons1-7/+7
2014-03-16Clean up header organizationBen Longbons1-9/+12
2014-03-15Remove unused fields to shrink character structBen Longbons1-21/+1
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons1-4/+4
2014-03-15Allow any script variable to be accessed from magic (mostly)Ben Longbons1-5/+49
2014-02-22Make mapflags bitmask instead of bitfieldBen Longbons1-17/+9
2014-02-13Name and number mapflags betterBen Longbons1-174/+6
2014-02-08Implement AStringBen Longbons1-18/+19
2014-02-06Wrap remaining FDs in a classBen Longbons1-6/+8
2014-02-04Convert fd to Session* where meaningfulBen Longbons1-2/+2
2014-01-26Also do db/const.txt and data/resnametable.txtv14.1.27Ben Longbons1-10/+10
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-17/+15
2013-12-21fix travis errorsBen Longbons1-1/+1
2013-12-21Add mapexit as a script commandBen Longbons1-0/+9
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-11-15Use new IO classesBen Longbons1-15/+12
2013-11-09Fixes issue with getequipid(equip_arrow)wushin1-1/+2
2013-10-22Ignore hidden GMs when checking users in an areaBen Longbons1-1/+5
2013-10-12Actually kick the player when their sex is changed by a scriptBen Longbons1-10/+0
2013-10-12Disallow unchecked being castsBen Longbons1-19/+19
2013-10-10Enumify sexBen Longbons1-6/+6
2013-10-05Split string header into piecesBen Longbons1-0/+5
2013-09-14Warn about conditional return and add script dumperBen Longbons1-2/+132
2013-09-09Use IP4 classes and rename conf variablesBen Longbons1-4/+4
2013-09-07Increase max script array size from 128 to 256Ben Longbons1-3/+3
2013-08-20Refactor npc event timers to have an expired stateBen Longbons1-1/+1
2013-08-19Add dumpers for the rest of the stack typesBen Longbons1-2/+10
2013-08-19Make some npc errors betterBen Longbons1-1/+11
2013-08-01Poison std::string and use the various string classesBen Longbons1-274/+258
2013-06-27Make callfunc/callsub in an if an errorBen Longbons1-2/+10
2013-06-26Addition is NOT symmetrical, internallyBen Longbons1-3/+2
2013-06-26Less UBBen Longbons1-0/+2
2013-06-26Add missing PARAM bytecode handlerBen Longbons1-2/+8
2013-06-25Fix bugsBen Longbons1-192/+212
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons1-2/+2
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-11/+9
2013-06-11Allegedly remove all manual memory managementBen Longbons1-1506/+1230
2013-05-25Switch block_list and subclasses to dumb_ptrBen Longbons1-114/+127
2013-05-23Make block_list a base classBen Longbons1-28/+28
2013-05-23Rename fields of block_list in preparation for subclassingBen Longbons1-22/+22
2013-05-18Tweak a little memory management in char-serverBen Longbons1-16/+14
2013-04-30Restore fakenpcname script commandBen Longbons1-1/+23
2013-04-27Enumize ItemLookBen Longbons1-1/+1