cyberarm
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2023-04-21 02:48:45 +00:00
c26ddeef4d Refactored CyberarmEngine::Stats to track data for last N frames
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2023-04-17 09:09:14 +00:00
5e3e06b74e Improve Vector arithmetic performance by 2x
cyberarm synced new reference dependabot/bundler/nokogiri-1.14.3 to cyberarm/i-mic-rts from mirror 2023-04-12 06:39:19 +00:00
cyberarm synced commits to dependabot/bundler/nokogiri-1.14.3 at cyberarm/i-mic-rts from mirror 2023-04-12 06:39:19 +00:00
cyberarm synced new reference dependabot/bundler/nokogiri-1.14.3 to cyberarm/i-mic-fps from mirror 2023-04-12 06:39:18 +00:00
cyberarm synced commits to dependabot/bundler/nokogiri-1.14.3 at cyberarm/i-mic-fps from mirror 2023-04-12 06:39:18 +00:00
cyberarm synced commits to master at cyberarm/i-mic-rts from mirror 2023-03-30 16:29:19 +00:00
b418c402fb Updates to support changes to CyberarmEngine
cyberarm synced and deleted reference dependabot/bundler/nokogiri-1.13.9 at cyberarm/i-mic-rts from mirror 2023-03-30 16:29:19 +00:00
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2023-03-27 23:09:14 +00:00
72037efc73 Fixed Slider element not working properly under mruby (attempts to slide would jump between min/max values)
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2023-03-25 05:49:16 +00:00
1462f89e24 Initial support for using cyberarm_engine as a mruby mrbgem: Remove/disable usages of defined?, update old gosu mouse and keyboard constants, and replace one usage of window.button_down? with proper Gosu.button_down?
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2023-03-22 04:19:19 +00:00
19abe06f89 If server list fails put in offline mode
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2023-03-17 18:17:46 +00:00
98948c891a Request repaint when hiding menu
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2023-02-06 07:01:55 +00:00
b6d5f4135a Pruned gem usage, replaced Launchy since it will cause a command prompt to momentarily appear.
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2023-02-05 22:53:33 +00:00
ff8387be6d Update to use needs_repaint? to reduce cpu/gpu load of launcher
cyberarm synced commits to master at cyberarm/w3dhub_linux_launcher from mirror 2023-02-03 21:53:32 +00:00
c73bd2d88b Updated gems, fixed error on Ruby 3.2 (Thread block no longer passes self as argument), fixed API calls not timing out properly, fixed BackgroundWorker not halting properly.
cyberarm synced new reference refs/tags/v0.23.0 to cyberarm/cyberarm_engine from mirror 2023-02-02 04:03:29 +00:00
cyberarm synced commits to refs/tags/v0.23.0 at cyberarm/cyberarm_engine from mirror 2023-02-02 04:03:29 +00:00
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2023-02-02 04:03:29 +00:00
da16ab1ec9 Bump version
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2023-02-01 03:33:29 +00:00
eb5d170733 Added #find_element_by_tag to Common module
cyberarm synced commits to master at cyberarm/cyberarm_engine from mirror 2023-01-31 19:23:29 +00:00
14e9d4946f Add GameState#needs_repaint? and Container#remove