Skip to content

Commit

Permalink
release 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtBagXon committed Aug 30, 2022
1 parent 82d7613 commit a0c3de2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Features:
* Singe Joystick, Lightgun _EV_ABS_ [mouse] support
* Psuedo Singe 2 support (details below)
* Sinden support in Singe games
* For Singe games list see [here](https://github.com/DirtBagXon/hypseus_singe_data).
* Daphne alternate overlay choices
* Advanced configuration and multi-joystick support: [config](doc/hypinput.ini)
* Software 'lair/ace' original scoreboard: [preview](screenshots/scoreboard.png?raw=true)
Expand Down Expand Up @@ -165,6 +166,7 @@ Configure **joystick controls** in [hypinput.ini](https://github.com/DirtBagXon/

The following additional, and reimplemented, arguments have been added to Hypseus Singe:

-blank_blue [ VLDP blank using YUV#1DEB6B not YUV#108080 ]
-blank_searches [ VLDP blanking [adjust: -min_seek_delay] ]
-blank_skips [ VLDP blanking [adjust: -min_seek_delay] ]
-force_aspect_ratio [ Force 4:3 aspect ratio ]
Expand All @@ -179,6 +181,7 @@ The following additional, and reimplemented, arguments have been added to Hypseu
-scanline_shunt <2-10> [ Shunt scanline spacing [adjust: -x -y] ]
-software_scoreboard [ Enable software scoreboard in lair/ace/tq ]
-tiphat [ Invert joystick SDL_HAT_UP and SDL_HAT_DOWN ]
-vertical_stretch <1-24> [ Overlay stretch implemented for (cliff) only ]

-blend_sprites [ Restore BLENDMODE outline on Singe sprites ]
-bootsilent [ Mute sound during initVLDP() if possible ]
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)

set(PKG_VERSION "v2.8.2c")
set(PKG_VERSION "v2.8.3")

project(hypseus)

Expand Down
2 changes: 1 addition & 1 deletion src/HyperseusManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<version>
<major>2</major>
<minor>8</minor>
<build>2</build>
<build>3</build>
</version>
</manifest>
2 changes: 1 addition & 1 deletion win32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Latest build is: (_32bit_ and _64bit_ versions are available.)

hypseus.exe -v
[version] Hypseus Singe: v2.8.2c
[version] Hypseus Singe: v2.8.3
[console] Windows 10
[console] SDL(CC): 2.0.14
[console] SDL(LD): 2.0.16
Expand Down

0 comments on commit a0c3de2

Please sign in to comment.