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
610bee05ebaf5fc56ae603f56af3533b1d4e7593
w3dhub_linux_launcher
/
lib
History
cyberarm
610bee05eb
Initial ICO parsing
2022-02-04 20:15:10 -06:00
..
api
Fixed token refresh happening to often at startup, replace missing game icon image with question mark, add support for more wwconfig.exe naming funkiness...
2022-02-04 18:36:20 -06:00
application_manager
Fixed token refresh happening to often at startup, replace missing game icon image with question mark, add support for more wwconfig.exe naming funkiness...
2022-02-04 18:36:20 -06:00
pages
Fixed token refresh happening to often at startup, replace missing game icon image with question mark, add support for more wwconfig.exe naming funkiness...
2022-02-04 18:36:20 -06:00
states
Fixed token refresh happening to often at startup, replace missing game icon image with question mark, add support for more wwconfig.exe naming funkiness...
2022-02-04 18:36:20 -06:00
api.rb
Changed how account data is stored, authorization header is now sent when logged in, adjusted spacing game filters for server list, fixed crashing when trying to load icon for game whos icon is not present, a bit of code cleanup to Api to use Async::HTTP::Client over Async::Internet directly (for everything except get requests), probably a few misc. changes
2022-02-04 08:59:15 -06:00
application_manager.rb
Fixed token refresh happening to often at startup, replace missing game icon image with question mark, add support for more wwconfig.exe naming funkiness...
2022-02-04 18:36:20 -06:00
cache.rb
Changed how account data is stored, authorization header is now sent when logged in, adjusted spacing game filters for server list, fixed crashing when trying to load icon for game whos icon is not present, a bit of code cleanup to Api to use Async::HTTP::Client over Async::Internet directly (for everything except get requests), probably a few misc. changes
2022-02-04 08:59:15 -06:00
common.rb
Fixed Windows silliness
2021-11-19 20:46:54 -06:00
ico.rb
Initial ICO parsing
2022-02-04 20:15:10 -06:00
mixer.rb
Fixed Mixer MemoryBuffer not using a fixed encoding and fixed writing 1 too many bytes causing broken files when handling crossing of buffer boundry
2021-12-21 21:39:36 -06:00
page.rb
Added ApplicationManager::Status, DownloadManager now displays data from Status, added improved progress information to DownloadManager via Task updating its Status object
2021-11-26 12:17:26 -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
Use gosu's new Window#gain/lose_focus callbacks to reduce update interval when window is not focused
2022-01-10 20:14:11 -06:00