Commit Graph

754 Commits

Author SHA1 Message Date
BADIM-PC\Vadim b35513b692 fixed textri() crash 2017-12-17 20:50:07 +03:00
BADIM-PC\Vadim e5bc8f2741 Crash on TIC-80 Pro #470 2017-12-17 18:39:13 +03:00
Vadim Grigoruk 261e751e77
Merge pull request #471 from jahodfra/circle
Speedup api_circle
2017-12-17 18:28:35 +03:00
František Jahoda aa1cc5ae2b Simplify loop. 2017-12-17 12:31:25 +01:00
František Jahoda 2da54945b6 Expand drawHLineDma loop. 2017-12-17 00:54:57 +01:00
František Jahoda 30d0a8aedb Speedup api_circle. 2017-12-17 00:00:50 +01:00
tic 1d0fae0715 #469 fixed segmentation fault 2017-12-16 09:00:32 +03:00
tic 1fce190db2 #469 removed compilation warning 2017-12-16 08:49:52 +03:00
BADIM-PC\Vadim c9ea8acb0b #341
added one sync() call per frame limitation
2017-12-15 21:16:45 +03:00
BADIM-PC\Vadim 61b4511c53 Merge branch '#341' 2017-12-15 16:02:41 +03:00
BADIM-PC\Vadim c20fa09c0f changed params order for sync() api - section,bank,tocart
added 'pal' section to sync()
2017-12-15 16:01:51 +03:00
BADIM-PC\Vadim f87414d050 bank id encoded directly to chunk 2017-12-15 15:35:41 +03:00
BADIM-PC\Vadim 2edc203062 load text cart format works 2017-12-15 15:13:31 +03:00
BADIM-PC\Vadim 8c6c9e2810 save project in text format works 2017-12-15 14:38:28 +03:00
BADIM-PC\Vadim a2e59da716 check banks overflow 2017-12-15 12:00:33 +03:00
BADIM-PC\Vadim f7f30d47dc added banks saving to a .tic cart 2017-12-15 11:52:37 +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 8f903d9e33 Merge branch '#341' 2017-12-14 17:20:22 +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 83396664b5 removed some compilation warnings for mingw 2017-12-14 15:19:13 +03:00
BADIM-PC\Vadim 4f55ed7667 palette excluded from bank 2017-12-14 15:05:43 +03:00
BADIM-PC\Vadim e8cb3599df no message 2017-12-14 14:56:45 +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 6e8a478ee9 lua/js sync impl 2017-12-14 11:50:50 +03:00
BADIM-PC\Vadim 62a64515ef added sections/banks to SYNC api 2017-12-14 10:54:23 +03:00
BADIM-PC\Vadim 53c192ad52 Merge branch '#341' 2017-12-13 23:25:33 +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 4de2805813 Merge branch '#341' 2017-12-13 20:25:51 +03:00
BADIM-PC\Vadim 16f9531484 temporary removed embed cart section and disabled native export 2017-12-13 20:25:40 +03:00
BADIM-PC\Vadim b7a148a85e no message 2017-12-13 20:14:32 +03:00
BADIM-PC\Vadim 65e27d0c6d temporary removed embed cart section and disabled native export 2017-12-13 20:05:33 +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 179b607f29 Merge branch '#341' 2017-12-13 17:11:43 +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
Vadim Grigoruk 80695209a4
Merge pull request #464 from frenetic/enable-delete-canvas
Enable deleting a selection by pressing DEL on keyboard
2017-12-13 12:00:53 +03:00
Guilherme Medeiros 8112aae9e7 Enable deleting a selection by pressing DEL on keyboard
Currently, if you press DELETE the entire sprite is removed.
If you have a selection and press delete, everything is lost.
This commit checks if you have a selection. If so, it only removes the selected area.
2017-12-12 20:08:39 -03:00
BADIM-PC\Vadim c90b3ba171 Impossible to exit infinite while loop #197
review changes for 18aca45673 (r26209938)
2017-12-12 13:46:05 +03:00
BADIM-PC\Vadim 18aca45673 Impossible to exit infinite while loop #197 2017-12-12 12:50:39 +03:00
Vadim Grigoruk 67bfbf4729
Merge pull request #459 from jahodfra/api_blit2
Speed up of api_blit
2017-12-12 09:26:05 +03:00
BADIM-PC\Vadim 80dcda8c2a textri glitch. Textured triangle disappears. #458 2017-12-11 22:05:49 +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