Age | Commit message (Expand) | Author | Files | Lines |
2015-10-11 | Cleanup of the HPluginData implementation (second part) | Haru | 1 | -2/+1 |
2015-10-11 | Cleanup of the HPluginData implementation (First part) | Haru | 1 | -10/+2 |
2015-09-28 | Fixed merge behaviour of map zones. Fixes #572 | Kpy! | 1 | -6/+10 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -104/+75 |
2015-09-24 | Add bl parameter to map_searchrandfreecell and map_addflooritem. | Andrei Karas | 1 | -4/+4 |
2015-09-24 | Add bl parameter to closest_freecell. | Andrei Karas | 1 | -5/+5 |
2015-09-24 | Add bl parameter to getcell functions. | Andrei Karas | 1 | -19/+20 |
2015-09-10 | Add to path search functions source bl for plugins usage. | Andrei Karas | 1 | -3/+3 |
2015-09-08 | Fixed some memory leaks in code using libconfig | Haru | 1 | -2/+2 |
2015-08-15 | Automatic HPM symbol sharing | Haru | 1 | -49/+0 |
2015-08-15 | Removed some unnecessary shared symbols, already present in interfaces | Haru | 1 | -4/+0 |
2015-08-15 | Moved sql_handle into the HPMi interface | Haru | 1 | -2/+0 |
2015-08-15 | Added core HPM interface | Haru | 1 | -9/+9 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+3 |
2015-08-15 | Added showmsg HPM interface | Haru | 1 | -5/+5 |
2015-08-15 | Cleaned up socket interface | Haru | 1 | -2/+2 |
2015-08-12 | Fixed some issues reported by Coverity | Haru | 1 | -1/+1 |
2015-08-10 | Fixed a compile error on WIN32/MSVC | Haru | 1 | -3/+3 |
2015-08-09 | Removed unused tables sstatus and interreg | Haru | 1 | -3/+0 |
2015-08-09 | Deprecated SQL item, monster and monster skill databases | Haru | 1 | -0/+24 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -52/+51 |
2015-06-01 | Replaced some of the hardcoded values with constants (map) | Haru | 1 | -2/+2 |
2015-05-19 | Fixed some issues reported by coverity scan [3/3] | Haru | 1 | -4/+1 |
2015-02-23 | Hercules Ultimate Localization Design | shennetsind | 1 | -0/+22 |
2015-01-24 | Fixed Bug 8395 | shennetsind | 1 | -57/+77 |
2015-01-24 | Channels refactoring: quit, leave, delete | Haru | 1 | -4/+0 |
2015-01-24 | Moved the Hercules Channel System to its own file/interface | Haru | 1 | -8/+13 |
2015-01-22 | Removed name distinction between (sql) mob/item/mob_skill db and db_re variants | Haru | 1 | -9/+0 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -20/+18 |
2015-01-18 | Command line arguments handling overhaul | Haru | 1 | -162/+201 |
2015-01-18 | Fixing 38 issues | shennetsind | 1 | -3/+3 |
2015-01-17 | Another ~10 Fixes | shennetsind | 1 | -1/+1 |
2015-01-17 | 10 Distinct fixes | shennetsind | 1 | -22/+22 |
2014-12-31 | Improve performance a bit by removing strlen(str) > 0. | Andrei Karas | 1 | -1/+1 |
2014-12-31 | fix wrong check. | Andrei Karas | 1 | -1/+1 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -30/+34 |
2014-12-28 | Split mob sql database into mob_db and mob_db_re. | malufett | 1 | -4/+10 |
2014-12-26 | Allowed flag values of map_count_oncell to stack | Haru | 1 | -34/+30 |
2014-12-21 | Fixed Bug#8458 | malufett | 1 | -10/+27 |
2014-12-14 | Fixed some improper grammar. | Mysteries | 1 | -1/+1 |
2014-12-06 | Merge pull request #405 from 4144/clifext | Haruna | 1 | -3/+3 |
2014-12-06 | into mapindex add variable with default map and position. | Andrei Karas | 1 | -3/+3 |
2014-12-06 | add channels config into clif interface. | Andrei Karas | 1 | -3/+3 |
2014-11-26 | AIHOHAAAAAAA (!!!!) addressing susus interfacing thing overlook | shennetsind | 1 | -7/+1 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -35/+31 |
2014-11-15 | Add support for plugin options in map server config (inter-server.conf). | Andrei Karas | 1 | -0/+2 |
2014-11-03 | HPM Hooks Update | Hercules.ws | 1 | -94/+94 |
2014-11-03 | * No cell stacking implemented (official version) | Michieru | 1 | -9/+105 |
2014-10-28 | Added preliminary support for login and char server in the HPMDataCheck | Haru | 1 | -3/+0 |
2014-10-26 | - Can't cast icewall more than once on the same center cell. Special thanks ... | Michieru | 1 | -0/+4 |