Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-04 | Move DebugChannel related code to new header | Max Horn | |
svn-id: r48935 | |||
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn | |
svn-id: r48821 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2009-11-29 | Cleanup. | Johannes Schickel | |
svn-id: r46194 | |||
2009-11-29 | KYRA/PC98: fixed regression | Florian Kagerer | |
svn-id: r46190 | |||
2009-11-29 | KYRA: fixed pc98 intro sfx (regression) | Florian Kagerer | |
svn-id: r46185 | |||
2009-11-21 | Change special palette loading for Kyrandia 1 from kyra.dat to match ↵ | Johannes Schickel | |
kyra.dat internals. svn-id: r46040 | |||
2009-11-14 | KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is ↵ | Florian Kagerer | |
still broken) svn-id: r45906 | |||
2009-11-07 | Fix some delays in Kyrandia 1 when clicking very often, while a sequence plays. | Johannes Schickel | |
svn-id: r45731 | |||
2009-10-09 | Remove some unused variables | Max Horn | |
svn-id: r44853 | |||
2009-10-06 | KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when ↵ | Florian Kagerer | |
typing savegame names - fixed some minor bugs svn-id: r44709 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-09-13 | KYRA: - add sfx support for PC98-Version | Florian Kagerer | |
svn-id: r44074 | |||
2009-09-13 | Fix regression caused by OSystem::updateScreen call limitation, which caused ↵ | Johannes Schickel | |
certain animations not to display at all. svn-id: r44063 | |||
2009-09-13 | Fix bug when skipping Kyrandia 1 Intro, when no restart save game file is ↵ | Johannes Schickel | |
present. svn-id: r44062 | |||
2009-08-29 | Fix possible corruption of restart game save in Kyrandia 1. | Johannes Schickel | |
svn-id: r43803 | |||
2009-08-29 | Fix regression, which caused skipping of some dialogue lines to fail in ↵ | Johannes Schickel | |
Kyrandia 1. svn-id: r43794 | |||
2009-08-25 | Add fade to black effect at the end of Kyra1 CD demo. | Johannes Schickel | |
svn-id: r43739 | |||
2009-08-25 | Fix uninitialized variable. | Johannes Schickel | |
svn-id: r43738 | |||
2009-08-25 | Implement support for the Kyrandia 1 CD demo. | Johannes Schickel | |
svn-id: r43737 | |||
2009-08-11 | merged from trunk (Amiga LoK supposedly completeable!) | Norbert Lange | |
fixed a bug I introduced in one of the last cleanups svn-id: r43291 | |||
2009-08-10 | Implement different in Kyrandia 1 Amiga in o1_setFireberryGlowPalette. | Johannes Schickel | |
svn-id: r43237 | |||
2009-08-10 | Implement item to item name list index mapping for Kyrandia 1 Amiga. | Johannes Schickel | |
svn-id: r43210 | |||
2009-08-08 | Implemented support for Amiga wander score map. | Johannes Schickel | |
svn-id: r43133 | |||
2009-07-15 | Bugfix: Disallow GMM Save/Load while in kyragem scene. | Johannes Schickel | |
svn-id: r42507 | |||
2009-06-25 | Add config option for Kyra1 16 color, it'll only use dithering when ↵ | Johannes Schickel | |
"16_color" is set to true. svn-id: r41847 | |||
2009-06-25 | Initial support for Kyrandia 1 PC-9801 Japanese 16 color. | Johannes Schickel | |
svn-id: r41844 | |||
2009-06-22 | Changed Screen::loadPalette to take a reference to a Palette object instead ↵ | Johannes Schickel | |
of an array. svn-id: r41745 | |||
2009-06-22 | Changed Screen::getPalette to return a reference to a Palette object. | Johannes Schickel | |
svn-id: r41741 | |||
2009-06-22 | Got rid of Screen::_currentPalette. | Johannes Schickel | |
svn-id: r41740 | |||
2009-05-29 | More formatting. | Johannes Schickel | |
svn-id: r40994 | |||
2009-05-29 | Cleanup. | Johannes Schickel | |
svn-id: r40989 | |||
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-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn | |
svn-id: r36142 | |||
2009-01-21 | Fixed GMM save/load functionallity in kyra1. | Johannes Schickel | |
svn-id: r35980 | |||
2008-12-25 | Fixed yet another valgrind warning. | Johannes Schickel | |
svn-id: r35535 | |||
2008-12-18 | Cleanup. | Johannes Schickel | |
svn-id: r35424 | |||
2008-12-16 | Switched kyra1 to use the same input functionality as kyra2 and kyra3. | Johannes Schickel | |
svn-id: r35393 | |||
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti | |
Massive cleanup. svn-id: r34983 | |||
2008-11-09 | Error out on savegame load failure (again). | Johannes Schickel | |
svn-id: r34953 | |||
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-11-03 | Preliminary support for loading via GMM for KYRA engine. | Johannes Schickel | |
svn-id: r34885 | |||
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-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn | |
svn-id: r34310 | |||
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-08-13 | Fixed some memory leaks | Christopher Page | |
svn-id: r33846 |