Age | Commit message (Expand) | Author |
2010-06-18 | Error out on unimplemented kDeviceInfo() calls | Filippos Karapetis |
2010-06-18 | Turned more warnings into errors, some cleanup | Filippos Karapetis |
2010-06-18 | Added a new subop of kPalVary (PQ4) | Filippos Karapetis |
2010-06-18 | Fixed invalid memory access in SQ6 | Filippos Karapetis |
2010-06-18 | Marked the KQ1 demo workaround as a workaround | Filippos Karapetis |
2010-06-18 | Added a workaround for the KQ1 demo (looks like a script bug) | Filippos Karapetis |
2010-06-18 | Added several unimplemented kDisplay subops, as well as a new sound command, ... | Filippos Karapetis |
2010-06-18 | SCI: (Temporary?) workaround for firmware bug in common USB-MIDI cables. | Walter van Niftrik |
2010-06-18 | Added stubs for kPalVary, subops 2 and 5 (XMAS '92, QFG4 demo) | Filippos Karapetis |
2010-06-18 | Fixed invalid memory read in GK1CD | Filippos Karapetis |
2010-06-18 | Added warning about unhandled kGraph subop 1 (GK1CD) | Filippos Karapetis |
2010-06-18 | Fixed a bug in detectHires(), so that it actually works | Filippos Karapetis |
2010-06-18 | Process kAddAfter with 4 parameters (Torin's Passage) | Filippos Karapetis |
2010-06-17 | Strict mode: error out on unhandled subops, to note if they actually exist an... | Filippos Karapetis |
2010-06-17 | Renamed error -> errorNum to avoid name clashes with error() | Filippos Karapetis |
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an er... | Filippos Karapetis |
2010-06-17 | Strict mode: Turned several severe errors (almost all detection related) into... | Filippos Karapetis |
2010-06-17 | SCI: Fix a few errors in PlayVMD comment. | Lars Skovlund |
2010-06-17 | Reduced header dependency | Filippos Karapetis |
2010-06-17 | SCI: Remove incorrect gameid check | Max Horn |
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn |
2010-06-17 | SCI: Remove hack related to compiled kernel signatures. | Max Horn |
2010-06-17 | SCI: Remove selector_name function, some cleanup | Max Horn |
2010-06-17 | SCI: Get rid of duplicate _system member in SciEngine | Max Horn |
2010-06-17 | SCI: cleanup scancode rows code | Max Horn |
2010-06-17 | SCI: Turn _modifierStates into member of class EventManager | Max Horn |
2010-06-17 | SCI: Update FIXME in SegmentManager | Max Horn |
2010-06-17 | SCI: cleanup | Max Horn |
2010-06-17 | SCI: Rename sciEvent to SciEvent | Max Horn |
2010-06-17 | SCI: Moved the event code a little bit around. | Max Horn |
2010-06-17 | SCI: PlayVMD(1): Hmmm. Don't print gammaBoost etc if they aren't used | Lars Skovlund |
2010-06-17 | Add additional documentation and code to PlayVMD(1) describing the | Lars Skovlund |
2010-06-17 | Only do video scaling when required (hopefully fixes SQ6). Adapt the scaling ... | Matthew Hoops |
2010-06-17 | Don't show warnings for a known script bug in SQ4CD with the Sq4GlobalNarrato... | Filippos Karapetis |
2010-06-17 | Fixed the selector console command (don't change the selector name to lowerca... | Filippos Karapetis |
2010-06-17 | SCI: dont subtract offTop on wmgrPort when using old gfx functions - fixes ab... | Martin Kiewitz |
2010-06-17 | Fix the QFG4 Demo: kStrSplit has been replaced with kRemapColors. | Matthew Hoops |
2010-06-17 | SCI: applying forceRealMerge change to pq1 and qfg3 demo as well (see r49936)... | Martin Kiewitz |
2010-06-17 | SCI: slightly change comment from r49936 | Martin Kiewitz |
2010-06-17 | SCI: implement workaround for laura bow 2 demo, because that interpreter uses... | Martin Kiewitz |
2010-06-17 | Fixed cppcheck warning. | Torbjörn Andersson |
2010-06-17 | Don't translate both x and y of the rect in kOnMe if only one of the variable... | Matthew Hoops |
2010-06-17 | Removed a now obsolete FIXME (spotted by Fingolfin) | Filippos Karapetis |
2010-06-17 | Fixed kLoad and kUnload (the resource type was incorrect) | Filippos Karapetis |
2010-06-17 | Add detection of original directory structure for Touche. | Travis Howell |
2010-06-17 | Fixed wPlayAudio, and added some documentation on the 3 new kDoAudio subops. ... | Filippos Karapetis |
2010-06-17 | M4/MADS: Some slight tweaks to the animation message chunks | Filippos Karapetis |
2010-06-17 | SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with... | Martin Kiewitz |
2010-06-17 | SCI: decreasing channel given to us on cmdSendMidi by one, so mute command no... | Martin Kiewitz |
2010-06-17 | Added some more information on some of the calls of kPlayVMD | Filippos Karapetis |