aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-07DS: Use OSystem::_savefileManager slotMax Horn
2011-06-07BACKENDS: All backends use _timerManager now, adapt OSystem accordinglyMax Horn
2011-06-07WINCE: Add FIXME for timer code (maintainer notified)Max Horn
2011-06-07WII: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-07PSP: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-07PS2: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-07N64: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-07IPHONE: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-07DS: Use OSystem's 'slot' for timer managerMax Horn
2011-06-07ANDROID: Use OSystem's 'slots' for timer/savefile manager & fsfactoryMax Horn
2011-06-07DC: Use OSystem's 'slots' for timer/savefile manager & fsFactoryMax Horn
2011-06-07BACKENDS: Move more 'manager slots' from ModularBackend to OSystemMax Horn
2011-06-07OPENPANDORA: Remove some dead codeMax Horn
2011-06-07SCI: Add more debug output to AmigaMac sound driverWalter van Niftrik
2011-06-07DISTS: Update XCode workspaceJulien
The workspace was broken by 39076ef9722529d80fef. This reverts it to the previous revision and reapplies the changes: - change UNIX to POSIX - remove mpeg2 support And adds the following changes: - add missing files to the workspace - enable translation support - silence multi-character constant warning
2011-06-07Merge pull request #43 from Littleboy/testbed-cleanupMax Horn
Testbed engine cleanup
2011-06-07TESTBED: Fix GFXtests::HSVtoRGB() and callerJulien
- update passed values and not local variables when s == 0 - initialize r, g, b values in palette rotation test instead of passing unitialized variables
2011-06-07TESTBED: Specialize call to enable() in MidiTestSuite constructorJulien
2011-06-07TESTBED: Cleanup boolean use in enable() function for fs and midi testsJulien
2011-06-07TESTBED: Update some switch constructs for better control flow handlingJulien
2011-06-07TESTBED: Rename error variable to err (was hiding error() symbol)Julien
2011-06-07TESTBED: Remove dead code, unused arguments and unreferenced symbolsJulien
2011-06-07TESTBED: Add const modifiers to some parameters/functionsJulien
2011-06-07JANITORIAL: Unbreak building with --disable-translationeriktorbjorn
I don't know if there is more code that can be removed when disabling translations, but this is the obvious obstacle.
2011-06-07IPHONE: Fix a typo, fix compilation (hopefully)Sven Hesse
2011-06-07SCI: Use Sound debug channel in AmigaMac sound driver.Walter van Niftrik
2011-06-06I18N: Update translations from templateThierry Crozat
2011-06-06I18N: Update template file from source codeThierry Crozat
2011-06-06I18N: Make some OSD messages translatableThierry Crozat
2011-06-06I18N: Update translations from templateThierry Crozat
2011-06-06OSYSTEM: displayMessageOnOSD() now accepts non-ASCII stringsThierry Crozat
It should now accept strings encoded using the current TranslationManaged charset (e.g. translated text).
2011-06-06GRAPHICS: Add kLocalizedFont in FontManagerThierry Crozat
This makes it easy to get a localized font for the current TranslationManager charset if one has been loaded. It tries first to find one for the BigGUI or GUI fonts and then looks for any acceptable font. Also only use lower case font name for the FontManager HashMap. This is to avoid issues with the case when looking for a font by its name. There was for example an issue for font helvB12 that is named helvb12 in the scummmodern theme.
2011-06-06GRAPHICS: Move genLocalizedFontFilename() to FontManager classThierry Crozat
It was defined in ThemeEngine class , but I moved it to make it possible to use localized font in other places.
2011-06-06GRAPHICS: Get rid of kSODFont (ScummFont)Thierry Crozat
OSD is now using the kGUIFont instead. The main advantage is that the kGUIFont can be used for translated text while only ASCII characters were present in ScummFont.
2011-06-06DC: Allow use of all symbolsMax Horn
2011-06-06CREATE_PROJECT: Link with the static runtime library in release modeLittleboy
This allows distributing MSVC compiled binaries without the MSVCRT runtime dll.
2011-06-06COMMON: Clarify & correct OSystem::displayLogFile() docsMax Horn
2011-06-06AUDIO: some more text tweaksathrxx
2011-06-06SDL: Use #define FORBIDDEN_SYMBOL_ALLOW_ALL (backends can use any symbol)Max Horn
2011-06-06COMMON: Attempt to make 'forbidden symbol' error more helpfulMax Horn
2011-06-06COMMON: Make more symbols forbiddenMax Horn
2011-06-06PS2: Add missing semicolonMax Horn
2011-06-06DS: Remove dead codeMax Horn
2011-06-06PS2: Remove dead codeMax Horn
2011-06-06PS2: Simplify OSystem_PS2::logMessageMax Horn
2011-06-06BACKENDS: Unify EventManager setupMax Horn
2011-06-06NULL: Fix null backend (untested)Max Horn
2011-06-06COMMON: Remove PS2 / NDS hacks in system.cppMax Horn
2011-06-06DS: Add custom logMessage() implementationMax Horn
2011-06-06PS2: Add logMessage() implementationMax Horn