Skip to content

Releases: MrZammler/iGame

v2.6.0

14 Jun 11:27
946cc29
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Added

  • By changing the Genre select box to a PopupString, it is now possible to edit the Genre title and create new ones, which will be added to the Genre lists
  • Added Portuguese language

Changed

  • The genres in the Information window changed to a PopupString. Now, it takes less space to choose a genre, making it possible even on small resolutions.
  • The genres lists have the titles sorted alphabetically
  • Removed some not necessary fill ups of genre cycle boxes and loops. This should make iGame start a little bit faster
  • Removed some extra change notifications in Genres lists, which should avoid not necessary refreshes of the games/demos lists
  • Added a requester to show the errors occure when iGame is started and a library is missing
  • Now the iGame icon is set back to start by Workbench
  • Revamped the About window, adding a new logo and links
  • Changed the main image in the repository

Fixed

  • The genres lists were not populated when the right sidebar was disabled (#260)

What's Changed

Full Changelog: v2.5.2...v2.6.0

v2.5.2

31 May 09:22
fbc8cab
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Fixed

  • Fixed the execution of whdload that broke on v2.5.1 for those that use an old icon library

v2.5.1

29 May 17:27
fab9786
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Added

  • Added a file requester in the Properties window, which can be used to set a different WHDLoad slave file for an item. This is useful when a game/demo changed place on the hard disk. (#174)
  • Based on the selected file by the new field, the tooltypes text is updated, enabled/disabled, based if the selected file is a WHDLoad slave one.

Changed

  • Moved the Properties window code to its own files
  • Added the "Open game folder" menu in the MorphOS version, that was missing
  • Disabled the gamepad usage on MorphOS because it was reported giving problems while playing a game

Fixed

  • Fixed starting WHDLoad games in MorphOS using WHDLoadopener (#253)

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

12 May 19:12
3a6a4ce
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

What's Changed

Added

  • Added a new "Information" window that includes the "Released date", the "Released by", the "Chipset", the links to external websites and most of the fields from the properties window.
  • Added the option to use repositories based on assigns (fixes #240)

Changed

  • The "Properties" window has only the tooltypes of the selected item available to change.

Fixed

  • Fixed a potential crash on exit, happening mostly on AmigaOS 3.1 systems (fixes #239)

Pull requests

Full Changelog: v2.4.6...v2.5.0

v2.4.6

18 Feb 12:06
ad0cb1f
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Changed

  • Some optimisation in list loading reducing the time needed more than 42%

Full Changelog: v2.4.5...v2.4.6

v2.4.5

03 Nov 21:05
e9b1509
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Changed

  • Speedup the slavesListAddTail(), almost 200% faster. This has an impact on the slaves list creation during the scan and the loading from the file.

Fixed

  • Fixed the opening of the properties window for some users, by reverting some changes from v2.4.1
  • Fixed the item (demo/game) renaming from the properties window
  • Fixed the addition of an item (demo/game) from the "Add game..." window. This was saved in a wrong way and was breaking the list
  • Fixed the title change of the items in the list (#215)
  • Code cleanup

What's Changed

Full Changelog: v2.4.4...v2.4.5

v2.4.4

11 Sep 19:27
31ad0d3
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Before you use it, please take a backup of your gameslist.csv file

Changed

  • Now after the repository scans, any item that is not assigned to any genre gets the "Unknown" value by default

Fixed

  • Fixed the generated genre list titles after a rescan of the repository
  • Fixed more memory leaks
  • Fixed the load of the list of items when the side panel is hidden

v2.4.3

01 Sep 20:13
ab3b357
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Fixed

  • Fixed memory leaks
  • Fixed the lists getting wrong values when overflow

v2.4.2

27 Jul 19:47
ef4ada5
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Changed

  • Simplified the version string and added the release date in the screen title

Fixed

  • Fixed the menus in MorphOS that were broken for some time now

v2.4.1

19 Jul 21:32
abbe647
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Added

  • Now the Genre list is populated from the igame.data files and the genre file, if it exists, although it is not necessary. The genre filtering is working with these new values
  • Added a new cycle box that lets the user filter the results based on the chipset. This requires in settings the "Prefer igame.data files" to be enabled

Changed

  • When real-time filtering is enabled at least 3 characters are required so as to be initiated. Less than 3 characters are ignored, unless the filtering by pressing the enter button is enabled.
  • Removed the filtering options from the Genre list and moved them to their own select box above the entries list
  • Now, even if the list entries list is populated a new repository scan will update the Chipset and Genre information based on the data found in igame.data files.
  • If the "Prefer igame.data files" is not enabled those files are not used during the scan of repositories

Fixed

  • Fixed a hit when the entry properties are requested without having a selected entry