Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-16 | CGE2: Implement loadTab(). | uruk | |
2014-05-13 | CGE2: Make some static functions non-static. | uruk | |
EncryptedStream -> CGE2Engine Namely: * CGE2Engine::number(char *s) * char *CGE2Engine::token(char *s) * int CGE2Engine::takeEnum(const char **tab, const char *text) * ID CGE2Engine::ident(const char *s) * bool CGE2Engine::testBool(char *s) * int CommandHandler::com(const char *com) | |||
2014-05-09 | CGE2: Implement CGE2Engine::loadSprite(). | uruk | |
Add Snail during the process and revise or expand a lot of other parts of the engine. | |||
2014-05-08 | CGE2: Implement EncryptedStream::ident(). | uruk | |
2014-05-08 | CGE2: Add kIdTab and _lineCount to EncryptedStream. | uruk | |
2014-05-08 | CGE2: Make number() static, add token() to File I/O. | uruk | |
2014-05-05 | CGE2: Read identifiers properly in Text::load(). | uruk | |
2014-04-26 | CGE2: Add file I/O. | uruk | |