This website requires JavaScript.
Explore
Help
Sign In
cyberarm
/
w3dhub_linux_launcher
Watch
1
Star
0
Fork
0
You've already forked w3dhub_linux_launcher
mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced
2025-12-16 01:02:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
8766ed7d8630166dbef2c0ecea0061d0dbde162f
w3dhub_linux_launcher
/
lib
History
Cyberarm
8766ed7d86
Fixed race condition where images for user avatar or news icons were not blocking execution until after they were downloaded causing a possible crash due to trying to save and load at the same time (sometimes also causing images to be only partly saved making them corrupt causing another crash)
2022-03-20 13:51:52 -05:00
..
api
Window is no longer a fiber, should prevent window from locking up due to a fiber not yielding, replaced ui's direct async calls with BackgroundWorker.foreground_job, show pulsing circle behind app logo on boot
2022-02-12 09:03:46 -06:00
application_manager
Fixed boot saving in a thread causing png based icons to be blank, improvements to server browser to show same team and score data as android app, fixed settings page not using a find height for containers causing them to not position properly on initial gui regeneration, task fail fast now checks for write access to target path, fail fast now raises an exception to prevent incorrect fail fast check from being reported.
2022-02-21 09:29:40 -06:00
pages
Fixed race condition where images for user avatar or news icons were not blocking execution until after they were downloaded causing a possible crash due to trying to save and load at the same time (sometimes also causing images to be only partly saved making them corrupt causing another crash)
2022-03-20 13:51:52 -05:00
states
Fixed race condition where images for user avatar or news icons were not blocking execution until after they were downloaded causing a possible crash due to trying to save and load at the same time (sometimes also causing images to be only partly saved making them corrupt causing another crash)
2022-03-20 13:51:52 -05:00
api.rb
Window is no longer a fiber, should prevent window from locking up due to a fiber not yielding, replaced ui's direct async calls with BackgroundWorker.foreground_job, show pulsing circle behind app logo on boot
2022-02-12 09:03:46 -06:00
application_manager.rb
Auto import any game installed by the official launcher at start up, should also pick up updated version strings now that it is run for 'installed' games.
2022-02-12 20:05:34 -06:00
background_worker.rb
Fixed boot saving in a thread causing png based icons to be blank, improvements to server browser to show same team and score data as android app, fixed settings page not using a find height for containers causing them to not position properly on initial gui regeneration, task fail fast now checks for write access to target path, fail fast now raises an exception to prevent incorrect fail fast check from being reported.
2022-02-21 09:29:40 -06:00
cache.rb
Fixed race condition where images for user avatar or news icons were not blocking execution until after they were downloaded causing a possible crash due to trying to save and load at the same time (sometimes also causing images to be only partly saved making them corrupt causing another crash)
2022-03-20 13:51:52 -05:00
common.rb
Fixed Windows silliness
2021-11-19 20:46:54 -06:00
ico.rb
Fixed crash on Windows due to not ensuring file mode is binary for saving app icons
2022-02-07 13:31:35 -06:00
mixer.rb
Fixed crash due to encoding error while patching a certain always.dat
2022-02-05 10:56:24 -06:00
multicast_server.rb
Stubbed multicast server, require ico parser
2022-02-06 09:29:40 -06:00
page.rb
Fixed boot saving in a thread causing png based icons to be blank, improvements to server browser to show same team and score data as android app, fixed settings page not using a find height for containers causing them to not position properly on initial gui regeneration, task fail fast now checks for write access to target path, fail fast now raises an exception to prevent incorrect fail fast check from being reported.
2022-02-21 09:29:40 -06:00
settings.rb
Added parallel downloads setting (not in gui options yet), added a thread pool for downloading multiple packages at once- quite helpful for TSR
😁
, fixed download resuming (used wrong file mode...)
2021-12-23 10:56:28 -06:00
store.rb
Removed window as central storage, added Store class to be central memory store
2021-11-22 20:38:24 -06:00
theme.rb
Made Join Server button have a different colored background for non-release servers, added small download icon next to a game's icon when it is not installed, updated Update Now string to Install Update, selected app and channel are now saved to the settings- possibly removing an unnecessary click
2021-12-22 18:14:26 -06:00
version.rb
Added app icon, removed W3DHub::NAME constant, replaced stub content in community updates section with actual W3D Hub news
2021-11-29 18:39:15 -06:00
window.rb
Fixed boot saving in a thread causing png based icons to be blank, improvements to server browser to show same team and score data as android app, fixed settings page not using a find height for containers causing them to not position properly on initial gui regeneration, task fail fast now checks for write access to target path, fail fast now raises an exception to prevent incorrect fail fast check from being reported.
2022-02-21 09:29:40 -06:00