Age | Commit message (Collapse) | Author | Files | Lines |
|
Improved compatibility, portability and standards conformance.
- Since it is not possible to portably and reliably re-use the core's
symbols in plugins, symbols are no longer exported unless explicitly
required, in the UNIX builds. This mimics the Windows behavior and
adds HPM compatibility to OSes such as FreeBSD. Credits to Andrei Karas
for making this possible.
- For convenience, it is no longer necessary to call GET_SYMBOL, since
the plugin will automatically import all the available symbols when
it's loaded, depending on the included headers.
- Plugins are now supposed to include the "common/hercules.h" header
before including anything else. Incluing common/HPMi.h,
common/cbasetypes.h or conf/core.h is no longer necessary, as those
are guaranteed to be automatically included by hercules.h.
- HPM API version bumped to 1.1.
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
|
|
Additional Status Calculation for Plugins.
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
|
|
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
- Include directives are now directory-independent.
- This will allow building plugins from other directories in future.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Fixes issue #539, thanks to @moguri85
- Introduced in 84785ca7, cbccd881
Signed-off-by: Haru <haru@dotalux.com>
|
|
implemented
(ref:Herc@9d1fe3cd3855bb973c55bdf98909c25bb80ee97a)
|
|
- Fixes bugreport:8714, thanks to HermeMaton
http://herc.ws/board/tracker/issue-8714-crash/
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Replaced several hardcoded values with the appropriate enums.
- Added documentation for some hardcoded values that haven't been
replaced by enums (yet)
- Minor code legibility improvements.
Signed-off-by: Haru <haru@dotalux.com>
|
|
-http://hercules.ws/board/tracker/issue-8673-gt-energy-gain/?gopid=25265#entry25265
-Fixed some skills related to spiritball, should now work like official.
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
In renewal Safetywall Hits Blocked depending also on Skill Level
|
|
- Caused by a variable not correctly re-initialized on level up.
- Special thanks to Michieru, Malufett.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Automatically zeroed variables are now zeroed in the correct size,
regardless of padding.
- Special thanks to Ind.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Removed clif->msgtable, and renamed clif->msg to clif->msgtable.
- Removed clif->msgtable_num, and renamed clif->msg_value to clif->msgtable_num
- Renamed clif->msg_skill to clif->msgtable_skill
- Removed clif_viewequip_fail
- Replaced hardcoded message IDs with constants (see enum clif_messages)
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Fixes a division by zero while parsing the job_db.
- Improves algorithm for guessing HP/SP table values when not enough
levels are provided.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Issue present since cf56f7c9 (seemingly unintended edit of a
condition in status_change_start).
- Special thanks to MordekaiserGod.
Signed-off-by: Haru <haru@dotalux.com>
|
|
-http://hercules.ws/board/tracker/issue-8650-minstrel-poem-of-netherworld-or-despair-song-skillleffect/?gopid=25083#entry25083
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
-http://hercules.ws/board/tracker/issue-8652-sp-again/?gopid=25092#entry25092
-Added missing weight factor of Minstrel/Wanderer. Thanks Michi
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
-http://hercules.ws/board/tracker/issue-8638-sp/?gopid=25021#entry25021
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
|
|
-http://hercules.ws/board/tracker/issue-8636-unknown-weapon-type/?gopid=25011#entry25011
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
|
|
|
|
-http://hercules.ws/board/tracker/issue-8621-angra-manyu-with-aspd-low/?gopid=24959#entry24959
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
-http://hercules.ws/board/tracker/issue-8624-damage-of-mvp/?gopid=24966#entry24966
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
JobDBRedesign
|
|
-http://hercules.ws/board/tracker/issue-5654-high-wizard-gravitational-field/
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
-Fix some flaw. Thanks to Michi
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
-Initial and for review
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
Added a new way to know whether a status has a duration (as the aforementioned commit made the previous method unusable).
Special Thanks to Haruna!
Signed-off-by: shennetsind <ind@henn.et>
|
|
Blame goes to 8aee60e91807930e4d43965a20c8991b416d7f29
http://hercules.ws/board/tracker/issue-8575-effects-arent-removed-when-time-gets-to-0/
Signed-off-by: shennetsind <ind@henn.et>
|
|
First and foremost an ancient status_change_timer issue which'd cause a timer deletion error when an status within status_change_timer kills the unit.
This commit also fixes some pointer/map-free-block logic which showed up while debugging status_change_timer.
Special Thanks to Haruna.
Signed-off-by: shennetsind <ind@henn.et>
|
|
-Fixed card bonuses related to to ATK.(Added 'bRaceTolerance'). Thanks Michi for the support.
-Fixed Renewal EDP. Special thanks to Awesome Yommy <3
-Enabled 'display_skill_fail' since '/skillfail' is already available in the client
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
-http://hercules.ws/board/tracker/issue-8522-royal-guard-skill-reflect-damage-skill-duration-lapses-quicker-than-intended/?gopid=24526#entry24526
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
|
|
Special Thanks to Haruna, Michieru.
|
|
-http://hercules.ws/board/tracker/issue-8514-homunculus-not-gaining-aspd/?gopid=24511#entry24511
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
It was giving too much def. Adjusted and confirmed with malufett
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Variable scopes reduced
- Parenthesized ambiguous expressions
- Removed or added NULL checks where (un)necessary
- Corrected format strings
- Fixed typos potentially leading to bugs
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: shennetsind <ind@henn.et>
|
|
Addressing out of bounds read/write, pointless null checks on already deferenced variables, dead code.
Special Thanks to 4144 and Haruna!
Signed-off-by: shennetsind <ind@henn.et>
|
|
Addressing out of bounds read/write, pointless null checks on already deferenced variables.
Special Thanks to 4144 and Haruna!
Signed-off-by: shennetsind <ind@henn.et>
|