Age | Commit message (Expand) | Author | Files | Lines |
2013-11-12 | Follow up ce6c4c63a3a5c1516780f2eac978d02820a8dc0b | shennetsind | 1 | -0/+5 |
2013-11-11 | Fixed MSVC compile error in ce6c4c63a3a5c1516780f2eac978d02820a8dc0b | Haru | 1 | -2/+3 |
2013-11-11 | Follow-up to dd05ae388d69e7df1dffcd393cea5e4cdc605e75 | Haru | 1 | -4/+108 |
2013-11-10 | Added deprecation messages for incorrect capitalization in scripts | Haru | 1 | -3/+56 |
2013-11-09 | Consolidated commands called in scripts to their lowercase version | Haru | 1 | -13/+13 |
2013-11-07 | Merge remote-tracking branch 'upstream/master' | shennetsind | 1 | -38/+78 |
2013-11-07 | Extended script constants to support NPC sprite IDs | Haru | 1 | -35/+76 |
2013-11-07 | Item Bound Fixes/Adjustments/Improvements | shennetsind | 1 | -192/+60 |
2013-11-07 | Corrected a const pointer being incorrectly initialized | Haru | 1 | -2/+1 |
2013-11-07 | Fixed equip command failing when another item of the same kind is equipped | Haru | 1 | -1/+1 |
2013-11-06 | Merge remote-tracking branch 'origin/master' | shennetsind | 1 | -3/+226 |
2013-11-06 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 1 | -18/+54 |
2013-11-06 | Merge pull request #217 from HerculesWS/script-checker | shennetsind | 1 | -18/+54 |
2013-11-06 | Fixed Bug 7799 | shennetsind | 1 | -9/+2 |
2013-11-06 | Modified status_calc_ | shennetsind | 1 | -9/+9 |
2013-11-05 | Introducing the Hercules Standalone Script Syntax Checker | Haru | 1 | -18/+54 |
2013-11-04 | Standardized the format of some NPC parse error messages | Haru | 1 | -2/+2 |
2013-11-02 | Fixed Shadow System Bonuses | shennetsind | 1 | -1/+1 |
2013-10-31 | No error after compilation, but when logging in at map server it will crash. | sevenzz23 | 1 | -3/+226 |
2013-10-30 | Official Font Support | shennetsind | 1 | -3/+3 |
2013-10-27 | query_sql script command modification | shennetsind | 1 | -1/+1 |
2013-10-26 | Changed 'tick' variables to 64 bit | Haru | 1 | -6/+6 |
2013-10-25 | Merge pull request #202 from kisuka/master | shennetsind | 1 | -9/+95 |
2013-10-25 | nocashshop mapflag | shennetsind | 1 | -0/+3 |
2013-10-25 | Quest Bubbles Update | shennetsind | 1 | -29/+51 |
2013-10-24 | Quest Bubbles (Actually Works Finally) | Kisuka | 1 | -8/+72 |
2013-10-24 | Fixed nullpo calls in script.c mismatching new macro return type | shennetsind | 1 | -8/+8 |
2013-10-19 | Instance Dungeons Update | shennetsind | 1 | -0/+71 |
2013-10-16 | Fixed Bug #7771 | shennetsind | 1 | -1/+4 |
2013-10-16 | Fixed Bug#7770 | malufett | 1 | -1/+1 |
2013-10-16 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | malufett | 1 | -2/+2 |
2013-10-16 | Follow up @ https://github.com/HerculesWS/Hercules/commit/9692bc034537693d331... | malufett | 1 | -15/+17 |
2013-10-16 | Fixed a variable going out of scope causing an invalid pointer access | Haru | 1 | -2/+2 |
2013-10-16 | Fixed Bug#7374 | malufett | 1 | -0/+75 |
2013-10-14 | Added scriptcommands addmonsterdrop and delmonsterdrop (Missing documentation) | EPuncker | 1 | -26/+108 |
2013-10-10 | Homun-S Quest Updated | shennetsind | 1 | -40/+84 |
2013-10-07 | Added 'consumeitem' as an alias of 'itemeffect' | shennetsind | 1 | -0/+1 |
2013-10-04 | downrefitem script command update | shennetsind | 1 | -6/+9 |
2013-10-02 | HPM: Map.c Completed | shennetsind | 1 | -207/+218 |
2013-09-29 | HPM: Script.c Completed | shennetsind | 1 | -1140/+1082 |
2013-09-28 | HPM: Instance.c Completed | shennetsind | 1 | -15/+15 |
2013-09-27 | HPM: Chat.c Completed | shennetsind | 1 | -5/+5 |
2013-09-27 | Renamed iMap interface to map | Haru | 1 | -550/+416 |
2013-09-27 | Renamed iStatus interface to status | Haru | 1 | -86/+65 |
2013-09-26 | Renamed variables that would conflict with a rename of iMap to map | Haru | 1 | -309/+287 |
2013-09-25 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 1 | -48/+35 |
2013-09-25 | Renamed iTimer interface to timer. | shennetsind | 1 | -31/+31 |
2013-09-25 | Renamed local variables that would conflict with a rename of iTimer to timer | Haru | 1 | -16/+13 |
2013-09-25 | Renamed more forgotten variables during interface conversions | Haru | 1 | -30/+21 |
2013-09-21 | Corrected invalid values assigned to enum homun_type variables | Haru | 1 | -3/+3 |