summaryrefslogtreecommitdiff
path: root/src/situation.cpp (follow)
AgeCommit message (Collapse)Author
2012-02-08Everything seems to work now, goto, return, etc.Mike Buland
2012-02-07All good except loops & function returns.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
Interfaces just need some work.
2011-12-30Looks like commands work, mostly.Mike Buland
2011-12-29Most operators work, as well as if/then/else.Mike Buland
Loops should be very easy, but we don't have lists working yet, next is scope selection.
2011-12-29Situations & their modes are built.Mike Buland
2011-12-22The basic structure of the game is coming together.Mike Buland
That is the data structures for storing the game objects are coming together.
2011-12-21Game environment is coming together.Mike Buland