summaryrefslogtreecommitdiff
path: root/src/map/script-parse.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-10-23Added get all reg2, get single reg2, set/add reg2 and del reg2 to tmwa-admin....HoraK-FDF1-10/+24
2016-04-15improvements, cleanup, bug fixesmekolat1-0/+1
2016-04-15add scope, npc/mob variables; add new get/setmekolat1-0/+5
2015-09-26add elif and else builtinsmekolat1-1/+2
2015-05-05make the script parser take warnings seriouslymekolat1-7/+7
2015-01-23Use generated config for mapBen Longbons1-24/+8
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons1-1/+4
2014-11-19Magically allow "break" within WITH_VARBen Longbons1-1/+1
2014-11-09Fix OOB on 128-element commandsBen Longbons1-2/+13
2014-11-09Make it easier to debug scripts, especially from coredumpsBen Longbons1-2/+7
2014-11-04Use the new ASTsBen Longbons1-2/+4
2014-10-26Fix header rankingBen Longbons1-1/+2
2014-10-16Error instead of hang when parsing script with double semiBen Longbons1-0/+4
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-23/+24
2014-10-08Split script.cppBen Longbons1-0/+840