Age | Commit message (Collapse) | Author |
|
|
|
Remove CGE2Engine::show() to do so.
|
|
Also implement connecting things.
|
|
|
|
Add functions:
*Bitmap::moveHi()
*Bitmap::moveLo()
*CGE2Engine::tail()
and warning comments to various places during the process.
Also add _lab data member to CommandHandler::Command.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All to further implement caveUp().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now it REALLY puts the picture to the middle of the screen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|