aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
svn-id: r36132
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops ↵Max Horn
like 'while(cond);' by inserting newlines svn-id: r36127
2009-01-23Renamed Kyra's Resource::getFileStream to createReadStreamMax Horn
svn-id: r36022
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
svn-id: r36021
2009-01-23Renamed ArchiveMember::open -> createReadStream, and made it a cv member ↵Max Horn
(const); same for Archive::openFile svn-id: r36020
2009-01-22Minor cleanup (got rid of a dynamic array).Johannes Schickel
svn-id: r35999
2009-01-21Fixed GMM save/load functionallity in kyra1.Johannes Schickel
svn-id: r35980
2009-01-20Cleanup.Johannes Schickel
svn-id: r35943
2009-01-20Yet another two small formatting fixes.Johannes Schickel
svn-id: r35942
2009-01-20- Fixed formattingJohannes Schickel
- Added FIXME about falling through case blocks svn-id: r35940
2009-01-20- Moved some script related code to script_lol.cppJohannes Schickel
- Renamed opcodes from o2_* to olol_* svn-id: r35938
2009-01-20Fixed warnings (nice example of why heeding warnings is useful: one of the ↵Max Horn
changes seems to fix a NULL deref) svn-id: r35933
2009-01-19LOL: some work on the music handlingFlorian Kagerer
svn-id: r35929
2009-01-19LOL: some renamingFlorian Kagerer
svn-id: r35919
2009-01-19Fixed warning.Torbjörn Andersson
svn-id: r35918
2009-01-18LOL: basic music support and some cleanupFlorian Kagerer
svn-id: r35917
2009-01-18LOL: fix some valgrind warningsFlorian Kagerer
svn-id: r35910
2009-01-18Formatting.Johannes Schickel
svn-id: r35908
2009-01-18Fixed mismatching delete call.Johannes Schickel
svn-id: r35907
2009-01-18- Fixed some delete[] misuseJohannes Schickel
- Fixed regression introduced with r35904 svn-id: r35906
2009-01-18- Fixed bug in script code of LoLJohannes Schickel
- Cleanup svn-id: r35905
2009-01-18Fixed compilation.Johannes Schickel
svn-id: r35904
2009-01-18LOL: Some drawing code and some opcodes so that the first scene will show ↵Florian Kagerer
up. Playing is not possible. This is still somewhat messy since a lot of stuff hasn't been figured out yet. svn-id: r35903
2009-01-18Fixed bug in PAK link list code, now file links are correctly initialized.Johannes Schickel
svn-id: r35902
2009-01-18Update scene number internally so it gets displayed correctly in the debugger.Johannes Schickel
svn-id: r35900
2009-01-13When reverting to text only mode update the config manager settings accordingly.Johannes Schickel
svn-id: r35847
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-29Removed unused variable.Johannes Schickel
svn-id: r35618
2008-12-29Reset screen dimension settings after closing menu.Johannes Schickel
svn-id: r35609
2008-12-29- CleanupJohannes Schickel
- Implemented Screen_LoL::fprintString svn-id: r35608
2008-12-29Extended some comments.Johannes Schickel
svn-id: r35606
2008-12-29Fixed character selection screen.Johannes Schickel
svn-id: r35605
2008-12-29Cleanup.Johannes Schickel
svn-id: r35604
2008-12-28LOL: - fixed some bugs in the main menu code (premature pak file unloading ↵Florian Kagerer
etc.) and added floppy support svn-id: r35595
2008-12-26Oops added files I forgot in r35553.Johannes Schickel
svn-id: r35555
2008-12-26Fixed memory leak.Johannes Schickel
svn-id: r35554
2008-12-26Implemented (some) main menu code for LoL.Johannes Schickel
svn-id: r35553
2008-12-26Cleanup.Johannes Schickel
svn-id: r35552
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
svn-id: r35542
2008-12-25Fixed yet another valgrind warning.Johannes Schickel
svn-id: r35535
2008-12-25Fixed valgrind warning.Johannes Schickel
svn-id: r35534
2008-12-20Cleanup.Johannes Schickel
svn-id: r35451
2008-12-19KYRA: fix mt-32 sysex loading for LOL floppyFlorian Kagerer
svn-id: r35434
2008-12-18KYRA1: fixed Serpent Cave/Malcolm scene (where Brandon would instantly get ↵Florian Kagerer
killed without having a chance to grab the dagger) svn-id: r35429
2008-12-18Clean up cursor stack on engine quit properly.Johannes Schickel
svn-id: r35427
2008-12-18Cleanup.Johannes Schickel
svn-id: r35424
2008-12-16Switched kyra1 to use the same input functionality as kyra2 and kyra3.Johannes Schickel
svn-id: r35393
2008-12-14Added code to initialize MT-32 properly for Lands of Lore.Johannes Schickel
svn-id: r35347
2008-12-11Whoops changed integer size of variables storing volume information, now ↵Johannes Schickel
volume of 256 should work as expected. svn-id: r35303
2008-12-11Midi code now allows volume values to be [0, 256] instead of [0, 255] like ↵Johannes Schickel
before, thus removed the clipping the old code used. svn-id: r35302