Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-15 | Standardized header in scripts (part 3) | Haru | 143 | -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-15 | Standardized header in scripts (part 2) | Haru | 124 | -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-15 | Standardized header in scripts (part 1) | Haru | 29 | -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-15 | Standardized header across script .conf files | Haru | 19 | -135/+634 | |
Now including GPL-compliant license/copyright info Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Updated header for libconfig-based databases | Haru | 24 | -365/+865 | |
It now includes a GPL-compliant license/copyright mention Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added GPL-compliant header to sql files | Haru | 44 | -1/+840 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 242 | -840/+4776 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added GPL information on interactive server startup | Haru | 5 | -0/+19 | |
2015-12-15 | Fix Dialog being cleaned after timeout on secure npc timeout enabled. | hemagx | 1 | -1/+0 | |
Closes #916 | |||||
2015-12-15 | HPM Hooks Update | Hercules.ws | 1 | -27/+27 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-15 | Fixed some too long char buffer initializers. | Florian Wilkemeyer | 2 | -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-15 | Added const qualifier to the w1~w4 arguments of npc_parse_unknown_object | Haru | 2 | -2/+19 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_mob | Haru | 2 | -2/+20 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_function | Haru | 2 | -4/+27 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_duplicate | Haru | 2 | -9/+38 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_script | Haru | 3 | -8/+34 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_shop | Haru | 2 | -6/+19 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_warp | Haru | 2 | -3/+20 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_mapflag | Haru | 2 | -9/+37 | |
- This is necessary before merging #960 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Fix quests_dicastes.txt variable. Thanks to Everade and Atemo of rAthena. | Jedzkie | 1 | -2/+3 | |
2015-12-15 | ItemDB SQL Sync | Hercules.ws | 2 | -2/+2 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-15 | Follow up ↵ | Jedzkie | 2 | -2/+0 | |
https://github.com/HerculesWS/Hercules/commit/718fc08805d6d91eb732b6a51472e8ae78aa1892, thanks zack and hemangx! | |||||
2015-12-14 | ItemDB SQL Sync | Hercules.ws | 1 | -1/+1 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-14 | Added official effect of Mora Berry. | Jedzkie | 8 | -13/+40 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-14 | ItemDB SQL Sync | Hercules.ws | 2 | -127/+134 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-14 | Update the Mercenary item database. | Jedzkie | 3 | -135/+207 | |
Change Item ID and Mercenary ID to Constants. | |||||
2015-12-14 | Added some missing spaces (syntax error) in the renewal WoE:FE invest_main ↵ | Haru | 1 | -11/+11 | |
script Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Follow up ↵ | Jedzkie | 1 | -0/+1 | |
https://github.com/HerculesWS/Hercules/commit/718fc08805d6d91eb732b6a51472e8ae78aa1892, added combo in pre-re. | |||||
2015-12-14 | Typo fix in item_comb_db | Dastgir | 1 | -1/+1 | |
2015-12-14 | ItemDB SQL Sync | Hercules.ws | 2 | -4/+4 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-14 | Added 'Well-Chewed Pencil' and 'Model Training Hat' combo. | Jedzkie | 3 | -7/+9 | |
2015-12-14 | follow up f975f0a55ca930fd0f95a6209bea479ac9bc3a5d | hemagx | 1 | -1/+1 | |
2015-12-14 | Players now will auto warped to random spot in the map upon login in-case ↵ | hemagx | 1 | -0/+3 | |
they're stuck in dead cell. Closes #802 | |||||
2015-12-13 | Added badges for AppVeyor build status and Gitter chatroom to the readme | Haru | 1 | -0/+2 | |
Closes #915 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-13 | Corrected a FIXME in the Renewal Mob DB | Haru | 1 | -1/+1 | |
- Follow-up to 02546a4cb569acdbadd50dce48df1303d1decedc - Thanks to zackdreaver for pointing it out Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-13 | Renaming 'start_point' to 'start_point_re' | Jedzkie | 2 | -6/+6 | |
2015-12-13 | ItemDB SQL Sync | Hercules.ws | 2 | -4/+4 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-13 | Fix SC_STOMACHACHE to its official behavior. | Jedzkie | 3 | -10/+10 | |
2015-12-13 | ItemDB SQL Sync | Hercules.ws | 1 | -28/+30 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-13 | ItemDB Updates: | Jedzkie | 8 | -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-13 | Fixed an issue in the bonus2 bAddMonsterDropChainItem implementation | Haru | 1 | -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-13 | Corrected an error in bonus3 bAddMonsterDropItem | Haru | 1 | -1/+1 | |
- Follow-up to 9fef13d4d2e0eab3376ea95b3cb8783d48d19dda - Thanks to pengc2010 for pointing it out Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-13 | Fix double source script warning in-case of invalid battle config flag requested | hemagx | 1 | -1/+0 | |
2015-12-13 | HPM Hooks Update | Hercules.ws | 1 | -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 Name | 7 | -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-13 | Add 'F_ShuffleNumbers' as Global Function | AnnieRuru | 1 | -0/+30 | |
2015-12-12 | Renamed plugin-sample.dll to sample.dll | Haru | 4 | -8/+8 | |
- Fixes #909. Thanks to AnnieRuru Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-12 | Updated filters and included files in the VS2015 project | Haru | 8 | -142/+303 | |
Closes #795 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-12 | Updated filters and included files in the VS2013 project | Haru | 8 | -139/+302 | |
Related to issue #795 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-12 | Updated filters and included files in the VS2012 project | Haru | 8 | -141/+304 | |
Related to issue #795 Signed-off-by: Haru <haru@dotalux.com> |