summaryrefslogtreecommitdiff
path: root/src/map/script.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-27Force timers to be managedBen Longbons1-8/+5
2013-04-13Fix error in "return" script commandBen Longbons1-4/+7
2013-04-11Also implement x32 supportBen Longbons1-29/+17
2013-04-09Change script call/ret code to avoid evil castingBen Longbons1-8/+45
2013-03-21Restore shop script functionBen Longbons1-1/+19
2013-03-01Convince skills to workBen Longbons1-13/+11
2013-02-23Replace struct dbt with typesafe std::map wrappersBen Longbons1-71/+44
2013-02-12Replace mt_rand with <random>Ben Longbons1-37/+13
2013-02-12Strictify timersBen Longbons1-31/+36
2013-02-07Remove some macrosBen Longbons1-30/+35
2013-02-07Remove some more Skill-related stuffBen Longbons1-9/+0
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-6/+4
2013-01-17Clean up some things after declassizationBen Longbons1-5/+8
2013-01-17Remove PC/mob disguises and hard-coded classesBen Longbons1-4/+0
2013-01-17Remove all non-NPC skillsBen Longbons1-10/+1
2013-01-09Make incoming packets read-onlyBen Longbons1-3/+4
2013-01-08Improve warning management moreBen Longbons1-3/+9
2013-01-08Improve warnings; fix const_db.txt bug.Ben Longbons1-6/+13
2013-01-07Add warning newlines; fix crash on exit.Ben Longbons1-0/+6
2013-01-07Use cxxstdioBen Longbons1-172/+127
2012-12-24Enumify some more things ... maybe even everythingBen Longbons1-58/+49
2012-12-24Remove sending of packets the client can't handleBen Longbons1-3/+0
2012-12-24Remove unused script functionsBen Longbons1-1771/+13
2012-12-24Minor script.cpp tweakageBen Longbons1-387/+391