Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-02 | N64: Fix Signed to Unsigned Comparison GCC Warning. | David Turner | |
svn-id: r55745 | |||
2011-02-02 | IPHONE: Fix Unsigned to Signed Comparison Compiler Warning. | David Turner | |
svn-id: r55743 | |||
2011-01-14 | SYMBIAN: Fix some small issues in the README file (M4 isn't included) | Jordi Vilalta Prat | |
svn-id: r55243 | |||
2011-01-14 | SYMBIAN: Updated revision history | Lars Persson | |
svn-id: r55236 | |||
2011-01-08 | DC: Sync legacy makefile with recent changes | Marcus Comstedt | |
svn-id: r55173 | |||
2011-01-08 | DC: Fix a compilation warning | Marcus Comstedt | |
svn-id: r55172 | |||
2011-01-08 | DC: Implement logMessage() | Marcus Comstedt | |
svn-id: r55171 | |||
2011-01-07 | DC: Ensure creation of output sections .{c,d}tors | Marcus Comstedt | |
Add an object with an empty .ctors and .dtors section to the build of each plugin. This ensures that there will be an output section .ctors and one .dtors in the output file (they could be empty though). If these output sections were to be removed, the symbols defined inside by the linker script could disappear as well, and we don't want that. svn-id: r55149 | |||
2011-01-07 | DC: Check plugins for required symbols | Marcus Comstedt | |
Make sure that all the required symbols exist in generated plugins. If not, the strip command may have removed them... svn-id: r55144 | |||
2010-12-31 | COPYRIGHT: Update copyright year - Happy new year! | Arnaud Boutonné | |
svn-id: r55082 | |||
2010-12-24 | ANDROID: Remove obsolete reference to ANDROID_TOP in build instructions. | Angus Lees | |
svn-id: r55029 | |||
2010-12-20 | N64: save and return exact palette for grabPalette | Fabio Battaglia | |
Save the exact palette and return it when grabPalette is called, The less precise 16bit conversion is still used inside though. svn-id: r54981 | |||
2010-12-17 | PSP: fixed bug exhibited in Gob engine with blacked out video frames | Yotam Barnoy | |
The problem was that I was allowing changes to the palette (in this case) even before the separate display thread, which is synchronized to vsync, was done drawing. This caused the palette to change mid-render. The fix is a semaphore synchronizing the threads. svn-id: r54942 | |||
2010-12-03 | DC: Remove extra semicolon. (Should fix compiliation hopefully). | Johannes Schickel | |
svn-id: r54753 | |||
2010-12-03 | DC: Implement getSystemLanguage() | Marcus Comstedt | |
svn-id: r54752 | |||
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 | DC: Adapted CDDA interface to the new standard. | Marcus Comstedt | |
svn-id: r54714 | |||
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-29 | SYMBIAN : Forgot to init the SDL backend | Lars Persson | |
svn-id: r54590 | |||
2010-11-29 | SDL: Add Mac OS X log file support | Max Horn | |
svn-id: r54589 | |||
2010-11-29 | SYMBIAN : Updated so it builds with latest structures and add support to ↵ | Lars Persson | |
last express svn-id: r54588 | |||
2010-11-29 | BACKENDS: Fix SVN keyword usage. | Johannes Schickel | |
svn-id: r54584 | |||
2010-11-29 | SDL: Move createLogFile implementions to the OSystem_SDL subclasses. | Johannes Schickel | |
svn-id: r54581 | |||
2010-11-29 | SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation | Max Horn | |
svn-id: r54575 | |||
2010-11-29 | SDL: Revert r54554, and add explanatory comment (fix for bug #3121841) | Max Horn | |
svn-id: r54574 | |||
2010-11-29 | BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs | Max Horn | |
svn-id: r54573 | |||
2010-11-29 | SDL: Move #include <SDL.h> into a special wrapper file | Max Horn | |
svn-id: r54572 | |||
2010-11-29 | COMMON: Applied patch #3121969 - "WIN32_LEAN_AND_MEAN in incorrect place" | Filippos Karapetis | |
svn-id: r54567 | |||
2010-11-28 | GP2x: Fix silly typo | Max Horn | |
svn-id: r54560 | |||
2010-11-28 | SDL: Reduce redundant deletes from OSystem_SDL destructor | Max Horn | |
svn-id: r54554 | |||
2010-11-28 | SDL: Various more SdlEventSource related fixes | Max Horn | |
svn-id: r54553 | |||
2010-11-28 | GP2X: Compilation fix | Max Horn | |
svn-id: r54552 | |||
2010-11-28 | SDL: Change refs to SdlEventManager to SdlEventSource | Max Horn | |
svn-id: r54544 | |||
2010-11-28 | WINCE: Remove obsolete openCD method | Max Horn | |
svn-id: r54543 | |||
2010-11-28 | SDL: Compiled POSIX sub-backend only on unix systems | Max Horn | |
svn-id: r54538 | |||
2010-11-28 | SDL: Added missing #define FORBIDDEN_SYMBOL_ALLOW_ALL for the Win32 SDL backend | Filippos Karapetis | |
svn-id: r54527 | |||
2010-11-28 | SDL: Merge deinit() into OSystem_SDL destructor and overload fatalError | Max Horn | |
svn-id: r54526 | |||
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-11-28 | SDL: Fix compilation on Windows too. | Johannes Schickel | |
svn-id: r54524 | |||
2010-11-28 | SDL: Make SDL backend compile again. | Johannes Schickel | |
svn-id: r54523 | |||
2010-11-28 | DINGUX: Attempt to fix the new code for this backend | Max Horn | |
It seems in the gsoc2010-opengl branch, the dingux port was not anymore updated at some point, so some changes that were made in general did not make it till here. This is my attempt to fix at least the most obvious problems, but without being able to compile it, all these changes should be very carefully reviewed. svn-id: r54522 | |||
2010-11-28 | Merging the gsoc2010-opengl branch | Max Horn | |
svn-id: r54518 | |||
2010-11-28 | BACKEND: Switch OSystem::getSystemLanguage return type to Common::String. | Johannes Schickel | |
This is done as discussed on -devel. svn-id: r54516 | |||
2010-11-26 | I18N: Fix language detection in UNIX (not everyone speaks German yet) | Jordi Vilalta Prat | |
svn-id: r54494 | |||
2010-11-26 | SDL: Hook up file logger to log on Windows. | Johannes Schickel | |
For now the log file will be either "%APPDATA%/ScummVM/Logs/scummvm.log" or "%USERPROFILE%/Application Data/ScummVM/Logs/scummvm.log" to match the location of the default ScummVM configuration file. svn-id: r54490 | |||
2010-11-26 | SDL: Hook up file logger to log on UNIX-like systems. | Johannes Schickel | |
As discussed on -devel this always logs to ~/.scummvm/logs/scummvm.log. svn-id: r54489 | |||
2010-11-25 | OSYSTEM: Add API to query the system locale. | Johannes Schickel | |
I also adapted the SDL backend to implement the API. svn-id: r54479 | |||
2010-11-19 | PSP: Remove tabs from README.PSP. | Johannes Schickel | |
svn-id: r54386 |