Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-11-16 | GUI: Move major widgets to new directory gui/widgets | Max Horn | |
Also renamed the source/header files, now they are more closely aligned to how we rename most other source files svn-id: r54264 | |||
2010-11-03 | Merge from gsoc2010-plugins | Yotam Barnoy | |
This merge was extremely difficult to carry out. It wasn't entirely SVN's fault -- there were several merges to the branch that were done by hand. Please check for any issues and regressions. Also note that the DS makefile was not copied over since the "one at a time" plugin mode currently has too much fragmentation ie. it doesn't work. svn-id: r54051 | |||
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn | |
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004 | |||
2010-10-31 | Updated with latest from trunk | Yotam Barnoy | |
svn-id: r53976 | |||
2010-09-08 | WII: Fix typo, update translations. | Andre Heider | |
svn-id: r52640 | |||
2010-09-05 | MERGE: Merge trunk to branch. | Andre Heider | |
svn-id: r52564 | |||
2010-09-05 | WII: Add plugins to the distribution. | Andre Heider | |
svn-id: r52554 | |||
2010-09-05 | PLUGINS: Plugin support for the GameCube/Wii backend. | Andre Heider | |
svn-id: r52553 | |||
2010-09-05 | WII: Merge r52536 from trunk. | Andre Heider | |
svn-id: r52537 | |||
2010-09-05 | WII: New disttarget 'wiiloaddist' | Andre Heider | |
Uploads a .zip file to HBC to unpack to the used storage media. svn-id: r52536 | |||
2010-08-30 | WII: Abuse pollEvent() to update the screen of skipped frames. | Andre Heider | |
updateScreen() itself skips redraws when called too frequently. With the right timing and number of consecutive calls this can result in missing gfx updates, so lets abuse pollEvent() to check for overdue redraws. svn-id: r52456 | |||
2010-08-28 | WII: svn merge Wii port commits from trunk | Andre Heider | |
svn-id: r52425 | |||
2010-08-17 | WII: Bump the sfx buffer size to fix MT32 emulator hiccups. | Andre Heider | |
svn-id: r52161 | |||
2010-08-14 | WII: Update port for the current versions of the base libraries. Enable DVD ↵ | Andre Heider | |
access for the GameCube port. svn-id: r52074 | |||
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-26 | GUI: Add and improve some messages to translate | Jordi Vilalta Prat | |
svn-id: r50324 | |||
2010-06-15 | SYSTEM: Unify OSystem::getSupportedFormats() signature | Max Horn | |
svn-id: r49838 | |||
2010-06-15 | WII: sync with recent GUI changes. NOT TESTED. | Eugene Sandulenko | |
svn-id: r49793 | |||
2010-04-30 | Fixed warnings when building a GC binary. | Andre Heider | |
svn-id: r48877 | |||
2010-04-20 | Round up the game texture dimensions if the requested size is incompatible ↵ | Andre Heider | |
to the hardware. svn-id: r48751 |