Commit Graph

928 Commits

Author SHA1 Message Date
Nesbox 3de8cb0bef wren for CHIP 2018-02-06 13:45:43 +00:00
Nesbox 294721bdfe sdl2 compiled without sndio lib 2018-02-06 16:29:35 +03:00
tic fe277c4fd0 sdl2 without sndio lib 2018-02-06 16:04:07 +03:00
tic 50bc4683b9 sdl static link fix 2018-02-06 14:44:33 +03:00
BADIM-PC\Vadim c81cb30fed wren pre built linux/macosx 2018-02-06 14:23:49 +03:00
BADIM-PC\Vadim 96fa418acc added some PRO features info 2018-02-06 12:52:36 +03:00
Vadim Grigoruk 6643efe867
Merge pull request #520 from frenetic/readme-improvement
Improves readme
2018-02-06 12:43:08 +03:00
Guilherme Medeiros 1d5ca62b7a Improves readme 2018-02-05 18:30:49 -03:00
BADIM-PC\Vadim 2c93765b7f wren pre built lunux/maosx 2018-02-06 00:16:45 +03:00
BADIM-PC\Vadim 85748cf477 disabled VSYNC 2018-02-05 22:56:10 +03:00
BADIM-PC\Vadim eb4a66072a Merge branch 'master' into sdl_extract 2018-02-05 22:41:57 +03:00
BADIM-PC\Vadim bf5025f053 Wren Support #392 2018-02-05 22:07:13 +03:00
BADIM-PC\Vadim a99eb0f334 Wren Support #392
changed some func names
2018-02-05 21:55:15 +03:00
BADIM-PC\Vadim 4ff6f926f0 Wren Support #392 2018-02-05 16:52:55 +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 b3f88b73ac Merge branch 'master' into sdl_extract 2018-02-01 17:33:49 +03:00
BADIM-PC\Vadim 4a60393a1c Code from other banks gets added to bank 0, if using external editor. #516 2018-01-31 17:37:43 +03:00
BADIM-PC\Vadim bed37f3e87 fixed <tag> end detection in project files 2018-01-27 19:51:17 +03:00
BADIM-PC\Vadim 12ccba7427 no message 2018-01-25 08:51:15 +03:00
BADIM-PC\Vadim ce2974e5ea Duktape compilation warings 2018-01-24 19:59:13 +03:00
BADIM-PC\Vadim dd333baf38 ESC and F1-F12 disabled in game mode 2018-01-24 19:50:06 +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 e0cc606d2c Special functions should have common formatting #503 2018-01-22 14:28:14 +03:00
BADIM-PC\Vadim 607515947c SYNC label appears everywhere if your computer is slow #511 2018-01-22 12:59:34 +03:00
BADIM-PC\Vadim cb7206db34 dev prefix for .70 2018-01-22 12:37:18 +03:00
BADIM-PC\Vadim 102458869b dev prefix for .70 2018-01-22 12:34:21 +03:00
Vadim Grigoruk 256831f347
Update README.md 2018-01-22 11:58:26 +03:00
Vadim Grigoruk a399385c24
Update .gitmodules 2018-01-22 11:36:28 +03:00
Vadim Grigoruk 1854e51f1c
Merge pull request #508 from frenetic/3rd-party-submodule
Add 3rd-party repository as a submodule
2018-01-22 11:13:19 +03:00
Vadim Grigoruk a3d6768d6b
Merge pull request #513 from technomancy/ctrl-page
Use ctrl-pageup/pagedown to cycle thru modes.
2018-01-22 11:04:32 +03:00
Vadim Grigoruk 25fe45b914
Merge pull request #510 from frenetic/fix-flip-than-move
Fix flipping a selection then trying to move it
2018-01-22 11:01:47 +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
Guilherme Medeiros fe39b5d6c7 Fix flipping a selection than trying to move it
After flipping a selection, when we try to move it, TIC-80 was getting the previous seleciton back and then moving it.
2018-01-21 00:00:03 -03:00
Guilherme Medeiros 7279da73d9 Add 3rd-party repository as a submodule
By adding the 3rd-party repository as a submodule, we ensure users have all the 3rd-party required to build TIC-80.
Also, if the 3rd party repository is updated, we will only need a single commit at TIC-80 repository to point to the newer head.
2018-01-19 18:25:54 -03:00
BADIM-PC\Vadim e77f825dcc Merge branch '#60' 2018-01-17 10:32:36 +03:00
BADIM-PC\Vadim 9df0eb4476 no message 2018-01-17 10:30:52 +03:00
BADIM-PC\Vadim bd4905e8c3 no message 2018-01-16 11:25:53 +03:00
BADIM-PC\Vadim f2bec8409e Android updated to SDL 2.0.7 2018-01-15 23:54:09 +03:00
BADIM-PC\Vadim b567be4da5 .60.3 hotfix 2018-01-13 15:16:03 +03:00