diff --git a/AUTHORS b/AUTHORS index 9baa6827330..e3506750c2a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -45,6 +45,7 @@ EPuncker Er_Maqui Euphy euphyy +Evil Puncker Evil Puncker EyesOfAHawk Fisune @@ -95,6 +96,7 @@ Jedzkie Jenkijo Jesusaves jmanfffreak +joel Jônatas Andreta Jorge C Jose Luis Rivera Flores @@ -108,6 +110,7 @@ kisuka Kisuka Kolkka Kpy! +lagonnebula landergate lemongrass3110 Lemongrass3110 @@ -179,6 +182,8 @@ Robbie rud0lp20 sagunkho SagunKho +Samuel +Samuel23 SamuelHercules seifert10 sevenzz23 @@ -210,6 +215,7 @@ Victor Vincent Thibault Wolf xantara +xCloud Xantara Xavier RENE-CORAIL Yommy diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef6ffee0ef..036c32c108e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,31 @@ If you are reading this in a text editor, simply ignore this section ### Removed --> +## [v2020.10.19] `October 19 2020` + +### Added + +- Added a `HERCULES_VERSION` constant with the identifier of the current Hercules release, exposed to source and script engine. (#2868) +- Added a CI script to run a `CodeQL` analysis. (#2861) + +### Changed + +- Removed `SC_FRIGG_SONG` from the Group A Song Skills list, since it is no longer part of it. (#2864) +- Improved, clarified and corrected the documentation comments of the `client.conf` configuration file. (#2870) +- Moved some messages to `messages.conf`. (#2866) +- Updated the `F_InsertComma()` function to work with numbers that are too large to fit in a numeric variable (such as numbers, larger than a 32 bit signed integer, returned by SQL queries). (#2860) +- Extended `getcharid()` to optionally accept a character ID as an alternative to the character name. (#2876) + +### Fixed + +- Fixed a failed assertion in the char server when trying to save a plagiarized skill. (#2877) +- Fixed the `KO_ZENKAI` AoE, to only trigger one of its status effects per tick. (#2863) +- Removed duplicated code from the mapflag parser function. (#2857) +- Fixed incorrect job class checks in several scripts. This fixes the special discount for assassins in the Morocc pub as well as a number of class-specific flavor text that wasn't displayed in various other scripts. (#2856) +- Fixed a wrong variable name in the `getcartinventorylist()` documentation. (#2850, part of issue #2843) +- Fixed the effect of Convex Mirror, now properly showing the position of the boss monsters on the map, if any are present. (#2862) +- Fixed the Dancer Soul Link not granting the associated Bard skills. (#2852, issue #2815) + ## [v2020.09.20] `September 20 2020` ### Added diff --git a/src/config/core.h b/src/config/core.h index 680b9226b53..9026e558b1e 100644 --- a/src/config/core.h +++ b/src/config/core.h @@ -22,7 +22,7 @@ #define CONFIG_CORE_H // from tag vXXXXXXXX.Y -> XXXXXXXXY -#define HERCULES_VERSION 202009200 +#define HERCULES_VERSION 202010190 /// Max number of items on @autolootid list #define AUTOLOOTITEM_SIZE 10