Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04-10 | ALL: Split SMALL_SCREEN_DEVICE into GUI_ENABLE_KEYSDIALOG and ↵ | Eugene Sandulenko | |
GUI_ONLY_FULLSCREEN | |||
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-12-16 | WINCE: Fix shadow variable warnings associated with GUIElement classes. | D G Turner | |
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-12-05 | WINCE: Update port specific README | CeRiAl | |
2011-12-05 | WINCE: Update port specific README | CeRiAl | |
2011-11-17 | COMMON: Move <new> include into scummsys.h. | Alyssa Milburn | |
The header contains forbidden symbols on some platforms, and the simplest solution seems to be to include it here. This also includes it from all the portdefs.h files, except the Symbian one. Probably the FIXME and the #if can be removed once it's known to work. | |||
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-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-07-20 | WINCE: Update port specific README | CeRiAl | |
2011-07-20 | WINCE: Change keymapping for AGI and Simon 1 & 2 | CeRiAl | |
2011-07-20 | WINCE: Move initialization of TimerManager to overloaded init() method. | CeRiAl | |
2011-07-20 | WINCE: Update port specific README | CeRiAl | |
2011-07-15 | WINCE: Change default values for "FM_high_quality" & "high_sample_rate" | CeRiAl | |
Changed the default values from "false" to "true" as current devices are fast enough to handle this. It's still possible to change the values to "false" if the device isn't fast enough. | |||
2011-07-01 | WINCE: Update port specific README | CeRiAl | |
2011-06-27 | WINCE: Added option to disable panel toggling with double tap on top of screen | CeRiAl | |
2011-06-26 | WINCE: Fix timer manager | CeRiAl | |
2011-06-25 | WINCE: Hide toolbar when returning to game list | 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-06-01 | ALL: Removed last traces of the MPEG2 code | Max Horn | |
2011-05-31 | COMMON: Move more stuff from scummsys.h to portdefs.h | Max Horn | |
2011-05-27 | WINCE: Update of port-related README | CeRiAl | |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops | |
2011-05-25 | WINCE: Update port specific readme | CeRiAl | |
2011-05-23 | COMMON: Provide our own implementations for scumm_str(n)icmp | Max Horn | |
This takes up a tiny little bit of extra binary size, but gets rid of some awful #ifdef hackery. | |||
2011-05-18 | WINCE: Replace custom massadd with the global one (shows progress now) | CeRiAl | |
Replaces the formerly custom WinCE massadd function (CELauncherDialog::automaticScanDirectory) with the global one, which is better because it shows progress (massadd in combination with a uncached plugin build takes a very long time to complete and user thinks device has crashed when no progress is shown). Also fixes the additional custom WinCE about dialog (text was cut off before). | |||
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: Silence/fix some warnings. | Johannes Schickel | |
2011-03-08 | WINCE: Add -fno-inline-functions to compiler arguments. | Johannes Schickel | |
WinCE is using -O3 by default, which includes -finline-functions, which in turn breaks SCI. By disabling that opimization we get SCI working fine again. | |||
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-29 | SDL: Move #include <SDL.h> into a special wrapper file | Max Horn | |
svn-id: r54572 |