Age | Commit message (Expand) | Author | Files | Lines |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -1/+1 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 1 | -22/+22 |
2016-02-17 | Renamed config->read_file to config->load_file | Haru | 1 | -1/+1 |
2016-01-21 | Remove unused PCRE_SUPPORT define. | Andrei Karas | 1 | -2/+0 |
2016-01-06 | Fix null pointer access after previous commits. | Andrei Karas | 1 | -4/+8 |
2016-01-06 | Replaced the remaining explicit casts with BL_CAST/BL_UCAST | Haru | 1 | -13/+25 |
2016-01-06 | Replaced some explicit casts with BL_UCAST | Haru | 1 | -8/+8 |
2016-01-06 | Replaced some map->id2sd calls with the proper map->id2XX function | Haru | 1 | -31/+164 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -5/+7 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -15/+13 |
2016-01-06 | Change all TBL_NPC to struct npc_data as per style guidelines | hemagx | 1 | -4/+6 |
2016-01-06 | Change all TBL_MOB to struct mob_data as per strly guidelines | hemagx | 1 | -4/+2 |
2016-01-06 | Change all TBL_PC to struct map_session_data as per style guidelines | hemagx | 1 | -17/+13 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-12-15 | Added GPL information on interactive server startup | Haru | 1 | -0/+2 |
2015-12-15 | Fixed some too long char buffer initializers. | Florian Wilkemeyer | 1 | -8/+12 |
2015-12-06 | Added backtrace in case an invalid race is passed to map_race_id2mask | Haru | 1 | -0/+2 |
2015-12-06 | Refactored/fixed race handling for bonuses that store it as a bitmask | Haru | 1 | -0/+32 |
2015-11-14 | Changed struct map_session_data::queues into a VECTOR and renamed to ::script... | Haru | 1 | -5/+5 |
2015-11-14 | Renamed hQueue/hQueueIterator/hQueueOpt to latest standards | Haru | 1 | -3/+3 |
2015-10-22 | Removed support for the deprecated SQL item, mob, mob_skill databases. | Haru | 1 | -61/+1 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-17 | Fix crash while removing invisible wall. | Andrei Karas | 1 | -1/+1 |
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 |