Age | Commit message (Expand) | Author | Files | Lines |
2016-01-25 | Added constdb2doc plugin | Haru | 1 | -0/+197 |
2016-01-25 | Added source support for special comments in the constdb | Haru | 2 | -7/+34 |
2016-01-25 | Fix packet id being sent encrypted to Hercules Plugin Manager. | hemagx | 6 | -32/+33 |
2016-01-21 | Remove unused PCRE_SUPPORT define. | Andrei Karas | 7 | -46/+0 |
2016-01-21 | Enable pcre by default in configure and show error if pcre missing. | Andrei Karas | 6 | -10/+10 |
2016-01-17 | Merge pull request #1077 from csnv/master | Haru | 1 | -1/+15 |
2016-01-16 | Removed Hard Coded data for SC_ALL_RIDING. | Jedzkie | 3 | -3/+6 |
2016-01-16 | HPM Hooks Update | Hercules.ws | 3 | -0/+63 |
2016-01-16 | Merge pull request #1031 from dastgir/12-OneClickIdentify | Haru | 6 | -3/+42 |
2016-01-16 | set_constant the LOOK_ constants | AnnieRuru | 1 | -0/+16 |
2016-01-16 | Add EQP_ = Equipment Position constants | AnnieRuru | 1 | -0/+23 |
2016-01-16 | Added OneClickIdentify packet | Dastgir | 6 | -3/+42 |
2016-01-16 | Fixes crash with @send | Dastgir | 1 | -7/+11 |
2016-01-15 | Merge pull request #1086 from Jedzkie/GC_CLOAKINGEXCEED | Dastgir | 1 | -2/+2 |
2016-01-14 | Apple of idun re-adjustment. Thanks @Kyeme | Jorge C | 1 | -33/+16 |
2016-01-14 | Adjusted names in enum guild_permission to still make sense when additional c... | ultramage | 3 | -3/+4 |
2016-01-13 | HPM Hooks Update | Hercules.ws | 1 | -12/+12 |
2016-01-13 | Added support to mark constants in db/constants.conf as deprecated | Haru | 5 | -97/+112 |
2016-01-13 | Converted const.txt to libconfig format | Haru | 2 | -23/+51 |
2016-01-12 | Whitespace cleanup (removed alignment tabs or trailing whitespace at line end) | Haru | 12 | -90/+95 |
2016-01-12 | Replaced 22-bit mask entry with a regular uint32 in the noviewid mapflag impl... | Haru | 4 | -4/+5 |
2016-01-10 | Fixed an accidental MAX_CART_DECORATION leftover | Haru | 1 | -4/+4 |
2016-01-10 | HPM Hooks Update | Hercules.ws | 3 | -0/+63 |
2016-01-10 | Fixed a compiler warning (statement with no effect) | Haru | 1 | -6/+7 |
2016-01-10 | Move declaration of login config struct to login interface | hemagx | 3 | -107/+108 |
2016-01-10 | Revamped Aegis style songs behavior. Fixes #835 | Jorge C | 1 | -13/+75 |
2016-01-09 | Added the unused attribute to BL_UCAST / BL_UCCAST | Haru | 1 | -0/+2 |
2016-01-09 | Sanitized various macros | Haru | 11 | -31/+31 |
2016-01-09 | Corrected various zero-argument function definitions | Haru | 11 | -20/+21 |
2016-01-09 | HPM Hooks Update | Hercules.ws | 3 | -0/+62 |
2016-01-09 | Added support for MC_CARTDECORATE skill. | Jedzkie | 5 | -6/+71 |
2016-01-09 | Fixes #907 | Jedzkie | 1 | -2/+2 |
2016-01-09 | PR_MAGNIFICAT Skill Fix: | Jedzkie | 1 | -0/+4 |
2016-01-09 | Fixes monsters not taking rude attack when OFFICIAL_WALKPATH is used. | Jorge C | 1 | -1/+15 |
2016-01-08 | Fixed a mapserver crash (too small allocation) | Haru | 1 | -1/+1 |
2016-01-08 | Cleaned up the pilebunker item check | Haru | 2 | -6/+5 |
2016-01-07 | Skill Update: | Jedzkie | 2 | -3/+10 |
2016-01-06 | Fix null pointer access after previous commits. | Andrei Karas | 1 | -4/+8 |
2016-01-06 | HPM Hooks Update | Hercules.ws | 3 | -86/+214 |
2016-01-06 | Replaced the remaining explicit casts with BL_CAST/BL_UCAST | Haru | 19 | -251/+276 |
2016-01-06 | Replaced some explicit casts with BL_UCAST | Haru | 12 | -641/+843 |
2016-01-06 | Moved status_get_homXXX macros to status.c | Haru | 2 | -22/+37 |
2016-01-06 | Replaced some map->id2sd calls with the proper map->id2XX function | Haru | 11 | -213/+360 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 15 | -274/+475 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 13 | -92/+79 |
2016-01-06 | Added const variants of BL_CAST/BL_UCAST: BL_CCAST/BL_UCCAST | Haru | 1 | -0/+42 |
2016-01-06 | Introduced the BL_UCAST() macro as an alternative to explicit casts | Haru | 1 | -1/+40 |
2016-01-06 | Change all TBL_NPC to struct npc_data as per style guidelines | hemagx | 8 | -106/+110 |
2016-01-06 | Change all TBL_ELEM to struct elemental_data as per style guidelines | hemagx | 5 | -30/+30 |
2016-01-06 | Change all TBL_PET to struct pet_data as per style guidelines | hemagx | 9 | -49/+52 |