Age | Commit message (Expand) | Author | Files | Lines |
2013-12-30 | Whitespace fixes in script.c | Haru | 1 | -2379/+2370 |
2013-12-30 | Added support for string vars on commands that require a string | Haru | 1 | -311/+212 |
2013-12-24 | Christmas Patch - 2013-12-23 Support | shennetsind | 1 | -1/+276 |
2013-12-17 | Speed up of several procedures that rely on ERS, _mreallocz ('z'ero) | shennetsind | 1 | -2/+1 |
2013-12-15 | Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv... | shennetsind | 1 | -1/+1 |
2013-12-14 | Replaced pc->get_group_level with a macro (pc_get_group_level) | shennetsind | 1 | -3/+3 |
2013-12-12 | ensuring script_state is clear (as ers reuses memory). | shennetsind | 1 | -0/+1 |
2013-12-11 | modified second "infinity loop !" error so that its different from the first | shennetsind | 1 | -1/+1 |
2013-12-17 | Fixed several compiler warnings | Haru | 1 | -30/+26 |
2013-12-11 | Corrected some local 'mapindex' variables shadowing the global one | Haru | 1 | -9/+9 |
2013-12-09 | Fixed some logic errors | shennetsind | 1 | -7/+8 |
2013-12-06 | HPM: mapindex interface | shennetsind | 1 | -41/+41 |
2013-12-05 | Improved script builtin function parser | Haru | 1 | -75/+86 |
2013-12-03 | Questlog fixes | Haru | 1 | -17/+13 |
2013-12-02 | Fixed an uninitialized variable / broken code. | Haru | 1 | -22/+21 |
2013-12-01 | Changed variables, labels, functions, commands to case sensitive. | Haru | 1 | -93/+153 |
2013-12-01 | Changed builtin keywords in the script engine to case sensitive. | Haru | 1 | -52/+61 |
2013-11-30 | Fixed an issue with assignment operators and expressions | Haru | 1 | -2/+3 |
2013-11-28 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 1 | -120/+168 |
2013-11-28 | Added support for automatic concatenation of adjacent string literals | Haru | 1 | -18/+21 |
2013-11-28 | Corrected operator precedence table. | Haru | 1 | -20/+20 |
2013-11-28 | Added pre de/increment operators. Fixed post de/increment operators. | Haru | 1 | -100/+146 |
2013-11-28 | Removed meaningless '~=' operator. | Haru | 1 | -1/+0 |
2013-11-27 | Dropped emperium spawn restrictions | shennetsind | 1 | -5/+0 |
2013-11-19 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 1 | -10/+11 |
2013-11-19 | Fixed Bug 7799 - SC_MOONSTAR neverending | shennetsind | 1 | -2/+10 |
2013-11-19 | Sanitized and improved several macros through the code | Haru | 1 | -7/+8 |
2013-11-18 | Corrected size-related constant names and cleaned up comments (closes #222). | Mumbles | 1 | -3/+3 |
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 |