Age | Commit message (Expand) | Author | Files | Lines |
2013-12-18 | Merge pull request #236 from missxantara/master | shennetsind | 1 | -0/+5 |
2013-12-17 | Speed up of several procedures that rely on ERS, _mreallocz ('z'ero) | shennetsind | 5 | -13/+8 |
2013-12-16 | Introducing HPM Support for custom battle confs | shennetsind | 1 | -1/+5 |
2013-12-15 | Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv... | shennetsind | 16 | -111/+87 |
2013-12-14 | Replaced pc->get_group_level with a macro (pc_get_group_level) | shennetsind | 10 | -65/+56 |
2013-12-13 | Follow up b7171479 | shennetsind | 1 | -5/+5 |
2013-12-12 | ensuring script_state is clear (as ers reuses memory). | shennetsind | 1 | -0/+1 |
2013-12-12 | Fix core bug issue 7435: When the Storage is open | Xantara | 1 | -0/+5 |
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 | 25 | -524/+611 |
2013-12-17 | Nullpo cleanup | Haru | 1 | -14/+8 |
2013-12-11 | Corrected some local 'mapindex' variables shadowing the global one | Haru | 15 | -41/+40 |
2013-12-10 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 3 | -2/+3 |
2013-12-09 | Fixed some logic errors | shennetsind | 12 | -105/+125 |
2013-12-09 | Fixed a crash when casting GN_SPORE_EXPLOSION on certain systems. | Haru | 3 | -2/+3 |
2013-12-08 | Follow up d4a58d24d6bcb23a995d62a3d9f9e7190c054b49 | shennetsind | 1 | -3/+1 |
2013-12-08 | Fixed cell basilica | shennetsind | 1 | -0/+4 |
2013-12-07 | Fixed angra manyu aspd base calc | shennetsind | 2 | -5/+11 |
2013-12-06 | HPM: mapindex interface | shennetsind | 10 | -116/+114 |
2013-12-06 | Corrected some potential issues in the questlog system | Haru | 2 | -5/+6 |
2013-12-05 | Improved script builtin function parser | Haru | 2 | -75/+87 |
2013-12-04 | Follow-up to 6e9c385b8fa2fbca97ca23e35f0b8e5dabd13526 | Haru | 5 | -27/+61 |
2013-12-04 | Fixed Bug 7883 | shennetsind | 1 | -1/+1 |
2013-12-04 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 12 | -252/+450 |
2013-12-03 | Questlog fixes | Haru | 11 | -232/+430 |
2013-12-03 | Corrected Steal Coin formulas and battle log message | Haru | 2 | -20/+20 |
2013-12-03 | Fixed Bug 7542 | shennetsind | 3 | -4/+15 |
2013-12-02 | Fixed an uninitialized variable / broken code. | Haru | 2 | -23/+22 |
2013-12-02 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 5 | -206/+280 |
2013-12-02 | Fixed Bug 7336 (woo %2) | shennetsind | 1 | -1/+3 |
2013-12-01 | Fixed Bug 7866 | shennetsind | 3 | -7/+10 |
2013-12-01 | Changed item Aegis ID and mob Sprite ID lookups to case sensitive. | Haru | 2 | -5/+5 |
2013-12-01 | Changed variables, labels, functions, commands to case sensitive. | Haru | 3 | -112/+179 |
2013-12-01 | Changed builtin keywords in the script engine to case sensitive. | Haru | 3 | -88/+94 |
2013-11-30 | Fixed an issue with assignment operators and expressions | Haru | 1 | -2/+3 |
2013-11-30 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 2 | -4/+7 |
2013-11-30 | Minor adjustments | shennetsind | 4 | -5/+24 |
2013-11-29 | Minor improvement | shennetsind | 4 | -32/+39 |
2013-11-29 | Update JOB_REBELLION 'job_db1.txt' to its official values and some mini adjus... | malufett | 1 | -2/+3 |
2013-11-29 | Corrected an uninitialized variable when adding an item | Haru | 2 | -2/+4 |
2013-11-28 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 2 | -122/+172 |
2013-11-28 | Follow up fdb6de1aa34086fd4d22ae127437727f556cea3c | shennetsind | 10 | -185/+346 |
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 | 2 | -102/+150 |
2013-11-28 | Removed meaningless '~=' operator. | Haru | 1 | -1/+0 |
2013-11-27 | Fixed Bug 7858 | shennetsind | 4 | -0/+38 |
2013-11-27 | Plugins can now make use of msg_txt() | shennetsind | 2 | -6/+4 |
2013-11-27 | Dropped emperium spawn restrictions | shennetsind | 5 | -18/+12 |
2013-11-27 | Fixed Bug 7495 | shennetsind | 1 | -0/+4 |