Age | Commit message (Expand) | Author |
2010-06-22 | SCI: fixed typo | Martin Kiewitz |
2010-06-22 | SCI: kPalVary(SetTarget) implemented | Martin Kiewitz |
2010-06-22 | SCI: removing unneeded capacity uint from r50143 | Martin Kiewitz |
2010-06-22 | SCI: kPalVary(setTarget) now triggers an error | Martin Kiewitz |
2010-06-22 | Add support for the QFG3 demo audio map and audio resources. Based on a patch... | Matthew Hoops |
2010-06-22 | SCI: change midi queue to Common::Array and make it resize itself if needed i... | Martin Kiewitz |
2010-06-22 | Reverted the code which handles objects without a base object when loading, f... | Filippos Karapetis |
2010-06-22 | The volume subop of kDoAudio returns the previous volume in SCI2.1, but not i... | Filippos Karapetis |
2010-06-22 | Stop saving the buffer, script and heap sizes of each script in saved games | Filippos Karapetis |
2010-06-21 | In SCI32, kDoAudio subop 10 is no longer CD audio. Just stub it off for now. | Matthew Hoops |
2010-06-21 | SCI: fades already send out commands directly | Martin Kiewitz |
2010-06-21 | SCI: instead of queueing inside midiparser, we are queueing now globally in S... | Martin Kiewitz |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-21 | Fixed the demo of Hoyle 4 by adding two selectors it needs "syncTime" and "sy... | Filippos Karapetis |
2010-06-21 | When loading or restarting, stop script processing if the game is being loade... | Filippos Karapetis |
2010-06-21 | Fix the Hoyle 4 (Hoyle Classic) demo's top offset. It currently errors out la... | Matthew Hoops |
2010-06-21 | Add a workaround for a MUMG script bug, MUMG now works again. | Matthew Hoops |
2010-06-21 | SCI: added fixme about r50110/r50073 | Martin Kiewitz |
2010-06-21 | SCI: fix regression of r50073, allNotesOff() now directly sends to driver aga... | Martin Kiewitz |
2010-06-21 | SCI: also set throttle trigger on kPalette(animate) | Martin Kiewitz |
2010-06-21 | SCI: GfxPalette::kernelSetIntensity() now also triggers throttler - somewhat ... | Martin Kiewitz |
2010-06-20 | Cleaner fix for the QFG4 demo audio map problem. | Matthew Hoops |
2010-06-20 | Ignore the broken 65535x.map file in the QFG4 demo, mistakenly picked up when... | Matthew Hoops |
2010-06-20 | SCI: fixed typo | Martin Kiewitz |
2010-06-20 | SCI: implemented kPalVary(changeTicks) | Martin Kiewitz |
2010-06-20 | SCI: properly implement kPalVary functionality within kDrawPic and transition... | Martin Kiewitz |
2010-06-20 | SCI: adding timestamp update for frameout, fixes gk1 windows main menu | Martin Kiewitz |
2010-06-20 | SCI: disable palvary when reverse is fully done - fixes palette getting stuck... | Martin Kiewitz |
2010-06-20 | SCI: displaying debug warning again for kPalVary(init) | Martin Kiewitz |
2010-06-20 | SCI: cleanup of SciPalette | Martin Kiewitz |
2010-06-20 | SCI: dont display string set by kSetQuitStr | Martin Kiewitz |
2010-06-20 | SCI: implemented kPalVary(reverse) for pharkas, although there is a bug somew... | Martin Kiewitz |
2010-06-20 | Sort planes in kFrameOut by priority and keep plane/item priority separate as... | Matthew Hoops |
2010-06-20 | SCI: adding info about kPalVary(8) being SCI32 exclusive | Martin Kiewitz |
2010-06-20 | SCI: implementing kPalVary(2) | Martin Kiewitz |
2010-06-20 | SCI: adding code for kPalVary ticks == 0 case, fixes pharkas | Martin Kiewitz |
2010-06-20 | SCI: adding kPalVary update call to kFrameout - it's getting morning now in g... | Martin Kiewitz |
2010-06-20 | SCI: some kPalVary support - intro of island dr. brain works fine now | Martin Kiewitz |
2010-06-20 | SCI: kPalVary - cleanup and some more code | Martin Kiewitz |
2010-06-20 | SCI: fix r50078, we need to update timestamp for inbetween SCI1.1 games, but ... | Martin Kiewitz |
2010-06-20 | SCI: update timestamp like before for inbetween SCI1.1 games | Martin Kiewitz |
2010-06-20 | SCI: update sys palette timestamp only on kDrawPic in SCI1.1, fixes intro of ... | Martin Kiewitz |
2010-06-20 | SCI: removing unneeded parameters inside SciPalette, cleanup of SciPalette | Martin Kiewitz |
2010-06-20 | SCI: implementing reading of parameters for kPalVary(init) for argc 4 and argc 5 | Martin Kiewitz |
2010-06-20 | SCI: some cleanup for kPalVary | Martin Kiewitz |
2010-06-20 | SCI: storing all manual midi commands now and actually sending them to driver... | Martin Kiewitz |
2010-06-19 | SCI: changing error to warning in ResMan::detectViewType() | Martin Kiewitz |
2010-06-19 | SCI: locking _mutex inside SciMusic::sendMidiCommand(MusicEntry *pSnd, uint32... | Martin Kiewitz |
2010-06-19 | SCI: fixing last uninitialized variable issue in MidiParser_SCI (hopefully) | Martin Kiewitz |
2010-06-19 | SCI: fixing another uninitialized variable usage issue - also limiting reset ... | Martin Kiewitz |