From 60382483cc141a8f58859cb972db78c0aaaa08c4 Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 27 Aug 2018 01:44:48 +0200 Subject: Release v2018.08.26 Signed-off-by: Haru --- CHANGELOG.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 610f05ce5..d331405a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ - # Changelog All notable changes to this project will be documented in this file. @@ -10,6 +9,34 @@ 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 --> +## [v2018.08.26] `August 26 2018` + +### Added +- Added the `@setzone` command, which allows changing the zone of the current map on the fly. (#2162) +- Added/updated packets, encryption keys, and message tables for clients up to 2018-08-08. (#2176) +- Added support for `sak` and `ad` clients. (#2185) +- Made the server display the client type (`main`, `RE`, `zero`, `sak`, `ad`) on startup. (#2185) +- Added const-correct wrappers for `strchr()`, `strrchr()`, `strstr()`, when building with C11-compatible compilers. (#2189) + +### Changed +- Made the map zone db also reload when `@reloadscript` is used. (#2162) +- Updated the `is_function` script command to support built-in commands, local functions, and local subroutines. (#2154) +- Updated the `debugmes` script command to support printf format strings. (#2146) +- Changed the language specification to `C11` in autoconf builds. (#2189) + +### Deprecated +- `script->add_str()` should no longer be used by plugins to inject variables, as `script->add_variable()` supersedes it. (#2164) + +### Fixed +- Fixed the `@mapflag` command not working with the `town` mapflag. (#2133, #2162) +- Fixed some issues with the banking and roulette packets. (#2190) +- Fixed the compiler throwing a warning when `MAGIC_REFLECTION_TYPE` is set to `0`. (#1920, 2175) +- Fixed some vague item bonus documentation for `bHealPower` and `bHealPower2`. (#2125) +- Fixed some issues in the GitLab CI CentOS builds that prevented the pipelines from succeeding. (#2191) +- Reverted [v2018.07.29+1] and fixed the underlying issue, which caused some script variables to end up with an incorrect type. (#2164) +- Fixed some constants that had an invalid type, which caused undefined behaviour with `getdatatype`. (#1801, #2164) +- Fixed zeny spending achievements recording the zeny amount in negative values. (#2171) + ## [v2018.07.29+2] `August 1 2018` `PATCH 2` ### Fixed - Fixed a wrong preprocessor directive that prevented some clients from connecting. (#2165, #2166) @@ -373,6 +400,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 +[v2018.08.26]: https://github.com/HerculesWS/Hercules/compare/v2018.07.29+2...v2018.08.26 [v2018.07.29+2]: https://github.com/HerculesWS/Hercules/compare/v2018.07.29+1...v2018.07.29+2 [v2018.07.29+1]: https://github.com/HerculesWS/Hercules/compare/v2018.07.29...v2018.07.29+1 [v2018.07.29]: https://github.com/HerculesWS/Hercules/compare/v2018.07.01+1...v2018.07.29 -- cgit v1.2.3-60-g2f50