Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-15 | JANITORIAL: Typos detected with lintian & grep | Alexandre Detiste | |
2014-02-18 | KYRA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-06-13 | KYRA: Reduce amount of updateScreen calls. | Johannes Schickel | |
This fixes some slowdowns in Kyra2 with the OpenGL backend for me. Most of the updateScreen calls saved were introduced by us implementing the original behavior of hiding the mouse before drawing onto the screen and showing it again afterwards, since the mouse cursor is not drawn on the game screen in our implementation (and unlike in the original) this is not necessary. | |||
2011-12-26 | KYRA: Some formatting fixes. | Johannes Schickel | |
2011-12-26 | KYRA: whitespace cleanup | athrxx | |
2011-12-26 | KYRA: (EOB) - some refactoring | athrxx | |
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-11 | Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for ↵ | Johannes Schickel | |
Kyra 2 and 3". svn-id: r32016 | |||
2008-05-10 | Implemented pausing of timers, this should fix some minor glitches. | Johannes Schickel | |
svn-id: r31985 | |||
2008-05-07 | Changed kyra to use delete[] instead of delete []. | Johannes Schickel | |
svn-id: r31925 | |||
2008-04-29 | - Renamed ScriptInterpreter -> EMCInterpreter | Johannes Schickel | |
- Renamed ScriptState -> EMCState, ScriptData -> EMCData - Removed 'Script' from function names inside EMCInterpreter - Fixed KyraEngine::readSettings and KyraEngine::writeSettings for kyra3 svn-id: r31773 | |||
2008-04-29 | Various cleanup. | Johannes Schickel | |
svn-id: r31772 | |||
2008-04-18 | Some kyra1 menu tweaking, now all languages should use the same clean layout ↵ | Johannes Schickel | |
instead of variable width button system (widths even changed at runtime, which looked rather strange). svn-id: r31559 | |||
2008-04-18 | Fixed displaying text speed settings in CD version. | Johannes Schickel | |
svn-id: r31558 | |||
2008-04-12 | - some refactoring for Kyra3 | Johannes Schickel | |
- removed unneeded map code in KyraEngine_v3 svn-id: r31488 | |||
2008-04-05 | Fixed regression causing a crash when the user had less than 5 savefiles. | Johannes Schickel | |
svn-id: r31412 | |||
2008-04-05 | Implemented proper savefile listing, this fixes bug #1479872 "KYRA1: a small ↵ | Johannes Schickel | |
menu issue". svn-id: r31392 | |||
2008-04-04 | Added partial support for main menu. Only load, save and resume buttons are ↵ | Johannes Schickel | |
working currently svn-id: r31375 | |||
2008-03-30 | - fixed savegame description loading in kyra1 | Johannes Schickel | |
- added Kyra2 load menu, currently just accessable from startup menu though svn-id: r31331 | |||
2008-03-28 | - fixed svn properties | Johannes Schickel | |
- reenabled kyra1 layout calculation svn-id: r31294 | |||
2008-03-28 | Refactored Kyrandia GUI code a bit. | Johannes Schickel | |
svn-id: r31290 | |||
2008-03-17 | Implemented quick (via hotkeys) save/load suppot for HoF. | Johannes Schickel | |
svn-id: r31154 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-27 | - slightly refactored user settings handling | Johannes Schickel | |
- added user some settings handling for HoF svn-id: r30653 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-12-24 | MenuItem member renaming. | Johannes Schickel | |
svn-id: r29969 | |||
2007-09-15 | - added PC-98 platform entry | Johannes Schickel | |
- added Kyrandia 1 PC-98 detection entries svn-id: r28907 | |||
2007-07-29 | - Kyrandia 1 works again | Johannes Schickel | |
- Added timer class for timer handling - Little bit more resturcturing - A little bit (almost nothing but a start!) Kyrandia 2 support svn-id: r28297 | |||
2007-07-29 | Restructure Kyrandia sourcecode (part 2, compiling works again) | Johannes Schickel | |
svn-id: r28296 | |||
2007-07-29 | - Restructure Kyrandia sourcecode (part 1, breaks compiling) | Johannes Schickel | |
svn-id: r28294 |