Skip to content

Commit bf99547

Browse files
committed
Release v2019.12.15
Signed-off-by: Haru <[email protected]>
1 parent d2ba5df commit bf99547

File tree

1 file changed

+38
-8
lines changed

1 file changed

+38
-8
lines changed

CHANGELOG.md

Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,36 @@ and this project does not adhere to [Semantic Versioning](http://semver.org/spec
99
If you are reading this in a text editor, simply ignore this section
1010
-->
1111

12-
### [v2019.11.17+1] `November 17 2019` `PATCH 1`
12+
## [v2019.12.15] `December 15 2019`
13+
14+
### Added
15+
16+
- Added/updated packets, encryption keys and message tables for clients up to 2019-12-11. (#2585)
17+
- Added new version of packet `ZC_NOTIFY_EFFECT3`. (part of #2583)
18+
- Added script function `specialeffectnum()`. (part of #2583)
19+
20+
### Changed
21+
22+
- Reduced the IP ban column length to 13 characters, matching the length of the inserted data. A database migration is required. (#2583, issue #2349)
23+
- Converted packet `CZ_SE_CASHSHOP_OPEN` into a struct. (part of #2583)
24+
- Replaced the old MySQL Connector with MariaDB C Connector 3.1.5 / Client Lib 10.4.3, for the Windows VS builds. (#2580)
25+
- Moved the functionalities of `mob_avail.txt` to the mob database, expanding it with more fields (see the `mob_db` documentation for details). (#2572)
26+
27+
### Fixed
28+
29+
- Fixed incompatibilities with MySQL 8. (part of #2580)
30+
- Fixed errors when `guild_skill_relog_delay` is set to 1 (reset on relog). (#2592, issue #2591)
31+
- Fixed Tarot Card equipment breaking behavior to match the official, targeting only Left Hand (Shield), Armor and Helm. (#2589)
32+
- Fixed racial crit bonuses not being affected by katar crit bonus. (#2588)
33+
- Fixed interaction between Lex Aetherna and Stone/Freezing, now mutually exclusive. (#2598, issue #2559)
34+
35+
### Deprecated
36+
37+
### Removed
38+
39+
- Removed `mob_avail.txt`, since its functionality has been moved to the mob database. (part of #2572)
40+
41+
## [v2019.11.17+1] `November 17 2019` `PATCH 1`
1342

1443
### Added
1544

@@ -19,7 +48,7 @@ If you are reading this in a text editor, simply ignore this section
1948

2049
- Fixed a syntax error in the `2019-10-12--14-21.sql` migration file. (part of #2582)
2150

22-
### [v2019.11.17] `November 17 2019`
51+
## [v2019.11.17] `November 17 2019`
2352

2453
### Added
2554

@@ -60,7 +89,7 @@ If you are reading this in a text editor, simply ignore this section
6089

6190
- Removed the `SI_*` constants from the source code, now available through `constants.conf`. (part of #2577)
6291

63-
### [v2019.10.20] `October 20 2019`
92+
## [v2019.10.20] `October 20 2019`
6493

6594
### Added
6695

@@ -102,7 +131,7 @@ If you are reading this in a text editor, simply ignore this section
102131

103132
- Removed the legacy, unused, `castle_defense_rate` option from `battle/guild.conf`. (#2552)
104133

105-
### [v2019.09.22] `September 22 2019`
134+
## [v2019.09.22] `September 22 2019`
106135

107136
### Added
108137

@@ -146,7 +175,7 @@ If you are reading this in a text editor, simply ignore this section
146175
- Fixed a minor C standard compliance error, mixing function pointers and non-function pointers. (part of #2536)
147176
- Fixed the (commented out by default) custom Venom Splasher countdown timer code. (part of #2536)
148177

149-
### [v2019.08.25] `August 25 2019`
178+
## [v2019.08.25] `August 25 2019`
150179

151180
### Added
152181

@@ -173,7 +202,7 @@ If you are reading this in a text editor, simply ignore this section
173202
- Removed Visual Studio 2013 solution. (part of #2520)
174203
- Removed round-trips to the inter-server for packets related to whisper messages, reports to GMs, GM broadcasts, party, guild and main chat, previously needed for, now unsupported, multi-zone setups. (#2522)
175204

176-
### [v2019.07.28] `July 28 2019`
205+
## [v2019.07.28] `July 28 2019`
177206

178207
### Added
179208

@@ -203,7 +232,7 @@ If you are reading this in a text editor, simply ignore this section
203232
- Corrected the cooldown after killing Wounded Morroc. (#2503)
204233
- Corrected `isequipped()` and `isequippedcnt()` to correctly handle costume equipment. (#2508)
205234

206-
### [v2019.06.30] `June 30 2019`
235+
## [v2019.06.30] `June 30 2019`
207236

208237
### Added
209238

@@ -224,7 +253,7 @@ If you are reading this in a text editor, simply ignore this section
224253
- Fixed monster spawns disregarding the custom names specified. (#2496, #2491, issue #2495)
225254
- Fixed the style range in `stylist.txt`, now starting from 1 instead of 0. (part of #2357, issue #2356)
226255

227-
### [v2019.06.02] `June 2 2019`
256+
## [v2019.06.02] `June 2 2019`
228257

229258
### Added
230259

@@ -1024,6 +1053,7 @@ If you are reading this in a text editor, simply ignore this section
10241053
- New versioning scheme and project changelogs/release notes (#1853)
10251054

10261055
[Unreleased]: https://github.com/HerculesWS/Hercules/compare/stable...master
1056+
[v2019.12.15]: https://github.com/HerculesWS/Hercules/compare/v2019.11.17+1...v2019.12.15
10271057
[v2019.11.17+1]: https://github.com/HerculesWS/Hercules/compare/v2019.11.17...v2019.11.17+1
10281058
[v2019.11.17]: https://github.com/HerculesWS/Hercules/compare/v2019.10.20...v2019.11.17
10291059
[v2019.10.20]: https://github.com/HerculesWS/Hercules/compare/v2019.09.22...v2019.10.20

0 commit comments

Comments
 (0)