Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-15 | WINCE: Fix compilation | Cameron Cawley | |
2018-10-14 | BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system ↵ | Thierry Crozat | |
instance | |||
2018-06-03 | WIN32: Move Windows-specific implementation of logMessage out of OSystem_SDL | Cameron Cawley | |
2016-02-15 | I18N: Fix language code for Swedish | Jakub Wilk | |
The language code for Swedish is "sv", not "se". | |||
2016-02-15 | I18N: Fix country code for Denmark | Jakub Wilk | |
The country code for Denmark is DK, not DA. | |||
2015-02-16 | SDL: Add basic abstraction class for the SDL window. | Johannes Schickel | |
2014-02-18 | WINCE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-24 | WINCE: Attempt to fix WinCE compilation. | Johannes Schickel | |
2013-10-23 | SDL: Reduce code duplication a bit. | Johannes Schickel | |
Now instead of initializing this in OSystem_SDL::initSDL (and in subclasses overwriting this) we simply initialize it in OSystem_SDL::init. | |||
2013-10-23 | SDL: Always initialize video subsystem in initSDL. | Johannes Schickel | |
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-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-10-18 | WINCE: Add workaround for memory management problem on Windows CE < 6.0 | CeRiAl | |
This fixes the "32MB memory limit per process" problem in Windows CE < 6.0 | |||
2011-07-20 | WINCE: Move initialization of TimerManager to overloaded init() method. | CeRiAl | |
2011-06-26 | WINCE: Fix timer manager | CeRiAl | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-14 | WINCE: Add support for language auto-detection in WinCE | CeRiAl | |
2011-06-11 | WINCE: Some cleanup (public vs. private scopes), fix freelook | CeRiAl | |
2011-06-07 | WINCE: Use OSystem's _fsFactory slot | Max Horn | |
2011-06-07 | WINCE: Remove dead code | Max Horn | |
2011-06-07 | WINCE: Add FIXME for timer code (maintainer notified) | Max Horn | |
2011-05-18 | WINCE: Enable building of plugins with normal configure/make | CeRiAl | |
Enables building of plugin .dlls without a custom Makefile. Also removes generation of scummvm.exe.map from configure script. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | BACKENDS: Fix compilation for various backends | Ori Avtalion | |
Affects: * PS2 * GPH * ELF * MOTO * IPHONE * N64 * DINGUX * WINCE * PSP | |||
2011-03-09 | WINCE: Run astyle over WinCE source files. | Johannes Schickel | |
2011-03-09 | WINCE: Cleanup WinCE event source a bit. | Johannes Schickel | |
2011-03-08 | WINCE: Make scummvm compile and run again for WinCE platform (patch #3202337) | Max Horn | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-11-28 | WINCE: Remove obsolete openCD method | Max Horn | |
svn-id: r54543 | |||
2010-11-28 | WINCE: Fix main(), update config file handling, update module.mk | Max Horn | |
The WinCE backend will require many more changes to work again after the changes made to SDL backend. This is just a tiny first step towards this goal. svn-id: r54525 | |||
2010-10-31 | WINCE: Enable use of forbidden symbols, cleanup | Max Horn | |
I tried to untangle the header interdependencies a bit, but this is still quite a mess. This commit also fixes some warnings. svn-id: r53978 | |||
2010-09-30 | I18N: Add translation for wince specific titles for key mapping dialog | Thierry Crozat | |
Also backport fix from branch on translation of default title for key mapping dialog. svn-id: r52959 | |||
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson | |
Our warning() and error() functions always add an exclamation mark to the end of the message anyway. svn-id: r52791 | |||
2010-06-26 | GUI: Add and improve some messages to translate | Jordi Vilalta Prat | |
svn-id: r50324 | |||
2010-06-16 | Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and ↵ | David Turner | |
derived backends. svn-id: r49902 | |||
2010-06-02 | OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects | Max Horn | |
svn-id: r49388 | |||
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵ | Andre Heider | |
configure. svn-id: r48977 | |||
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵ | Max Horn | |
MixerImpl constructor svn-id: r48238 | |||
2010-03-10 | Remove last traces of OSystem::getOutputSampleRate() | Max Horn | |
svn-id: r48229 | |||
2010-03-08 | Add missing include that caused build failures with Normal1xAspect and | Robin Watts | |
Normal2xAspect being undefined. svn-id: r48206 | |||
2010-03-08 | Rename PocketPCLandscapeAspect to Normal1xAspect and move it to | Max Horn | |
graphics/scaler/aspect.cpp svn-id: r48192 | |||
2010-03-08 | Rename PocketPCPortrait scaler to DownscaleHorizByThreeQuarters, | Max Horn | |
and move it to graphics/scaler. svn-id: r48191 | |||
2009-11-18 | Modify WinCE, LinuxMoto and GP2xWiz backends to use ↵ | Max Horn | |
graphics/scaler/downscaler* code (untested as of now) svn-id: r45975 | |||
2009-11-09 | WINCE: Formatting fixes; added a FIXME to OSystem_WINCE3::checkOggHighSampleRate | Max Horn | |
svn-id: r45788 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-28 | revert previous fix | Kostas Nakos | |
svn-id: r44438 | |||
2009-09-28 | overload newer incarnation of setmousecursor | Kostas Nakos | |
svn-id: r44437 | |||
2009-09-28 | 1) fix scaler selection for vga games on vga (or higher) devices. 2) fix a ↵ | Kostas Nakos | |
crash during startup svn-id: r44435 | |||
2009-08-21 | Attempt to fix builds that use the ARM screen column clear code; add new | Robin Watts | |
bitdepth argument that was missing in ARM builds previously. Also fix a few warnings. Also fix the WinCE build which fails in the SDL init call with a missing bitdepth field. Untested at this point (build certainly gets further than before). Committing this seems reasonable, as it can't make it any worse :) svn-id: r43614 |