cyberarm
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
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-06-20 05:38:50 +00:00
5fc42a3ce9 Fixed win32 auto importer game name FIXME, fix games install_path/exe_path stored with backwards slashes- \\ instead of /
8d0c27d6fc Initial support for offline mode
Compare 2 commits »
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2022-06-17 20:28:50 +00:00
7e305cdec1 Fix typo