Commit Graph

1335 Commits

Author SHA1 Message Date
beea074b40 redocument range 2022-06-04 17:12:21 +00:00
7ba7a84734 refactor to store minArgs, maxArgs, expectedForm, and a docstring of forms. close #55 2022-06-04 17:07:44 +00:00
6d7bc22fa2 fix c++ static type error in habit game 2022-06-01 21:28:34 +00:00
c895a903e5 safety checks in kiss-vscode config swap 2022-06-01 21:16:21 +00:00
6443f12072 fix habit game type errors 2022-06-01 17:15:49 +00:00
e3d7365d75 copy arg arrays before passing to macro/form functions 2022-06-01 17:03:57 +00:00
c961f63e37 fix CI dependency error for habit game 2022-06-01 16:51:59 +00:00
e839349d3e expressjs project template 2022-05-23 02:26:12 +00:00
500dc831cb add Kiss.setup() in more places it belongs 2022-05-23 01:04:46 +00:00
6a6cd10caa whileLet 2022-05-23 00:29:01 +00:00
cb9761138e transcribe-voice-track allow multiple wav args 2022-05-22 23:53:03 +00:00
3e81850beb make fuzzyMatchScore public static 2022-05-22 15:46:11 +00:00
752c59ab9a ``` shell script reader macro 2022-05-20 22:43:35 +00:00
9db9ced2e2 refactor string reader for reuse 2022-05-20 19:51:55 +00:00
b3999cab2b blades-engine load ItemData 2022-05-19 18:45:12 -04:00
62348fe70a blades-engine read creature data 2022-05-18 23:59:21 -04:00
9da8da0371 blades-engine fix terrain data cloning 2022-05-18 23:58:45 -04:00
ccf93225d4 blades-engine fix kiss parts being ignored 2022-05-18 23:58:18 -04:00
f68480a98e blades-engine data importing 2022-05-18 21:45:51 -04:00
f329baf18e blades-engine fix data cloning 2022-05-18 21:44:37 -04:00
244d4aaa7b blades-engine load terrain data 2022-05-18 18:49:35 -04:00
ecebf09c82 Blades Engine loading floor data 2022-05-18 16:46:34 -04:00
cd8dc2cbf0 blades-engine load bmp directly 2022-05-12 23:51:40 -04:00
d85e1061e2 chain ktxt2 simple replacements for less latency 2022-05-11 09:50:28 -04:00
919395fabe blades-engine start porting imagemagick bmp algorithm 2022-05-10 18:43:54 -04:00
2897e7c790 rename habit puzzle game again for testing 2022-05-09 16:47:07 -04:00
075fd49d8e test habit puzzle game in CI 2022-05-09 16:31:25 -04:00
063cacb26c fix another aoc zip type error 2022-05-09 15:50:25 -04:00
a825b7b499 fix aoc zip type error 2022-05-09 15:41:57 -04:00
e861e7f18d report error when ktxt2 source and output ext are same 2022-05-09 15:38:15 -04:00
265f81405b fix kiss-vscode concat type error 2022-05-09 15:24:38 -04:00
3e6649b0be fix zip type error in asciilib 2022-05-09 15:16:59 -04:00
7abb624565 make zip, concat, and intersect wrap the result in Array type 2022-05-09 15:12:03 -04:00
d8960c5e68 Ktxt2 allow hide source or output column 2022-05-09 14:23:57 -04:00
ba15529769 ktxt2 join apply special chars within joined block 2022-05-09 11:34:11 -04:00
10b6222e9d fix blades tile rendering 2022-05-06 20:14:45 -04:00
3cfb9fdc86 blades-engine render one tile 2022-05-06 16:44:08 -04:00
d876911929 add a .gitignore to kiss-flixel template 2022-05-06 15:21:00 -04:00
a9b78d8e59 add import kiss.Prelude to kiss-flixel template 2022-05-06 15:18:13 -04:00
fce9edc5bb combine HighNumbers instances for questionable results 2022-03-30 23:57:00 -06:00
fadc08339f Generable generate a single random instance 2022-03-30 23:13:42 -06:00
95e12f62e1 Skeleton of Generable build macro 2022-03-30 23:13:41 -06:00
c6f70b46ea Prokgen generators for primitives 2022-03-30 23:13:41 -06:00
bde4be60f0 fix new (or) error in aoc 2022-03-28 19:14:04 -06:00
9d45f79329 fix python testOr 2022-03-28 19:03:46 -06:00
7ce938062e fix test case for (and) 2022-03-28 19:00:33 -06:00
8cbffeb1c5 fix (and) and (or) for c# and c++ 2022-03-28 18:53:48 -06:00
01990de701 fix case statement in flixel rpg 2022-03-28 17:46:41 -06:00
f74124888f Fix indexOf on C++ and C# 2022-03-28 17:38:11 -06:00
482020bf4f don't generate null cases for (case Int) or (case Float) on C# 2022-03-28 17:26:10 -06:00