summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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>
2015-12-13Renaming 'start_point' to 'start_point_re'Jedzkie2-6/+6
2015-12-13ItemDB SQL SyncHercules.ws2-4/+4
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-13Fix SC_STOMACHACHE to its official behavior.Jedzkie3-10/+10
2015-12-13ItemDB SQL SyncHercules.ws1-28/+30
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-13ItemDB Updates:Jedzkie8-110/+285
- Added 'Malang Cat Can' item. - Added 'Ru Blue Spear' item. - Change the item id of 'RWC Silver Brooch' from 2998 to 2999. - Follow up https://github.com/HerculesWS/Hercules/commit/e511dcf5940cee7a6e43744543a5ca96bc23cf84, thanks to zackdreaver. - item_db.conf renewal minor clean-up xD
2015-12-13Fixed an issue in the bonus2 bAddMonsterDropChainItem implementationHaru1-3/+3
- The item_chain and race arguments were swapped. - Thanks to pengc2010 for pointing it out Signed-off-by: Haru <haru@dotalux.com>
2015-12-13Corrected an error in bonus3 bAddMonsterDropItemHaru1-1/+1
- Follow-up to 9fef13d4d2e0eab3376ea95b3cb8783d48d19dda - Thanks to pengc2010 for pointing it out Signed-off-by: Haru <haru@dotalux.com>
2015-12-13Fix double source script warning in-case of invalid battle config flag requestedhemagx1-1/+0
2015-12-13HPM Hooks UpdateHercules.ws1-7/+7
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-13- Fixed #723 now it's possible to retrieve Battle Config Settings from ↵Your Name7-25/+104
plugins into scripts - Fixed Possible Crash when null parse function pointer passed to HPMi->addConf - Now it's possible to use same parse function for all config entries - Now Battle Config entries must have a return function
2015-12-13Add 'F_ShuffleNumbers' as Global FunctionAnnieRuru1-0/+30
2015-12-12Renamed plugin-sample.dll to sample.dllHaru4-8/+8
- Fixes #909. Thanks to AnnieRuru Signed-off-by: Haru <haru@dotalux.com>
2015-12-12Updated filters and included files in the VS2015 projectHaru8-142/+303
Closes #795 Signed-off-by: Haru <haru@dotalux.com>
2015-12-12Updated filters and included files in the VS2013 projectHaru8-139/+302
Related to issue #795 Signed-off-by: Haru <haru@dotalux.com>
2015-12-12Updated filters and included files in the VS2012 projectHaru8-141/+304
Related to issue #795 Signed-off-by: Haru <haru@dotalux.com>
2015-12-12Updated filters and included files in the VS2010 projectHaru8-144/+308
Related to issue #795 Signed-off-by: Haru <haru@dotalux.com>
2015-12-12Added server type checks to the sample plugin, to avoid hooking errors on ↵Haru1-16/+25
login/char servers Related to issue #909 Signed-off-by: Haru <haru@dotalux.com>
2015-12-12HPM Hooks UpdateHercules.ws5-0/+562
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-12Added support for pcre-related interfaces to plugins (HPMHookGen/HPMSymbols ↵Haru1-1/+2
generation) Fixes #931 Signed-off-by: Haru <haru@dotalux.com>
2015-12-11Fix guild member position check.Andrei Karas1-1/+1
2015-12-10Fix SPTable going low for MAX_LEVELDastgir1-2/+2