Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-24 | JANITORIAL: Fix trailing whitespace | Adrian Frühwirth | |
2017-10-15 | BACKENDS: Constify PaletteManager::grabPalette implementations | Colin Snover | |
2017-02-14 | WII: Fix compiler warnings | Alexander Reim | |
WII: Fix compiler warnings Compiler: DevKitPPC R28 | |||
2014-10-23 | WII: missing ASCII codes for some keys | Alexander Reim | |
2014-06-25 | WII: Add "small" virtual keyboard pack to port packaging. | D G Turner | |
2014-05-05 | WII: Fix correct keycode for virtual keyboard trigger. | D G Turner | |
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. However, due to the complexity of this code, directly calling the virtual keyboard trigger event could have side effects, so have instead just added the CTRL modifier to fix this. This should be fixed if possible to use EVENT_VIRTUAL_KEYBOARD. | |||
2014-03-26 | WII: Fix color key handling for 16bit mouse cursors. | Johannes Schickel | |
This should fix bug #6108 "WII: Zak FM-TOWNS mouse cursor encased in blue box". | |||
2014-02-18 | WII: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-21 | WII: Implement changes needed by DevKitPPC R26 and later | AReim1982 | |
This changes makes ScummVM compilable with newer versions of DevKitPPC. ScummVM can be linked against the original libogc and libfat. That makes some newer WiiMotes work, improves audio-/video-playback and contains various improvements. | |||
2013-08-06 | WII: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2012-11-23 | WII: Remove remaining signed-unsigned compiler warning. | D G Turner | |
2012-07-21 | WII: Adapt to mouse cursor dontScale API change | dhewg | |
2012-06-20 | WII: Fix check for whole width updates in copyRectToOverlay. | Johannes Schickel | |
2012-06-20 | WII: Replace OverlayColor with uint16. | Johannes Schickel | |
2012-06-20 | Merge pull request #246 from lordhoto/osystem-void-buffers | Johannes Schickel | |
OSYSTEM: Use void buffers for screen/overlay/mouse buffers and proper pitch values for overlay code | |||
2012-06-16 | ALL: Let overlay related methods in OSystem take a void * and use a proper ↵ | Johannes Schickel | |
pitch values. This is a first step to get rid of OverlayColor, which is a requirement for proper 4Bpp overlay support. | |||
2012-06-16 | BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer. | Johannes Schickel | |
This is mainly for consistency with OSystem::copyRectToScreen. | |||
2012-06-16 | BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte ↵ | Johannes Schickel | |
*" as buffer. This removes the need to convert the parameter to copyRectToScreen to "const byte *", which is commonly used in games, which use Graphics::Surface to store their graphics data. | |||
2012-06-09 | COMMON: Add tm_wday to our TimeDate struct | Matthew Hoops | |
Did not adapt bada or ps2 backends as I'm not sure how they should be handled | |||
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" ↵ | Johannes Schickel | |
logic. All uses of the old target scale API actually wanted to disallow scaling of the mouse cursor. This commit adapts our API to this and thus simplifies backend implementations. Some backends, most notable the Wii and Android, did some implementation of the cursor target scale, which I didn't adapt yet. I added a TODO for the porters there. | |||
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-06-23 | WII: Allow use of abort in OSystem_Wii class | Littleboy | |
2011-06-17 | WII: Add logMessage() implementation | Max Horn | |
2011-06-08 | BACKENDS: Shuffle backends class hierarchy and module initialization | Max Horn | |
2011-06-07 | WII: Use OSystem's 'slots' for timer/savefile manager | Max Horn | |
2011-06-06 | BACKENDS: Unify AudioCD manager instantiation | Max Horn | |
2011-06-04 | BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls | Max Horn | |
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn | |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops | |
2011-05-03 | WII: Fix compilation | dhewg | |
2011-05-03 | COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility | Max Horn | |
2011-05-03 | WII: Fix various forbidden symbol clashes | Max Horn | |
2011-05-03 | BACKENDS: Allow various files to use stuff from time.h | Max Horn | |
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 | WII: Fix compilation | Ori Avtalion | |
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-02-16 | WII: Fix OSystem_Wii::setPalette after the ScummVM upstream merge in a024546. | Johannes Schickel | |
I accidently removed two lines when doing the merge since I read the log incorrectly. Thanks to dhewg for reporting this. | |||
2011-02-15 | Merge branch 'master' into osystem-palette | Johannes Schickel | |
Conflicts: backends/platform/wii/osystem_gfx.cpp | |||
2011-02-14 | WII: Fix 16bit cursors on some HE games | dhewg | |
2011-02-14 | WII: Adapt to [set|grab]Palette RGBA->RGB change. | dhewg | |
2011-02-12 | BUILD: Remove explicit references to SVN in revision variable names. | Jordi Vilalta Prat | |
svn-id: r55898 | |||
2011-02-12 | WII: Whitespace (buildbot upgrade test) | Andre Heider | |
svn-id: r55888 | |||
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 | |||
2010-12-03 | WII: Use more standard Chinese locales. | Jordi Vilalta Prat | |
Don't distinguish between simplified and traditional Chinese in the language tag, as suggested by LordHoto. svn-id: r54751 | |||
2010-12-01 | WII: Let the base backend decide the default detected language. | Jordi Vilalta Prat | |
svn-id: r54713 | |||
2010-12-01 | WII: Fix compilation | Jordi Vilalta Prat | |
svn-id: r54698 | |||
2010-12-01 | WII: Add system language auto-detection. | Jordi Vilalta Prat | |
svn-id: r54697 |