Age | Commit message (Expand) | Author | Files | Lines |
2016-06-24 | Add missing checks into party.c | Andrei Karas | 1 | -2/+47 |
2016-04-23 | Removed the 'len' argument from various message-related functions | Haru | 1 | -4/+8 |
2016-03-20 | Dropped typedef from DBIterator | Haru | 1 | -7/+7 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -1/+2 |
2016-02-27 | Replaced various '-1' with the correct constant | Haru | 1 | -9/+18 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -5/+6 |
2016-01-06 | Replaced the remaining explicit casts with BL_CAST/BL_UCAST | Haru | 1 | -2/+2 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -2/+10 |
2016-01-06 | Change all TBL_MOB to struct mob_data as per strly guidelines | hemagx | 1 | -2/+2 |
2016-01-06 | Change all TBL_PC to struct map_session_data as per style guidelines | hemagx | 1 | -8/+10 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-11 | Cleanup of the HPluginData implementation (second part) | Haru | 1 | -4/+2 |
2015-10-11 | Cleanup of the HPluginData implementation (First part) | Haru | 1 | -20/+5 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -24/+18 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -24/+24 |
2015-06-01 | Replaced some of the hardcoded values with constants (map) | Haru | 1 | -1/+1 |
2015-02-23 | Hercules Ultimate Localization Design | shennetsind | 1 | -5/+5 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -17/+16 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -14/+17 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -18/+18 |
2014-09-21 | Fixed Bug 8293 | shennetsind | 1 | -5/+3 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -2/+2 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -1/+1 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -20/+23 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -23/+20 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -20/+23 |
2014-02-14 | sc sources | shennetsind | 1 | -2/+2 |
2014-02-14 | Renewal mechanics rebalance mega-update | Michieru | 1 | -0/+17 |
2014-01-19 | HPM Custom Data Struct Expansion: map/instance/party/guild | shennetsind | 1 | -2/+25 |
2013-12-15 | Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv... | shennetsind | 1 | -1/+1 |
2013-12-09 | Fixed some logic errors | shennetsind | 1 | -1/+1 |
2013-11-30 | Minor adjustments | shennetsind | 1 | -0/+3 |
2013-11-07 | Item Bound Fixes/Adjustments/Improvements | shennetsind | 1 | -7/+3 |
2013-11-06 | Merge remote-tracking branch 'origin/master' | shennetsind | 1 | -1/+8 |
2013-11-06 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 1 | -1/+4 |
2013-11-06 | BG Queue Update | shennetsind | 1 | -1/+1 |
2013-11-05 | Introducing the Hercules Standalone Script Syntax Checker | Haru | 1 | -1/+4 |
2013-10-31 | No error after compilation, but when logging in at map server it will crash. | sevenzz23 | 1 | -1/+8 |
2013-10-26 | Changed 'tick' variables to 64 bit | Haru | 1 | -2/+1 |
2013-10-07 | Follow up c56e3eb701658079f1de09db759f3b09327ec046 | shennetsind | 1 | -5/+9 |
2013-10-07 | Fixed Bug #7744 | shennetsind | 1 | -45/+100 |
2013-10-02 | HPM: Map.c Completed | shennetsind | 1 | -1/+1 |
2013-09-29 | Provided argument-list equivalent for several variadic functions | Haru | 1 | -7/+27 |
2013-09-28 | HPM: Party.c Completed | shennetsind | 1 | -78/+69 |
2013-09-28 | HPM: Instance.c Completed | shennetsind | 1 | -4/+4 |
2013-09-27 | Renamed iMap interface to map | Haru | 1 | -31/+24 |
2013-09-26 | Renamed variables that would conflict with a rename of iMap to map | Haru | 1 | -4/+3 |
2013-09-25 | Renamed iTimer interface to timer. | shennetsind | 1 | -2/+2 |