aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2008-09-07- Fixed regression in Resource::unloadPakFileJohannes Schickel
- Changed priority value for OSystem::addSysArchivesToSearchSet call svn-id: r34436
2008-09-07Got rid of all Common::File usages in Kyra.Johannes Schickel
svn-id: r34435
2008-09-07Fix warning about missing virtual destructorMax Horn
svn-id: r34433
2008-09-07Moved Kyra resource code to a SearchSet/Archive based implementation, this ↵Johannes Schickel
removes dependencies on Common::File. svn-id: r34428
2008-09-07Temporary workaround for bug #2098279: ALL: Game path with no trailing ↵Max Horn
backslash fails svn-id: r34408
2008-09-06Got rid of File::eof()Max Horn
svn-id: r34396
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
svn-id: r34310
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵Max Horn
'typedef Common::String String;' name aliases svn-id: r34302
2008-09-02some minor bug fixesFlorian Kagerer
svn-id: r34288
2008-09-02Cleanup: Remove now unneeded KyraEngine_v1::quitGame.Johannes Schickel
Peres proposal for this commit log was: 'fixing .... as peres pointed out in his very interesting mail on -devel that everybody should read'. svn-id: r34282
2008-09-01- kyra: fm-towns/pc-98 audio: restructured driver, added rhythm channel dataFlorian Kagerer
svn-id: r34259
2008-09-01Cleanup.Johannes Schickel
svn-id: r34248
2008-09-01Merging more of the GSoC 2008 RTL branch: KYRAMax Horn
svn-id: r34246
2008-08-25Implemented continous screen updating while waiting for text input in v2 ↵Johannes Schickel
GUI. (based on LoK implementation) svn-id: r34157
2008-08-25Added short delay(Millis) call while waiting for text input, should reduce ↵Johannes Schickel
CPU usage a little bit. svn-id: r34149
2008-08-21KYRA: Towns/PC-98-Audio: fixed bug where notes for which the hold flag was ↵Florian Kagerer
set were turned off nonetheless svn-id: r34087
2008-08-21KYRA: Towns/PC-98-Audio: increased precision for envelope generator timing ↵Florian Kagerer
and tempo when using "odd" output rates like 48 kHz or 8 kHz svn-id: r34079
2008-08-21KYRA: Towns/PC-98-Audio: tempo fix for output rates other than 44100 HzFlorian Kagerer
svn-id: r34078
2008-08-20KYRA: Towns/PC-98-Audio: fix bug where pitch wheel is processed twice ↵Florian Kagerer
instead of once svn-id: r34076
2008-08-20- add support for Italian floppy versionFlorian Kagerer
- more work on fm-towns music tempo svn-id: r34067
2008-08-20tempo fixFlorian Kagerer
svn-id: r34064
2008-08-20Fix compilation: Changed 'not' to '!'.Kari Salminen
svn-id: r34057
2008-08-20Committed patch #2055831 "KYRA: ResFileEntry parent cache optimization".Johannes Schickel
svn-id: r34055
2008-08-20- Committed Max' compressed save backseeking support from patch #2050337 ↵Johannes Schickel
"KYRA/SCUMM: Thumbnail support/improvement" - Extended SCUMM engine to support savegames without thumbnail header. (Increased savegame version to prevent saves to be loaded from older ScummVM versions) - Fixed KYRA to properly support savegames without thumbnail header. svn-id: r34054
2008-08-20Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". ↵Johannes Schickel
(Without Max' compressed backward seeking support for now) svn-id: r34053
2008-08-19Fixed GCC warningMax Horn
svn-id: r34032
2008-08-19Use the correct and specified datatype int32 instead of only int.Lars Persson
svn-id: r34027
2008-08-19fixed warningsFlorian Kagerer
svn-id: r34019
2008-08-19fixed bug that caused a lockup in certain configurations when the music was ↵Florian Kagerer
fading svn-id: r34015
2008-08-18KYRA: FM-Towns/PC-98 Audio:Florian Kagerer
- adpcm decoding for rhythm channel - cleanup svn-id: r33993
2008-08-17KYRA: FM-Towns/PC-98 Audio:Florian Kagerer
- improved accuracy - complete percussion channel support (does not work atm though, since the instrument data is missing) - some cleanup svn-id: r33980
2008-08-16Cleanup.Johannes Schickel
svn-id: r33948
2008-08-16KYRA: Fm-Towns Audio: fixed crashFlorian Kagerer
svn-id: r33943
2008-08-16KYRA: Fm-Towns Audio: fixed music fadingFlorian Kagerer
svn-id: r33942
2008-08-16- KYRA: FM-Towns/PC-98 Audio: fixed several bugs and got rid of some ↵Florian Kagerer
floating point arithmetic (or at least replaced some doubles with floats) - Improved support for PC-98 music: HOF tracks seem to be fine, KYRA should be okay, too (I can't compare with an emulator since I am missing the floppy boot disk with the executable) - There are still tempo issues. Some tracks play way too slow, others way too fast - PC-98 sound effects in Kyra 1 don't work (I would need the floppy disk with the executable for that) svn-id: r33938
2008-08-16Merged revisions ↵Christopher Page
33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-33812,33815-33817,33819,33822,33826,33829,33837,33839,33844,33847,33858-33861,33864,33871-33873,33875,33877-33879,33886,33889-33892,33894,33896,33900,33902-33903,33919 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33924
2008-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ↵Christopher Page
GMM if the engine doesn't support it svn-id: r33921
2008-08-15Defined some MetaEngineFeatures for the engines, the launcher uses these ↵Christopher Page
features to allow/disallow loading and deleting saves svn-id: r33909
2008-08-14lol: new detection entry (german floppy extracted)Florian Kagerer
svn-id: r33886
2008-08-14Formatting.Johannes Schickel
svn-id: r33879
2008-08-14Improved version of my resource loading patch from -devel (check also r33876).Johannes Schickel
svn-id: r33878
2008-08-14- HOF: forgot french and german entries in last commitFlorian Kagerer
svn-id: r33875
2008-08-14- HOF: another Italian fan translationFlorian Kagerer
svn-id: r33873
2008-08-13Fixed some memory leaksChristopher Page
svn-id: r33846
2008-08-13Added detection entries for kyra3 Mac.Johannes Schickel
svn-id: r33837
2008-08-11LOL: add support for floppy installer filesFlorian Kagerer
(startup will fail nonethelesse since we have different pak file names) svn-id: r33777
2008-08-10Merged revisions ↵Christopher Page
33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,33754,33756,33758,33761,33763,33766 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33769
2008-08-10Added fallback to text only mode when voice files are not found.Johannes Schickel
svn-id: r33742
2008-08-10Fixed kyra to support properly support restarting of engine (for GSoC RTL, ↵Johannes Schickel
based on a patch from Chris Page). svn-id: r33736
2008-08-10Fixed crash in KyraEngine_HoF::pauseEngineIntern.Johannes Schickel
svn-id: r33733