You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38-8Lines changed: 38 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,36 @@ and this project does not adhere to [Semantic Versioning](http://semver.org/spec
9
9
If you are reading this in a text editor, simply ignore this section
10
10
-->
11
11
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`
13
42
14
43
### Added
15
44
@@ -19,7 +48,7 @@ If you are reading this in a text editor, simply ignore this section
19
48
20
49
- Fixed a syntax error in the `2019-10-12--14-21.sql` migration file. (part of #2582)
21
50
22
-
###[v2019.11.17]`November 17 2019`
51
+
## [v2019.11.17]`November 17 2019`
23
52
24
53
### Added
25
54
@@ -60,7 +89,7 @@ If you are reading this in a text editor, simply ignore this section
60
89
61
90
- Removed the `SI_*` constants from the source code, now available through `constants.conf`. (part of #2577)
62
91
63
-
###[v2019.10.20]`October 20 2019`
92
+
## [v2019.10.20]`October 20 2019`
64
93
65
94
### Added
66
95
@@ -102,7 +131,7 @@ If you are reading this in a text editor, simply ignore this section
102
131
103
132
- Removed the legacy, unused, `castle_defense_rate` option from `battle/guild.conf`. (#2552)
104
133
105
-
###[v2019.09.22]`September 22 2019`
134
+
## [v2019.09.22]`September 22 2019`
106
135
107
136
### Added
108
137
@@ -146,7 +175,7 @@ If you are reading this in a text editor, simply ignore this section
146
175
- Fixed a minor C standard compliance error, mixing function pointers and non-function pointers. (part of #2536)
147
176
- Fixed the (commented out by default) custom Venom Splasher countdown timer code. (part of #2536)
148
177
149
-
###[v2019.08.25]`August 25 2019`
178
+
## [v2019.08.25]`August 25 2019`
150
179
151
180
### Added
152
181
@@ -173,7 +202,7 @@ If you are reading this in a text editor, simply ignore this section
173
202
- Removed Visual Studio 2013 solution. (part of #2520)
174
203
- 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)
175
204
176
-
###[v2019.07.28]`July 28 2019`
205
+
## [v2019.07.28]`July 28 2019`
177
206
178
207
### Added
179
208
@@ -203,7 +232,7 @@ If you are reading this in a text editor, simply ignore this section
203
232
- Corrected the cooldown after killing Wounded Morroc. (#2503)
204
233
- Corrected `isequipped()` and `isequippedcnt()` to correctly handle costume equipment. (#2508)
205
234
206
-
###[v2019.06.30]`June 30 2019`
235
+
## [v2019.06.30]`June 30 2019`
207
236
208
237
### Added
209
238
@@ -224,7 +253,7 @@ If you are reading this in a text editor, simply ignore this section
0 commit comments