Commit Graph

97 Commits

Author SHA1 Message Date
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