Releases: MrZammler/iGame
Releases · MrZammler/iGame
v2.6.0
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
- Genres lists enhancements by @walkero-gr in #261
- Use msg_box to alert for missing libraries on start by @walkero-gr in #262
- Revamped the About window by @walkero-gr in #263
- Add portuguese by @walkero-gr in #264
Full Changelog: v2.5.2...v2.6.0
v2.5.2
v2.5.1
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
- Morphos fixes by @walkero-gr in #256
- Revamp properties window by @walkero-gr in #257
Full Changelog: v2.5.0...v2.5.1
v2.5.0
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
- New Information window by @walkero-gr in #245
- Add repos from assigns by @walkero-gr in #246
- Fix crashing on exit by @walkero-gr in #248
- Preparing v2.5.0 by @walkero-gr in #249
- Translations 2.5.0 by @walkero-gr in #250
Full Changelog: v2.4.6...v2.5.0
v2.4.6
Changed
- Some optimisation in list loading reducing the time needed more than 42%
Full Changelog: v2.4.5...v2.4.6
v2.4.5
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
- Speedup the slavesListAddTail() by @walkero-gr in #227
- Fixes on renaming and single item addition by @walkero-gr in #228
- Fixed the opening of the properties window for some users by @walkero-gr in #229
- Use SDI to define the hooks by @walkero-gr in #230
- Fixing the issue 215 and make the scan better on changes by @walkero-gr in #232
- fixes in the changelog by @walkero-gr in #233
Full Changelog: v2.4.4...v2.4.5
v2.4.4
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
v2.4.2
v2.4.1
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