log

age author description
Sun, 27 Jul 2014 16:26:56 -0700 Michael Pavone Partial implementation of Ghost-Quiche
Sun, 27 Jul 2014 16:52:36 -0700 William Morgan fixed event system with refactor to remove gamestate passing. much more simple, less pure. runs correctly in simulator.
Sun, 27 Jul 2014 16:14:05 -0700 William Morgan fixed bug with lambdaman/lambdaMan typo in gameState.
Sun, 27 Jul 2014 14:50:50 -0700 William Morgan gameState now runs in gcc to completion without runtime errors.
Sun, 27 Jul 2014 13:52:32 -0700 William Morgan merge
Sun, 27 Jul 2014 13:49:45 -0700 William Morgan added new helper functions to grids. more bugfixes to gameState.lm which compiles.
Sun, 27 Jul 2014 13:36:56 -0700 Michael Pavone gcc simulator now works correctly at least for the subset used by ghc.lm and has some primitive debugging facilities
Sun, 27 Jul 2014 02:35:24 -0700 William Morgan merge
Sun, 27 Jul 2014 02:33:07 -0700 William Morgan gamestate incremental progress, but does not compile at the moment. sleep time.
Sun, 27 Jul 2014 01:36:39 -0700 William Morgan separated out grid functions for reuse inside gameState.lm
Sat, 26 Jul 2014 23:30:55 -0700 William Morgan initial simulator ticker. needs print debug cleanup.
Sat, 26 Jul 2014 23:29:14 -0700 William Morgan added repository ignore patterns for the lmc binary and for editor tilde backup files.
Sun, 27 Jul 2014 01:50:49 -0700 Michael Pavone WIP version of a compiler for the LamCo GCC
Sat, 26 Jul 2014 19:43:27 -0700 Michael Pavone Added simulator for ghc microcontroller
Sat, 26 Jul 2014 19:43:11 -0700 Michael Pavone Added filledTree function to tree.lm for creating a tree filled with a certain value
Sat, 26 Jul 2014 15:29:01 -0700 Michael Pavone Move some basic library code out of dotScanner.lm into separate files now that import:from works
Sat, 26 Jul 2014 15:25:41 -0700 Michael Pavone Add support for import:from to lmc
Sat, 26 Jul 2014 13:44:45 -0700 Michael Pavone Make empty? also map to ATOM so that LM-Quiche is closer to being a proper subset of regular Quiche
Sat, 26 Jul 2014 03:18:17 -0700 Michael Pavone Merge
Sat, 26 Jul 2014 03:18:10 -0700 Michael Pavone Fill in readme
Sat, 26 Jul 2014 03:17:58 -0700 Michael Pavone Last fixes for lightning round version of dotScanner.lm
Sat, 26 Jul 2014 01:41:24 -0700 Michael Pavone Initial stab at taking fruit and ghost state into account
Sat, 26 Jul 2014 02:32:59 -0700 William Morgan submission script added.
Sat, 26 Jul 2014 01:02:41 -0700 Michael Pavone Debug junk removed
Sat, 26 Jul 2014 00:58:50 -0700 Michael Pavone Simple AI seems to work now. Lots of debug junk needs to be removed though
Sat, 26 Jul 2014 00:23:19 -0700 William Morgan Sort of working in the game simulator!!!!!
Sat, 26 Jul 2014 00:18:58 -0700 William Morgan Seems to be working in CPU simulator. Need to remove debug crap
Sat, 26 Jul 2014 00:03:41 -0700 William Morgan Tag team simple AI WIP
Fri, 25 Jul 2014 23:36:17 -0700 William Morgan Added flatten function
Fri, 25 Jul 2014 23:19:29 -0700 William Morgan Tag teaming the continuation function