aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2011-05-01WEBOS: Rewritten webos packaging again. No fancy settings needed anymore. ↵Klaus Reimer
Just "make package".
2011-05-01Merge 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-05-01RELEASE: This is 1.4.0gitEugene Sandulenko
2011-04-29DC: Create a "dcdist" target for buildbotMarcus Comstedt
The "dcdist" target creates the directory dcdist/scummvm and copies relevant files from the nightly build into it. This is is they do not have to be enumerated in the buildbot configuration.
2011-04-29DC: Aesthetical improvements to plugin loaderMarcus Comstedt
2011-04-29WEBOS: Fix compilationMax Horn
2011-04-29BACKENDS: Really *really* fix keymapper codeMax Horn
2011-04-29AMIGAOS: Fix CAMD compiler warningHubert Maier
2011-04-29BACKENDS: Really fix keymapperMax Horn
2011-04-29BACKENDS: Fix compilation of keymapper codeMax Horn
2011-04-29fix AmigaOS 4 build (thanks to Raziel^)Alyssa Milburn
2011-04-29WINCE: Fix Mixer Compilation after header changes.D G Turner
2011-04-28BACKENDS: Fix compilation on ports using Virtual Keyboard.D G Turner
2011-04-29JANITORIAL: Yet another attempt at fixing compilationOri Avtalion
2011-04-28BACKENDS: Fix compilation for various backendsOri Avtalion
Affects: * PS2 * GPH * ELF * MOTO * IPHONE * N64 * DINGUX * WINCE * PSP
2011-04-28NDS: Fix compilationOri Avtalion
2011-04-28ANDROID: Fix compilation some moredhewg
2011-04-28DC: Fix compilationOri Avtalion
2011-04-28ANDROID: Another attempt at compilation fixOri Avtalion
2011-04-28PSP: Fix compilationOri Avtalion
2011-04-28ANDROID: Fix compilationOri Avtalion
2011-04-28GPH: Fix compilationOri Avtalion
2011-04-28WII: Fix compilationOri Avtalion
2011-04-28MACOSX: Fix compilationMax Horn
2011-04-28JANITORIAL: Add in necessary include files to fix compilation in MSVCPaul Gilbert
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-04-28JANITORIAL: Format more forward declarations to follow conventionOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-25WEBOS: Improved build system. Now supports "release" and "beta" packaging, ↵Klaus Reimer
supports a custom base package ID and automatically determines the app version by merging the ScummVM version and a specified package version.
2011-04-22WINCE: Add Tremolo supportdhewg
2011-04-22OPENPANDORA: Remove unneeded translations.h include.Thierry Crozat
2011-04-22SYMBIAN: Add support for TSAGE engineanotherguest
2011-04-20DC: Provide some feedback when loading pluginsMarcus Comstedt
Display the names of the plugins being loaded, and display amount of free memory while doing so. This should make it easier to spot the case that too many engine plugins have been placed on the boot medium.
2011-04-20DC: Move dynamic plugin handling into the platformMarcus Comstedt
2011-04-20SYMBIAN: Changed sound to audio in macro.anotherguest
2011-04-20SYMBIAN : Updated folder names audio, added video, added M_PI defineanotherguest
2011-04-19BACKENDS: Fix compilation for Caanoo and GP2xWiz.Johannes Schickel
2011-04-19OPENPANDORA: Replace defunct MIXER_DOUBLE_BUFFERING by working codeMax Horn
2011-04-19GPH: Replace defunct MIXER_DOUBLE_BUFFERING by working codeMax Horn
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-04-18SYMBIAN: Use astyle to slightly reduce code formatting mess ;)Max Horn
2011-04-18SYMBIAN: Clarify vsnprintf.h legal header a little bitMax Horn
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17BACKENDS: 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-17SDL: Properly setup internal Surface formats.Johannes Schickel
2011-04-17OPENGL: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2011-04-17BACKEND: Prefer Surface::create taking a PixelFormat over the one taking a ↵Johannes Schickel
byte depth.
2011-04-17COMMON: Partial fix for #3087922: COMMON/BASE/BACKENDS: Code analysis warningsEugene Sandulenko
2011-04-14ALL: centre -> centerMax Horn
2011-04-14ALL: colour -> colorMax Horn