aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra.cpp
AgeCommit message (Expand)Author
2006-03-18- started to rework static resource loadingJohannes Schickel
2006-03-15On second thought, that comment is probably not necessary.Torbjörn Andersson
2006-03-15Revert previous change. I'm told some backends don't draw the mouse cursorTorbjörn Andersson
2006-03-15The backend handled cursor drawing -- no need to update the screen manually.Torbjörn Andersson
2006-03-14- Deletes wrong spaces in debugC calls in resource.cppJohannes Schickel
2006-03-14Fixes wrong sound then showing the death screen.Johannes Schickel
2006-03-13- Fixed regression when moving waitTicks to delay (removes wrongly drawn shap...Johannes Schickel
2006-03-12Corrects former commit which deleted sound file loading after the scene with ...Johannes Schickel
2006-03-12Music in the last two intro scenes plays now again with adlib.Johannes Schickel
2006-03-09Make use of DetectedGame::updateDesc in the kyra & lure enginesMax Horn
2006-03-09- Renamed GameSettings to PlainGameDescriptorMax Horn
2006-03-09- added new toDetectedGame() template function (analog to toGameSettings)Max Horn
2006-03-08Implemented the last menu (the settings screen). Walking speed, text speed,Oystein Eftevaag
2006-03-08Fixed tons of format string warnings for debug/error calls (including several...Max Horn
2006-03-07Added the proper death dialog, changed the sequence skipping code a bit to avoidOystein Eftevaag
2006-03-02Fix for bug #1438822 (Targets are case sensitive)Max Horn
2006-02-27Added WIP Adlib sound playing code to kyra.Johannes Schickel
2006-02-18- renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistencyMax Horn
2006-02-18- Removed the 'features' field from GameSettingsMax Horn
2006-02-17Added global toGameSettings() template function for convenience; simplified G...Max Horn
2006-02-17Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::ini...Max Horn
2006-02-14Made the kyra debug extensions more generic, i.e. scumm engine could replaceJohannes Schickel
2006-02-14Reworked kyra debug output system. Now he have special kyra intern debug leve...Johannes Schickel
2006-02-13Initializes a var that would sometimes cause the intro to run too fast.Oystein Eftevaag
2006-02-11Moved engines to the new engines/ directoryMax Horn