Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-21 | PEGASUS: Add my very WIP Pegasus Prime engine | Matthew Hoops | |
2011-02-21 | SCI: Spell 'canister' correctly | Matthew Hoops | |
2011-02-21 | SCI: Fixed script bug #3040722 in QFG3 | md5 | |
2011-02-21 | SCI: Throw a warning instead of an error if there ever is a modulus calculation | md5 | |
with negative numbers in SCI0 games older than 0.000.685 | |||
2011-02-21 | SCI: SCI1.1 script also compare pointers with integers (e.g. QFG3, room 440) | md5 | |
2011-02-21 | SCI: Added a custom modulo reg_t operator | md5 | |
This version only handles signed integers. The modulo operator was changed in SCI0 late (Iceman, and perhaps all SCI0 0.000.685 and later) so that it handles negative numbers as well. We need to see if there really is a need to keep two different modulo operators (which will only be necessary if any SCI0 game asks for the modulo of a negative number by mistake, or a number larger than 32767). Thus, error out in such a case for SCI0, so that this can be investigated properly | |||
2011-02-20 | GRAPHICS: Let PNG::getPalette take an uint16 for the palette entry count. | Johannes Schickel | |
This is in analogy to r55742 / 2f08dcb. I also took the freedom to clarify that the PNG loader uses a RGBA palette format. | |||
2011-02-20 | TESTBED: Adapt documentation to the palette RGBA->RGB change. | Johannes Schickel | |
2011-02-20 | CRUISE: Remove leftover RGBA reference. | Johannes Schickel | |
2011-02-20 | AGI: Remove leftover RGBA reference in comments. | Johannes Schickel | |
2011-02-20 | GRAPHICS: Remove leftover RGBA reference in PaletteManager documentation. | Johannes Schickel | |
2011-02-20 | KYRA: Fix regression in Screen::setInterfacePalette. | Johannes Schickel | |
This fixes an out of bounds write introduced with 9216c7e. | |||
2011-02-20 | SCI: Add support for enabling/disabling Mac icon bar images | Matthew Hoops | |
2011-02-20 | SCI: Fix KQ6 Mac video positioning | Matthew Hoops | |
2011-02-20 | SCI: Cache all icon bar images from the start | Matthew Hoops | |
2011-02-20 | SCI: Don't error out when a Mac resource has size 0 | Matthew Hoops | |
2011-02-20 | MOHAWK: Don't display LiveText phrases too early. | Alyssa Milburn | |
2011-02-20 | MOHAWK: Make LBLiveTextItem call done() when finished. | Alyssa Milburn | |
2011-02-20 | MOHAWK: Fix kLBAutoSync notifies. | Alyssa Milburn | |
2011-02-20 | MOHAWK: A zero matchFrom matches everything. | Alyssa Milburn | |
2011-02-20 | DS: Disable symbol garbage collection | dhewg | |
Only applies when using loadable modules. This requires a second compile run or black voodoo linker tricks. Not implemented at this time. Disable it, so we get DS build failure reports from buildbot (which are useful with all the DISABLE_EVERYTHING defines). The resulting binary might be too big to be usable. | |||
2011-02-20 | MOHAWK: Ignore out-of-bounds LB words. | Alyssa Milburn | |
2011-02-20 | MOHAWK: Fix LB palettes which don't start at 0. | Alyssa Milburn | |
(Thanks to LordHoto for pointing out this was crazy.) | |||
2011-02-20 | SCUMM: More DISABLE_TOWNS_DUAL_LAYER_MODE mess | dhewg | |
Uglify more code to fix compilation for DS Only compile-tested | |||
2011-02-20 | NEWS: Mention recent android fixes | dhewg | |
2011-02-20 | NEWS: Mention Wii fix from 50129178 | dhewg | |
2011-02-20 | NEWS: Mention merged GSoC tasks | dhewg | |
2011-02-20 | MOHAWK: Add detection strings for Harry and the Haunted House | strangerke | |
2011-02-20 | HUGO: Fix crash when Hugo.dat not found (or wrong version detected) | strangerke | |
2011-02-20 | HUGO/TOOLS: reorder things in HUGO.DAT, move from RGBA to RGB | strangerke | |
2011-02-20 | SCI: Slight cleanup | md5 | |
2011-02-20 | HUGO: Fix a bug in setCursorPal() introduced by recent palette modifications | strangerke | |
2011-02-20 | HUGO: Some more refactoring | strangerke | |
2011-02-20 | COMMON: Correct NE Resource Loader for Osystem RGBA->RGB Palette Change. | D G Turner | |
2011-02-20 | GRAPHICS: Switch PICT's palette from RGBA to RGB | Matthew Hoops | |
2011-02-20 | GRAPHICS: Use the DirectBits size instead of the overall PICT dimensions | Matthew Hoops | |
Fixes some Myst ME images | |||
2011-02-20 | MOHAWK: Fix Un-initialized Read In Myst Library Tower Rotation Control. | D G Turner | |
2011-02-20 | GRAPHICS: Fix cursor palette buffering after RGBA->RGB change. | Johannes Schickel | |
Thanks to clone2727 for noticing this. | |||
2011-02-20 | M4: Updated for OSystem Palette RGBA->RGB Change. | D G Turner | |
2011-02-19 | GRAPHICS: Remove note about alpha channel removal in PaletteManager. | Johannes Schickel | |
2011-02-19 | ANDROID: Fix cursor scaling | dhewg | |
2011-02-19 | ANDROID: Fix cursor when hotspot coords > 0 | dhewg | |
2011-02-20 | SAGA: Fixed palette setting inside Gfx::setPaletteColor() (thanks to ↵ | md5 | |
LordHoto for noticing this) | |||
2011-02-20 | SCI: Moved the gcCountdown() code inside the op_callk case, since that's the ↵ | md5 | |
only place where it's used | |||
2011-02-19 | MOHAWK: Update LBPaletteItem for RGB palettes. | Alyssa Milburn | |
2011-02-19 | MOHAWK: Change bitmaps to use RGB palettes. | Johannes Schickel | |
Thanks to clone2727 for reviewing this patch. | |||
2011-02-19 | Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ↵ | Johannes Schickel | |
master Conflicts: backends/platform/android/android.cpp engines/sci/graphics/screen.cpp engines/sci/graphics/transitions.cpp | |||
2011-02-19 | DRASCULA: Adapt to setPalette RGBA->RGB change. | Johannes Schickel | |
2011-02-19 | OPENGLSDL: Avoid warping in warpMouse when the logical coordinates did not ↵ | Johannes Schickel | |
change. This fixes a slight move of the mouse cursor when the hardware mouse position is at a subpixel from the logical coordinates. | |||
2011-02-19 | OPENGL: Get rid of adjustMouseEvent. | Johannes Schickel | |
Rather than that I introduced a function which converts hardware screen coordinates to overlay / game screen coordinates. The logic which converts mouse movement events with hardware screen coordinates to overlay / game screen coordinates is now inside notifyEvent. This is still broken design, since one should not abuse an observer for that. |