Commit Graph

503 Commits

Author SHA1 Message Date
rdrpenguin04 0a329ef838
Update jsapi.c
Fix typo... oops.
2018-06-10 11:20:58 -05:00
rdrpenguin04 ce36a96db9
Update jsapi.c
Add true and false as keywords; should fix #619.
2018-06-10 11:14:55 -05:00
MonstersGoBoom 54ee18d933 fixed typo 2018-06-04 16:29:55 -04:00
MonstersGoBoom 47f7bf2985 fix for width UV bug with textri 2018-06-04 14:49:46 -04:00
Phil Hagelberg 8e04b3fc01 Add eval command to console. 2018-05-30 20:08:10 -07:00
Phil Hagelberg 7a40c6ec64 Share lua builtins open function across all lua-based languages. 2018-05-25 20:15:42 -07:00
Phil Hagelberg bae4cfb2ef Pull in new Fennel compiler; tell it to correlate line numbers. 2018-05-25 20:10:18 -07:00
Phil Hagelberg bd3d9cfbd7 Add Fennel as an option for creating games. 2018-05-15 20:33:57 -07:00
BADIM-PC\Vadim e188d73115 Continuous integration system #545
fix
2018-03-18 11:43:29 +03:00
BADIM-PC\Vadim 55d5b620a4 stack overflow fix 2018-03-16 08:54:13 +03:00
BADIM-PC\Vadim 03efd90518 Add font width/height to the config #568 2018-03-12 15:33:18 +03:00
BADIM-PC\Vadim fbf9daa68d config cart moved from tic_mem 2018-03-12 09:40:48 +03:00
BADIM-PC\Vadim 8484a86819 Crash when copying and pasting in several editors (sprite, map editor) #558 2018-03-01 18:59:41 +03:00
BADIM-PC\Vadim 221998d1c4 fixed cart name loaded from cmd 2018-02-27 23:17:35 +03:00
BADIM-PC\Vadim 4f7f2e924c inject sprites fix 2018-02-27 22:38:43 +03:00
BADIM-PC\Vadim fb55dd6e62 shader fix 2018-02-27 21:38:25 +03:00
BADIM-PC\Vadim 5f8f3c102e fixed shader version preparing 2018-02-27 19:07:18 +03:00
BADIM-PC\Vadim c63889fbc0 Palette per bank #555
only first bank initialized with palette
2018-02-27 18:12:06 +03:00
BADIM-PC\Vadim 4b46414ae1 added palette per bank 2018-02-27 14:55:25 +03:00
BADIM-PC\Vadim 96e2c19a5f OVERLAP mode renamed to OVERLINE
also, TIC uses palette from VRAM instead cart palette in OVR
2018-02-27 13:42:08 +03:00
BADIM-PC\Vadim 57624e3c77 Disable CRT by command line #552 2018-02-27 10:52:43 +03:00
Vadim Grigoruk cb4076fd3d
Merge pull request #550 from trelemar/master
Added "wiki" command to open github wiki in browser
2018-02-27 10:44:25 +03:00
BADIM-PC\Vadim 6166b08ca5 Disable CRT by command line #552 2018-02-27 10:32:46 +03:00
BADIM-PC\Vadim 20540e14a0 small fix for CHIP 2018-02-27 10:24:23 +03:00
BADIM-PC\Vadim a436344f6d Merge branch 'master' into sdl-gpu_test 2018-02-26 14:38:27 +03:00
BADIM-PC\Vadim a4f965a00d press F6 to switch CRT monitor 2018-02-26 14:14:10 +03:00
BADIM-PC\Vadim 8df5c9e0d7 fixed web build 2018-02-26 14:06:23 +03:00
BADIM-PC\Vadim bb8ca0e0ab crt shader moved to the COnfig 2018-02-26 13:56:54 +03:00
BADIM-PC\Vadim 81153f627c fixed icon, gamepad, mouse cursor 2018-02-26 12:03:04 +03:00
BADIM-PC\Vadim 1777809238 SDL replaced with SDL GPU 2018-02-26 09:58:02 +03:00
BADIM-PC\Vadim 4ccc317b9f CHIP renderer 2018-02-26 09:43:59 +03:00
BADIM-PC\Vadim 0c6d4c5440 no message 2018-02-26 09:24:28 +03:00
BADIM-PC\Vadim 0224cfb54b no message 2018-02-25 17:12:28 +03:00
BADIM-PC\Vadim e0ef698194 no message 2018-02-25 16:46:32 +03:00
BADIM-PC\Vadim b07d58220a no message 2018-02-25 16:21:56 +03:00
BADIM-PC\Vadim d9314d2f7a no message 2018-02-25 13:58:43 +03:00
trelemar 89a376924f Added "wiki" command to open github wiki in browser 2018-02-24 22:57:21 -05:00
TIC 30169a6947 macosx works 2018-02-22 20:50:05 +03:00
BADIM-PC\Vadim a8b194930c mingw/emscripten works 2018-02-22 15:32:06 +03:00
BADIM-PC\Vadim 83b83c113a no message 2018-02-22 13:55:41 +03:00
BADIM-PC\Vadim 11751e75e7 changed pixel format to RGBA 2018-02-22 11:38:31 +03:00
BADIM-PC\Vadim 840d67f48d no message 2018-02-22 10:58:20 +03:00
BADIM-PC\Vadim ef41d6ec40 no message 2018-02-22 10:31:39 +03:00
BADIM-PC\Vadim 2396cef9ef Constantly getting "cart not created" message #538 2018-02-22 09:15:16 +03:00
BADIM-PC\Vadim 62c924531b Clipping doesn't work with tri() api #541 2018-02-22 09:09:56 +03:00
MonstersGoBoom 4e857f9683 textri clipping works .
the occasional cracking is fixed .
moved the check for using map outside the inner pixel loop for speed up
removed the per pixel check for X in range as it's now fixed with the clipping above
2018-02-21 16:45:05 -05:00
BADIM-PC\Vadim 95fe3d3b98 Merge branch 'master' into UWP_GLES2
Conflicts:
	.gitignore
2018-02-21 21:07:07 +03:00
BADIM-PC\Vadim 551d333511 UWP works 2018-02-21 20:07:07 +03:00
BADIM-PC\Vadim f7da6b7f51 VS2015 works 2018-02-21 16:01:45 +03:00
BADIM-PC\Vadim d442813de8 no message 2018-02-21 14:29:32 +03:00
BADIM-PC\Vadim f73530a575 no message 2018-02-21 12:39:34 +03:00
MonstersGoBoom 847d848c88 textri: constant slope fix, removed more floating point code, saved some data 2018-02-20 11:56:17 -05:00
MonstersGoBoom 92389e1b05 Revert "fixing textri"
This reverts commit 59454711d2.
2018-02-20 11:51:50 -05:00
Jed 59454711d2 fixing textri
now use constant slope vs per line ( less wibble )
now use fixed point math for inner loops
removed right edge U,V buffer
2018-02-20 11:47:06 -05:00
BADIM-PC\Vadim 881cda93f3 no message 2018-02-20 18:09:04 +03:00
BADIM-PC\Vadim 7bf0c06d18 no message 2018-02-20 17:27:59 +03:00
BADIM-PC\Vadim ea806471db no message 2018-02-20 16:55:29 +03:00
BADIM-PC\Vadim 4a2f2514ec no message 2018-02-20 15:23:22 +03:00
BADIM-PC\Vadim e98573ac1c no message 2018-02-20 15:05:01 +03:00
BADIM-PC\Vadim 800e6fdfb9 added simple crt shader 2018-02-20 14:32:12 +03:00
BADIM-PC\Vadim 85198c9dfa Cannot select tile palette in map editor #533 2018-02-20 10:24:56 +03:00
BADIM-PC\Vadim 9a485dc06f no message 2018-02-19 23:03:35 +03:00
BADIM-PC\Vadim e2d987a208 no message 2018-02-19 13:13:44 +03:00
BADIM-PC\Vadim 3517e080e3 small syntax fixes 2018-02-19 12:12:45 +03:00
František Jahoda 4eded0eec5 Print traceback for lua code. 2018-02-18 23:21:43 +01:00
BADIM-PC\Vadim b2f46349ca removed fullscreen flag 2018-02-16 23:25:23 +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 a481dac5f1 Warning on startup "parameter or file not processed: ." #527 2018-02-16 14:01:25 +03:00
BADIM-PC\Vadim c419c5297d Problem with signed 32bits PMEM #525 2018-02-16 13:38:11 +03:00
BADIM-PC\Vadim c1ba0d1389 no message 2018-02-16 13:00:06 +03:00
BADIM-PC\Vadim 55c7128d39 compilation warning fix 2018-02-16 12:59:49 +03:00
BADIM-PC\Vadim 148552893a fixed crash and some memory leaks in FS module 2018-02-16 12:59:39 +03:00
František Jahoda 01e89aaa7f Add debug library for lua.
This allows to print tracebacks in lua and simplifies debugging.
2018-02-15 23:06:49 +01:00
BADIM-PC\Vadim a2d961f060 fixed JS infinite loop check 2018-02-15 20:45:43 +03:00
tic 17ac8d2ab2 some minor fixes 2018-02-15 18:54:49 +03:00
BADIM-PC\Vadim 5f7b2fb727 no message 2018-02-15 17:19:04 +03:00
BADIM-PC\Vadim 091901ddfa no message 2018-02-15 17:06:03 +03:00
BADIM-PC\Vadim 05e1e78115 no message 2018-02-15 14:28:34 +03:00
BADIM-PC\Vadim 4835fb098c no message 2018-02-15 13:36:15 +03:00
BADIM-PC\Vadim 08f29fde5d no message 2018-02-15 12:43:00 +03:00
BADIM-PC\Vadim d1c8a93d5c no message 2018-02-15 12:03:03 +03:00
BADIM-PC\Vadim e8dd4b8872 no message 2018-02-14 19:35:43 +03:00
BADIM-PC\Vadim 56fa707c42 no message 2018-02-14 16:50:57 +03:00
BADIM-PC\Vadim 631fd03dd8 no message 2018-02-14 16:22:33 +03:00
BADIM-PC\Vadim 670c650120 winrt works 2018-02-14 16:09:48 +03:00
BADIM-PC\Vadim a850d64444 no message 2018-02-14 15:44:27 +03:00
BADIM-PC\Vadim 88737d200d no message 2018-02-14 15:30:13 +03:00
BADIM-PC\Vadim 5366ec606d no message 2018-02-14 15:23:26 +03:00
BADIM-PC\Vadim b60b0c7de3 main renamed to system 2018-02-14 15:16:33 +03:00
BADIM-PC\Vadim 7b9551f2a0 no message 2018-02-14 15:14:05 +03:00
BADIM-PC\Vadim a6bfc6011e no message 2018-02-14 14:52:10 +03:00
BADIM-PC\Vadim 376763c56a no message 2018-02-14 14:31:10 +03:00
BADIM-PC\Vadim f06ae65114 no message 2018-02-14 14:06:25 +03:00
BADIM-PC\Vadim 17cad0a9eb emscripten works 2018-02-14 13:58:46 +03:00
BADIM-PC\Vadim 65ce26d93c fixed right mouse procesing 2018-02-14 11:36:56 +03:00
BADIM-PC\Vadim 4b2db873a7 fixed folder command 2018-02-13 19:39:26 +03:00
BADIM-PC\Vadim a3126275b4 fixed cursor rendering 2018-02-13 19:25:39 +03:00
BADIM-PC\Vadim 9aab993fe4 no message 2018-02-13 18:45:54 +03:00
BADIM-PC\Vadim 5c276e4ec0 no message 2018-02-13 16:07:56 +03:00
BADIM-PC\Vadim dd4fd77c27 restore project reloading 2018-02-13 16:02:05 +03:00
BADIM-PC\Vadim 375411979a no message 2018-02-13 13:38:11 +03:00
BADIM-PC\Vadim 31526eaf97 no message 2018-02-13 13:33:55 +03:00
BADIM-PC\Vadim e4eac02295 no message 2018-02-13 13:29:33 +03:00
BADIM-PC\Vadim 96f956790a no message 2018-02-13 13:28:05 +03:00
BADIM-PC\Vadim 237f575352 no message 2018-02-13 12:44:16 +03:00
BADIM-PC\Vadim 79d199a9dd no message 2018-02-12 22:21:14 +03:00
BADIM-PC\Vadim 665a5640a5 fixed menu keyboard 2018-02-12 22:18:00 +03:00
BADIM-PC\Vadim 1110fa7991 no message 2018-02-12 22:08:33 +03:00
BADIM-PC\Vadim d3c1276271 music editor keybaord 2018-02-12 22:05:30 +03:00
BADIM-PC\Vadim 16e8a5a9aa sfx keyboard works 2018-02-12 20:02:07 +03:00
BADIM-PC\Vadim 7a5cbc6b55 no message 2018-02-12 19:51:12 +03:00
BADIM-PC\Vadim a7c28f0be3 no message 2018-02-12 19:49:07 +03:00
BADIM-PC\Vadim d7ef53a457 keyboard works in the Sprite Editor 2018-02-12 19:37:44 +03:00
BADIM-PC\Vadim 0b693b3365 no message 2018-02-12 19:22:15 +03:00
BADIM-PC\Vadim e4ef780f28 no message 2018-02-12 19:16:37 +03:00
BADIM-PC\Vadim 29d6f8f8bb no message 2018-02-12 19:15:05 +03:00
BADIM-PC\Vadim 3233d48861 code text selection 2018-02-12 14:59:14 +03:00
BADIM-PC\Vadim 0bbda15e1c system cursor works 2018-02-12 14:51:57 +03:00
BADIM-PC\Vadim c3e7ff8e43 mouse scroll works 2018-02-12 13:31:52 +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 826ac4d769 no message 2018-02-07 18:21:28 +03:00
BADIM-PC\Vadim 39db956c0d studio works as dll now 2018-02-07 18:21:24 +03:00
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 8d9251657d CLI save injected code #517 2018-02-06 19:00:34 +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 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