Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-08 | CGE2: Fix GCC warning, rewrite Text::clear() | Strangerke | |
2014-07-07 | CGE2: Replace NULL with nullptr everywhere. | uruk | |
2014-07-07 | CGE2: Add workaround for the missing dialogs in room 21 (concert) | Strangerke | |
2014-06-27 | CGE2: Add a virtual destructor in Choice, some minor cleanup | Strangerke | |
2014-06-19 | CGE2: Implement inf(). | uruk | |
2014-06-12 | CGE2: Implement FXP code. Still WIP, loadTab to be fixed | Strangerke | |
2014-06-10 | CGE2: Implement display of speech bubbles. | uruk | |
The sound code connected to them is still gappy. | |||
2014-06-10 | CGE2: Move kLineMax to cge2.h. | uruk | |
2014-06-03 | CGE2: nullify some pointers | Strangerke | |
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-05 | CGE2: Read identifiers properly in Text::load(). | uruk | |
2014-05-05 | CGE2: Add Text and a reduced skeleton of cge2_main. | uruk | |