aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-15CGE2: Partially implement loadTab(), then use it.uruk
2014-05-15CGE2: Move setEye()s to CGE2Engine.uruk
2014-05-13CGE2: Implement Sprite::setShapeList().uruk
2014-05-13CGE2: Add a self-not warning to Bitmap.uruk
2014-05-13CGE2: More revision and stubbing in Sprite.uruk
2014-05-13CGE2: Rework SprExt, stub more functions of Sprite.uruk
2014-05-13CGE2: 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-13CGE2: Instantiate CommandHandler.uruk
2014-05-13CGE2: Rename Snail to CommandHandler, expand it.uruk
2014-05-13CGE2: Add caveUp() and showBak().uruk
2014-05-13CGE2: Finish implementation of loadScript().uruk
2014-05-13CGE2: Rename make() to store().uruk
2014-05-13CGE2: Rename take() to locate().uruk
2014-05-13CGE2: Add destructor to Spare.uruk
2014-05-13CGE2: Fix Spare.uruk
2014-05-13CGE2: Spare: store pointers instead of objects.uruk
2014-05-12CGE2: Add Spare.uruk
2014-05-10CGE2: Implement ~Sprite().uruk
2014-05-10CGE2: Implement Sprite::gotoxyz().uruk
2014-05-10CGE2: Rework Sprite a bit, make _eye an engine variable.uruk
Also move screenToGround() during the process.
2014-05-10CGE2: Reimplement constructors of Sprite.uruk
2014-05-09CGE2: Remove Polish comments form SNCom.uruk
2014-05-09CGE2: Implement CGE2Engine::loadSprite().uruk
Add Snail during the process and revise or expand a lot of other parts of the engine.
2014-05-08CGE2: Further implement loadSprite(), fix compilation error.uruk
2014-05-08CGE2: Implement EncryptedStream::ident().uruk
2014-05-08CGE2: Remove unnecessary whitespaces.uruk
2014-05-08CGE2: Add kIdTab and _lineCount to EncryptedStream.uruk
2014-05-08CGE2: Add Hero.uruk
2014-05-08CGE2: Rework loadScript(), start implementation of loadSprite().uruk
2014-05-08CGE2: Some renaming in V3D and V2D.uruk
2014-05-08CGE2: Use nullptrs instead of NULLs.uruk
2014-05-08CGE2: Add new types: V2D and V3D.uruk
2014-05-08CGE2: Make number() static, add token() to File I/O.uruk
2014-05-06CGE2: Start implementation of movie() and connected functions.uruk
2014-05-05CGE2: Read identifiers properly in Text::load().uruk
2014-05-05CGE2: Add Text and a reduced skeleton of cge2_main.uruk
2014-05-01CGE2: Add sound code with working MIDI parts.uruk
2014-04-29Merge remote-tracking branch 'origin/master' into cge2uruk
2014-04-29CGE2: Add parts of the graphics code.uruk
2014-04-29CGE: Replace magic numbers with defines.uruk
2014-04-29FULLPIPE: Fix ModalSaveGame::setup()Eugene Sandulenko
2014-04-29FULLPIPE: Implement ModalSaveGame::setup()Eugene Sandulenko
2014-04-29SCI: Disable detection of "SCI Narration Demo" fangame.D G Turner
This is not supported as it requires network access to use the Google Translate API, which is not supported by OSystem.
2014-04-29PS2: Add support for building against old SDK if PS2SDK_OLD envvar set.D G Turner
This will allow compilation using the older SDK until the buildbot PS2 toolchain SDK can be upgraded and we can confirm the newer SDK builds are working correctly.
2014-04-29Merge pull request #443 from lukaslw/first_branchEugene Sandulenko
DRACI: Opening inventory during movements and actions.
2014-04-28DRACI: Inventory opening after finished callback.lukaslw
2014-04-28DRACI: Opening inventory during movements and actions.lukaslw
2014-04-28Merge pull request #450 from JenniBee/masterEugene Sandulenko
SCI: Add detection entries for many more fan games.
2014-04-28Merge pull request #426 from sunmax/masterEugene Sandulenko
PS2: Pull request to master for latest PS2 code
2014-04-28Merge pull request #445 from lukaslw/second_branchEugene Sandulenko
DRACI: Saving and fading out improvments.