MovingBlocks / TerasologyLauncher

Terasology Launcher is the official launcher for the open source game Terasology.
http://terasology.org/
Apache License 2.0
154 stars 76 forks source link

fix: show locally installed games in drop-down when offline #699

Closed skaldarnar closed 1 year ago

skaldarnar commented 1 year ago

Contains

Problem: The launcher knows about locally installed games and could work without internet connection, but the dropdown boxes for games to start uses releases as backing information.

Solution: Take the locally installed games into account when assembling the list of releases shown in the dropdown box.

Closes #198, #199.

How to test

  1. Start the launcher while being connected to the internet, and download a game.
  2. Stop the launcher.
  3. Disconnect from the internet.
  4. Start the launcher.
  5. Ensure that any locally installed games can be selected in the drop-down and started.

There might be a bunch of other things that might be affected by this change:

Outstanding before merging