Age | Commit message (Expand) | Author | Files | Lines |
2015-01-01 | Removed deprecated command cmdothernpc | Haru | 1 | -15/+0 |
2015-01-01 | Removed deprecated script command aliases enablearena/disablearena | Haru | 1 | -15/+0 |
2015-01-01 | Removed deprecated script command alias 'save' | Haru | 1 | -10/+0 |
2014-12-23 | Removed deprecated commands checkdragon, setdragon | Haru | 1 | -29/+0 |
2014-12-23 | Removed deprecated commands setmadogear, checkmadogear | Haru | 1 | -19/+0 |
2014-12-23 | Removed deprecated commands setriding, checkriding | Haru | 1 | -25/+0 |
2014-12-16 | Add OnUnTouch event/label into scripts documentation. | Andrei Karas | 1 | -1/+8 |
2014-12-16 | Extend script command getareausers. | Andrei Karas | 1 | -3/+10 |
2014-12-16 | Add script command getnpcclass. | Andrei Karas | 1 | -0/+10 |
2014-12-16 | Add getnpcdir and setnpcdir functions. | Andrei Karas | 1 | -0/+19 |
2014-12-16 | Add script command to set npc click/activate instance. | Andrei Karas | 1 | -0/+11 |
2014-12-10 | Merge pull request #401 from GmOcean/master | Haruna | 1 | -4/+128 |
2014-12-06 | Removed extra ? in *equip2 code. | GmOcean | 1 | -1/+1 |
2014-12-03 | Modified *checkbound & *equip2 commands in src/map/script.c | GmOcean | 1 | -6/+33 |
2014-12-02 | Removed checkquest command | Haru | 1 | -34/+1 |
2014-12-02 | Removed petheal command | Haru | 1 | -12/+1 |
2014-12-02 | Removed jump_zero command | Haru | 1 | -22/+0 |
2014-11-24 | Added missing commas ',' to *equip2 example. | GmOcean | 1 | -1/+1 |
2014-11-23 | Typos | GmOcean | 1 | -1/+1 |
2014-11-23 | Fixed whitespace | GmOcean | 1 | -2/+2 |
2014-11-23 | Added Commands to script_commands.txt and script.c | GmOcean | 1 | -3/+100 |
2014-11-02 | Marked commands 'enablearena' and 'disablearena' as deprecated. | Haru | 1 | -2/+11 |
2014-11-02 | Marked command 'cmdothernpc' as deprecated. | Haru | 1 | -0/+8 |
2014-11-02 | Marked command 'save' as deprecated. | Haru | 1 | -1/+10 |
2014-11-02 | Added min() and max() script commands | Haru | 1 | -0/+12 |
2014-10-30 | Deprecated checkriding and setriding commands | Haru | 1 | -1/+7 |
2014-10-30 | Deprecated checkdragon and setdragon commands | Haru | 1 | -1/+7 |
2014-10-30 | Deprecated checkmadogear and setmadogear commands | Haru | 1 | -1/+7 |
2014-10-28 | Marked command 'checkquest' as deprecated | Haru | 1 | -1/+7 |
2014-10-27 | Marked the petheal command as deprecated | Haru | 1 | -3/+10 |
2014-10-27 | Marked command jump_zero as deprecated. | Haru | 1 | -8/+16 |
2014-10-24 | Re-commit of 4ac673941714032ada6d26fb60936ec510bbe496 (part 3) | Taylor Locke | 1 | -0/+55 |
2014-10-24 | Renamed ismounting, setmounting, @mount2 | Haru | 1 | -3/+3 |
2014-10-24 | Restored ability to differentiate between active and inactive quests | Haru | 1 | -0/+9 |
2014-10-24 | Re-commit of 4ac673941714032ada6d26fb60936ec510bbe496 (part 2) | Taylor Locke | 1 | -2/+29 |
2014-10-24 | Re-commit of 4ac673941714032ada6d26fb60936ec510bbe496 (part 1) | Taylor Locke | 1 | -0/+7 |
2014-10-23 | Improved bindatcmd handling of spaces in parameters. | Haru | 1 | -5/+53 |
2014-10-18 | Revert "Some Quality of Life Changes" | Haru | 1 | -70/+9 |
2014-10-18 | Some Quality of Life Changes | Taylor Locke | 1 | -9/+70 |
2014-09-20 | Replaced hardcoded values with constants for status_change_start's flag | Haru | 1 | -4/+6 |
2014-09-03 | Add *getguildmember script command | AnnieRuru | 1 | -0/+32 |
2014-09-01 | Add MAX_REFINE as hard-coded constant | AnnieRuru | 1 | -0/+1 |
2014-08-31 | follow up | AnnieRuru | 1 | -37/+44 |
2014-08-29 | Fix status def calculation (bug:8306) | Michieru | 1 | -3/+3 |
2014-07-11 | Fixed issue with quest exp and bonuses, issue: 8247 http://hercules.ws/board/... | panikon | 1 | -6/+4 |
2014-07-08 | Added documentation regarding hard coded constants. | panikon | 1 | -17/+36 |
2014-06-07 | Fixed Bug Report 8226 | jaBote | 1 | -1/+1 |
2014-06-01 | Update script_commands.txt | jaBote | 1 | -5/+5 |
2014-05-19 | Fixed issue 8182 | panikon | 1 | -1/+1 |
2014-05-13 | Partial cleanup of script_commands.txt | Haru | 1 | -548/+529 |