-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 2.7.1 #85
Merged
Merged
Version 2.7.1 #85
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
Kapiainen
commented
May 29, 2017
- Updated to support GOG Galaxy 1.2.x.
- Added more info to the terminal when there is a failure to parse a Steam community profile. - Fixed bug that caused total hours played to fail to parse when the value was 1000+ hours.
Replaced the SteamID64 setting with a simple toggle switch (Parse/Ignore) for the Steam community profile that is associated with the chosen Steam account.
A bit of refactoring and optimization.
Well, another filter. Now, with this, with played:true will show all the games, hidden, installed or not that been played (hours > 0), and with played:false will show all the games that not been played (hours=0). Also, with games:all will show games installed, not installed and hidden.
Now, Steam: Installed, Uninstalled, All, Played and False. Please note that now Steam:true is not supported anymore because I think is duplicated with steam:installed, but If you don't think that way I can add it too.
In this file will be writed the option of the hidden filter feature (enabled or disabled options.)
* Update Settings.ini * Update Settings.lua
Refactored and fixed filtering.
Added support for one level of subfolders in Windows shortcuts. The name of the subfolder that contains the shortcut is shown as the platform.
…new-filter-tag # Conflicts: # Lauhdutin/Main.ini # Lauhdutin/Settings.ini # Readme.md
Version 2.7.0 development
Slots without banners were using the previously animated slot's banner.
Fixed bug with slot hover animations when (un)hiding games.
Fixed the shake animation when hovering the mouse cursor over a slot.
Fixed bug where the status message was not being moved with the rest of the skin when skin animations are enabled.
Fixed alignment of slots when using slot widths and/or slot heights that are not evenly divisible by two.
Updated default slot width
Updated the behavior of toggling the hide/unhide games states. The current list of filtered games will be filtered further to only include visible/hidden games and if there are no games left after that action, then a list of all visible/hidden games is shown.
Forgot to increment to 4 in the last release, hence the jump from 3 to 5.
Fixed a bug.
Removed the Redraw function and all relevant function calls as they are unnecessary due to the value of the skin's Update option.
Fixed two bugs affecting the zoom slot hover animation: - Placing the mouse cursor on a slot with a game that lacks a banner and scrolling would not apply the zoom to banners of neighbouring games. - Scrolling after placing the mouse cursor on a slot with a game that does have a banner would leave the previous banner visible when a neighbouring game did not have a banner.
- Added support for processing 'galaxy.db', which appears to have replaced 'productdetails.db' in GOG Galaxy as of version 1.2. - Left the old code, which was used for 'productdetails.db', intact as a fallback if someone is still running an old copy of GOG Galaxy (version < 1.2).
- Updated to support GOG Galaxy 1.2.x.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.