Age | Commit message (Expand) | Author | Files | Lines |
2016-07-03 | Add into travis configure option --enable-buildbot. | Andrei Karas | 1 | -0/+2 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -3/+6 |
2016-03-10 | Add new logging types. | Andrei Karas | 1 | -2/+2 |
2016-02-27 | Corrected wrong variable type of struct status_change_data::tick | Haru | 1 | -2/+3 |
2016-02-24 | Removed several unnecessary explicit casts of the WFIFOP result | Haru | 1 | -2/+2 |
2016-02-24 | Removed several unnecessary RFIFOP typecasts | Haru | 1 | -4/+4 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -2/+2 |
2016-02-19 | Add noreturn attributes. | Andrei Karas | 1 | -1/+3 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -4/+4 |
2016-01-25 | Fix packet id being sent encrypted to Hercules Plugin Manager. | hemagx | 1 | -3/+3 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -3/+3 |
2016-01-06 | Change all TBL_PC to struct map_session_data as per style guidelines | hemagx | 1 | -5/+7 |
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 | Changed HPM->packets[] into an array of VECTOR | Haru | 1 | -11/+11 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -7/+1 |
2015-09-14 | Add missing checks into chrif.c | Andrei Karas | 1 | -4/+27 |
2015-08-15 | Added core HPM interface | Haru | 1 | -3/+3 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-08-15 | Moved session array into the socket interface | Haru | 1 | -16/+16 |
2015-08-15 | Cleaned up socket interface | Haru | 1 | -18/+18 |
2015-07-25 | Reduce memory usage in HPM in skill.c | Andrei Karas | 1 | -2/+2 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -8/+7 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -26/+26 |
2015-06-01 | Replaced some of the hardcoded values with constants (map) | Haru | 1 | -7/+8 |
2015-06-01 | Replaced some of the hardcoded values with constants (char) | Haru | 1 | -26/+21 |
2015-04-25 | Fixed @changesex issues on PACKETVERs that don't support per-character sex. | Haru | 1 | -8/+29 |
2015-02-23 | Hercules Ultimate Localization Design | shennetsind | 1 | -12/+12 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -3/+2 |
2015-01-18 | Fixing 38 issues | shennetsind | 1 | -2/+2 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -157/+136 |
2014-10-26 | HPM Hooks Update | Hercules.ws | 1 | -4/+4 |
2014-10-26 | - Can't cast icewall more than once on the same center cell. Special thanks ... | Michieru | 1 | -2/+5 |
2014-09-20 | Replaced hardcoded values with constants for status_change_start's flag | Haru | 1 | -1/+2 |
2014-09-14 | Restored flag 8 behaviour in status_change_start | csnv | 1 | -1/+1 |
2014-08-23 | Fixed official devotion behaviour, various cleanups | nadiyama | 1 | -1/+1 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -2/+2 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -11/+11 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -4/+4 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -16/+19 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -19/+16 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -16/+19 |
2014-04-12 | Fixed some compiler/analyzer warnings. | Haru | 1 | -4/+2 |
2014-04-10 | Fixed issue: 7939 | panikon | 1 | -44/+7 |
2014-03-14 | Fixed Bug 8078 | shennetsind | 1 | -2/+3 |
2014-03-05 | Ref redesign, part 2 | Haru | 1 | -8/+8 |
2014-02-27 | Cleaned up messages.conf | Haru | 1 | -3/+3 |
2014-02-21 | Follow up a7d421274b308f7d9cc4ac39935beae851b29b97 | shennetsind | 1 | -2/+9 |
2014-02-20 | Fixed Bug 8037 | shennetsind | 1 | -1/+9 |
2014-02-19 | Fixed Bug 8031 | shennetsind | 1 | -3/+2 |