Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-10-28 | KYRA: Rename KyraEngine::saveGameState to KyraEngine::saveGameStateIntern. | Johannes Schickel | |
This is to avoid name similarity between KyraEngine::saveGameState(Intern) and Engine::saveGameState. svn-id: r53912 | |||
2010-10-22 | KYRA: Adapt Kyra2+3 to use the newly added item type too. | Johannes Schickel | |
svn-id: r53697 | |||
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵ | Max Horn | |
header common/types.h svn-id: r47180 | |||
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn | |
svn-id: r45233 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-05-19 | Formatting. | Johannes Schickel | |
svn-id: r40717 | |||
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel | |
svn-id: r40715 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-11-09 | - Implemented Engine::saveGameState for KYRA | Johannes Schickel | |
- Changed internal save/load API to use slots instead of filename strings - Changed internal save/load API to use Common::Error svn-id: r34952 | |||
2008-09-15 | also check for premature end-of-stream when loading | Willem Jan Palenstijn | |
svn-id: r34563 | |||
2008-09-14 | Fixed regression introduced with latest stream changes (it seems compressed ↵ | Johannes Schickel | |
savefiles ioFailed never returned true when only eos was set). svn-id: r34551 | |||
2008-08-20 | Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". ↵ | Johannes Schickel | |
(Without Max' compressed backward seeking support for now) svn-id: r34053 | |||
2008-05-04 | Moved more opcodes to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31859 | |||
2008-05-02 | Moved some character code from kyra2/kyra3 to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31822 | |||
2008-05-02 | - Renamed TextDisplayer_v2 to TextDisplayer_HoF | Johannes Schickel | |
- Moved some character shape code to KyraEngine_v2 svn-id: r31821 | |||
2008-05-02 | Moved common kyra2/kyra3 item to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31819 | |||
2008-05-02 | Started to refactor kyra2/kyra3 code to a common base. (regressions ↵ | Johannes Schickel | |
possible, compiling currently broken) svn-id: r31817 |