cyberarm
cyberarm synced commits to development at cyberarm/w3dhub_linux_launcher from mirror 2026-03-21 03:36:17 +00:00
38a882179c Refactor automatic server and application refresh into their own methods, added auto refresh for account token
f350a9a937 Use JSON.pretty_generate when saving json (settings, app cache, and asterisk)
Compare 2 commits »
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2026-03-21 03:36:12 +00:00
250e51ef0c Added every and after timers to DSL
cyberarm synced commits to development at cyberarm/w3dhub_linux_launcher from mirror 2026-03-20 03:09:47 +00:00
2d429cb834 Update hardware survey to be able to collect the same data as on windows, mostly.
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2026-03-20 03:09:44 +00:00
3102bbe4c3 Fixed HOME/END PAGE UP/DOWN keys incorrectly scrolling container when an EditLine or EditBox has focus
530e01d939 Fixed EditBox causing crash if parent container is scrolled and EditBox is clicked
Compare 2 commits »
cyberarm synced commits to development at cyberarm/w3dhub_linux_launcher from mirror 2026-03-19 18:59:48 +00:00
d72142a409 Update gems, added logger gem as it is no longer bundled with ruby
cyberarm synced new reference refactor-background-work to cyberarm/w3dhub_linux_launcher from mirror 2026-02-18 17:11:13 +00:00
cyberarm synced commits to refactor-background-work at cyberarm/w3dhub_linux_launcher from mirror 2026-02-18 17:11:13 +00:00
cyberarm synced commits to development at cyberarm/w3dhub_linux_launcher from mirror 2026-02-18 17:11:13 +00:00
9cb41a8693 Change nickname validation to match classic launcher
f024109327 Bump version
287022f2b8 Merge in updates to ApplicationManager from development branch
Compare 3 commits »
cyberarm synced new reference refs/tags/v0.9.2 to cyberarm/w3dhub_linux_launcher from mirror 2026-02-11 21:51:11 +00:00
cyberarm synced commits to refs/tags/v0.9.2 at cyberarm/w3dhub_linux_launcher from mirror 2026-02-11 21:51:11 +00:00
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2026-02-11 21:51:11 +00:00
f024109327 Bump version
287022f2b8 Merge in updates to ApplicationManager from development branch
Compare 2 commits »
cyberarm synced commits to development at cyberarm/w3dhub_linux_launcher from mirror 2026-02-02 01:30:46 +00:00
3e4b25f0d4 Progress towards background work replacement, work getting new NetworkManager and HttpClient up and running
cyberarm synced commits to development at cyberarm/w3dhub_linux_launcher from mirror 2026-02-01 09:10:47 +00:00
ebc045019a More work on network handling refactor
79858a02ce Merge branch 'master' into development
68df923bea Bump version
ddbec8d72c Fixed patching not preserving encryption flag of target mix
70d4e0c40f WWMix: added support for replacing entries that are duplicates
Compare 5 commits »
cyberarm synced new reference refs/tags/v0.9.1 to cyberarm/w3dhub_linux_launcher from mirror 2026-02-01 01:00:46 +00:00
cyberarm synced commits to refs/tags/v0.9.1 at cyberarm/w3dhub_linux_launcher from mirror 2026-02-01 01:00:46 +00:00
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2026-02-01 01:00:46 +00:00
68df923bea Bump version
ddbec8d72c Fixed patching not preserving encryption flag of target mix
70d4e0c40f WWMix: added support for replacing entries that are duplicates
Compare 3 commits »
cyberarm synced commits to development at cyberarm/w3dhub_linux_launcher from mirror 2026-02-01 01:00:46 +00:00
f651143937 WIP API refactor
1425225eef Pivot away from Ractor (stil overly complicated to work with, even in Ruby 4) and towards 1 thread for http requests and 1 thread for application tasks, WIP refactor if Api to be non-blocking async- everything is broken atm 😁
Compare 2 commits »
cyberarm synced commits to development at cyberarm/w3dhub_linux_launcher from mirror 2026-01-31 08:40:46 +00:00
f98d8c3394 Break API calls in work towards moving all blocking io to ractors, dropped BackgroundWorker class
cyberarm synced commits to development at cyberarm/w3dhub_linux_launcher from mirror 2026-01-30 08:10:47 +00:00
6e79c4639d WIP Ractor Task stuff
cyberarm synced commits to development at cyberarm/w3dhub_linux_launcher from mirror 2026-01-29 07:50:46 +00:00
4a8457e233 Initial work on reimplementing Task to be Ractor/sub-Process safe