summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md30
1 files changed, 29 insertions, 1 deletions
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