aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
svn-id: r36236
2009-02-05Allow ScummVM to quit while a character is talking in Kyra3.Johannes Schickel
svn-id: r36221
2009-02-02KYRA: cleanupFlorian Kagerer
svn-id: r36207
2009-02-01Fixed graphics glitches when replaying intro.Johannes Schickel
svn-id: r36193
2009-02-01- CleanupJohannes Schickel
- This time fixed the real cause of the mismatching malloc / delete[] call. svn-id: r36191
2009-02-01Removed uneeded setupPrologueData calls.Johannes Schickel
svn-id: r36188
2009-02-01Oops wrong parameter in last commit.Johannes Schickel
svn-id: r36187
2009-02-01- Fixed mismatching new[] / free.Johannes Schickel
- Fixed bad casting svn-id: r36186
2009-02-01Implemented per voice volume control. (Used for example in LoL intro)Johannes Schickel
svn-id: r36184
2009-02-01Moved some code to newly added files sequences_lol.cpp (more static sequence ↵Johannes Schickel
code is coming up in the future anyway...) svn-id: r36183
2009-02-01Oops removed accidently commited code.Johannes Schickel
svn-id: r36182
2009-02-01Removed obsolete fixme.Johannes Schickel
svn-id: r36181
2009-02-01Fixed out of bounds memory access.Johannes Schickel
svn-id: r36180
2009-02-01Fixed compilation for now.Johannes Schickel
svn-id: r36179
2009-02-01svn-id: r36178Florian Kagerer
2009-01-31o2_loadSoundFile is a dummy for non DOS versions.Johannes Schickel
svn-id: r36168
2009-01-31Fixed o2_loadSoundFile implementation.Johannes Schickel
svn-id: r36163
2009-01-31Fix for bug #2551436 "KYRA2: ScummVM quits after death".Johannes Schickel
svn-id: r36161
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
svn-id: r36142
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