index
:
stage.git
main
Simple Text Adventure Game Engine. Create text adventures!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gamestate.h
(
follow
)
Age
Commit message (
Expand
)
Author
2012-02-07
All good except loops & function returns.
Mike Buland
2012-02-06
Option input type situations almost done.
Mike Buland
2012-01-19
the pure-gats interface works!
Mike Buland
2012-01-19
The gats interface is nearly done.
Mike Buland
2012-01-19
Gats encoding of saved games works.
Mike Buland
2012-01-19
Added gats, verified in linux and win32.
Mike Buland
2012-01-18
Interface system works.
Mike Buland
2012-01-03
Return seems to be fixed.
Mike Buland
2011-12-30
Wow, dictionaries, nested dictionaries, for loops
Mike Buland
2011-12-30
return, exit, lists added. You can't index them.
Mike Buland
2011-12-30
Looks like commands work, mostly.
Mike Buland
2011-12-30
Functions exists/delete work now.
Mike Buland
2011-12-29
Goto works, scopes work.
Mike Buland
2011-12-29
Situation code actually processes now.
Mike Buland
2011-12-29
Situations & their modes are built.
Mike Buland
2011-12-29
Functions can be called now, at least manually.
Mike Buland
2011-12-29
About to add the processing core.
Mike Buland