Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-14 | Added official effect of Mora Berry. | Jedzkie | 5 | -12/+33 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
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 | Renaming 'start_point' to 'start_point_re' | Jedzkie | 1 | -5/+5 | |
2015-12-13 | Fix SC_STOMACHACHE to its official behavior. | Jedzkie | 1 | -6/+6 | |
2015-12-13 | ItemDB Updates: | Jedzkie | 4 | -2/+9 | |
- 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-12 | Added server type checks to the sample plugin, to avoid hooking errors on ↵ | Haru | 1 | -16/+25 | |
login/char servers Related to issue #909 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-12 | HPM Hooks Update | Hercules.ws | 5 | -0/+562 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-11 | Fix guild member position check. | Andrei Karas | 1 | -1/+1 | |
2015-12-10 | Fix SPTable going low for MAX_LEVEL | Dastgir | 1 | -2/+2 | |
2015-12-10 | Fix guild position check. | Andrei Karas | 1 | -1/+1 | |
2015-12-10 | Change the sequence of Status ID's according to its number. Minor clean-up. | Jedzkie | 1 | -152/+160 | |
2015-12-10 | Rename 'ITEMIDBATTLE_MANUAL100' to 'ITEMID_BATTLE_MANUAL100'. | Jedzkie | 2 | -2/+2 | |
2015-12-09 | Fixed a nullpo check failure in log_chat | Haru | 1 | -6/+51 | |
- Thanks to Michieru Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-06 | Fixed a validation issue in the NPC Sell List | Haru | 1 | -5/+13 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-06 | HPM Hooks Update | Hercules.ws | 3 | -0/+32 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-06 | Added backtrace in case an invalid race is passed to map_race_id2mask | Haru | 2 | -0/+15 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-06 | Fixed issues with compound races in bonuses where they're handled as arrays | Haru | 1 | -323/+203 | |
- Corrected handling of RC_ALL in: * bAddRace * bSubRace * bMagicAddRace * bWeaponComaRace * bCriticalAddRace * bExpAddRace * bSPGainRace * bHPDrainValueRace * bSPDrainValueRace * bSPGainRaceAttack * bHPGainRaceAttack * bRaceTolerance * bHPDrainRateRace * bSPDrainRateRace * bSetDefRace * bSetMDefRace - Corrected out of bound array accesses (memory corruption) in: * bIgnoreMdefRate * bIgnoreDefRate Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-06 | Replaced RC_BOSS/RC_NONBOSS bitmask combinations with RC_ALL bitmasks | Haru | 1 | -25/+32 | |
- Sources only Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-06 | Refactored/fixed race handling for bonuses that store it as a bitmask | Haru | 5 | -101/+153 | |
- The following bonuses now work correctly with RC_DemiPlayer, RC_NonDemiPlayer, RC_NonDemiHuman, RC_Nonplayer: * bIgnoreDefRace * bIgnoreMdefRace * bDefRatioAtkRace * bAddMonsterDropChainItem (bonus3) * bAddMonsterDropItem (bonus3) - A new function (map->race_id2mask) is provided, to easily and efficiently generate a bitmask from a race ID. - The RC_ALL race ID is mapped to RC_BOSS and RC_NONBOSS, for backwards compatibility. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-05 | Removed some unnecessary assertions | Haru | 3 | -9/+16 | |
- Follow-up to 81e0257 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-05 | Fixed a client crash when a MVP Tombstone is created | Haru | 1 | -7/+1 | |
- Follow-up to 57f09704 - Fixes #901, thanks to zackdreaver Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-04 | Add missing check to mail.c | Andrei Karas | 1 | -0/+6 | |
2015-12-04 | Add missing check to log.c | Andrei Karas | 1 | -0/+32 | |
2015-12-04 | Add missing checks into itemdb.c | Andrei Karas | 1 | -2/+30 | |
2015-12-04 | Add missing checks to irc-bot.c | Andrei Karas | 1 | -6/+24 | |
2015-12-04 | Add missing checks to intif.c | Andrei Karas | 1 | -2/+55 | |
2015-12-04 | Add missing checks to instance.c | Andrei Karas | 1 | -0/+7 | |
2015-12-04 | Add missing checks to homunculus.c | Andrei Karas | 1 | -9/+46 | |
2015-12-04 | Add missing checks to guild.c | Andrei Karas | 1 | -1/+26 | |
2015-12-04 | Add missing checks to elemental.c | Andrei Karas | 1 | -3/+13 | |
2015-12-04 | HPM Hooks Update | Hercules.ws | 3 | -0/+31 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-04 | Merge pull request #910 from dastgir/idle | Andrei Karas | 5 | -36/+28 | |
Added a function to update idle time | |||||
2015-12-04 | Added a function to update idle time | Dastgir | 5 | -36/+28 | |
2015-12-02 | Fixed an issue with the HPMDataCheck when PCRE is enabled | Haru | 6 | -15/+8 | |
- Follow-up to 300668d, thanks to AnnieRuru Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-02 | HPM Hooks Update | Hercules.ws | 1 | -0/+5 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-02 | Fixed compile errors on very old PACKETVERs | Haru | 7 | -34/+60 | |
- Fixes #903 and other similar problems Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-02 | Fixed an issue with the socket send/receive timeouts in Windows | Haru | 1 | -12/+27 | |
- According to https://msdn.microsoft.com/en-us/library/windows/desktop/ms740476(v=vs.85).aspx setsockopt() for SO_RCVTIMEO/SO_SNDTIMEO require a DWORD argument, unlike their POSIX equivalent, requiring a struct timeval. - Always keep in mind: When you see a Microsoft API function that looks like a duck, swims like a duck, quacks like a duck, it most certainly is not a duck. - Thanks to ultramage. Signed-off-by: Haru <haru@dotalux.com> |