Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-03-18 | Created npc/dev/ folder for scripts with development or testing purposes. | Haru | 1 | -726/+0 |
2014-03-17 | Added regular expression matching script commands and operators | Haru | 1 | -1/+16 |
2014-03-10 | Fixed a crash caused by NPC variable references in callfunc | Haru | 1 | -32/+152 |
2014-03-05 | Added some callsub tests to the script testsuite | Haru | 1 | -2/+63 |
2014-01-13 | Improved overwriting priority of variables/constants/parameters | Haru | 1 | -0/+26 |
2014-01-12 | Updated script engine self-test npc with array tests | Haru | 1 | -7/+111 |
2013-11-30 | Fixed an issue with assignment operators and expressions | Haru | 1 | -55/+25 |
2013-11-28 | Added support for automatic concatenation of adjacent string literals | Haru | 1 | -0/+14 |
2013-11-28 | Corrected operator precedence table. | Haru | 1 | -0/+416 |