Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |