Age | Commit message (Expand) | Author |
2010-06-18 | SCI: Doxygenify some comments | Max Horn |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-06-18 | Changed another warning into an error. Cleanup | Filippos Karapetis |
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 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 | 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 | 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 | 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: Update FIXME in SegmentManager | 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 | Fix the QFG4 Demo: kStrSplit has been replaced with kRemapColors. | Matthew Hoops |
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 | Fixed wPlayAudio, and added some documentation on the 3 new kDoAudio subops. ... | Filippos Karapetis |
2010-06-17 | Added some more information on some of the calls of kPlayVMD | Filippos Karapetis |
2010-06-17 | Added 2x scaling for VMD videos, for bugtesting (temporarily in SCI itself). ... | Filippos Karapetis |
2010-06-17 | Moved kMulDiv together with the rest of the math functions, and kPlayVMD toge... | Filippos Karapetis |
2010-06-17 | Only hide/show cursor when playing a VMD if it was visible in the first place. | Matthew Hoops |
2010-06-17 | Added handling of VMD video files in kResCheck, fixes video playing in GK2 | Filippos Karapetis |
2010-06-16 | Hooked the VMD player in kPlayVMD. The VMD videos in the demo of Phantasmagor... | Filippos Karapetis |
2010-06-16 | Added back the functionality to skip videos | Filippos Karapetis |
2010-06-16 | Added a sanity check inside kMulDiv | Filippos Karapetis |
2010-06-16 | Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage is... | Filippos Karapetis |
2010-06-16 | Added handling for the SCI2.1 kPalette(1) call. The graphics in Torin's Passa... | Filippos Karapetis |
2010-06-15 | Don't disable kPalVary for SCI32, the semantics have remained the same. | Matthew Hoops |
2010-06-15 | Don't adjust the object's coordinates if the object does not belong to a plan... | Filippos Karapetis |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz |
2010-06-15 | Fixed comments | Filippos Karapetis |
2010-06-15 | Fixed detective Mosely's hotspot in GK1 (day 1) | Filippos Karapetis |
2010-06-15 | SCI: putting SciGui::init into SciEngine, removing it from SciGui(32) | Martin Kiewitz |