summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-07Goto was confused.HEADmainMike Buland
2012-05-03Misc updates.Mike Buland
2012-02-08Deflate support, more colors.Mike Buland
2012-02-08Fixed lexer issue on -, precidence of comparisons.Mike Buland
2012-02-08Added function count().Mike Buland
2012-02-08Fixed crash in empty functions.Mike Buland
2012-02-08Committed the tests I've been using.0.05Mike Buland
2012-02-08Everything seems to work now, goto, return, etc.Mike Buland
2012-02-07All good except loops & function returns.Mike Buland
2012-02-07Goto is broken.Mike Buland
2012-02-07Fixed another reference bug in return statements.Mike Buland
2012-02-06exists() and delete() are now operators.Mike Buland
2012-02-06Another bugfix for function calling.Mike Buland
2012-02-06Fixes and updates to Bloodfields.Mike Buland
2012-02-06Gats interface supports option input.Mike Buland
2012-02-06Important bugfix in stack code. Thanks david!0.04Mike Buland
2012-02-06Added install script for vim support.Mike Buland
2012-02-06Fixes for building against new mingw +opttest.sage.Mike Buland
2012-02-06Correct errors for improper input.0.03Mike Buland
2012-02-06Option input type works now.Mike Buland
2012-02-06Option input type situations almost done.Mike Buland
2012-01-30Syntax updated to support options & commands.Mike Buland
2012-01-19Errors on bad commands make sense now.Mike Buland
2012-01-19strtoll not 64 bit on 64 bit?Mike Buland
2012-01-19the pure-gats interface works!Mike Buland
2012-01-19The gats interface is nearly done.Mike Buland
2012-01-19Gats encoding of saved games works.Mike Buland
2012-01-19Added gats, verified in linux and win32.Mike Buland
2012-01-18Added functions join, string, and keys.Mike Buland
2012-01-18Rearranged rendering code.Mike Buland
2012-01-18Interface system works.Mike Buland
2012-01-16Lists (arrays) are now properly inedxable.0.02Mike Buland
2012-01-12Added the windows deps to the package target.Mike Buland
2012-01-09Actually works with windows now.Mike Buland
2012-01-09Ignore windows temp files.Mike Buland
2012-01-09Interface plugins are almost done.Mike Buland
2012-01-06Fixed sub-tag wrapping bug.Mike Buland
2012-01-06smlToConsole is now non-recursive.Mike Buland
2012-01-06Two experimental SML converters.Mike Buland
2012-01-05Interface plugin basics. SML system parser.Mike Buland
2012-01-04Demo is being reworked. Fixed comment handling.Mike Buland
2012-01-04Added --builtins command line option.Mike Buland
2012-01-04mingw.bld has a package target.Mike Buland
2012-01-04Mingw builds automaticaly now.0.01Mike Buland
2012-01-04date added to version, I like it.Mike Buland
2012-01-04Ok, it seems to work, it's tag based...Mike Buland
2012-01-04Attempt to generate version.h from git.Mike Buland
2012-01-04Parse moved to GameBuilder.Mike Buland
2012-01-03Fixes for +=, -=, *=, /=Mike Buland
2012-01-03Return seems to be fixed.Mike Buland