Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-20 | IPHONE: Slight game screen texture related variable renaming. | Johannes Schickel | |
2012-02-20 | IPHONE: Slight cleanup. | Johannes Schickel | |
2012-02-20 | IPHONE: Remove some unused variables. | Johannes Schickel | |
2012-02-20 | IPHONE: More formatting fixes. | Johannes Schickel | |
2012-02-20 | IPHONE: Add support for unfiltered upscaling. | Johannes Schickel | |
2012-02-20 | IPHONE: Implement cursor palette support. | Johannes Schickel | |
2012-02-20 | IPHONE: Fix some mismatching malloc/delete calls. | Johannes Schickel | |
2012-02-20 | IPHONE: Remove some dead code. | Johannes Schickel | |
2012-02-20 | IPHONE: Rename screen related buffers a bit. | Johannes Schickel | |
2012-02-20 | IPHONE: Implement cursor visibility change again. | Johannes Schickel | |
2012-02-20 | IPHONE: Fix cursor hotspots. | Johannes Schickel | |
2012-02-20 | IPHONE: Always use the mouse texture. | Johannes Schickel | |
Formerly the mouse texture was only used when the overlay was visible. When only the game screen was visible, the code rendered the mouse cursor on the game screen texture. This simplifies the drawing pipeline a bit. | |||
2012-02-19 | IPHONE: Use the proper RGBA5551 palette for the mouse cursor. | Johannes Schickel | |
Formerly the overlay cursor was using a RGB565 palette, even though the texture is really set up as RGBA5551. | |||
2012-02-19 | IPHONE: Rename _palette to _gamePalette. | Johannes Schickel | |
2012-02-19 | IPHONE: Use include instead of import for all of our headers. | Johannes Schickel | |
2012-02-19 | IPHONE: Add include guards. | Johannes Schickel | |
2012-02-19 | IPHONE: Formatting fixes. | Johannes Schickel | |
2012-02-19 | IPHONE: Remove dead code. | Johannes Schickel | |
2012-02-19 | IPHONE: Take advantage of Common::EVENT_INVALID. | Johannes Schickel | |
2012-02-19 | IPHONE: Change F5 (menu) gesture to open up the GMM. | Johannes Schickel | |
Thanks to tsoliman for this patch. | |||
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-06-17 | IPHONE: Add logMessage() implementation | Max Horn | |
2011-06-13 | I18N: Make many more GUI MessageDialog strings translatable | Thierry Crozat | |
2011-06-08 | BACKENDS: Shuffle backends class hierarchy and module initialization | Max Horn | |
2011-06-07 | IPHONE: Use OSystem's _fsFactory slot | Max Horn | |
2011-06-07 | IPHONE: Use OSystem's 'slots' for timer/savefile manager | Max Horn | |
2011-06-07 | IPHONE: Fix a typo, fix compilation (hopefully) | Sven Hesse | |
2011-06-06 | BACKENDS: Add OSystem::getDefaultConfigFileName | Max Horn | |
This is used to provide default implementations for createConfigWriteStream and createConfigReadStream, which can be used by most backends. Note that backends can still override createConfigRead/WriteStream; this could be useful if settings on some port are not stored in a regular file (think 'Windows registry', for a hypothetical example). | |||
2011-06-06 | BACKENDS: Unify AudioCD manager instantiation | Max Horn | |
2011-06-05 | IPHONE: Fixed a COMI crash and some minor gfx glitches | Oystein Eftevaag | |
2011-05-15 | IPHONE: Fixed mouse position when the overlay is visible | Oystein Eftevaag | |
2011-05-15 | IPHONE: Changed the iOS queued event handling to fix mouseclicks in Gob | Oystein Eftevaag | |
We now delay the mouseup events for 50ms, rather than just delaying them for an additional couple of pollEvent (which doesn't work anymore due to changes in the eventhandling code elsewhere). This fixes #3018512. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel | |
For further discussion check here: https://github.com/scummvm/scummvm/pull/16 Conflicts: graphics/png.cpp | |||
2011-04-28 | BACKENDS: Fix compilation for various backends | Ori Avtalion | |
Affects: * PS2 * GPH * ELF * MOTO * IPHONE * N64 * DINGUX * WINCE * PSP | |||
2011-04-17 | ALL/GRAPHICS: Remove Surface::bytesPerPixel. | Johannes Schickel | |
2011-04-17 | BACKENDS: Adapt various backends code to set up Surface::format correctly. | Johannes Schickel | |
Note that this change is not tested at all (not even compile wise!). | |||
2011-04-14 | ALL: colour -> color | Max Horn | |
2011-02-16 | IPHONE: Remove erroneous write in OSystem_IPHONE::grabPalette. | Johannes Schickel | |
Thanks to dhewg for reporting this! | |||
2011-02-15 | IPHONE: Adapt to setPalette/grabPalette RGBA->RGB change. | Johannes Schickel | |
This change is not tested, but should hopefully work fine. | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn | |
svn-id: r55806 | |||
2011-02-02 | IPHONE: Fix Unsigned to Signed Comparison Compiler Warning. | David Turner | |
svn-id: r55743 | |||
2010-10-31 | IPHONE: Enable use of forbidden symbols | Max Horn | |
svn-id: r53971 | |||
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat | |
svn-id: r53160 | |||
2010-09-29 | IPHONE: The overlay will now always be in the native device resolution | Oystein Eftevaag | |
svn-id: r52939 | |||
2010-08-01 | iPhone: changed GL_NEAREST to GL_LINEAR in miniaturization filter as per ↵ | Yotam Barnoy | |
forum post 29/7/10 svn-id: r51567 | |||
2010-07-29 | BUILD: Unify how MODULE_DIRS is computed for backends | Max Horn | |
This should help avoid situations where MODULE_DIRS is not set to a complete list of build dirs (which causes troubles with the automatic header dependency detection logic). On the long run, we should replace the relevant code by a macro or also use rules.mk for this (with yet another if/else case add to it). svn-id: r51467 | |||
2010-06-15 | IPhone: sync with recent GUI changes. NOT TESTED. | Eugene Sandulenko | |
svn-id: r49792 |