Commit Graph

177 Commits

Author SHA1 Message Date
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
BADIM-PC\Vadim 86f6c78fc4 #60 show soft keyboard when when screen touched or mode switched to console/code 2017-12-24 12:24:41 +03:00
BADIM-PC\Vadim 5667058369 HTML version should run on 60 FPS only, because some video cards have 100 Hz refresh rate 2017-12-23 19:26:46 +03:00
BADIM-PC\Vadim 1dc31e3c67 using SDL_ConvertAudio instead manual sound samples conversion 2017-12-23 19:17:43 +03:00
BADIM-PC\Vadim 6a19f59b9d #341 added pin button to synchronize banks between editors 2017-12-21 12:51:34 +03:00
BADIM-PC\Vadim 9c43614612 reset bank indexes when cart is changed 2017-12-20 15:16:42 +03:00
BADIM-PC\Vadim 8a87df5a8b "resume" command resets time() #476 2017-12-19 14:02:56 +03:00
BADIM-PC\Vadim 78f0222bcc BT Keyboard Focus On Android Version #60 2017-12-17 22:33:53 +03:00
tic 1d0fae0715 #469 fixed segmentation fault 2017-12-16 09:00:32 +03:00
BADIM-PC\Vadim 07616adaca added banks loading from a .tic cart 2017-12-15 11:42:25 +03:00
BADIM-PC\Vadim e210027e71 changed studio.editor struct indexing 2017-12-14 20:31:04 +03:00
BADIM-PC\Vadim 272f6af991 1 bank for non Pro build 2017-12-14 17:19:35 +03:00
BADIM-PC\Vadim 295dd90766 added separate editor per bank 2017-12-14 17:08:04 +03:00
BADIM-PC\Vadim bb1f8053d0 first bank renamed to bank0 2017-12-14 15:37:05 +03:00
BADIM-PC\Vadim 4f55ed7667 palette excluded from bank 2017-12-14 15:05:43 +03:00
BADIM-PC\Vadim ebd40d5e74 code loads from all the banks on the game start 2017-12-14 14:53:47 +03:00
BADIM-PC\Vadim 2242873d88 no message 2017-12-14 14:40:06 +03:00
BADIM-PC\Vadim d2daa0a653 code banks switching 2017-12-14 14:38:06 +03:00
BADIM-PC\Vadim e956330af1 no message 2017-12-13 23:24:31 +03:00
BADIM-PC\Vadim 4da11f995d added global methods to get bank data 2017-12-13 23:04:22 +03:00
BADIM-PC\Vadim 7f04a7963a added destructors for modules 2017-12-13 21:14:03 +03:00
BADIM-PC\Vadim b7a148a85e no message 2017-12-13 20:14:32 +03:00
BADIM-PC\Vadim afd6fbc832 code and palette moved to the bank section 2017-12-13 19:54:00 +03:00
BADIM-PC\Vadim 3ad2ff4a6b no message 2017-12-13 17:09:25 +03:00
BADIM-PC\Vadim 9c50e5a135 no message 2017-12-13 16:02:16 +03:00
BADIM-PC\Vadim b25ed2a188 Merge branch 'pr/456' 2017-12-11 13:08:50 +03:00
Vadim Grigoruk 4d1685bfe7
Merge pull request #456 from frenetic/remove_whitespaces_when_pasting_palette
Remove whitespaces when pasting a new palette
2017-12-11 12:49:11 +03:00
BADIM-PC\Vadim 2c8b10a0c2 some small fixes for #456 2017-12-11 12:46:52 +03:00
BADIM-PC\Vadim 409564cdde no message 2017-12-11 11:44:46 +03:00
Guilherme Medeiros 67e6dc281f Remove whitespaces when pasting a new palette
Im trying to solve issue https://github.com/nesbox/TIC-80/issues/455.
When copying a hex palette from the web, it palette may contain spaces, tabs or carriage commands (\r or \n).
Pasting it on TIC-80 will not work, making the users life difficult (they have to fix the string in an editor).

This commit enables pasting hex palettes with blank spaces.
2017-12-10 15:00:12 -03:00
BADIM-PC\Vadim 8f060245df no message 2017-12-10 12:55:45 +03:00
BADIM-PC\Vadim be7151386d no message 2017-12-10 12:12:09 +03:00
BADIM-PC\Vadim 694a016334 no message 2017-12-10 11:32:49 +03:00
BADIM-PC\Vadim 7a44b70b12 popup msg draws on top with animation 2017-12-08 15:03:59 +03:00
BADIM-PC\Vadim effcdbf485 added OVR to Sprite and Map editors 2017-12-08 13:54:01 +03:00
BADIM-PC\Vadim 2b406bce51 Pre-seed the random generator in the Lua environment #127 2017-12-07 17:45:29 +03:00
BADIM-PC\Vadim 31063a0818 command quit missing #430 2017-12-07 17:13:05 +03:00
BADIM-PC\Vadim 3030b5bafa Switching to fullscreen #407 2017-12-07 16:42:06 +03:00
BADIM-PC\Vadim 295a530405 new command line option for pro version #416 2017-12-07 14:25:39 +03:00
BADIM-PC\Vadim 01669fcd89 no message 2017-12-01 09:40:06 +03:00
BADIM-PC\Vadim b46be919d4 Revert "added OVR palette"
This reverts commit 68a89c7421.
2017-11-30 16:42:06 +03:00
BADIM-PC\Vadim 68a89c7421 added OVR palette 2017-11-30 16:23:37 +03:00
BADIM-PC\Vadim a2e97b018a no message 2017-11-30 15:51:52 +03:00
BADIM-PC\Vadim e3ad17f609 no message 2017-11-30 13:10:20 +03:00
BADIM-PC\Vadim f578428381 no message 2017-11-30 12:21:34 +03:00
BADIM-PC\Vadim 769f5c4b0a "tic80 -fullscreen" command line needed #418 2017-11-28 09:05:34 +03:00
BADIM-PC\Vadim b1068cc81e live cart reloading fixes #374 2017-11-22 10:20:12 +03:00
BADIM-PC\Vadim 46ea791356 added live cart reloading #374 2017-11-21 19:49:27 +03:00
BADIM-PC\Vadim 31929e5550 added live cart reloading #374 2017-11-21 19:47:36 +03:00
BADIM-PC\Vadim f4808d40d4 #383 2017-11-21 17:31:01 +03:00
BADIM-PC\Vadim 9b82e54658 Suggestion: -nosound command line parameter #227 2017-11-20 11:29:52 +03:00
BADIM-PC\Vadim 0adc04df19 Using ALT-F4 when running an unsaved cart will emit a tone #355 2017-11-20 10:05:32 +03:00
BADIM-PC\Vadim f082e3d81d Using ALT-F4 when running an unsaved cart will emit a tone #355 2017-11-20 10:02:17 +03:00
BADIM-PC\Vadim 64df3231bb CHIP compilation flgs 2017-11-20 09:14:37 +03:00
BADIM-PC\Vadim ad25e01c60 no message 2017-11-19 23:30:24 +03:00
BADIM-PC\Vadim 192a80351a Ability to define cartridge directory TIC-80 standalone uses #175 2017-11-19 23:23:27 +03:00
BADIM-PC\Vadim bc29543c78 added 'loadp' 2017-11-11 14:44:41 +03:00
BADIM-PC\Vadim a726b30d84 no message 2017-11-08 14:07:23 +03:00
BADIM-PC\Vadim 6986329d41 Merge branch 'master' into new_blit 2017-11-06 12:43:13 +03:00
BADIM-PC\Vadim e7bfcebfbe no message 2017-11-06 12:41:23 +03:00