Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman | |
2011-12-26 | KYRA: (EOB) - initial code base commit | athrxx | |
2011-11-16 | COMMON: Rename Common::set_to to Common::fill. | Johannes Schickel | |
This makes the name match with the name of the STL function with the same behavior. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | KYRA: Clean up of header includes. | Johannes Schickel | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-07 | KYRA: Cleanup background music looping of Kyra3. | Johannes Schickel | |
2011-02-10 | KYRA: Rename KyraEngine_MR::runDialog to doDialog to avoid name clashes with ↵ | Johannes Schickel | |
Engine::runDialog. svn-id: r55864 | |||
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-05-17 | Some more enforcement of our formatting conventions in KYRA too. | Johannes Schickel | |
svn-id: r49069 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-08-19 | Cleanup. | Johannes Schickel | |
svn-id: r43535 | |||
2009-07-29 | Fix animation script sound effect opcode implementation in Kyra3. | Johannes Schickel | |
svn-id: r42890 | |||
2009-06-29 | Removed more obsolete TODO messages. | Johannes Schickel | |
svn-id: r41956 | |||
2009-05-29 | Formatting. | Johannes Schickel | |
svn-id: r40991 | |||
2009-05-23 | Reserve opcode array entries beforehand, should save some reallocation and ↵ | Johannes Schickel | |
copying. svn-id: r40798 | |||
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-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-09-14 | Added autosave support in Kyra. | Johannes Schickel | |
svn-id: r34535 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: KYRA | Max Horn | |
svn-id: r34246 | |||
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-07-08 | Updated KYRA to work with the new GMM implementation | Christopher Page | |
svn-id: r32959 | |||
2008-07-08 | KYRA works with the new GMM implementation | Christopher Page | |
svn-id: r32957 | |||
2008-06-25 | Kyra and Lure are now using the new _quit flag | Christopher Page | |
svn-id: r32772 | |||
2008-05-12 | - Some more opcodes moved to KyraEngine_v1 | Johannes Schickel | |
- Yet more naming consistency fixes svn-id: r32056 | |||
2008-05-12 | - Yet more opcodes moved to KyraEngine_v1 | Johannes Schickel | |
- Renamed some opcodes inside KyraEngine_LoK svn-id: r32055 | |||
2008-05-12 | - Moved some opcodes to KyraEngine_v1 | Johannes Schickel | |
- Little variable renaming svn-id: r32053 | |||
2008-05-11 | - Implemented kyra3 album (page switch animation not yet implemented) | Johannes Schickel | |
- Implemented opcode 25: o3_showAlbum svn-id: r32022 | |||
2008-05-08 | Implemented opcode 66: o3_removeItemSlot. | Johannes Schickel | |
svn-id: r31957 | |||
2008-05-08 | Fixed bug in o3_updateConversations. | Johannes Schickel | |
svn-id: r31955 | |||
2008-05-05 | Removed delay from KyraEngine_MR::npcChatSequence, since it's doing delay ↵ | Johannes Schickel | |
script internally. This fixes some chat animation speeds. svn-id: r31884 | |||
2008-05-05 | Implemented opcode 91: o3_daggerWarning. | Johannes Schickel | |
svn-id: r31882 | |||
2008-05-04 | Yet more opcodes moved to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31861 | |||
2008-05-04 | Moved more opcodes to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31859 | |||
2008-05-03 | Moved more opcodes to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31845 | |||
2008-05-03 | Moved some more opcodes to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31843 | |||
2008-05-03 | - Moved newShape/temporaryScript code to KyraEngine_v2. | Johannes Schickel | |
- Renamed newShape/temporaryScript code to animationScript. svn-id: r31841 | |||
2008-05-02 | Yet more opcodes moved to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31826 | |||
2008-05-02 | Started to move opcodes used in both kyra2 and kyra3 to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31825 | |||
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 | Started to refactor kyra2/kyra3 code to a common base. (regressions ↵ | Johannes Schickel | |
possible, compiling currently broken) svn-id: r31817 |