Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-22 | CGE: suppress a couple of static, add ProgName and MergeExt | Strangerke | |
2011-06-21 | CGE: ScummVM no longer crashes instantly | Strangerke | |
2011-06-20 | CGE: Remove some statics | Strangerke | |
2011-06-20 | CGE: Remove static parts of HEART | Strangerke | |
2011-06-20 | CGE: As there's only one instance of VGA, suppress all the static keywords ↵ | Strangerke | |
from it | |||
2011-06-19 | Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into soltys_wip2 | eriktorbjorn | |
2011-06-19 | CGE: Get rid of some static initializing | eriktorbjorn | |
ScummVM itself (not the engine; I haven't tried that) now starts without crashing. It exits immediately, but as far as I can tell it does not crash. It still produces lots of Valgrind warnings, though... | |||
2011-06-19 | CGE: (Eriktorbjorn) Fix compilation for GCC | Strangerke | |
2011-06-19 | CGE: Fix compilation under GCC | eriktorbjorn | |
Unfortunately, I had to stub a few things but this all looks like code that will have to be rewritten later anyway. | |||
2011-06-18 | CGE: Suppress some defines, fix semi-columns in template definitions | Strangerke | |
2011-06-14 | CGE: Fix the remaining link errors. It now crashes instantly, most likely ↵ | Strangerke | |
because of the VGA class | |||
2011-06-13 | CGE: Fix one linker error | Strangerke | |
2011-06-13 | CGE: Fix several issues reported by CPPCHECK | Strangerke | |
2011-06-13 | CGE: Cleanup: also remove trailing tabs | Strangerke | |
2011-06-13 | CGE: Cleanup: remove trailing spaces | Strangerke | |
2011-06-13 | CGE: Format code | Strangerke | |
2011-06-13 | CGE: Add a couple of STUB warnings | Strangerke | |
2011-06-12 | CGE: Add missing file, and STUB some missing functions in general.cpp | Strangerke | |
2011-06-12 | CGE: Suppress VGA::Exit, some cleanup, add one missing source | Strangerke | |
2011-06-11 | CGE: Remove DROP() macro | Strangerke | |
2011-06-11 | CGE: Stubbing and cleanup made by SylvainTV | Strangerke | |
2011-06-11 | CGE: Add a couple of missing files | Strangerke | |
2011-06-10 | CGE: Add namespaces | Strangerke | |
2011-06-10 | CGE: Suppress typedef for byte, word and dword. | Strangerke | |
2011-06-10 | CGE: Replace Boolean, TRUE and FALSE by bool, true, false | Strangerke | |
2011-06-10 | CGE: Remove far and near keywords | Strangerke | |
2011-06-10 | CGE: Add default header, fix some includes | Strangerke | |
2011-06-09 | CGE: Add several sources based on headers | Strangerke | |
2011-09-10 | CGE: Add minimal engine and detection | Strangerke | |
2011-06-07 | JANITORIAL: Unbreak building with --disable-translation | eriktorbjorn | |
I don't know if there is more code that can be removed when disabling translations, but this is the obvious obstacle. | |||
2011-06-07 | IPHONE: Fix a typo, fix compilation (hopefully) | Sven Hesse | |
2011-06-07 | SCI: Use Sound debug channel in AmigaMac sound driver. | Walter van Niftrik | |
2011-06-06 | I18N: Update translations from template | Thierry Crozat | |
2011-06-06 | I18N: Update template file from source code | Thierry Crozat | |
2011-06-06 | I18N: Make some OSD messages translatable | Thierry Crozat | |
2011-06-06 | I18N: Update translations from template | Thierry Crozat | |
2011-06-06 | OSYSTEM: displayMessageOnOSD() now accepts non-ASCII strings | Thierry Crozat | |
It should now accept strings encoded using the current TranslationManaged charset (e.g. translated text). | |||
2011-06-06 | GRAPHICS: Add kLocalizedFont in FontManager | Thierry 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-06 | GRAPHICS: Move genLocalizedFontFilename() to FontManager class | Thierry Crozat | |
It was defined in ThemeEngine class , but I moved it to make it possible to use localized font in other places. | |||
2011-06-06 | GRAPHICS: 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-06 | DC: Allow use of all symbols | Max Horn | |
2011-06-06 | CREATE_PROJECT: Link with the static runtime library in release mode | Littleboy | |
This allows distributing MSVC compiled binaries without the MSVCRT runtime dll. | |||
2011-06-06 | COMMON: Clarify & correct OSystem::displayLogFile() docs | Max Horn | |
2011-06-06 | AUDIO: some more text tweaks | athrxx | |
2011-06-06 | SDL: Use #define FORBIDDEN_SYMBOL_ALLOW_ALL (backends can use any symbol) | Max Horn | |
2011-06-06 | COMMON: Attempt to make 'forbidden symbol' error more helpful | Max Horn | |
2011-06-06 | COMMON: Make more symbols forbidden | Max Horn | |
2011-06-06 | PS2: Add missing semicolon | Max Horn | |
2011-06-06 | DS: Remove dead code | Max Horn | |
2011-06-06 | PS2: Remove dead code | Max Horn | |