Skip to content

Commit

Permalink
[2.07.2.0] Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruin0x11 committed Dec 13, 2021
1 parent afc9ce9 commit 745ef61
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 2.05-custom-gx/main.hsp
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@

#include "highdpi.hsp"

#define global VARIANT_NAME "ElonaPlus Custom-GX 2.07.1.2"
#define global VARIANT_TITLE "Elona+ Custom-GX 2.07.1.2"
#define global VARIANT_NAME "ElonaPlus Custom-GX 2.07.2.0"
#define global VARIANT_TITLE "Elona+ Custom-GX 2.07.2.0"
#define global VERSION_STRING "6.07"
#define global VERSION_NUMBER int(double(VERSION_STRING) * 1000)

Expand Down
8 changes: 5 additions & 3 deletions 2.05-custom-gx/module.hsp
Original file line number Diff line number Diff line change
Expand Up @@ -2262,10 +2262,12 @@
locvar_cell_draw_col = 0
locvar_cell_draw_p = cdata(CDATA_PIC, locvar_cell_draw_c)
}
if ( cbit(CHARA_BIT_SANDBAG, locvar_cell_draw_c) & can_objectshadow ) {
if ( cbit(CHARA_BIT_SANDBAG, locvar_cell_draw_c) ) {
gmode 2, 48, 96, 80
pos locvar_cell_draw_dx + 26 - 11, locvar_cell_draw_dy - 32 + 11
_grotate 1, 96, 816, -80, 48, 96
if ( can_objectshadow ) {
pos locvar_cell_draw_dx + 26 - 11, locvar_cell_draw_dy - 32 + 11
_grotate 1, 96, 816, -80, 48, 96
}
pos locvar_cell_draw_dx, locvar_cell_draw_dy - 63
gcopy 1, 96, 816, 48, 96
chipc(CHIPC_F, locvar_cell_draw_p) += 24
Expand Down
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# 2.07.2.0

## Added
- You can now rename the gender you select during character creation.

## Changed
- Display the actual danger level for Fort of Chaos nefia.
- Summon Spirit now scales with the spell's level and spawns neutral creatures that attack enemies.
- Revert the translations for the extra genders to that of stock Plus.
- The `sex` wish now allows you to choose your new gender from the list available during character creation.

## Fixed
- Fixed the limits on speed bonuses from Leold during the main story not being correct.
- Fixed a few details of certain blending recipes, and reverted Custom-G's changes to them.
- Applied the change to the shortcut text display for the inventory window from Elona+ 1.995.
- Fixed not being able to sound the horn when driving a truck.
- Fixed roads being removed when building something over them using a deed.
- Fixed spell bonuses being incorrectly labeled as skill bonuses in the journal.
- Fixed the layout of the journal records so they don't overflow the page.
- Fixed player skill bonuses on level up not being tracked in the journal.
- Fixed Big Brushes and Nyoi Mimikaki being randomly generated.
- Fixed a crash when offering livestock with Impress greater than 150 to your god.
- Fixed auto aim cheetahs not having their special ammo action.
- Fixed the random generation of items added in later Plus versions.
- Fixed more crashes due to OS-level DPI scaling.

# 2.07.1.2

# Changed
## Changed
- Limit the combinations of resolution and DPI scaling in the options menu so that fullscreen always works.
- Prevent crashes from invalid resolutions by checking if the maximum display size is exceeded on startup.

Expand Down

0 comments on commit 745ef61

Please sign in to comment.