Commit Graph

1145 Commits

Author SHA1 Message Date
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
618f92e867 really add new-flixel-project 2022-03-28 17:25:33 -06:00
245da224b0 kiss new-flixel-project 2022-03-28 16:39:28 -06:00
7457ee6921 reduce maxDepth of GenerativeTestCase 2022-03-28 15:41:43 -06:00
0fbb526e70 move SpriteTools to a new kiss-flixel haxelib 2022-03-28 15:34:20 -06:00
7a91e0d2e7 don't test eval on pure js 2022-03-28 15:30:54 -06:00
03f0e65a2b fix kiss-vscode tests 2022-03-28 15:13:25 -06:00
70e9217aa6 add haxe-strings to common-args.hxml 2022-03-28 14:43:14 -06:00
a0e1c7be0e generalize makeFileForNewProject() to allow more templates 2022-03-28 14:32:36 -06:00
8ae016b816 implement quickWebview function for Kiss-VSCode use 2022-03-24 13:29:55 -06:00
1073ae618a fix showCorrespondingFile 2022-03-23 14:53:10 -06:00
ae45fb3e74 add jsdom to KissConfig 2022-03-23 14:17:45 -06:00
35782287d5 npmSafeTrySpawnSync 2022-03-23 14:16:11 -06:00
854a7d5497 fix unused case warning in kiss-vscode test.sh 2022-03-23 13:05:46 -06:00
b1a08f29cd monthly habits 2022-03-03 13:24:56 -07:00
7430920127 fix interval habit parsing 2022-03-03 12:44:12 -07:00
056fa2ae95 monthly enum constructor for habit game 2022-02-28 16:22:54 -07:00
e9c6b4d34a Add intervalEntries to habit game UI 2022-02-28 15:03:15 -07:00
e58118c8c0 add interval entries to HabitModel 2022-02-28 14:58:04 -07:00
4170c4fc64 add Kiss.setup() to most projects 2022-02-23 14:31:47 -07:00
1433c78144 initialization macro to suppress the unused case warning 2022-02-23 14:17:35 -07:00
dd5fbc2f66 fix habit game not giving points for todos 2022-02-16 13:18:07 -07:00
8605daf9d0 remove prints in habit-puzzle-game 2022-02-10 12:39:05 -07:00
b36ff3e179 variadic intersect() function 2022-02-10 12:34:18 -07:00
331d2f3311 habit game show full puzzle before moving on 2022-02-09 14:33:38 -07:00
d71d9df5c1 only define FlxKeyShortcutHandler \#if flixel 2022-02-09 14:31:58 -07:00
e90983db2d make ESCAPE the cancelKey for FlxKeyShortcutHandler 2022-02-09 14:30:08 -07:00
77ee9edab8 FlxKeyShortcutHandler 2022-02-09 14:29:00 -07:00
30938959b3 fix some habit puzzle game logic 2022-02-07 14:05:11 -07:00
f2ad2a64b0 Store the last date each daily was performed 2022-02-05 14:26:02 -07:00
b3387e6f24 habit game only add keyboard shortcut for active items 2022-02-05 13:45:10 -07:00
d268b0cdb6 Reveal a puzzle in Habit game 2022-02-04 16:53:40 -07:00
174e0a30fd HabitModel.totalPoints() 2022-02-04 15:47:01 -07:00
1fa8171025 Add RewardFile to HabitModel 2022-02-04 15:43:15 -07:00
ffb5028e55 habit game track model and remove finished texts 2022-02-03 23:11:41 -07:00
5531bc9f5b habit game make shortcut map and text labels 2022-02-03 22:41:05 -07:00
e303c66655 HabitModel get activeLabel of Entry 2022-02-03 22:04:00 -07:00
b614601b33 HabitModel save 2022-02-03 21:48:18 -07:00
e1416e5c7a structure for HabitModel.save() 2022-02-03 20:35:07 -07:00
c8e043b726 Parse habits.txt model for habit game 2022-02-03 14:51:53 -07:00
e3ce4e20b7 allow &mut on variable in list-eating pattern 2022-02-03 14:51:40 -07:00