Age | Commit message (Expand) | Author | Files | Lines |
2016-01-30 | Fixes conditions in itembind.txt | Dastgir | 1 | -4/+9 |
2015-12-31 | Replaced leftover -1 view IDs with FAKE_NPC | Haru | 3 | -8/+8 |
2015-12-31 | Replace -1,{ with FAKE_NPC,{ | AnnieRuru | 23 | -54/+54 |
2015-12-18 | Replaced numeric values with UNITTYPE_ constants in getmapxy | Haru | 1 | -2/+2 |
2015-12-18 | uneasy Cemetry fix | Dastgir | 1 | -3/+3 |
2015-12-18 | ItemID to Constant: custom Folder | Dastgir | 19 | -202/+202 |
2015-11-15 | Fixed too-generic constant names of gettime() types | Haru | 6 | -17/+17 |
2015-11-14 | Standardized script-queue related commands | Haru | 1 | -4/+4 |
2015-10-27 | Replaced parameter type with constant. | Emistry | 6 | -17/+17 |
2015-10-13 | Added Items needed in eden_iro.txt | moguri85 | 2 | -13/+13 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 22 | -211/+191 |
2015-06-25 | JobChanger Updated | Dastgir | 1 | -2/+2 |
2015-06-25 | Updated RockPaperScissors | Dastgir | 1 | -267/+109 |
2015-06-05 | Renamed guild and guild2 folder to woe-fe and woe-se | Dastgir | 1 | -2/+2 |
2015-05-16 | Merge pull request #515 from EPuncker/master | Dastgir | 1 | -140/+163 |
2015-05-16 | updated warper | Evil Puncker | 1 | -140/+163 |
2015-05-13 | Changed close; into end; to try to fix bug 8666, since there is no dialogue w... | Evil Puncker | 1 | -1/+1 |
2015-05-08 | Replaced checkre() calls with constants | Haru | 2 | -4/+4 |
2015-03-29 | Avoid binding rental items. | Emistry | 1 | -2/+2 |
2015-01-30 | Fixes Warper NPC Overlapping. #8018 | Dastgir | 1 | -1/+1 |
2014-12-14 | Fixed some improper grammar. | Mysteries | 1 | -1/+1 |
2014-11-14 | Fixed a typo in npc/custom/breeder.txt | Haru | 1 | -1/+1 |
2014-10-30 | Deprecated checkriding and setriding commands | Haru | 3 | -20/+21 |
2014-10-30 | Deprecated checkdragon and setdragon commands | Haru | 1 | -1/+2 |
2014-10-30 | Deprecated checkmadogear and setmadogear commands | Haru | 1 | -7/+12 |
2014-10-28 | Removed use of 'checkquest' from scripts (common folder) | Haru | 2 | -44/+44 |
2014-10-24 | Renamed ismounting, setmounting, @mount2 | Haru | 2 | -3/+3 |
2014-10-06 | Fix Bug 8133 | dastgir | 1 | -1/+4 |
2014-09-23 | Fix blackjack script by logging out to prevent zeny deletion | AnnieRuru | 1 | -6/+15 |
2014-09-02 | Update hunting_missions.txt to follow author's method on fixing character del... | AnnieRuru | 1 | -2/+16 |
2014-08-02 | Fixed Bug #8248 | Mumbles | 1 | -0/+4 |
2014-05-20 | Fixed an exploit in the custom jobmaster NPC | Haru | 1 | -95/+165 |
2014-05-13 | Removed trailing whitespace (scripts) | Haru | 30 | -162/+134 |
2014-05-13 | Fixed several files with a missing EOL at EOF | Haru | 1 | -1/+1 |
2014-05-11 | Fixed typo in thqs_ttshop | panikon | 1 | -1/+1 |
2014-05-10 | Changed set_reg behavior on pc_setparam failure, now it won't simply END the ... | panikon | 1 | -10/+20 |
2014-05-10 | Optimized THQS_TTShop.txt and corrected a minor mistake | panikon | 1 | -478/+158 |
2014-03-21 | Fix hunting mission and clarify weight's unit | AnnieRuru | 1 | -3/+6 |
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-14 | Update Hunting Mission | ossi0110 | 1 | -3/+3 |
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-12-18 | Merge pull request #234 from mhalicot/master | shennetsind | 1 | -2/+2 |
2013-12-07 | Fixed several incorrect script labels and events | Haru | 1 | -2/+2 |
2013-12-03 | Fixed error when unbinding items, removed /* */ | Mhalicot | 1 | -2/+2 |
2013-11-30 | Re-commit of 4faa0ec9df7067cee3eb1c1953fccc6c2f842179 | Taylor Locke | 24 | -73/+73 |
2013-11-30 | Fixed an issue with assignment operators and expressions | Haru | 1 | -55/+25 |