Age | Commit message (Expand) | Author | Files | Lines |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 20 | -149/+149 |
2016-02-19 | Fix some cast discards 'const' qualifier from pointer target type warnings. | Andrei Karas | 6 | -25/+26 |
2016-02-17 | Replaced some now unnecessary includes with forward declarations in header files | Haru | 7 | -5/+10 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 18 | -141/+141 |
2016-02-17 | Renamed config->read_file to config->load_file | Haru | 12 | -41/+39 |
2016-02-09 | Small tweaks to mob_drop_adjust | Haru | 1 | -7/+13 |
2016-02-06 | Changed PCRE to properly use the system-provided pcre.h | Haru | 2 | -5/+3 |
2016-02-05 | Merge pull request #1081 from Jedzkie/PR_MAGNIFICAT | Dastgir | 1 | -0/+4 |
2016-02-05 | Merge pull request #1087 from csnv/songs | Dastgir | 1 | -17/+62 |
2016-02-05 | Merge pull request #993 from HerculesWS/mobdb2sql | Andrei Karas | 7 | -367/+515 |
2016-01-31 | Move P2PTR Macro to socket header and split the macro into two macros for WFI... | hemagx | 2 | -16/+14 |
2016-01-29 | Merge pull request #1108 from 4144/pcreconfigure | Haru | 8 | -48/+2 |
2016-01-29 | Merge pull request #1105 from dastgir/20-SendFix | Haru | 1 | -7/+11 |
2016-01-29 | Merge pull request #1100 from theultramage/gperm | Haru | 1 | -1/+1 |
2016-01-29 | Re-added support for the JName field in the mob db | Haru | 1 | -0/+8 |
2016-01-29 | Replaced several floating-point operations with integer operations | Haru | 5 | -100/+101 |
2016-01-29 | Modified Mob DB loader to behave like the Item DB loader | Haru | 3 | -271/+410 |
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 | 2 | -11/+11 |
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 | 1 | -2/+2 |
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 | 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 | 1 | -1/+1 |
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 | 11 | -89/+94 |
2016-01-12 | Replaced 22-bit mask entry with a regular uint32 in the noviewid mapflag impl... | Haru | 3 | -4/+4 |
2016-01-10 | Fixed an accidental MAX_CART_DECORATION leftover | Haru | 1 | -4/+4 |
2016-01-10 | Fixed a compiler warning (statement with no effect) | Haru | 1 | -6/+7 |
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 | 2 | -2/+2 |
2016-01-09 | Corrected various zero-argument function definitions | Haru | 6 | -6/+7 |
2016-01-09 | Added support for MC_CARTDECORATE skill. | Jedzkie | 4 | -1/+60 |
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 | Replaced the remaining explicit casts with BL_CAST/BL_UCAST | Haru | 19 | -251/+276 |