Commit Graph

275 Commits

Author SHA1 Message Date
d4bd87a4ad Add runLastCommand and stub for runKeyboardShortcut 2021-02-02 13:41:46 -07:00
a0210deaf4 fix kiss-vscode config hot-reloading 2021-01-26 17:08:32 -07:00
ea33a9d000 Document a problem with kiss-vscode hot re-loading 2021-01-26 15:24:07 -07:00
d25e92b1de Make config reloading a VSCode command too 2021-01-26 14:50:20 -07:00
20d47cb0b7 document kiss-vscode dependencies 2021-01-26 14:49:54 -07:00
d64f4eab96 Fix AOC truthy bug 2021-01-25 20:15:00 -07:00
0dcd6bf95d Fix Reader errors 2021-01-25 20:02:36 -07:00
a0e2f46ada fix Main 2021-01-25 19:06:36 -07:00
2c039cc485 String interpolation 2021-01-24 18:26:19 -07:00
9dd9c2d13d raw strings 2021-01-24 17:25:15 -07:00
48a7fb4f73 standardize reader errors 2021-01-24 17:24:58 -07:00
0f0cbe4f25 format alias map literal better 2021-01-24 17:24:32 -07:00
f1e6491288 bump vscode extension version 2021-01-24 13:45:15 -07:00
858858e873 Kiss VSCode runnable commands 2021-01-24 13:41:14 -07:00
832f925594 buildAll() builder macro 2021-01-24 12:12:14 -07:00
f02e596d24 make all numbers truthy 2021-01-24 11:53:58 -07:00
546dc697b2 Make Prelude.print dynamic 2021-01-24 11:43:22 -07:00
249073c2ac hxml fiddling 2021-01-17 22:01:40 -07:00
228d91f8e7 Kiss-Vscode can compile and load a Config.kiss 2021-01-17 20:17:18 -07:00
6c901ba943 Fix a reader error format 2021-01-17 19:34:37 -07:00
aa2ff67d59 Print error messages to stderr, not stdout 2021-01-17 19:03:45 -07:00
5a669fc9ea Implement Kiss-VSCode in Kiss 2021-01-17 14:02:35 -07:00
70cb43c7f4 button stubs for lazysprite view 2021-01-16 21:42:13 -07:00
040df26a22 Assets/map update for enemies in Flx RPG tutorial 2021-01-16 21:40:13 -07:00
aca74f3589 whenLet, unlessLet 2021-01-16 21:38:45 -07:00
6a297bfcac ifLet 2021-01-16 21:38:45 -07:00
a421bdd011 DRY bindingList() extractor 2021-01-16 21:38:45 -07:00
09ee5b4b23 Convert most withPosOf() usage 2021-01-16 21:38:45 -07:00
66aaa3a9bb helper for clean expression building 2021-01-16 21:38:45 -07:00
6e92fb3087 Starting HaxeFlixel lazy-assets project 2021-01-16 21:38:45 -07:00
5475eafa26 README and notes for pdf-salad 2021-01-11 15:45:49 -07:00
782cdb5c75 Copyright notice on pdf-salad example pdfs 2021-01-09 15:42:00 -07:00
73111745cd awaitLet 2021-01-09 15:42:00 -07:00
6dd2c8f6a7 RPG tutorial coins 2021-01-09 15:42:00 -07:00
0c3427cf84 arithmetic assignment 2021-01-04 13:02:50 -07:00
3e81f23028 fix % and ^ on floats 2021-01-04 13:02:24 -07:00
538d6cc206 Fix (or) bug introduced by 95fa5e5a12 2021-01-04 12:17:32 -07:00
7f708fbde9 Standardized reader nextToken() error 2021-01-04 09:17:58 -07:00
10fab0456c Invalid symbol error 2021-01-04 09:17:12 -07:00
eff6a5e62e Arg num checks for and/or/not 2021-01-04 09:03:44 -07:00
95fa5e5a12 Nested (or) in (case) patterns 2021-01-04 09:02:06 -07:00
79a68ec233 Spec for better (or) handling in (case) 2021-01-04 08:45:24 -07:00
5cd5d08d0a RPG zoom and camera 2021-01-03 19:03:01 -07:00
4300b70600 Fix animation bug 2021-01-03 18:54:05 -07:00
53f0da0f46 RPG tile map 2021-01-03 18:21:21 -07:00
06fc186b03 RPG use case (or) pattern 2021-01-03 17:54:53 -07:00
1f0ea932e8 Allow case guards, | 2021-01-03 17:51:31 -07:00
7a55495eb8 Player walk animation 2021-01-02 20:40:58 -07:00
b252ba12ee RPG tutorial menu & blue box movement 2021-01-02 20:22:59 -07:00
332b38314e Fix order of modifiers in error message call form for defvar/defun/etc. 2021-01-02 20:03:18 -07:00