aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2009-03-01LOL: implement some opcodes for dialogue sequencesFlorian Kagerer
2009-03-01LOL: implemented some monster related code (monsters now get placed in the ma...Florian Kagerer
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-23LOL: - some more work on the interface (you can now click on the banners and ...Florian Kagerer
2009-02-21LOL: implemented timers (only text fading for now)Florian Kagerer
2009-02-21LOL: some work on inventory/item handlingFlorian Kagerer
2009-02-17Fix valgrind warning about mismatched delete.Johannes Schickel
2009-02-17Fix for long delay while fading palette in Zanthia's home, when mixing potions.Johannes Schickel
2009-02-16LOL: fixed invalid memory accessFlorian Kagerer
2009-02-16LOL: - more work on the user interfaceFlorian Kagerer
2009-02-15LOL: fix bug in kyra.datFlorian Kagerer
2009-02-15portability fix for platforms with unsigned charWillem Jan Palenstijn
2009-02-15LOL: - implemented proper button processing (works exactly as in Kyra 2 and 3...Florian Kagerer
2009-02-14LOL: fixed a bug in moveParty() and implemented some more gui codeFlorian Kagerer
2009-02-14LOL: fixed bug in text displayer and some cleanupFlorian Kagerer
2009-02-14LOL: add missing debug info to some script functionsFlorian Kagerer
2009-02-14LOL:Florian Kagerer
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
2009-02-05Allow ScummVM to quit while a character is talking in Kyra3.Johannes Schickel
2009-02-02KYRA: cleanupFlorian Kagerer
2009-02-01Fixed graphics glitches when replaying intro.Johannes Schickel
2009-02-01- CleanupJohannes Schickel
2009-02-01Removed uneeded setupPrologueData calls.Johannes Schickel
2009-02-01Oops wrong parameter in last commit.Johannes Schickel
2009-02-01- Fixed mismatching new[] / free.Johannes Schickel
2009-02-01Implemented per voice volume control. (Used for example in LoL intro)Johannes Schickel
2009-02-01Moved some code to newly added files sequences_lol.cpp (more static sequence ...Johannes Schickel
2009-02-01Oops removed accidently commited code.Johannes Schickel
2009-02-01Removed obsolete fixme.Johannes Schickel
2009-02-01Fixed out of bounds memory access.Johannes Schickel
2009-02-01Fixed compilation for now.Johannes Schickel
2009-02-01svn-id: r36178Florian Kagerer
2009-01-31o2_loadSoundFile is a dummy for non DOS versions.Johannes Schickel
2009-01-31Fixed o2_loadSoundFile implementation.Johannes Schickel
2009-01-31Fix for bug #2551436 "KYRA2: ScummVM quits after death".Johannes Schickel
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
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