Commit Graph

374 Commits

Author SHA1 Message Date
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
8af72bbff9 key/keyp: Right shift doesn't work #488
added right shift/ctrl/alt handling
2017-12-31 00:55:42 +03:00
BADIM-PC\Vadim
d20232d673 #484 small fix 2017-12-29 19:20:37 +03:00
BADIM-PC\Vadim
16ba85425d #484 key api always should return bool value 2017-12-29 19:11:52 +03:00
BADIM-PC\Vadim
375df9ba81 Merge branch '#486' 2017-12-29 18:47:32 +03:00
BADIM-PC\Vadim
95724eeccb key() / keyp() works in JS 2017-12-29 18:47:03 +03:00
BADIM-PC\Vadim
7e9cf5648f no message 2017-12-29 18:22:21 +03:00
BADIM-PC\Vadim
ca0a7c7167 added key() / keyp() LUA api 2017-12-29 17:59:07 +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
db261ff93f Add support to crtl or shift to indent/unindent anywhere in the line #485
small fix, because history() saves cursor position too
2017-12-28 22:44:07 +03:00
Vadim Grigoruk
1ea52bd838 Merge pull request #485 from frenetic/indent_anywhere_in_the_line
Add support to crtl or shift to indent/unindent anywhere in the line
2017-12-28 22:42:54 +03:00
Guilherme Medeiros
ea9f478076 Add support to crtl or shift to indent/unindent anywhere in the line
Fixes issue https://github.com/nesbox/TIC-80/issues/192
2017-12-28 15:21:38 -03:00
BADIM-PC\Vadim
2bb479031e Possible issue with sfx: Bass tones sounds high #438 2017-12-27 16:34:59 +03:00
BADIM-PC\Vadim
8daa4c7f38 Use mouse and gamepad simultaneously #484 2017-12-27 15:47:33 +03:00
BADIM-PC\Vadim
9786c6dcc5 Move persistent memory outside of the RAM #483 2017-12-27 12:51:13 +03:00
BADIM-PC\Vadim
bac3a9c3b6 some sfx processing minor fixes 2017-12-26 00:15:13 +03:00
BADIM-PC\Vadim
a2ed1a0453 some UI improvements in Music Editor 2017-12-25 23:57:58 +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
7756f3c365 .60 beta build 2017-12-24 12:36: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
abd3665c54 no message 2017-12-24 12:23:19 +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
59fe65f133 emscripten compilation fix 2017-12-23 19:16:29 +03:00
BADIM-PC\Vadim
913d4759cf #477 script detection changes 2017-12-23 18:35:16 +03:00
BADIM-PC\Vadim
6bb605e640 #479 moved parse logic to lang config 2017-12-23 18:19:51 +03:00
BADIM-PC\Vadim
210ce3971b VS compilations fix 2017-12-23 18:18:37 +03:00
BADIM-PC\Vadim
f0b6b01bef ignore Sublime text files 2017-12-23 11:31:06 +03:00
BADIM-PC\Vadim
f78397ffea TIC as single exe without dlls 2017-12-22 18:26:03 +03:00
BADIM-PC\Vadim
de7557e4f9 #341 native export has been restored and now it supports compressing 2017-12-22 16:13:34 +03:00
BADIM-PC\Vadim
ef502b2496 #477 outline func moved to TIC module 2017-12-22 14:20:15 +03:00
BADIM-PC\Vadim
f8af6390ab This code makes assumption that get_script_config(tic)->singleComment is 3 chars long #478 2017-12-22 11:48:14 +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
1a31f4e762 #473 fixed timer 2017-12-21 11:41:25 +03:00
BADIM-PC\Vadim
67d5ad4860 #477 api keywords moved to TIC module 2017-12-21 10:40:56 +03:00
BADIM-PC\Vadim
1280a1291a #477 script config moved to TIC module 2017-12-21 10:28:14 +03:00
BADIM-PC\Vadim
b26eb6bd1c #477 added block string [[ string ]] highlight 2017-12-21 09:09:45 +03:00
BADIM-PC\Vadim
63c0c77ea5 #477 fixed wrong highlight, when word nested api or keyword 2017-12-21 08:44:50 +03:00
BADIM-PC\Vadim
71c7144aa5 perf opt
don't draw invisible chars in the Code Editor
2017-12-21 00:10:44 +03:00
BADIM-PC\Vadim
bd02083b09 Merge branch '#477' 2017-12-20 23:44:17 +03:00
BADIM-PC\Vadim
838f676569 added JS and Moon syntax 2017-12-20 23:39:21 +03:00
BADIM-PC\Vadim
77158e1b6f no message 2017-12-20 23:20:11 +03:00
BADIM-PC\Vadim
d5035caf47 added api and keywords syntax 2017-12-20 23:14:41 +03:00
BADIM-PC\Vadim
354c0a4701 numbers parsing optimisation 2017-12-20 22:59:45 +03:00
BADIM-PC\Vadim
b4b002464d digit syntax works
detects 0x 0X .5 5e8
2017-12-20 22:46:08 +03:00
BADIM-PC\Vadim
e449656d57 single comment work 2017-12-20 22:06:43 +03:00
BADIM-PC\Vadim
d77aa85d4e string block works 2017-12-20 21:57:29 +03:00
BADIM-PC\Vadim
0e35b78508 no message 2017-12-20 21:23:59 +03:00
BADIM-PC\Vadim
a235f62277 block comment works 2017-12-20 21:15:44 +03:00