Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-17 | Strict mode: error out on unhandled subops, to note if they actually exist ↵ | Filippos Karapetis | |
and where they're used svn-id: r49975 | |||
2010-06-17 | Renamed error -> errorNum to avoid name clashes with error() | Filippos Karapetis | |
svn-id: r49974 | |||
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an ↵ | Filippos Karapetis | |
error pops up from these ones, please add the game where it occurred and the steps to reproduce the error before turning it into a warning svn-id: r49973 | |||
2010-06-17 | Strict mode: Turned several severe errors (almost all detection related) ↵ | Filippos Karapetis | |
into errors, instead of warnings svn-id: r49972 | |||
2010-06-17 | SCI: Fix a few errors in PlayVMD comment. | Lars Skovlund | |
svn-id: r49971 | |||
2010-06-17 | Reduced header dependency | Filippos Karapetis | |
svn-id: r49970 | |||
2010-06-17 | SCI: Remove incorrect gameid check | Max Horn | |
svn-id: r49969 | |||
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn | |
svn-id: r49968 | |||
2010-06-17 | SCI: Remove hack related to compiled kernel signatures. | Max Horn | |
Also change some things to comply to our code formatting conventions. svn-id: r49967 | |||
2010-06-17 | SCI: Remove selector_name function, some cleanup | Max Horn | |
svn-id: r49966 | |||
2010-06-17 | SCI: Get rid of duplicate _system member in SciEngine | Max Horn | |
svn-id: r49965 | |||
2010-06-17 | SCI: cleanup scancode rows code | Max Horn | |
svn-id: r49964 | |||
2010-06-17 | SCI: Turn _modifierStates into member of class EventManager | Max Horn | |
svn-id: r49963 | |||
2010-06-17 | SCI: Update FIXME in SegmentManager | Max Horn | |
* Turn one FIXME into a simple comment * Rewrap comment to 80 columns * Turn several warnings into errors svn-id: r49962 | |||
2010-06-17 | SCI: cleanup | Max Horn | |
svn-id: r49961 | |||
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 | Commit updated common/messages.cpp too. | Johannes Schickel | |
svn-id: r49946 | |||
2010-06-17 | Update our two current translations too. | Johannes Schickel | |
svn-id: r49945 | |||
2010-06-17 | Yet another fix for "update-translations" in out of soucre directory builds. ↵ | Johannes Schickel | |
(Whoops...) svn-id: r49944 | |||
2010-06-17 | Update scummvm.pot. | Johannes Schickel | |
svn-id: r49943 | |||
2010-06-17 | Fix out of updatepot and update-translations for source builds. | Johannes Schickel | |
svn-id: r49942 | |||
2010-06-17 | Fix possible link error for scummvm-static (for MacOS X bundle) when ↵ | Thierry Crozat | |
USE_TRANSLATION is set but USE_TERMCONV is not. svn-id: r49941 | |||
2010-06-17 | Fix common/messages.cpp rule for out of source directory builds. (Maybe this ↵ | Johannes Schickel | |
fixed bug #3017628 "AMIGAOS4: messages.cpp errors") svn-id: r49940 | |||
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 | Add detection of original directory structure for Touche. | Travis Howell | |
svn-id: r49929 | |||
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 | M4/MADS: Some slight tweaks to the animation message chunks | Filippos Karapetis | |
svn-id: r49927 | |||
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 | Fixed a few cppcheck errors. | Torbjörn Andersson | |
svn-id: r49919 | |||
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 |