Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Releases: maximilien-noal/AmpShell

AmpShell v1.3.8

29 Jun 21:41
Compare
Choose a tag to compare
  • Revert regression from 1.3.7 where the location of a game's DOSBox configuration file wasn't used as the working directory, which meant relative paths used in the configuration file would not work (such as the path for screen captures, or relative paths used in the AUTOEXEC section)
  • If we detect that DOSBox-X is used, we set the working directory to the one were DOSBox-X.exe is located. This should hopefully fix files not being found, as DOSBox-X puts its default config file in its installation dir as opposed to the %APPDATA% directory.
  • The advanced users can set DOSBox's working directory for each game on the 'Advanced Configuration' tab. If it is set, we use that, even if DOSBox-X is used. So if the fix above doesn't work, use that.
  • Removed tips from Additionnal Commands field. Put it in a label below instead.
  • Note (this is unrelated to AmpShell) : The latest DOSBox-X release fixes the fullscreen mode set by AmpShell via the command line. It works now.

AmpShell v1.3.7

05 Jun 16:00
Compare
Choose a tag to compare
  • Fixed DOSBox-X not loading correctly
  • GameForm: Allow empty values in Additionnal Commands field.

AmpShell v1.3.6

21 May 07:56
Compare
Choose a tag to compare
  • Minor Bugfix (GameForm): Keep REMarks in Additionnal Commands
  • Bugfix: "Open Game Folder" works even when the game's executable wasn't selected
  • Bugfix: Saving Prefs after having re-ordered Categories was causing an error.

AmpShell v1.3.5

22 Apr 08:06
Compare
Choose a tag to compare
  • BugFix: Games with only an AUTOEXEC section would not start unless an
    executable was specified.
  • Enhancement: Executables' icons are displayed inside AmpShell now (if no other icon was set first).
  • Enhancement: Data import is done in the background. This ensures that AmpShell does not freeze, even if it typically did not.
  • Minor bugfix: When launching notepad, the notepad icon is displayed in Windows' taskbar. It wasn't displayed before.
  • Minor GameForm improvements.
  • Feature: Properties entry in Game's context menu.
  • Feature: .PIF file Drag & Drop support (for Windows 98 users, mostly)

AmpShell v1.3.4

02 Apr 19:13
Compare
Choose a tag to compare
  • BugFix: Games without DOSBox usage launch even if DOSBox path is not known.
  • Feature: Games without DOSBox usage can use in-line arguments in the Target
    field.
  • GameForm: Display a reduced version with less fields if it's not a DOSBox game.
  • GameForm: Per game DOSBox usage on/off preference.
  • Startup: Don't ask for DOSBox on Windows 98.

AmpShell v1.3.3

01 Apr 21:35
Compare
Choose a tag to compare
  • Tools menu -> "Import Games and Categories" does what it says from an existing AmpShell.xml file.

AmpShell v1.3.2

31 Mar 21:54
Compare
Choose a tag to compare
  • BugFix: Removed game delete loop when 'no' is selected
  • Feature: Launch games without DOSBox (For Windows 98 users, obviously !)
  • BugFix: Fixed '-' being eaten in Additionnal Commands for Games

AmpShell v1.3.1

13 Mar 09:40
Compare
Choose a tag to compare
  • Removed previous workaround for -c commands, as it broke mounting paths with spaces or 'special' characters...

AmpShell v1.3.0

07 Mar 14:14
Compare
Choose a tag to compare

1.3.0 (7 March 2021) 'Back to the roots'

  • Jumped to v1.3.0 because this release reintroduces Windows 98SE compatibility.
  • Detect if DOSBox executable doesn't exist anymore (at startup) and ask for it if needed.
  • Use config file for -c commands (this fixes some DOSBox forks that don't handle it correctly)
  • Folder mount labels can have spaces in them now
  • Better detection if AUTOEXEC section is used
  • Open Game Folder button
  • Games: Multi-line additionnal commands textbox. This makes them easier to read and write for the user.
  • Don't force a C mount nor executable when we add/modify a game, since it might be specified with -c commands or in the config file's AUTOEXEC section
  • Bugfix: Saved window location was never used
  • Bugfix: Restore XP (and 32-bit Windows) compatibility
  • Bugfix: Fixed Portable Mode
  • Bugfix: Fixed AutoConfig on 64-bit Windows

AmpShell v1.2.8

30 May 09:47
Compare
Choose a tag to compare
  • Games can have notes attached to them.