diff options
author | Haru <haru@dotalux.com> | 2020-04-06 05:23:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 05:23:48 +0200 |
commit | eb8992a5647c428a2bf9b25ac74e0420ba7041f0 (patch) | |
tree | 770708c5ef48b0510ed4046182a96985df91af44 | |
parent | 1ae5a4cb1003b9c336c315142e66a5e5b7f3ca32 (diff) | |
parent | 3f14dd57ac04fddcc34948d7cb52c92fcc23dddf (diff) | |
download | hercules-eb8992a5647c428a2bf9b25ac74e0420ba7041f0.tar.gz hercules-eb8992a5647c428a2bf9b25ac74e0420ba7041f0.tar.bz2 hercules-eb8992a5647c428a2bf9b25ac74e0420ba7041f0.tar.xz hercules-eb8992a5647c428a2bf9b25ac74e0420ba7041f0.zip |
Merge pull request #2681 from Helianthella/changelog/v2020.04.05
Changelog for v2020.04.05
-rw-r--r-- | CHANGELOG.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e196fe2e..a5ce379b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,29 @@ and this project does not adhere to [Semantic Versioning](http://semver.org/spec If you are reading this in a text editor, simply ignore this section --> +## [v2020.04.05] `April 05 2020` + +### Added + +- The `setpcblock()` and `checkpcblock()` can now be used on another character by passing the account id. (#2668) +- Added new StatusChange types (`SC_POPECOOKIE`, `SC_VITALIZE_POTION`, `SC_SKF_MATK`, `SC_SKF_ATK`, `SC_SKF_ASPD`, `SC_SKF_CAST`, `SC_ALMIGHTY`) and updated relevant items. (#2658) +- Added _libbacktrace_ support (currently Linux-only) for better error call stack logging. (#2581) + +### Changed + +- Added a `UNIQUE` constraint to the `userid` column of the `login` SQL table to prevent having multiple accounts with the same name. (#2666) +- Increased the column size of `list`for the `ipbanlist` SQL table to accomodate for non-wildcard IPv4 and for IPv6 compatiblity. (#2665) + +### Fixed + +- Fixed a bug causing failed assertions that appeared when attacking a skill unit (such as Ice Wall). (#2678) +- Fixed a bug causing failed assertions that appeared in `timer_do_delete`. +- Fixed a bug allowing to equip bullets and grenades regardless of the weapon type. (#2660) +- Fixed a bug that made pet_db2 completely overwrite pet_db rather than patch/append. (#2206) +- Fixed a memory leak in barter NPCs. (#2655) +- Fixed a pointer overflow in the script command `getiteminfo()`. (#2656) +- Refactored and fixed several bugs in the skill auto-cast system. (#2657) + ## [v2020.03.08+2] `March 08 2020` `PATCH 2` ### Fixed @@ -1263,6 +1286,7 @@ If you are reading this in a text editor, simply ignore this section - New versioning scheme and project changelogs/release notes (#1853) [Unreleased]: https://github.com/HerculesWS/Hercules/compare/stable...master +[v2020.04.05]: https://github.com/HerculesWS/Hercules/compare/v2020.03.08+2...v2020.04.05 [v2020.03.08+2]: https://github.com/HerculesWS/Hercules/compare/v2020.03.08+1...v2020.03.08+2 [v2020.03.08+1]: https://github.com/HerculesWS/Hercules/compare/v2020.03.08...v2020.03.08+1 [v2020.03.08]: https://github.com/HerculesWS/Hercules/compare/v2020.02.09...v2020.03.08 |