summaryrefslogtreecommitdiff
path: root/spec.l
AgeCommit message (Collapse)Author
2010-03-03Improve RS error handling. On errors RS will now store the error and a ↵Jason Sams
message that can be read from the app. RS will then not continue rendering frames while an unchecked error is present until new state is received.
2009-08-27Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh ↵Jason Sams
which replaces TriangleMesh. Update Film to use new builder.
2009-08-10The build system knows how to deal with lex files, but it treats them as ↵Joe Onorato
c++, so make spec.lex conform to that.