aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-23Renamed Kyra's Resource::getFileStream to createReadStreamMax Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-23Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con...Max Horn
2009-01-22Minor cleanup (got rid of a dynamic array).Johannes Schickel
2009-01-21Fixed GMM save/load functionallity in kyra1.Johannes Schickel
2009-01-20Cleanup.Johannes Schickel
2009-01-20Yet another two small formatting fixes.Johannes Schickel
2009-01-20- Fixed formattingJohannes Schickel
2009-01-20- Moved some script related code to script_lol.cppJohannes Schickel
2009-01-20Fixed warnings (nice example of why heeding warnings is useful: one of the ch...Max Horn
2009-01-19LOL: some work on the music handlingFlorian Kagerer
2009-01-19LOL: some renamingFlorian Kagerer
2009-01-19Fixed warning.Torbjörn Andersson
2009-01-18LOL: basic music support and some cleanupFlorian Kagerer
2009-01-18LOL: fix some valgrind warningsFlorian Kagerer
2009-01-18Formatting.Johannes Schickel
2009-01-18Fixed mismatching delete call.Johannes Schickel
2009-01-18- Fixed some delete[] misuseJohannes Schickel
2009-01-18- Fixed bug in script code of LoLJohannes Schickel
2009-01-18Fixed compilation.Johannes Schickel
2009-01-18LOL: Some drawing code and some opcodes so that the first scene will show up....Florian Kagerer
2009-01-18Fixed bug in PAK link list code, now file links are correctly initialized.Johannes Schickel
2009-01-18Update scene number internally so it gets displayed correctly in the debugger.Johannes Schickel
2009-01-13When reverting to text only mode update the config manager settings accordingly.Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-29Removed unused variable.Johannes Schickel
2008-12-29Reset screen dimension settings after closing menu.Johannes Schickel
2008-12-29- CleanupJohannes Schickel
2008-12-29Extended some comments.Johannes Schickel
2008-12-29Fixed character selection screen.Johannes Schickel
2008-12-29Cleanup.Johannes Schickel
2008-12-28LOL: - fixed some bugs in the main menu code (premature pak file unloading et...Florian Kagerer
2008-12-26Oops added files I forgot in r35553.Johannes Schickel
2008-12-26Fixed memory leak.Johannes Schickel
2008-12-26Implemented (some) main menu code for LoL.Johannes Schickel
2008-12-26Cleanup.Johannes Schickel
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
2008-12-25Fixed yet another valgrind warning.Johannes Schickel
2008-12-25Fixed valgrind warning.Johannes Schickel
2008-12-20Cleanup.Johannes Schickel
2008-12-19KYRA: fix mt-32 sysex loading for LOL floppyFlorian Kagerer
2008-12-18KYRA1: fixed Serpent Cave/Malcolm scene (where Brandon would instantly get ki...Florian Kagerer
2008-12-18Clean up cursor stack on engine quit properly.Johannes Schickel
2008-12-18Cleanup.Johannes Schickel
2008-12-16Switched kyra1 to use the same input functionality as kyra2 and kyra3.Johannes Schickel
2008-12-14Added code to initialize MT-32 properly for Lands of Lore.Johannes Schickel
2008-12-11Whoops changed integer size of variables storing volume information, now volu...Johannes Schickel
2008-12-11Midi code now allows volume values to be [0, 256] instead of [0, 255] like be...Johannes Schickel