Commit Graph

136 Commits

Author SHA1 Message Date
BADIM-PC\Vadim 96f956790a no message 2018-02-13 13:28:05 +03:00
BADIM-PC\Vadim 237f575352 no message 2018-02-13 12:44:16 +03:00
BADIM-PC\Vadim 0b693b3365 no message 2018-02-12 19:22:15 +03:00
BADIM-PC\Vadim e4ef780f28 no message 2018-02-12 19:16:37 +03:00
BADIM-PC\Vadim 29d6f8f8bb no message 2018-02-12 19:15:05 +03:00
BADIM-PC\Vadim 0bbda15e1c system cursor works 2018-02-12 14:51:57 +03:00
BADIM-PC\Vadim 3c40e171fc main knows nothing about lua and etc. 2018-02-08 15:29:14 +03:00
BADIM-PC\Vadim 2de319ce5a file dialog extracted 2018-02-08 14:26:17 +03:00
BADIM-PC\Vadim 39db956c0d studio works as dll now 2018-02-07 18:21:24 +03:00
BADIM-PC\Vadim 39dfdcfc4f SDL extracted 2018-02-06 22:15:56 +03:00
BADIM-PC\Vadim 2b890c7efe Merge branch 'master' into sdl_extract 2018-02-06 20:05:31 +03:00
BADIM-PC\Vadim 6721fb6d8d Lose sound when switching between Tic80 editor and different desktop app #518 2018-02-06 19:55:26 +03:00
BADIM-PC\Vadim a525df2eba removed SDL_Rect and SDL_Point 2018-02-01 19:34:42 +03:00
BADIM-PC\Vadim b18b8b0b51 shortcuts work 2018-02-01 19:11:59 +03:00
BADIM-PC\Vadim 9d23c9134d fixed mouse input 2018-02-01 18:32:31 +03:00
BADIM-PC\Vadim b4c46a29e2 no message 2018-01-24 19:09:22 +03:00
BADIM-PC\Vadim 54b070850c gamepad mapping works 2018-01-24 17:56:55 +03:00
BADIM-PC\Vadim dc8c10438b no message 2018-01-24 16:59:02 +03:00
BADIM-PC\Vadim 1241b43ea7 no message 2018-01-24 16:39:29 +03:00
BADIM-PC\Vadim 29ab09efd0 keyboard input works 2018-01-24 16:13:46 +03:00
BADIM-PC\Vadim ce0aef409b mouse works 2018-01-24 14:55:13 +03:00
BADIM-PC\Vadim 7e6eaccda6 no message 2018-01-24 14:01:19 +03:00
BADIM-PC\Vadim ee5830b613 no message 2018-01-24 12:20:05 +03:00
BADIM-PC\Vadim 6cc4560cdc Use WebAssembly instead ASM.JS #515 2018-01-22 16:35:19 +03:00
BADIM-PC\Vadim 607515947c SYNC label appears everywhere if your computer is slow #511 2018-01-22 12:59:34 +03:00
Phil Hagelberg d8303a0a2b Use ctrl-pageup/pagedown to cycle thru modes. 2018-01-21 21:49:46 -08:00
BADIM-PC\Vadim eeed981c6c web player works faster if monitor refresh rate > 60Hz #512 2018-01-21 17:28:28 +03:00
BADIM-PC\Vadim bd4905e8c3 no message 2018-01-16 11:25:53 +03:00
BADIM-PC\Vadim db77e93370 #497 USE_VSYNC added to the config (true by default) 2018-01-11 13:29:44 +03:00
BADIM-PC\Vadim dca6c03300 SDL_net moved to 3rd-party 2018-01-10 17:36:49 +03:00
BADIM-PC\Vadim b3c3b401d1 Game Menu -> Gamepad Config configures only 2 gamepads #494 2018-01-10 11:54:54 +03:00
BADIM-PC\Vadim 53ccf8fba0 "keymap" command configures only 2 gamepads #496
removed KEYMAP command
2018-01-10 11:18:55 +03:00
František Jahoda efadc1fe65 Don't show mouse if we don't use it for input. 2018-01-05 23:22:23 +01:00
BADIM-PC\Vadim 394b3139b5 Show info if your game has problems with sync #497
refresh rate is 59 on UWP for some reason
2018-01-05 12:56:19 +03:00
BADIM-PC\Vadim 9c20b3a2f3 Show info if your game has problems with sync #497
showSync changed from bool to frames counter
2018-01-05 12:34:14 +03:00
BADIM-PC\Vadim b9310a496b Show info if your game has problems with sync #497
removed minDelay, and soundblit() calls after screen is rendered
2018-01-05 01:56:37 +03:00
BADIM-PC\Vadim cee75df3bb Show info if your game has problems with sync #497
added dropped frames counter
2018-01-05 01:32:55 +03:00
BADIM-PC\Vadim d93d1f539b Show info if your game has problems with sync #497
there is no sense to use delay less then 10ms
2018-01-05 00:38:59 +03:00
BADIM-PC\Vadim 8f3e01a528 Show info if your game has problems with sync #497 2018-01-04 17:09:27 +03:00
BADIM-PC\Vadim 4f0b6dab37 start audio playing just before first queuing 2018-01-04 15:46:21 +03:00
BADIM-PC\Vadim 37b5e246b0 VSYNC fixes for 100Hz displays 2018-01-04 15:22:33 +03:00
BADIM-PC\Vadim 1e09c653ec TIC-80 crashes when moving mouse over keys in sfx mode #493 2018-01-03 14:41:19 +03:00
BADIM-PC\Vadim d4131c0bb5 Games get desynced #491 2017-12-31 13:27:54 +03:00
BADIM-PC\Vadim c9fb9cbe73 Games get desynced #491
removed timer using with VSYNC together
2017-12-31 13:15:05 +03:00
BADIM-PC\Vadim d4948ebb46 Revert "removed VSYNC using, games get desynced when using it with timer"
This reverts commit 9d722bfb87.
2017-12-31 12:43:00 +03:00
BADIM-PC\Vadim 9d722bfb87 removed VSYNC using, games get desynced when using it with timer 2017-12-31 12:41:55 +03:00
BADIM-PC\Vadim c3a57954aa no message 2017-12-29 15:44:42 +03:00
BADIM-PC\Vadim acbacb574e no message 2017-12-29 15:25:29 +03:00
BADIM-PC\Vadim 8daa4c7f38 Use mouse and gamepad simultaneously #484 2017-12-27 15:47:33 +03:00
BADIM-PC\Vadim a2ed1a0453 some UI improvements in Music Editor 2017-12-25 23:57:58 +03:00