summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-17Standardize the comments in Global_Functions.txtAnnieRuru1-6/+4
follow up https://github.com/HerculesWS/Hercules/commit/d4832df6929653561e6867149e4ecaa63a860cbe
2015-12-17Fixed a typo (Follow-up to 421ea5a1b1dc35ff6e6be6f7a0001a5ae99eec10)Haru1-1/+1
Special thanks to EPuncker Signed-off-by: Haru <haru@dotalux.com>
2015-12-16HPM Hooks UpdateHercules.ws9-0/+93
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-16Merge pull request #876 from MishimaHaruna/gplAndrei Karas1150-19425/+37797
GPL Headers
2015-12-15Standardized header in scripts (part 14)Haru47-1085/+1807
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Other scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header in scripts (part 13)Haru9-125/+299
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Misc Renewal scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header in scripts (part 12)Haru13-387/+511
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Instance scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header in scripts (part 11)Haru8-87/+251
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Misc Pre-Renewal scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header in scripts (part 10)Haru41-980/+1571
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - City scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header in scripts (part 9)Haru150-4275/+5794
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Quest scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header in scripts (part 8)Haru37-679/+1382
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Event scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header in scripts (part 7)Haru50-1238/+1969
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Battlegrounds and WoE scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header in scripts (part 6)Haru57-1245/+2149
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Merchants scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header in scripts (part 5)Haru64-1755/+2478
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Jobs scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header in scripts (part 4)Haru50-682/+1691
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Guides scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header in scripts (part 3)Haru143-3502/+5562
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Mobs scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header in scripts (part 2)Haru124-1793/+4288
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Warps scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header in scripts (part 1)Haru29-251/+911
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Mapflag scripts folder Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Standardized header across script .conf filesHaru19-135/+634
Now including GPL-compliant license/copyright info Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Updated header for libconfig-based databasesHaru24-365/+865
It now includes a GPL-compliant license/copyright mention Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Added GPL-compliant header to sql filesHaru44-1/+840
Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru242-840/+4776
Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Added GPL information on interactive server startupHaru5-0/+19
2015-12-15Fix Dialog being cleaned after timeout on secure npc timeout enabled.hemagx1-1/+0
Closes #916
2015-12-15HPM Hooks UpdateHercules.ws1-27/+27
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-15Fixed some too long char buffer initializers.Florian Wilkemeyer2-11/+15
- While they don't really cause an overflow (in C), there's no point in initializing strings to "\0". - Original commit message was: Found some static-assignment overflows -> fixed. Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_unknown_objectHaru2-2/+19
Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_mobHaru2-2/+20
Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_functionHaru2-4/+27
Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_duplicateHaru2-9/+38
Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_scriptHaru3-8/+34
Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_shopHaru2-6/+19
Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_warpHaru2-3/+20
Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_mapflagHaru2-9/+37
- This is necessary before merging #960 Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Fix quests_dicastes.txt variable. Thanks to Everade and Atemo of rAthena.Jedzkie1-2/+3
2015-12-15ItemDB SQL SyncHercules.ws2-2/+2
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-15Follow up ↵Jedzkie2-2/+0
https://github.com/HerculesWS/Hercules/commit/718fc08805d6d91eb732b6a51472e8ae78aa1892, thanks zack and hemangx!
2015-12-14ItemDB SQL SyncHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-14Added official effect of Mora Berry.Jedzkie8-13/+40
Signed-off-by: Haru <haru@dotalux.com>
2015-12-14ItemDB SQL SyncHercules.ws2-127/+134
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-14Update the Mercenary item database.Jedzkie3-135/+207
Change Item ID and Mercenary ID to Constants.
2015-12-14Added some missing spaces (syntax error) in the renewal WoE:FE invest_main ↵Haru1-11/+11
script Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Follow up ↵Jedzkie1-0/+1
https://github.com/HerculesWS/Hercules/commit/718fc08805d6d91eb732b6a51472e8ae78aa1892, added combo in pre-re.
2015-12-14Typo fix in item_comb_dbDastgir1-1/+1
2015-12-14ItemDB SQL SyncHercules.ws2-4/+4
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-14Added 'Well-Chewed Pencil' and 'Model Training Hat' combo.Jedzkie3-7/+9
2015-12-14follow up f975f0a55ca930fd0f95a6209bea479ac9bc3a5dhemagx1-1/+1
2015-12-14Players now will auto warped to random spot in the map upon login in-case ↵hemagx1-0/+3
they're stuck in dead cell. Closes #802
2015-12-13Added badges for AppVeyor build status and Gitter chatroom to the readmeHaru1-0/+2
Closes #915 Signed-off-by: Haru <haru@dotalux.com>
2015-12-13Corrected a FIXME in the Renewal Mob DBHaru1-1/+1
- Follow-up to 02546a4cb569acdbadd50dce48df1303d1decedc - Thanks to zackdreaver for pointing it out Signed-off-by: Haru <haru@dotalux.com>