Commit Graph

58 Commits

Author SHA1 Message Date
Graham Clemo 851e6a4012 Added default Squirrel cart, .nut file extension 2018-08-04 13:32:08 +01:00
Graham Clemo f2bc54235a Updated Makefile to build with Squirrel under Linux
Added better Squirrel compiler error handling.
2018-08-02 23:17:40 +01:00
RudenkoArts 4d48269f91 fix emscripten mingw build 2018-07-11 13:47:33 +03:00
RudenkoArts 3032dd0816 fix mingw build 2018-07-11 13:03:03 +03:00
Phil Hagelberg bd3d9cfbd7 Add Fennel as an option for creating games. 2018-05-15 20:33:57 -07:00
tic 7606c2dcc4 fixed makefile #577 2018-03-30 09:28:54 +03:00
tic ab8eada597 fixed linux build 2018-03-24 11:57:17 +03:00
tic b63af63e06 #545 CI changes 2018-03-16 18:49:25 +03:00
tic 5aa3525d6e makefile fix for lua lib 2018-03-16 13:43:54 +03:00
tic c152d072fb linux makefile fix 2018-02-27 10:14:17 +03:00
tic 3a4f0938be fixed sdlgpu for linux 2018-02-26 14:36:28 +03:00
BADIM-PC\Vadim bb8ca0e0ab crt shader moved to the COnfig 2018-02-26 13:56:54 +03:00
BADIM-PC\Vadim 4ccc317b9f CHIP renderer 2018-02-26 09:43:59 +03:00
BADIM-PC\Vadim d9314d2f7a no message 2018-02-25 13:58:43 +03:00
TIC 30169a6947 macosx works 2018-02-22 20:50:05 +03:00
tic 79ee0ff4ba Linux64 works 2018-02-22 20:10:19 +03:00
BADIM-PC\Vadim a8b194930c mingw/emscripten works 2018-02-22 15:32:06 +03:00
BADIM-PC\Vadim e2d987a208 no message 2018-02-19 13:13:44 +03:00
BADIM-PC\Vadim 8f7b17a305 Preprocessor definitions to build with/without lua/moon/js/wren #529 2018-02-16 15:43:30 +03:00
BADIM-PC\Vadim 0e13a4c527 no message 2018-02-14 16:53:32 +03:00
BADIM-PC\Vadim b60b0c7de3 main renamed to system 2018-02-14 15:16:33 +03:00
BADIM-PC\Vadim 17cad0a9eb emscripten works 2018-02-14 13:58:46 +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 2b890c7efe Merge branch 'master' into sdl_extract 2018-02-06 20:05:31 +03:00
tic 8d7f3770bc wren linux making changes 2018-02-06 17:39:51 +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 eb4a66072a Merge branch 'master' into sdl_extract 2018-02-05 22:41:57 +03:00
BADIM-PC\Vadim 4ff6f926f0 Wren Support #392 2018-02-05 16:52:55 +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
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 c33e345eac moonscript moved to 3rd-party 2018-01-11 07:57:14 +03:00
BADIM-PC\Vadim dca6c03300 SDL_net moved to 3rd-party 2018-01-10 17:36:49 +03:00
BADIM-PC\Vadim 94e949e85e BlipBuf moved to 3rd-party 2018-01-10 17:11:22 +03:00
BADIM-PC\Vadim 82d23a1bc0 update to SDL 2.0.7 #502
pre built libs moved to 3rd-party
2018-01-10 16:05:49 +03:00
BADIM-PC\Vadim ce8d603594 update to SDL 2.0.7 #502
moving Duktape to 3rd-party
2018-01-10 14:45:53 +03:00
BADIM-PC\Vadim 00d35e7387 update to SDL 2.0.7 #502
moving ext libs to 3rd-party
2018-01-10 12:30:19 +03:00
BADIM-PC\Vadim 53ccf8fba0 "keymap" command configures only 2 gamepads #496
removed KEYMAP command
2018-01-10 11:18:55 +03:00
BADIM-PC\Vadim 5e2dba394e moved local 'includes' to 3rd-party 2018-01-09 14:37:38 +03:00
BADIM-PC\Vadim ab4d0cd9cb mingw, Android fixes 2018-01-08 15:35:39 +03:00
BADIM-PC\Vadim 75491eaa54 key/keyp: Right shift doesn't work #488
added keycodes.c dependency
2017-12-31 10:00:12 +03:00
BADIM-PC\Vadim 951e5f7e02 [found in fork] 'writeArrayToMemory' was not exported in tic.js #482
fix for Emscripten 1.37.26
2017-12-25 12:24:16 +03:00
BADIM-PC\Vadim cfc8fa2030 no message 2017-11-21 20:34:01 +03:00
BADIM-PC\Vadim 586a404418 Add perfomance_monitor to demo carts #395 2017-11-20 12:09:21 +03:00
BADIM-PC\Vadim 0f67e6e9ef CHIP compilation flgs 2017-11-20 10:12:23 +03:00
BADIM-PC\Vadim 6e8f7e6d87 CHIP compilation flgs 2017-11-20 09:46:46 +03:00
BADIM-PC\Vadim 44e5a5ace6 CHIP compilation flgs 2017-11-20 09:26:39 +03:00