Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-20 | SCI: dont display string set by kSetQuitStr | Martin Kiewitz | |
svn-id: r50090 | |||
2010-06-20 | SCI: implemented kPalVary(reverse) for pharkas, although there is a bug ↵ | Martin Kiewitz | |
somewhere, not working 100% svn-id: r50089 | |||
2010-06-20 | Sort planes in kFrameOut by priority and keep plane/item priority separate ↵ | Matthew Hoops | |
as they represent two different things. Fixes various SCI32 graphical glitches. Most (all?) remaining glitches are because we don't yet handle kSignalFixedPriority. svn-id: r50087 | |||
2010-06-20 | SCI: adding info about kPalVary(8) being SCI32 exclusive | Martin Kiewitz | |
svn-id: r50086 | |||
2010-06-20 | SCI: implementing kPalVary(2) | Martin Kiewitz | |
svn-id: r50085 | |||
2010-06-20 | SCI: adding code for kPalVary ticks == 0 case, fixes pharkas | Martin Kiewitz | |
svn-id: r50084 | |||
2010-06-20 | SCI: adding kPalVary update call to kFrameout - it's getting morning now in ↵ | Martin Kiewitz | |
gabriel knight 1 svn-id: r50083 | |||
2010-06-20 | SCI: some kPalVary support - intro of island dr. brain works fine now | Martin Kiewitz | |
svn-id: r50082 | |||
2010-06-20 | SCI: kPalVary - cleanup and some more code | Martin Kiewitz | |
svn-id: r50081 | |||
2010-06-20 | SCI: fix r50078, we need to update timestamp for inbetween SCI1.1 games, but ↵ | Martin Kiewitz | |
not on kPortrait palette changes svn-id: r50079 | |||
2010-06-20 | SCI: update timestamp like before for inbetween SCI1.1 games | Martin Kiewitz | |
svn-id: r50078 | |||
2010-06-20 | SCI: update sys palette timestamp only on kDrawPic in SCI1.1, fixes intro of ↵ | Martin Kiewitz | |
island of dr. brain svn-id: r50077 | |||
2010-06-20 | SCI: removing unneeded parameters inside SciPalette, cleanup of SciPalette | Martin Kiewitz | |
svn-id: r50076 | |||
2010-06-20 | SCI: implementing reading of parameters for kPalVary(init) for argc 4 and argc 5 | Martin Kiewitz | |
svn-id: r50075 | |||
2010-06-20 | SCI: some cleanup for kPalVary | Martin Kiewitz | |
svn-id: r50074 | |||
2010-06-20 | SCI: storing all manual midi commands now and actually sending them to ↵ | Martin Kiewitz | |
driver during onTimer() - fixes mt32 emulation crashing during lsl5 piano scene svn-id: r50073 | |||
2010-06-20 | Don't go into "menu input mode" unless the game currently allows the menus to | Torbjörn Andersson | |
be displayed. I hope this is the correct fix to keep Police Quest 1 from hanging if you press Escape while reading the newspaper in the briefing room. svn-id: r50072 | |||
2010-06-20 | Removed unused variables | Paul Gilbert | |
svn-id: r50071 | |||
2010-06-20 | Implemented explicit transparency index support - the previous hardcoded ↵ | Paul Gilbert | |
index of 0 wasn't correct, since some sprites need that index svn-id: r50070 | |||
2010-06-20 | Added support for the alternate encoding for depth surfaces | Paul Gilbert | |
svn-id: r50069 | |||
2010-06-19 | SCI: changing error to warning in ResMan::detectViewType() | Martin Kiewitz | |
svn-id: r50067 | |||
2010-06-19 | SCI: locking _mutex inside SciMusic::sendMidiCommand(MusicEntry *pSnd, ↵ | Martin Kiewitz | |
uint32 cmd) svn-id: r50065 | |||
2010-06-19 | SCI: fixing last uninitialized variable issue in MidiParser_SCI (hopefully) | Martin Kiewitz | |
svn-id: r50063 | |||
2010-06-19 | SCI: fixing another uninitialized variable usage issue - also limiting reset ↵ | Martin Kiewitz | |
velocity to used channels only, same is true for setting voice count svn-id: r50062 | |||
2010-06-19 | SCI: stopping scripts from sending to unused channels manually (fixes sq1vga) | Martin Kiewitz | |
svn-id: r50060 | |||
2010-06-19 | SCI: reverting r50058 - we can't actually send to the channels at that time, ↵ | Martin Kiewitz | |
because we do not own the channels at that point svn-id: r50059 | |||
2010-06-19 | SCI: move setVolume down inside loadMusic so that it actually affects the ↵ | Martin Kiewitz | |
used channels svn-id: r50058 | |||
2010-06-19 | SCI: fixing uninitialized usage in MidiParser_SCI | Martin Kiewitz | |
svn-id: r50057 | |||
2010-06-19 | SCI: make channel remapping stop using channel 0 for mt32 - fixes playback ↵ | Martin Kiewitz | |
accordingly (like lsl1 at the start) svn-id: r50056 | |||
2010-06-19 | SCI: resume when unable to locate base objects - fixes loading some saved games | Martin Kiewitz | |
svn-id: r50055 | |||
2010-06-19 | SCI: free channels for channel remapping on stop and pause, instead of ↵ | Martin Kiewitz | |
dispose - fixes qfg3 demo going out of channels svn-id: r50054 | |||
2010-06-19 | SCI: cleanup view decompression code | Martin Kiewitz | |
svn-id: r50053 | |||
2010-06-19 | AGI: Get rid of GID_SQ0 | Max Horn | |
svn-id: r50049 | |||
2010-06-19 | AGI: Fix detection of AGI Tetris and Caitlyn's Destiny | Max Horn | |
svn-id: r50048 | |||
2010-06-19 | SCI: replacing the keyboard size check for direction type detection with ↵ | Martin Kiewitz | |
checking for script 933 (pseudoMouse) instead - this is better because its working multiplatform svn-id: r50047 | |||
2010-06-19 | SCI: added TODO for keyboard driver size check, maybe this whole stuff isn't ↵ | Martin Kiewitz | |
needed at all svn-id: r50046 | |||
2010-06-19 | SCI: implemented checking of keyboard driver in case of SCI1EGA/EARLY, also ↵ | Martin Kiewitz | |
renamed SCI_EVENT_JOYSTICK to SCI_EVENT_DIRECTION svn-id: r50045 | |||
2010-06-19 | Cleanup. | Nicola Mettifogo | |
Got rid of the legacy "location.part" string handling in BRA. svn-id: r50042 | |||
2010-06-19 | Cleanup some more state when switching part in BRA. | Nicola Mettifogo | |
svn-id: r50041 | |||
2010-06-19 | Use the new _nextPart member switching part from the menu in BRA. | Nicola Mettifogo | |
svn-id: r50040 | |||
2010-06-19 | Implemented PART command for BRA, largely based on patch #3005434 by fuzzie. | Nicola Mettifogo | |
svn-id: r50039 | |||
2010-06-19 | Guarded the command execution suspension for NS demo (this was due in r38662 ↵ | Nicola Mettifogo | |
- see bug #2619824). svn-id: r50038 | |||
2010-06-19 | Save the context of a suspended list before resuming the execution, so that ↵ | Nicola Mettifogo | |
it can safely be suspended again. Patch 3004652 by fuzzie. svn-id: r50037 | |||
2010-06-19 | SCI: AdLib: add dummy instruments when there are only 48 in the patch | Walter van Niftrik | |
svn-id: r50035 | |||
2010-06-18 | SCI: set resulting type to keyboard+joystick for sci1middle+ in kMapKeyToDir ↵ | Martin Kiewitz | |
- fixes keyboard controlling of mouse in all sorts of games - although this is not 100% done, the change actually happened inbetween sci1early, added fixme svn-id: r50034 | |||
2010-06-18 | AGI: Change some #defines to enums | Max Horn | |
svn-id: r50033 | |||
2010-06-18 | AGI: cleanup | Max Horn | |
svn-id: r50032 | |||
2010-06-18 | AGI: Fix serguei1/serguei2/sqx detection | Max Horn | |
svn-id: r50031 | |||
2010-06-18 | SCI: Add mac SQ1 & SQ3 | Max Horn | |
svn-id: r50030 | |||
2010-06-18 | SCI: fixing detection of vga sci11 views for ega games (original change in ↵ | Martin Kiewitz | |
r50025) svn-id: r50028 |