Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-03 | allow to fetch a npc var without an attached oid | gumi | 1 | -9/+4 | |
2018-01-01 | release v18.1.1v18.1.1 | gumi | 1 | -0/+9 | |
2018-01-01 | no longer force-crash on fatal script errors | gumi | 1 | -3/+0 | |
2016-04-24 | add INVISIBLE param | mekolat | 1 | -1/+1 | |
2016-04-15 | improvements, cleanup, bug fixes | mekolat | 1 | -9/+11 | |
2016-04-15 | add new builtins for npc commands | mekolat | 1 | -3/+8 | |
add requestitem builtin add requestlang builtin add camera builtin send a force-close on close when no npc dialog add clear builtin | |||||
2016-04-15 | add builtin_call and builtin_getarg | mekolat | 1 | -1/+1 | |
2016-04-15 | convert unhandled types for scope vars | mekolat | 1 | -4/+6 | |
2016-04-15 | fix compilation errors | mekolat | 1 | -0/+1 | |
2016-04-15 | misc modifications | mekolat | 1 | -2/+0 | |
2016-04-15 | allow to get mob/npc params and add more params to readparam | mekolat | 1 | -1/+1 | |
2016-04-15 | add scope, npc/mob variables; add new get/set | mekolat | 1 | -18/+69 | |
2016-04-15 | implement puppet npcs | mekolat | 1 | -1/+21 | |
2015-11-13 | make crashes more verbose | mekolat | 1 | -16/+13 | |
2015-11-13 | Add NPC location information to run_func | Daniel Foerster | 1 | -1/+6 | |
2015-05-20 | use abort instead of runflag on errors | mekolat | 1 | -8/+5 | |
2015-05-20 | add debug for crash | mekolat | 1 | -2/+13 | |
2015-05-05 | make script-call stricter | mekolat | 1 | -0/+8 | |
2015-04-27 | make freeloop check the value | mekolat | 1 | -2/+2 | |
2015-02-28 | add freeloop builtin | mekolat | 1 | -2/+2 | |
2015-01-23 | Use generated config for map | Ben Longbons | 1 | -0/+5 | |
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 1 | -18/+26 | |
The for loop trick turned out to be very prone to infinite loops at runtime. It's better to force compiler errors even if it's ugly. | |||||
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 1 | -1/+1 | |
2014-11-09 | Make it easier to debug scripts, especially from coredumps | Ben Longbons | 1 | -130/+0 | |
2014-10-26 | Fix header ranking | Ben Longbons | 1 | -1/+2 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -14/+14 | |
2014-10-08 | Split script.cpp | Ben Longbons | 1 | -0/+1042 | |