Revisions of lutris

Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 24)
- Update to 0.5.2.1:
  * Handle distributions where ldconfig is not in $PATH, like Debian
  * Fix a crash when GOG credential have changed
  * Leave "Show logs" button always enabled
  * Add BlastEm to libretro cores
buildservice-autocommit accepted request 692530 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 23)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 22)
- Update to 0.5.2:
  * Avoid a crash if the lutris config file is corrupted
  * Install Asian fonts by default on Wine prefix creation
  * Add Vulkan ICD loaders in system options
  * Add SampleCount option to Wine (allows enabling antialiasing in old games)
  * Replace joystick panel with Wine config panel (which contains the joypad panel)
  * Display warning when installing games on NTFS drives
  * Display warning if Vulkan is not fully installed
  * Use ldconfig to determine library paths
  * Disable steamwebhelper in Wine Steam to prevent spamming logs with errors
  * Various bug fixes
buildservice-autocommit accepted request 688587 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 21)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 20)
- Update to 0.5.1.2:
  * Fix issue with custom Proton detection preventing Wine games from running
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 19)
- Update to 0.5.1.1:
  * Cleanup
- Changelog from 0.5.0.1:
  * Download the default Lutris Wine version when not available
  * Prevent duplicates when importing games from 3rd party services
  * Fix some sorting issues in the view
  * Add issue reporting feature with the --submit-issue flag. The issue can
    only be saved locally, API integration will be implemented at a later stage.
  * Add support for CD-ROM images for non CD32/CDTV Amiga models
  * Remove website search from sidebar and merge it with the main search entry
  * Display a warning message if the installed Nvidia driver is too old
  * Fix GOG games not being installable without being connected to GOG
  * Improve performance of log handling
  * Remove winecfg if Proton is used
  * Use discrete graphics by default with compatible systems
  * Increase game icon size from 32x32 to 128x128
  * Various fixes
buildservice-autocommit accepted request 679984 from Marguerite Su's avatar Marguerite Su (MargueriteSu) (revision 18)
baserev update by copy to link target
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 679825 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 17)
- Use automatic runtime dependencies for typelib-*:
  + Add gobject-introspection BuildRequires: enable the feature to
    inspect the code.
  + Drop typelib-1_0-GnomeDesktop-3_0, typelib-1_0-Gtk-3_0,
    typelib-1_0-Notify-0_7 and typelib-1_0-WebKit2-4_0 requires:
    they are now, amongst a couple others, automatically added.
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 679657 from Yunhe Guo's avatar Yunhe Guo (guoyunhe) (revision 16)
- Add typelib-1_0-GnomeDesktop-3_0 dependency

This fixes Lutris crashing issue in KDE
buildservice-autocommit accepted request 671308 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 15)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 14)
- Update to 0.5.0.1:
  * Bullshit my way out of Gtk+ fuckery (Closes #1697)
  * Initialize playtime attribute when invalid playtime found (Closes #1698)
  * Strip equal signs from envvars (Closes #1699)
  * Add application attribute on GenericPanel (Closes #1702)
  * Avoid crashing on weird GPU configs (Closes #1706)
  * Remove get_config_id (Closes #1708)
- Changees for 0.5.0:
  * Modernize the Gtk UI, thanks to the improvements made by @TingPing
  * Add GOG support, allowing users to sign-in their account, import games and
    download game files automatically during install.
  * Add finer game import options, allowing imports from different 3rd party
    such as Steam, GOG and locally installed games.
  * Re-architecture the process monitor. This fixes issues with games exiting
    prematurely. Many thanks to @AaronOpfer for his patches!
  * Multiple games can now be launched at the same time without losing control
    over the first game.
  * Game information and actions are now displayed in a panel on the right side.
  * Coverart fetching for the panel will be added in a future release, until then
    cover art files can be placed in ~/.local/share/lutris/coverart/[game-identifier].jpg
  * Games from lutris.net can be searched and installed from the client itself.
  * New install_cab_component installer command for Media Foundation based games.
  * Add a download cache to re-use files between installations.
  * Print graphics drivers and GPU on startup
  * Re-design installer selection picker.
  * Add a button to show installer scripts before installing.
  * Add a FPS limiter option when libstrangle is available (https://gitlab.com/torkel104/libstrangle)
  * Re-architecturing of several parts of the application (views, linux
    feature detection, main game class, ...)
- Guard update desktop file
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 647557 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 13)
initialized devel package after accepting 647557
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 647512 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 12)
- Add %doc and %license files to the package
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 10)
- Add lutris.rpmlintrc as source in spec file
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 646938 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 9)
- Update to 0.4.23:
  * Prevent monitor from quitting games that open a 2nd process
  * Run on-demand scripts from game directory
  * Tell the user what executable is expected after a failed install
  * Fix a circular import causing issues on some distributions
  * Add missing dependency for openSUSE Tumbleweed
- Remove lutris-0.4.22-imports.patch: upstreamed

- Add lutris-0.4.22-imports.patch: Fixes the build
  See: upstream commit a048aba66051a64632904ce9f77feecd076adcf2

- Update to 0.4.22:
  * Use lspci instead of xrandr to detect video cards
  * Detect if Vulkan is supported by the system for DXVK games
  * Add experimental playtime support
  * Detect Proton and add it to Wine versions
  * Fix runtime being downloaded when not needed
  * Add experimental tray icon with last games played
  * Add support for Feral Gamemode
  * Prevent process monitor to quit games prematurely
  * Code cleanup
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 644176 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 8)
- Update to 0.4.21.1:
  * Fix detection of libvulkan

- Update to 0.4.21:
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 643646 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 7)
- Update to 0.5.21:
  * Added an Esync toggle for wine builds with esync patches and a check for limits if the toggle was activated.
  * Added a warning for wine games if wine is not installed on the system (to avoid issues with dependencies).
  * Added a check for Vulkan loaders when using DXVK (forbids from launching the game if it can't detect them)
  * Added check for the presence of executable after the installation finished.
  * Added an option to sort installed games first
  * Added a discouraging warning if Lutris was launched as root.
  * Added a "--version" command line option.
  * Added an error message if requested DXVK version does not exist.
  * Improved behavior of Lutris' background process.
  * Improved UI when changing game's identifier.
  * Wine's own Virtual Desktop configuration is now respected.
  * Merge command now has a 'copy' alias.
  * Executable selection how has a text field.
  * Blacklisted Proton and SteamWorks from showing up as games.
  * Sidebar now shows number of installed games per runner and platform.
  * Visual improvements to wine download dialog
  * Fixed an issue when DXVK versions didn't get updated if dxvk directory wasn't present.
  * Fixed an issue when the watcher would sync Steam games even if the feature was disabled.
  * Fixed missing warning for existing prefix during installation process if the path contained "~".
  * Prevent Steam games from being synced from the AppManifest watcher if Steam sync if off
  * Games load properly when launching Lutris for the first time
  * Minor improvements to wording in some menus.
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 638556 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 6)
- Update to 0.4.20:
  * Fix detection of winetricks path
  * Improve visual feedback on wine download dialog
  * Add skill and command-line arguments for Zdoom
  * Add option to disable joypad auto-configuration
  * Restore refresh rate on monitor reset
Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) accepted request 633839 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 5)
- Update to 0.4.19:
  * Prioritize winetricks from the runtime
  * Populate DXVK versions with github releases
  * Add support for DirectX 10 with DXVK
  * Fix detection of xgamma
  * Add 24BPP option for Xephyr
  * Restore Alsa option for Wine
  * Prepend additional system paths to runtime
Displaying revisions 81 - 100 of 104
openSUSE Build Service is sponsored by