Skip to content

Releases: mashakos/OmniScaler

v0.9.9 alpha

14 Dec 16:57
5ad4ee0
Compare
Choose a tag to compare
v0.9.9 alpha Pre-release
Pre-release

Omniscaler is completely rewritten. Please delete old files including the folder "omniscaler_files"
Major updates:

  • If the game window is resized or maximised, this will no longer cause Omniscaler view to stop scaling.
  • Windows 7 support fixes. This needs testing so pls provide feedback.
  • Mouse sub-system reworked.
  • ini now in same directory as executable

v0.5.9 alpha

07 Sep 10:40
4f69a90
Compare
Choose a tag to compare
v0.5.9 alpha Pre-release
Pre-release

Major updates:

  • Relative path support. You can now place omniscaler in a folder within your game folder and set GameDir to ".." - omniscaler will correctly use the parent folder as the game directory.
  • Launcher detection: if your game requires a mandatory launcher, set its exe filename in LauncherExe and omniscaler will wait until the launcher starts, exits and launches the game proper. Note that you need to mention game exe filename in GameExe setting.
  • Completely new window clipping engine. If you have a game where the top menu is visible, or status bar at the bottom is visible you can now clip them out by filling the exact pixel height of the top menu in gamefs.ini, offset_top for clipping pixels from the top of the screen (top menu for ex) and offset_bottom for bottom of the screen (status bar for ex). In this new system offset_left and offset_right are ignored currently, planning on re-enabling them with improved code in the future.

v0.5.1 alpha

13 May 01:29
4f69a90
Compare
Choose a tag to compare
v0.5.1 alpha Pre-release
Pre-release

OmniScaler is now DPI Aware. Supports users who have windows set at DPI scaling higher than 100%.
Improved efficiency of rendering code.

v0.5.0c alpha

30 Apr 17:37
4f69a90
Compare
Choose a tag to compare
v0.5.0c alpha Pre-release
Pre-release

Fix Update: Detect games that go out of focus and lose input, bring them back into focus.

v0.5.0 alpha

30 Apr 01:01
0f86897
Compare
Choose a tag to compare
v0.5.0 alpha Pre-release
Pre-release

NOTE: All settings/shader files are now in the "omniscaler_files" folder. Please delete all older files and configure gamefs.ini in this new folder.

Major updates:

  • Overhauled window clipping engine. Pixel offset edits in gamefs.ini are no longer required for 99% of situations.
  • Overhauled alt+tab, alt+enter logic.
  • Overhauled integer scaling and integer overscan scaling. In gamefs.ini, set using:
    • IntegerScaling=1
    • IntegerScalingOverscan=1
  • Custom mouse pointer. If a game does not include its own custom mouse pointer enable this feature:
    • MousePointerEnable=1
      NOTE: Custom mouse pointer is not compatible with overscan currently.

Additional features are available for the custom mouse pointer:

  • MousePointerLinear: Sets whether the custom mouse pointer is given linear interpolation, this is independent of the fullscreen linear interpolation.
  • MousePointerBig: Scales the custom mouse pointer based on the original window size of the game being scaled. Use if mouse pointer appears too small for certain retro games.

v0.03.0.5 alpha

20 Apr 14:42
0f86897
Compare
Choose a tag to compare
v0.03.0.5 alpha Pre-release
Pre-release

Bugfix for Alt+Tab, close behaviour.

v0.03 alpha

19 Apr 23:23
0f86897
Compare
Choose a tag to compare
v0.03 alpha Pre-release
Pre-release

New features:

  • Integer scaling
  • Integer scaling overscan (integer scaling needs to be set to 1)
  • Offsets now accept negative values
  • Alt+Tab and Alt+Enter support

v0.02 alpha

18 Apr 19:22
0f86897
Compare
Choose a tag to compare
v0.02 alpha Pre-release
Pre-release

Added option to enable / disable linear filtering.

Set this to zero for "pixel perfect" in gamefs.ini:

LinearFilter=0

v0.01 alpha

17 Apr 13:13
0eee69e
Compare
Choose a tag to compare
v0.01 alpha Pre-release
Pre-release

Test release. No UI.