cyberarm
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-10-31 06:58:01 +00:00
4b230eb535 Hacky fix to reliably get exit status from W3DHub.command on windows
ab73b62c4b Renamed W3DHub.captured_command to simply W3DHub.command, replace usages of system with W3DHub.command, resolves command prompt's popping up on Windows under rubyw.
388c3a2606 Fixed win32 version of captured_command erroring on exit status, fixed auto import overwriting application details when the stored version is newer then the registry, added unused registry writer for updating application version- requires UAC, fixed ServerBrowser#find_element_by_tag erroring sometimes, added application manager to sleeper party.
deaa6ee9d9 shelling out to 'ping' no longer spawns command prompts on windows
340c083a43 Removed Async[websocket/http] due to excessive require times and reliablity issues on Windows
Compare 5 commits »
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2022-10-30 19:38:01 +00:00
c597a67ca6 Allow 1 pixel wide/tall Gui elements by only apply percentage based sizing on Floats, fixed max/min sizing not working if the element uses fill mode for either dimension
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2022-10-24 00:24:55 +00:00
55382a7c14 Bump version
883de3db9f Added support for TextBlock's to have text_v_align to compliment text_h_align, EditLine and EditBox will now preserve their focus appear, fixed crash in ToggleButton due to using :Label instead of :TextBlock, misc. tweaks.
Compare 2 commits »
cyberarm synced commits to refs/tags/v0.22.0 at cyberarm/cyberarm_engine from mirror 2022-10-24 00:24:55 +00:00
cyberarm synced new reference refs/tags/v0.22.0 to cyberarm/cyberarm_engine from mirror 2022-10-24 00:24:55 +00:00
cyberarm synced commits to dependabot/bundler/nokogiri-1.13.9 at cyberarm/i-mic-rts from mirror 2022-10-21 10:04:57 +00:00
cyberarm synced new reference dependabot/bundler/nokogiri-1.13.9 to cyberarm/i-mic-rts from mirror 2022-10-21 10:04:57 +00:00
cyberarm synced commits to dependabot/bundler/nokogiri-1.13.9 at cyberarm/i-mic-fps from mirror 2022-10-21 10:04:56 +00:00
cyberarm synced new reference dependabot/bundler/nokogiri-1.13.9 to cyberarm/i-mic-fps from mirror 2022-10-21 10:04:56 +00:00
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2022-10-20 14:44:53 +00:00
41c0b27937 Fixed layout bug for Flow when the element x + width is greater than the parent's width it would not correctly wrap
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2022-10-08 09:04:53 +00:00
2fd5d398cf Fix crash when EditLine receives a paste from clipboard
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2022-10-04 15:27:37 +00:00
2e66509f87 Removed use of the clipboard gem since Gosu now supports this natively! Added :static option for Text to render text using Gosu::Image.from_text/markup which results in nicer looking text, improvements to EditLine to display the caret in the correct place (doesn't position properly if :text_static is true)
cyberarm synced commits to master at cyberarm/cyberarm_engine.cr from mirror 2022-09-22 20:27:39 +00:00
0cac1aa7af WIP: Initial GUI work
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-09-12 02:37:29 +00:00
7359d73027 added win32-security to allow net-ping to work on windows
ae3720d119 'finished' implementing ping support for server browser, not tested on windows
Compare 2 commits »
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-09-10 18:07:31 +00:00
50ec9fc1da Added support for pinging servers, server list now reorders containers instead of recreating all of them for every refresh, server list updater should restart on crash
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-08-24 22:25:41 +00:00
af28013a7f Fix TSR not patching properly
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-07-31 19:51:11 +00:00
6055e8f65c Added support for favoriting games like Battle.net
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2022-07-26 22:21:11 +00:00
521b3937dd Fixed Slider element's Handle not styling or positioning properly
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-07-26 18:51:11 +00:00
af82432348 Prototyped Game Settings dialog and an All Games view, both disabled atm.
cyberarm synced commits to master at cyberarm/i-mic-fps from mirror 2022-07-16 18:21:16 +00:00
580c9d79ce Updated gems, fix issues caused by the removal of $window from cyberarm_engine