Skip to content

Commit

Permalink
Release v2020.10.19
Browse files Browse the repository at this point in the history
Signed-off-by: Haru <[email protected]>
  • Loading branch information
MishimaHaruna committed Oct 20, 2020
1 parent a775aeb commit 3204524
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ EPuncker <[email protected]>
Er_Maqui <[email protected]>
Euphy <[email protected]>
euphyy <[email protected]>
Evil Puncker <[email protected]>
Evil Puncker <[email protected]>
EyesOfAHawk <[email protected]>
Fisune <[email protected]>
Expand Down Expand Up @@ -95,6 +96,7 @@ Jedzkie <[email protected]>
Jenkijo <[email protected]>
Jesusaves <[email protected]>
jmanfffreak <[email protected]>
joel <[email protected]>
Jônatas Andreta <[email protected]>
Jorge C <[email protected]>
Jose Luis Rivera Flores <[email protected]>
Expand All @@ -108,6 +110,7 @@ kisuka <[email protected]>
Kisuka <[email protected]>
Kolkka <[email protected]>
Kpy! <[email protected]>
lagonnebula <[email protected]>
landergate <[email protected]>
lemongrass3110 <[email protected]>
Lemongrass3110 <[email protected]>
Expand Down Expand Up @@ -179,6 +182,8 @@ Robbie <[email protected]>
rud0lp20 <[email protected]>
sagunkho <[email protected]>
SagunKho <[email protected]>
Samuel <[email protected]>
Samuel23 <[email protected]>
SamuelHercules <[email protected]>
seifert10 <[email protected]>
sevenzz23 <[email protected]>
Expand Down Expand Up @@ -210,6 +215,7 @@ Victor <[email protected]>
Vincent Thibault <[email protected]>
Wolf <[email protected]>
xantara <[email protected]>
xCloud <[email protected]>
Xantara <[email protected]>
Xavier RENE-CORAIL <[email protected]>
Yommy <[email protected]>
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/config/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3204524

Please sign in to comment.