Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn | |
Right now, a few places in the frontend code still use printf and consorts. We mark the affected files with a FIXME for now, and add a dedicated exception for each. To be fixed! Also tweak FORBIDDEN_SYMBOL_REPLACEMENT to hopefully really always enforce a compiler error | |||
2011-05-02 | PSP: fixed cursor disappearance bug in 16-bit games | Bluddy | |
The 5650 16-bit format doesn't include alpha bits and is treated as having alpha by the PSP hardware. Other formats such as 5551 don't have their alpha bit set in the cursor buffer. Instead of adding it, we just turn on the 'reverse alpha' feature for these bits. The problem was not making an exception for 5650. | |||
2011-05-02 | PSP: fixed cursor disappearance bug in 16-bit games | Bluddy | |
The 5650 16-bit format doesn't include alpha bits and is treated as having alpha by the PSP hardware. Other formats such as 5551 don't have their alpha bit set in the cursor buffer. Instead of adding it, we just turn on the 'reverse alpha' feature for these bits. The problem was not making an exception for 5650. | |||
2011-05-01 | WEBOS: Rewritten webos packaging again. No fancy settings needed anymore. ↵ | Klaus Reimer | |
Just "make package". | |||
2011-05-01 | WEBOS: Rewritten webos packaging again. No fancy settings needed anymore. ↵ | Klaus Reimer | |
Just "make package". | |||
2011-05-01 | ANDROID: Disable the savegame parachute | dhewg | |
Only on the stable branch, since this is unfinished and might wipe savegames of the user. | |||
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-05-01 | DC: Disable serial for release | Marcus Comstedt | |
2011-05-01 | RELEASE: Tag branch-1-3-0 and set version | Eugene Sandulenko | |
2011-05-01 | RELEASE: This is 1.4.0git | Eugene Sandulenko | |
2011-04-29 | DC: Create a "dcdist" target for buildbot | Marcus 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-29 | DC: Aesthetical improvements to plugin loader | Marcus Comstedt | |
2011-04-29 | WEBOS: Fix compilation | Max Horn | |
2011-04-29 | BACKENDS: Really *really* fix keymapper code | Max Horn | |
2011-04-29 | AMIGAOS: Fix CAMD compiler warning | Hubert Maier | |
2011-04-29 | BACKENDS: Really fix keymapper | Max Horn | |
2011-04-29 | BACKENDS: Fix compilation of keymapper code | Max Horn | |
2011-04-29 | fix AmigaOS 4 build (thanks to Raziel^) | Alyssa Milburn | |
2011-04-29 | WINCE: Fix Mixer Compilation after header changes. | D G Turner | |
2011-04-28 | BACKENDS: Fix compilation on ports using Virtual Keyboard. | D G Turner | |
2011-04-29 | JANITORIAL: Yet another attempt at fixing compilation | Ori Avtalion | |
2011-04-28 | BACKENDS: Fix compilation for various backends | Ori Avtalion | |
Affects: * PS2 * GPH * ELF * MOTO * IPHONE * N64 * DINGUX * WINCE * PSP | |||
2011-04-28 | NDS: Fix compilation | Ori Avtalion | |
2011-04-28 | ANDROID: Fix compilation some more | dhewg | |
2011-04-28 | DC: Fix compilation | Ori Avtalion | |
2011-04-28 | ANDROID: Another attempt at compilation fix | Ori Avtalion | |
2011-04-28 | PSP: Fix compilation | Ori Avtalion | |
2011-04-28 | ANDROID: Fix compilation | Ori Avtalion | |
2011-04-28 | GPH: Fix compilation | Ori Avtalion | |
2011-04-28 | WII: Fix compilation | Ori Avtalion | |
2011-04-28 | MACOSX: Fix compilation | Max Horn | |
2011-04-28 | JANITORIAL: Add in necessary include files to fix compilation in MSVC | Paul Gilbert | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-28 | JANITORIAL: Format more forward declarations to follow convention | Ori Avtalion | |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion | |
2011-04-25 | WEBOS: 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-22 | WINCE: Add Tremolo support | dhewg | |
2011-04-22 | OPENPANDORA: Remove unneeded translations.h include. | Thierry Crozat | |
2011-04-22 | SYMBIAN: Add support for TSAGE engine | anotherguest | |
2011-04-20 | DC: Provide some feedback when loading plugins | Marcus 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-20 | DC: Move dynamic plugin handling into the platform | Marcus Comstedt | |
2011-04-20 | SYMBIAN: Changed sound to audio in macro. | anotherguest | |
2011-04-20 | SYMBIAN : Updated folder names audio, added video, added M_PI define | anotherguest | |
2011-04-19 | BACKENDS: Fix compilation for Caanoo and GP2xWiz. | Johannes Schickel | |
2011-04-19 | OPENPANDORA: Replace defunct MIXER_DOUBLE_BUFFERING by working code | Max Horn | |
2011-04-19 | GPH: Replace defunct MIXER_DOUBLE_BUFFERING by working code | Max Horn | |
2011-04-18 | COMMON: Rename Error to ErrorCode, introduce new Error class | Max Horn | |
2011-04-18 | SYMBIAN: Use astyle to slightly reduce code formatting mess ;) | Max Horn | |
2011-04-18 | SYMBIAN: Clarify vsnprintf.h legal header a little bit | Max Horn | |
2011-04-17 | ALL/GRAPHICS: Remove Surface::bytesPerPixel. | Johannes Schickel | |