Age | Commit message (Expand) | Author | Files | Lines |
2015-01-24 | Converted quest_db to libconfig | Haru | 2 | -53/+88 |
2015-01-24 | HPM Hooks Update | Hercules.ws | 1 | -30/+28 |
2015-01-23 | Cleaned up spirit charms implementation (optimized memory and CPU usage) | Haru | 9 | -179/+170 |
2015-01-23 | Deprecated command isday(). | Haru | 1 | -1/+1 |
2015-01-23 | Merged petskillattack and petskillattack2. | Haru | 1 | -35/+9 |
2015-01-22 | Follow up 0957abd4d19b82b8dc8d7db2743008fa3daff3fa | shennetsind | 1 | -1/+1 |
2015-01-22 | Removed name distinction between (sql) mob/item/mob_skill db and db_re variants | Haru | 5 | -29/+7 |
2015-01-20 | Fixes Compile Error on Windows | Dastgir | 3 | -4/+6 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 48 | -1383/+1328 |
2015-01-19 | Update HPM hooks. | Andrei Karas | 3 | -0/+31 |
2015-01-19 | Extract exp table validation into separate function. | Andrei Karas | 2 | -10/+19 |
2015-01-18 | Merge pull request #446 from csnv/quickfix | shennetsind | 1 | -2/+2 |
2015-01-18 | Fixes direction in AOE skills | csnv | 1 | -2/+2 |
2015-01-18 | To help pinpoint and manage the issue report in 8402 | shennetsind | 1 | -0/+45 |
2015-01-18 | Merge branch 'master' of github.com:HerculesWS/Hercules | shennetsind | 20 | -443/+741 |
2015-01-18 | For bug report 8367 | shennetsind | 1 | -4/+22 |
2015-01-18 | HPM Hooks Update | Hercules.ws | 3 | -100/+6 |
2015-01-18 | Command line arguments handling overhaul | Haru | 17 | -343/+735 |
2015-01-18 | For bugreport 8397 (incomplete solution) | shennetsind | 1 | -1/+12 |
2015-01-18 | Fixed Bug 8441 | shennetsind | 1 | -1/+2 |
2015-01-18 | Follow-up to 83077740c7c996d198617d45a1916cd31ff38e9a | Haru | 1 | -0/+3 |
2015-01-18 | Fixed Bug Report 8438 | shennetsind | 2 | -1/+12 |
2015-01-18 | Follow up 348044f12d5f683c8945e0eac642f2795050fb4e | shennetsind | 1 | -1/+1 |
2015-01-18 | Implementing nullpo interface for plugin use | shennetsind | 4 | -3/+24 |
2015-01-18 | Connection History Redesign | shennetsind | 1 | -81/+56 |
2015-01-18 | Replacing rand leftovers with the mt19937ar | shennetsind | 7 | -14/+14 |
2015-01-18 | Merge branch 'master' of github.com:HerculesWS/Hercules | shennetsind | 3 | -3/+4 |
2015-01-18 | Fixing 38 issues | shennetsind | 20 | -85/+111 |
2015-01-17 | Merge pull request #444 from 4144/coverity | shennetsind | 3 | -3/+4 |
2015-01-18 | Fix out of bound issue in mapindex.c. | Andrei Karas | 1 | -1/+1 |
2015-01-18 | Add some fixes to char server. | Andrei Karas | 2 | -2/+3 |
2015-01-17 | 27 Fixes | shennetsind | 13 | -103/+108 |
2015-01-17 | Another ~10 Fixes | shennetsind | 9 | -10/+18 |
2015-01-17 | Another ~10 Fixes | shennetsind | 7 | -33/+40 |
2015-01-17 | Follow up 84b88781a0c39f7379ed85f74dc03c4e868a171f | shennetsind | 1 | -0/+1 |
2015-01-17 | 10 Distinct fixes | shennetsind | 11 | -37/+39 |
2015-01-17 | Stat server submission logic update | shennetsind | 1 | -1/+12 |
2015-01-17 | Fixed Bug#8497 | malufett | 2 | -30/+49 |
2015-01-15 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | Dastgir | 95 | -107/+271 |
2015-01-15 | Changed Zeny Limit in Bank to 2,147,483,647 | Dastgir | 1 | -1/+1 |
2015-01-12 | Fix some compilation warnings with clang 3.6. | Andrei Karas | 2 | -2/+2 |
2015-01-12 | Update HPM hooks. | Andrei Karas | 1 | -6/+6 |
2015-01-12 | Fix uninitialized warning in skill.c. | Andrei Karas | 2 | -3/+3 |
2015-01-12 | Fixed some -Wformat-security warnings | Haru | 6 | -20/+16 |
2015-01-12 | Silenced some -Wunused-value warnings in sigemptyset and sigaddset calls | Haru | 1 | -7/+8 |
2015-01-12 | Removed unused (re)definition of NBBY from cbasetypes.h | Haru | 1 | -6/+0 |
2015-01-12 | HPM Hooks Update | Hercules.ws | 1 | -4/+4 |
2015-01-12 | fix skills issue introduced in commit 5cdb3d12c4236e0c3a682e30fed96192d2c58188. | Andrei Karas | 2 | -3/+3 |
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 82 | -53/+223 |
2015-01-12 | Added detailed error message when a plugin fails to load | Haru | 2 | -2/+5 |