Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-15 | Standardized header in scripts (part 14) | Haru | 1 | -14/+33 | |
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Other scripts folders Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-05-08 | Replaced checkre() calls with constants | Haru | 1 | -3/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-02 | Replaced 'set' with direct assignment where applicable (common folder) | Haru | 1 | -98/+98 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2013-11-28 | Corrected operator precedence table. | Haru | 1 | -1/+1 | |
- [ This commit is part of a larger script engine related update ] - Operator precedence rules now closely follow those of languages such as C and derivates/related (C++, Java, PHP, etc.) - Please note that if you had custom scripts with non parenthesized expressions containing bitwise |, &, ^ operators, they may behave incorrectly now (or perhaps they were already behaving incorrectly, since the previous behavior was undocumented). - Added an up to date operator precedence/associativity table in the script documentation. - Added an operator/keyword self-test script in the npc/custom folder, in case if may be of some use for future regression-testing. | |||||
2013-10-28 | Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵ | Kisuka | 1 | -10/+10 | |
npcs to use this. | |||||
2013-10-24 | Update to last rAthena npc. | Michieru | 1 | -283/+225 | |
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt | |||||
2013-02-19 | -Moved Arena to main folder so it can be used by pre-re and re | Streusel | 1 | -0/+1845 | |
Signed-off-by: Streusel |