Age | Commit message (Expand) | Author | Files | Lines |
2015-01-24 | Minor channel system refactoring | Haru | 5 | -107/+201 |
2015-01-24 | Moved the Hercules Channel System to its own file/interface | Haru | 14 | -808/+946 |
2015-01-24 | Reduced quest db memory usage by about 900kB | Haru | 3 | -42/+56 |
2015-01-24 | Added additional item drops support to the quest db | Haru | 2 | -8/+77 |
2015-01-24 | Converted quest_db to libconfig | Haru | 2 | -53/+88 |
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 | 4 | -28/+6 |
2015-01-20 | Fixes Compile Error on Windows | Dastgir | 1 | -1/+2 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 25 | -1198/+1188 |
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 | 3 | -168/+210 |
2015-01-18 | For bug report 8367 | shennetsind | 1 | -4/+22 |
2015-01-18 | Command line arguments handling overhaul | Haru | 3 | -168/+210 |
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 | Replacing rand leftovers with the mt19937ar | shennetsind | 6 | -13/+13 |
2015-01-18 | Fixing 38 issues | shennetsind | 15 | -69/+91 |
2015-01-17 | 27 Fixes | shennetsind | 11 | -81/+92 |
2015-01-17 | Another ~10 Fixes | shennetsind | 8 | -8/+16 |
2015-01-17 | Another ~10 Fixes | shennetsind | 5 | -30/+35 |
2015-01-17 | 10 Distinct fixes | shennetsind | 6 | -28/+29 |
2015-01-17 | Fixed Bug#8497 | malufett | 2 | -30/+49 |
2015-01-12 | Fix some compilation warnings with clang 3.6. | Andrei Karas | 1 | -1/+1 |
2015-01-12 | Fix uninitialized warning in skill.c. | Andrei Karas | 2 | -3/+3 |
2015-01-12 | Fixed some -Wformat-security warnings | Haru | 1 | -2/+2 |
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 | 37 | -4/+86 |
2015-01-12 | Fixed an uninitialized variable in skill.c | Haru | 1 | -1/+1 |
2015-01-12 | Fixed Bug where skill timer is not properly terminated/clear when the caster ... | malufett | 2 | -6/+6 |
2015-01-11 | Merge pull request #438 from 4144/pcdb_checkid | Haruna | 7 | -41/+45 |
2015-01-11 | Fixed direction problem with self targeted skills. Thanks to Haruna | csnv | 1 | -1/+2 |
2015-01-11 | Convert pcdb_checkid into function in pc interface. | Andrei Karas | 7 | -41/+45 |
2015-01-11 | Merge pull request #435 from 4144/skillext | Haruna | 4 | -42/+371 |
2015-01-11 | Merge pull request #434 from csnv/minfixes | Haruna | 2 | -4/+15 |
2015-01-11 | Corrected comments and INF2_NOLP | csnv | 1 | -2/+4 |
2015-01-10 | Extend battle.c for using custom skills from plugins. | Andrei Karas | 2 | -0/+34 |
2015-01-10 | Extend skills.c for using custom skills from plugins. | Andrei Karas | 2 | -42/+337 |
2015-01-10 | HPM Hooks Update | Hercules.ws | 1 | -19073/+19073 |
2015-01-10 | Add new eclage skills used in items | Michieru | 1 | -19032/+19073 |
2015-01-08 | Removed Duplicate Entry for client 2014-10-22 on packets.h | dastgirpojee | 1 | -37/+0 |
2015-01-06 | Fixed LK_SPIRALPIERCE & NJ_TATAMIGAESHI change in damage output. Thanks to Michi | malufett | 1 | -11/+12 |