aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-21Check against the signature of Groovie v2 cursors with MKID_BE, makes it easi...Matthew Hoops
2010-06-21PSP: errors from both ScummVM and the PSP port now print to file by default. ...Yotam Barnoy
2010-06-21PSP: removed default 'using ME' messageYotam Barnoy
2010-06-21PSP: switched loader to use PSP's debug mechanismYotam Barnoy
2010-06-21SCI: fix regression of r50073, allNotesOff() now directly sends to driver aga...Martin Kiewitz
2010-06-21SCI: also set throttle trigger on kPalette(animate)Martin Kiewitz
2010-06-21SCI: GfxPalette::kernelSetIntensity() now also triggers throttler - somewhat ...Martin Kiewitz
2010-06-20Cleaner fix for the QFG4 demo audio map problem.Matthew Hoops
2010-06-20Ignore the broken 65535x.map file in the QFG4 demo, mistakenly picked up when...Matthew Hoops
2010-06-20SCI: fixed typoMartin Kiewitz
2010-06-20SCI: implemented kPalVary(changeTicks)Martin Kiewitz
2010-06-20SCI: properly implement kPalVary functionality within kDrawPic and transition...Martin Kiewitz
2010-06-20GUI: Tweak low-res Launcher layout (1-2 more games visible in game list, less...Max Horn
2010-06-20SCI: adding timestamp update for frameout, fixes gk1 windows main menuMartin Kiewitz
2010-06-20SCI: disable palvary when reverse is fully done - fixes palette getting stuck...Martin Kiewitz
2010-06-20SCI: displaying debug warning again for kPalVary(init)Martin Kiewitz
2010-06-20SCI: cleanup of SciPaletteMartin Kiewitz
2010-06-20SCI: dont display string set by kSetQuitStrMartin Kiewitz
2010-06-20SCI: implemented kPalVary(reverse) for pharkas, although there is a bug somew...Martin Kiewitz
2010-06-20Sort planes in kFrameOut by priority and keep plane/item priority separate as...Matthew Hoops
2010-06-20SCI: adding info about kPalVary(8) being SCI32 exclusiveMartin Kiewitz
2010-06-20SCI: implementing kPalVary(2)Martin Kiewitz
2010-06-20SCI: adding code for kPalVary ticks == 0 case, fixes pharkasMartin Kiewitz
2010-06-20SCI: adding kPalVary update call to kFrameout - it's getting morning now in g...Martin Kiewitz
2010-06-20SCI: some kPalVary support - intro of island dr. brain works fine nowMartin Kiewitz
2010-06-20SCI: kPalVary - cleanup and some more codeMartin Kiewitz
2010-06-20Commit slightly modified version of patch #3018727: fix subtitle options (tha...Thierry Crozat
2010-06-20SCI: fix r50078, we need to update timestamp for inbetween SCI1.1 games, but ...Martin Kiewitz
2010-06-20SCI: update timestamp like before for inbetween SCI1.1 gamesMartin Kiewitz
2010-06-20SCI: update sys palette timestamp only on kDrawPic in SCI1.1, fixes intro of ...Martin Kiewitz
2010-06-20SCI: removing unneeded parameters inside SciPalette, cleanup of SciPaletteMartin Kiewitz
2010-06-20SCI: implementing reading of parameters for kPalVary(init) for argc 4 and argc 5Martin Kiewitz
2010-06-20SCI: some cleanup for kPalVaryMartin Kiewitz
2010-06-20SCI: storing all manual midi commands now and actually sending them to driver...Martin Kiewitz
2010-06-20Don't go into "menu input mode" unless the game currently allows the menus toTorbjörn Andersson
2010-06-20Removed unused variablesPaul Gilbert
2010-06-20Implemented explicit transparency index support - the previous hardcoded inde...Paul Gilbert
2010-06-20Added support for the alternate encoding for depth surfacesPaul Gilbert
2010-06-19Add nearly complete french translation. I tried to make it work also in 320x2...Thierry Crozat
2010-06-19SCI: changing error to warning in ResMan::detectViewType()Martin Kiewitz
2010-06-19SCI: locking _mutex inside SciMusic::sendMidiCommand(MusicEntry *pSnd, uint32...Martin Kiewitz
2010-06-19SCI: fixing last uninitialized variable issue in MidiParser_SCI (hopefully)Martin Kiewitz
2010-06-19SCI: fixing another uninitialized variable usage issue - also limiting reset ...Martin Kiewitz
2010-06-19SCI: stopping scripts from sending to unused channels manually (fixes sq1vga)Martin Kiewitz
2010-06-19SCI: reverting r50058 - we can't actually send to the channels at that time, ...Martin Kiewitz
2010-06-19SCI: move setVolume down inside loadMusic so that it actually affects the use...Martin Kiewitz
2010-06-19SCI: fixing uninitialized usage in MidiParser_SCIMartin Kiewitz
2010-06-19SCI: make channel remapping stop using channel 0 for mt32 - fixes playback ac...Martin Kiewitz
2010-06-19SCI: resume when unable to locate base objects - fixes loading some saved gamesMartin Kiewitz
2010-06-19SCI: free channels for channel remapping on stop and pause, instead of dispos...Martin Kiewitz