summaryrefslogtreecommitdiff
path: root/src/map/script-call.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-22Fix warning: 'T& tmwa::Slice<T>::operator[](size_t) is deprecatedFedja Beader1-4/+4
2022-10-23Added get all reg2, get single reg2, set/add reg2 and del reg2 to tmwa-admin....HoraK-FDF1-0/+3
2020-07-06ensure that returning builtins always return, else abortgumi1-0/+22
2018-03-08fix ScriptState uninitialized valuesgumi1-0/+4
2018-01-29cowardly abort script if sd is missingv18.1.29gumi1-1/+4
2018-01-03allow to fetch a npc var without an attached oidgumi1-9/+4
2018-01-01release v18.1.1v18.1.1gumi1-0/+9
2018-01-01no longer force-crash on fatal script errorsgumi1-3/+0
2016-04-24add INVISIBLE parammekolat1-1/+1
2016-04-15improvements, cleanup, bug fixesmekolat1-9/+11
2016-04-15add new builtins for npc commandsmekolat1-3/+8
2016-04-15add builtin_call and builtin_getargmekolat1-1/+1
2016-04-15convert unhandled types for scope varsmekolat1-4/+6
2016-04-15fix compilation errorsmekolat1-0/+1
2016-04-15misc modificationsmekolat1-2/+0
2016-04-15allow to get mob/npc params and add more params to readparammekolat1-1/+1
2016-04-15add scope, npc/mob variables; add new get/setmekolat1-18/+69
2016-04-15implement puppet npcsmekolat1-1/+21
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