summaryrefslogtreecommitdiff
path: root/src/map/script-call.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-13make crashes more verbosemekolat1-16/+13
2015-11-13Add NPC location information to run_funcDaniel Foerster1-1/+6
2015-05-20use abort instead of runflag on errorsmekolat1-8/+5
2015-05-20add debug for crashmekolat1-2/+13
2015-05-05make script-call strictermekolat1-0/+8
2015-04-27make freeloop check the valuemekolat1-2/+2
2015-02-28add freeloop builtinmekolat1-2/+2
2015-01-23Use generated config for mapBen Longbons1-0/+5
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons1-18/+26
2014-11-19Magically allow "break" within WITH_VARBen Longbons1-1/+1
2014-11-09Make it easier to debug scripts, especially from coredumpsBen Longbons1-130/+0
2014-10-26Fix header rankingBen Longbons1-1/+2
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-14/+14
2014-10-08Split script.cppBen Longbons1-0/+1042