Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman | |
2012-01-08 | KYRA: Cleanup v2 item animation a little bit. | Johannes Schickel | |
2011-12-26 | KYRA: (EOB/LOL) - rename some vars | athrxx | |
(all cases of Eob to EoB, all cases of Lol to LoL, all cases of LolEobCommon to RpgCommon) | |||
2011-12-26 | KYRA: (EOB) - some refactoring | athrxx | |
2011-12-26 | KYRA: (EOB) - more work on ingame menus | athrxx | |
2011-12-26 | KYRA: (EOB) - initial code base commit | athrxx | |
2011-09-08 | KYRA: Made some more static data const. | Johannes Schickel | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-11 | KYRA: Cleanup. | Johannes Schickel | |
2011-04-11 | KYRA: Get rid of non-const static variables in HoF. | Johannes Schickel | |
2011-01-29 | KYRA: Clean up main menu code in Kyra2/Kyra3. | Johannes Schickel | |
svn-id: r55620 | |||
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: More cleanup. | Johannes Schickel | |
svn-id: r53699 | |||
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-12-07 | Hopefully silencing C4121 in MSVC. | Johannes Schickel | |
svn-id: r46278 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-10-04 | Some fixes to comply with our coding guidelines. | Johannes Schickel | |
svn-id: r44624 | |||
2009-05-27 | - Moved Sound implementation declarations to the newly added file sound_intern.h | Johannes Schickel | |
- Added support for PC Speaker sound in all Kyra1, Kyra2 and Lands of Lore - Slight cleanup svn-id: r40939 | |||
2009-03-04 | - Make Lands of Lore compileable optionally as suggested by _sev. (via ↵ | Johannes Schickel | |
ENABLE_LOL define) - Change default build system to support LoL as a subengine of KYRA. LoL is currently disabled by default. (- Minor enum name fixes for Lands of Lore code.) svn-id: r39099 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-26 | Implemented (some) main menu code for LoL. | Johannes Schickel | |
svn-id: r35553 | |||
2008-12-16 | Switched kyra1 to use the same input functionality as kyra2 and kyra3. | Johannes Schickel | |
svn-id: r35393 | |||
2008-11-30 | Added MIDI SFX Map, fixes SFX in HoF. | Johannes Schickel | |
svn-id: r35181 | |||
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-11-06 | Switched various Engine APIs to use Common::Error | Max Horn | |
svn-id: r34916 | |||
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-08-10 | Fixed kyra to support properly support restarting of engine (for GSoC RTL, ↵ | Johannes Schickel | |
based on a patch from Chris Page). svn-id: r33736 | |||
2008-08-02 | add non-interactive lol demo | Florian Kagerer | |
svn-id: r33556 | |||
2008-05-25 | - some pauseEngineIntern() code for the HOF sequence player (not tested) | Florian Kagerer | |
svn-id: r32270 | |||
2008-05-23 | - Added a simple (but yet better) implementation of pauseEngineIntern for ↵ | Johannes Schickel | |
Kyra_v1 and Kyra_v2 - Added comments about what game specific details are missing in the pause implementation svn-id: r32231 | |||
2008-05-18 | Reverted commit #32166. | Johannes Schickel | |
svn-id: r32170 | |||
2008-05-18 | Fixed fillRect opcode for HoF. | Johannes Schickel | |
svn-id: r32166 | |||
2008-05-12 | - Some more opcodes moved to KyraEngine_v1 | Johannes Schickel | |
- Yet more naming consistency fixes svn-id: r32056 | |||
2008-05-11 | Consisteny fixes: | Johannes Schickel | |
- Renamed classes *_v1 -> *_LoK - Renamed files *_v1.* -> *_lok.* - Renamed WSAMovieV1 -> WSAMovie_v1 - Renamed WSAMovieV2 -> WSAMovie_v2 svn-id: r32042 | |||
2008-05-10 | - Cleaned up main menu quit handling | Johannes Schickel | |
- Moved KyraEngine_HoF delay implementation to KyraEngine_v2 svn-id: r31987 | |||
2008-05-10 | Renamed opcode 163: o2_getBoolFromStack to o2_midiSoundFadeout and updated ↵ | Johannes Schickel | |
implementation. svn-id: r31981 | |||
2008-05-10 | Implemented opcode 106: o2_playFireflyScore. | Johannes Schickel | |
svn-id: r31980 | |||
2008-05-10 | implement item animations for MR | Florian Kagerer | |
svn-id: r31973 | |||
2008-05-06 | Fixed crash when qutting kyra2 main menu. | Johannes Schickel | |
svn-id: r31909 | |||
2008-05-05 | - Added support for Kyra3 GUI (audio and game options not working yet) | Johannes Schickel | |
- Added support for loading directly from command line for Kyra3 svn-id: r31876 | |||
2008-05-04 | - Shared checkInput code between kyra2 and kyra3 | Johannes Schickel | |
- Debugger related cleanup svn-id: r31868 | |||
2008-05-04 | Renamed kyra2 and kyra3 gui files. | Johannes Schickel | |
svn-id: r31866 | |||
2008-05-04 | Yet more opcodes moved to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31861 | |||
2008-05-04 | Cleanup. | Johannes Schickel | |
svn-id: r31860 | |||
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 | Cleanup. | Johannes Schickel | |
svn-id: r31842 |