Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-17 | SCI: Rename sciEvent to SciEvent | Max Horn | |
svn-id: r49960 | |||
2010-06-17 | SCI: Moved the event code a little bit around. | Max Horn | |
* Move sleep() from EventManager to SciEngine * Rename EventManager methods: get -> getSciEvent, and getFromScummVM -> getScummVMEvent * Make scancode_rows static const * Turn altify & numlockify from EventManager methods into static functions (and comment out the currently unused numlockify) svn-id: r49959 | |||
2010-06-17 | SCI: PlayVMD(1): Hmmm. Don't print gammaBoost etc if they aren't used | Lars Skovlund | |
svn-id: r49953 | |||
2010-06-17 | Add additional documentation and code to PlayVMD(1) describing the | Lars Skovlund | |
myriad parameters settable here, and dump actual parameters passed svn-id: r49952 | |||
2010-06-17 | Only do video scaling when required (hopefully fixes SQ6). Adapt the scaling ↵ | Matthew Hoops | |
code to normal SCI videos as well. svn-id: r49951 | |||
2010-06-17 | Don't show warnings for a known script bug in SQ4CD with the ↵ | Filippos Karapetis | |
Sq4GlobalNarrator object svn-id: r49950 | |||
2010-06-17 | Fixed the selector console command (don't change the selector name to ↵ | Filippos Karapetis | |
lowercase...) svn-id: r49949 | |||
2010-06-17 | SCI: dont subtract offTop on wmgrPort when using old gfx functions - fixes ↵ | Martin Kiewitz | |
about window in pq2 svn-id: r49947 | |||
2010-06-17 | Fix the QFG4 Demo: kStrSplit has been replaced with kRemapColors. | Matthew Hoops | |
svn-id: r49939 | |||
2010-06-17 | SCI: applying forceRealMerge change to pq1 and qfg3 demo as well (see ↵ | Martin Kiewitz | |
r49936) for now svn-id: r49938 | |||
2010-06-17 | SCI: slightly change comment from r49936 | Martin Kiewitz | |
svn-id: r49937 | |||
2010-06-17 | SCI: implement workaround for laura bow 2 demo, because that interpreter ↵ | Martin Kiewitz | |
uses the old real palette merging from sci1 - some views contain a palette that has all colors marked as being used, which would overwrite sysPalette with blacks svn-id: r49936 | |||
2010-06-17 | Fixed cppcheck warning. | Torbjörn Andersson | |
svn-id: r49935 | |||
2010-06-17 | Don't translate both x and y of the rect in kOnMe if only one of the ↵ | Matthew Hoops | |
variables is negative. Fixes the GKEgo hotspot outside of the Madame Cazanoux's house. svn-id: r49933 | |||
2010-06-17 | Removed a now obsolete FIXME (spotted by Fingolfin) | Filippos Karapetis | |
svn-id: r49932 | |||
2010-06-17 | Fixed kLoad and kUnload (the resource type was incorrect) | Filippos Karapetis | |
svn-id: r49931 | |||
2010-06-17 | Fixed wPlayAudio, and added some documentation on the 3 new kDoAudio subops. ↵ | Filippos Karapetis | |
Digital sounds in Pharkas work again svn-id: r49928 | |||
2010-06-17 | SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene ↵ | Martin Kiewitz | |
with patti svn-id: r49926 | |||
2010-06-17 | SCI: decreasing channel given to us on cmdSendMidi by one, so mute command ↵ | Martin Kiewitz | |
now matches the right channel. sierra sci also decreased by one (their channel is 1-based) svn-id: r49924 | |||
2010-06-17 | Added some more information on some of the calls of kPlayVMD | Filippos Karapetis | |
svn-id: r49923 | |||
2010-06-17 | SCI: fixes regressions of r49905 (thx to digitall) - first we now find out ↵ | Martin Kiewitz | |
what channels are used in sci0 as well, we are doing straight mapping for sci0 though - this fixes music in sci0 games, also fixing crash in sq1vga because of using null pMidiParser svn-id: r49922 | |||
2010-06-17 | Added 2x scaling for VMD videos, for bugtesting (temporarily in SCI itself). ↵ | Filippos Karapetis | |
It's currently not optimized much, but since the VMD decoder code will be revamped, we don't really care about performance at this point svn-id: r49921 | |||
2010-06-17 | Moved kMulDiv together with the rest of the math functions, and kPlayVMD ↵ | Filippos Karapetis | |
together with the rest of the video playing functions svn-id: r49920 | |||
2010-06-17 | Fix another valgrind warning, thanks to digitall for spotting. | Matthew Hoops | |
svn-id: r49918 | |||
2010-06-17 | Fix a valgrind warning in GfxCursor. Thanks to digitall for finding it. | Matthew Hoops | |
svn-id: r49917 | |||
2010-06-17 | Only hide/show cursor when playing a VMD if it was visible in the first place. | Matthew Hoops | |
svn-id: r49914 | |||
2010-06-17 | Added handling of VMD video files in kResCheck, fixes video playing in GK2 | Filippos Karapetis | |
svn-id: r49913 | |||
2010-06-16 | Hooked the VMD player in kPlayVMD. The VMD videos in the demo of ↵ | Filippos Karapetis | |
Phantasmagoria 1 are shown now (e.g. the intro and the chapter beginning) svn-id: r49912 | |||
2010-06-16 | Added back the functionality to skip videos | Filippos Karapetis | |
svn-id: r49911 | |||
2010-06-16 | Added a sanity check inside kMulDiv | Filippos Karapetis | |
svn-id: r49910 | |||
2010-06-16 | Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage ↵ | Filippos Karapetis | |
is done correctly now, without leaving trails svn-id: r49909 | |||
2010-06-16 | Added handling for the SCI2.1 kPalette(1) call. The graphics in Torin's ↵ | Filippos Karapetis | |
Passage are shown with the correct colors now svn-id: r49908 | |||
2010-06-16 | SCI: dont seek during init of music but on play, fixes assert when restoring ↵ | Martin Kiewitz | |
saves caused by r49905 - because channel remapping isn't done at that point svn-id: r49907 | |||
2010-06-16 | SCI: fix debug command "show_instruments", got broken by r49905 on purpose | Martin Kiewitz | |
svn-id: r49906 | |||
2010-06-16 | SCI: implement channel remapping for SCI1 | Martin Kiewitz | |
svn-id: r49905 | |||
2010-06-16 | SCI: Avoid using g_sci in resman (as it might not yet be inited) | Max Horn | |
svn-id: r49897 | |||
2010-06-15 | SCI: make umlauts work in kFrameout for sci32 | Martin Kiewitz | |
svn-id: r49890 | |||
2010-06-15 | SCI: only set mouse position, when cursor is visible (fixes non-stop, but ↵ | Martin Kiewitz | |
escapeable mouse position setting to 0, 0 in eco quest 1 floppy during intro) svn-id: r49874 | |||
2010-06-15 | SDL: only change mouse cursor, when mouse is currently within our window, ↵ | Martin Kiewitz | |
also enable mouse position changing again for SCI svn-id: r49866 | |||
2010-06-15 | Don't disable kPalVary for SCI32, the semantics have remained the same. | Matthew Hoops | |
svn-id: r49865 | |||
2010-06-15 | SCI: Pass resman to scanSource() methods | Max Horn | |
svn-id: r49863 | |||
2010-06-15 | Don't adjust the object's coordinates if the object does not belong to a ↵ | Filippos Karapetis | |
plane in kIsOnMe(). It's now possible to start the interactive part of the Phantasmagoria 1 demo svn-id: r49862 | |||
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz | |
svn-id: r49860 | |||
2010-06-15 | Fixed comments | Filippos Karapetis | |
svn-id: r49858 | |||
2010-06-15 | Fixed detective Mosely's hotspot in GK1 (day 1) | Filippos Karapetis | |
svn-id: r49857 | |||
2010-06-15 | SCI: reset _gfxText16 for sci32, fixes gk1 | Martin Kiewitz | |
svn-id: r49856 | |||
2010-06-15 | Fix wave patches. | Matthew Hoops | |
svn-id: r49855 | |||
2010-06-15 | SCI: putting SciGui::init into SciEngine, removing it from SciGui(32) | Martin Kiewitz | |
svn-id: r49854 | |||
2010-06-15 | SCI: calling wait() directly and removing it from SciGui | Martin Kiewitz | |
svn-id: r49853 | |||
2010-06-15 | SCI: move textSize and textFonts and textColors inside gfxText16 | Martin Kiewitz | |
svn-id: r49851 |