cyberarm
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-12-04 23:38:43 +00:00
db12e56623 Fixed 'Play Now' button doesn't work if nickname is set
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-12-02 22:38:24 +00:00
55c0f363e0 Removed dependence on the bsdtar command, fixed Play Now button not doing anything if a server nickname wasn't set, refactor a bit so that the Server List's 'Join Server' button functionality can be reused for the Play Now button, installer now always unpacks into 'data/*' instead of 'Data/*'
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-11-20 02:08:52 +00:00
19a15e937e Fixed DummyResponse missing the status method
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2022-11-17 05:28:51 +00:00
c46664778a Fixed Image element causing clipping issues to sibling elements due to not properly flooring @width/@height
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-11-08 02:25:17 +00:00
185dfb50eb Fix BackgroundWorker not using a foreground job for server list updater
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-11-06 09:25:29 +00:00
04d40fe8fc Don't use 'IO.popen' when no block is given, use 'system' instead.
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-11-01 07:19:14 +00:00
aa65433b14 Enabled Direct Connect button, bump version.
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-10-31 23:15:25 +00:00
a6beae0899 Asterisk direct connect seems functional 😂
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 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 refs/tags/v0.22.0 at cyberarm/cyberarm_engine from mirror 2022-10-24 00:24:55 +00:00
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 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-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-fps from mirror 2022-10-21 10:04:56 +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 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)