Age | Commit message (Expand) | Author |
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 | GUI: Tweak low-res Launcher layout (1-2 more games visible in game list, less... | Max Horn |
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 | Commit slightly modified version of patch #3018727: fix subtitle options (tha... | Thierry Crozat |
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-20 | Don't go into "menu input mode" unless the game currently allows the menus to | Torbjörn Andersson |
2010-06-20 | Removed unused variables | Paul Gilbert |
2010-06-20 | Implemented explicit transparency index support - the previous hardcoded inde... | Paul Gilbert |
2010-06-20 | Added support for the alternate encoding for depth surfaces | Paul Gilbert |
2010-06-19 | Add nearly complete french translation. I tried to make it work also in 320x2... | Thierry Crozat |
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 |
2010-06-19 | SCI: stopping scripts from sending to unused channels manually (fixes sq1vga) | Martin Kiewitz |
2010-06-19 | SCI: reverting r50058 - we can't actually send to the channels at that time, ... | Martin Kiewitz |
2010-06-19 | SCI: move setVolume down inside loadMusic so that it actually affects the use... | Martin Kiewitz |
2010-06-19 | SCI: fixing uninitialized usage in MidiParser_SCI | Martin Kiewitz |
2010-06-19 | SCI: make channel remapping stop using channel 0 for mt32 - fixes playback ac... | Martin Kiewitz |
2010-06-19 | SCI: resume when unable to locate base objects - fixes loading some saved games | Martin Kiewitz |
2010-06-19 | SCI: free channels for channel remapping on stop and pause, instead of dispos... | Martin Kiewitz |
2010-06-19 | SCI: cleanup view decompression code | Martin Kiewitz |
2010-06-19 | Whoops copy&paste mistake... | Johannes Schickel |
2010-06-19 | Comment out rule for common/messages.cpp for now and make update-translations... | Johannes Schickel |
2010-06-19 | Fix an issue in String::ensureCapacity() when the string is shared. It could ... | Thierry Crozat |
2010-06-19 | AGI: Get rid of GID_SQ0 | Max Horn |
2010-06-19 | AGI: Fix detection of AGI Tetris and Caitlyn's Destiny | Max Horn |
2010-06-19 | SCI: replacing the keyboard size check for direction type detection with chec... | Martin Kiewitz |