aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2009-02-16LOL: fixed invalid memory accessFlorian Kagerer
svn-id: r38383
2009-02-16LOL: - more work on the user interfaceFlorian Kagerer
- fixed non interactive demo svn-id: r38374
2009-02-15LOL: fix bug in kyra.datFlorian Kagerer
svn-id: r38246
2009-02-15portability fix for platforms with unsigned charWillem Jan Palenstijn
svn-id: r38229
2009-02-15LOL: - implemented proper button processing (works exactly as in Kyra 2 and ↵Florian Kagerer
3, so we do have some code duplication atm, I just fixed right mouse button support for LOL) - keyboard control now works svn-id: r38190
2009-02-14LOL: fixed a bug in moveParty() and implemented some more gui codeFlorian Kagerer
svn-id: r36328
2009-02-14LOL: fixed bug in text displayer and some cleanupFlorian Kagerer
svn-id: r36327
2009-02-14LOL: add missing debug info to some script functionsFlorian Kagerer
svn-id: r36324
2009-02-14LOL:Florian Kagerer
- implemented some input code - you can walk around now (not very far though, since doors don't work yet). Keyboard control is still missing - processButtonList isn't really implemented yet for LOL. I'll still have to check which features are needed here. svn-id: r36320
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