Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-22 | CGE: Add credits | Strangerke | |
2011-11-14 | COMMON: Remove some double-underscore defines (reserved) | Willem Jan Palenstijn | |
2011-10-30 | Merge pull request #112 from tsoliman/fix-undithering-guioption1 | Eugene Sandulenko | |
GUI: Enable EGA Undithering in global options dialog | |||
2011-10-28 | GUI: Change scrollbar repeat handling from a timer proc to handleTickle. | Johannes Schickel | |
This should be less heavy on timer usage and makes sure no race conditions will occur. | |||
2011-10-27 | GUI: Enable EGA Undithering in global options dialog | Tarek Soliman | |
GUIO_EGAUNDITHER is a positive flag unlike the rest of the GUIO negative flags like GUIO_NOASPECT and GUIO_NOSPEECH. This means the gui option is only enabled if the flag exists. This caused the gui option to be disabled in the global options dialog due to the flag not existing in the global confman domain. It is an inconvenience and a regression IMHO to have to set this flag on a game by game basis with no option to set it globally and have the games override it. Thanks Strangerke for making me clarify. Thanks LordHoto for feedback on code style. | |||
2011-09-19 | GUI: Silence GCC warning | Torbjörn Andersson | |
Rename local variable 'buffer' to keep it from clashing with the buffer() method. | |||
2011-09-19 | GUI: Replace ConsoleDialog use of vsnprintf by Common::String::vformat() | Littleboy | |
2011-08-23 | I18N: Regenerate translation.dat file | Thierry Crozat | |
2011-08-22 | I18N: Regenerate translations.dat file | Thierry Crozat | |
2011-08-21 | BADA: Updated credit.pl to include BADA port information | Chris Warren-Smith | |
2011-08-20 | I18N: Regenerated .pot, .po and translations.dat | Eugene Sandulenko | |
2011-08-20 | CREDITS: Reflect new team structure | Eugene Sandulenko | |
2011-08-20 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2011-08-18 | I18N: Update the catalan and spanish translations. | Jordi Vilalta Prat | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-08-06 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2011-08-06 | GUI: Removed redundant button label | Eugene Sandulenko | |
2011-08-06 | GUI: Consistent behavior of ButtonWidget::setLabel() | Eugene Sandulenko | |
2011-08-06 | OSYSTEM: extended installTimerProc() with timer ID parameter | Eugene Sandulenko | |
2011-07-03 | CREDITS: Mark waltervn as retired | Matthew Hoops | |
As requested by him | |||
2011-07-03 | COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined. | Johannes Schickel | |
2011-07-02 | ENGINES: Clean up SaveStateDescriptor. | Johannes Schickel | |
Now SaveStateDescriptor no longer subclasses HashMap. Instead all possible saved meta data is included directly into SaveStateDescriptor. This is slightly less flexible, but we never needed that flexibility so far. On the other hand it should reduce the memory usage. At least on my system (Linux/amd64) the old SaveStateDescriptor had a size of 928 and the new SaveStateDescriptor has a size of 200. | |||
2011-07-01 | GRAPHICS: Rename NewFont to BdfFont. | Johannes Schickel | |
2011-07-01 | GRAPHICS: Move NewFont code to a separate file. | Johannes Schickel | |
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion | |
Silences the clang warning: static data member specialization of '_singleton' must originally be declared in namespace 'Common'; accepted as a C++0x extension [-Wc++0x-extensions] Wrapping "namespace Common {}" around the macro assignment causes clang to complain about a spurious semicolon, and removing the semicolon at the end of the macro causes some editors to misbehave. Changing the requirement of using the macro in one namespace (the global) to another (Common) seems a small price to pay to silence a warning. | |||
2011-06-30 | CREDITS: Update my status to active again. | unknown | |
2011-06-28 | I18N: Regenerate translations data file | Thierry Crozat | |
2011-06-26 | I18N: Update Russian translation | Eugene Sandulenko | |
2011-06-23 | CREDITS: Add real name of serga per his request | Eugene Sandulenko | |
2011-06-22 | I18N: Regenerate translations data file | Thierry Crozat | |
2011-06-22 | Merge pull request #26 from Littleboy/taskbar | Eugene Sandulenko | |
Taskbar integration | |||
2011-06-22 | CREDITS: Mark myself as retired | Max Horn | |
2011-06-20 | I18N: Regenerate translations data file | Thierry Crozat | |
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-19 | I18N: Regenerate translations data file | Thierry Crozat | |
2011-06-17 | GUI: fix uninitialized var | athrxx | |
(caused rendering glitches when compiling with MSVC) | |||
2011-06-17 | COMMON: Make use of Common::parseBool | Max Horn | |
2011-06-16 | BACKENDS/COMMON/GUI: Remove complete support for TaskbarManager when taskbar ↵ | Littleboy | |
integration is not enabled | |||
2011-06-16 | BACKENDS: Add support for count status to TaskbarManager | Littleboy | |
- Show the number of found games when using the massadd dialog | |||
2011-06-16 | BACKENDS: Add progress to MassAdd dialog | Littleboy | |
2011-06-16 | DREAMWEB: Added engine to the credits | Vladimir Menshakov | |
2011-06-14 | I18N: Update Czech translation from patch #3316238 | Thierry Crozat | |
2011-06-12 | I18N: Regenerate translations data file | Thierry Crozat | |
2011-06-06 | I18N: Update translations from template | Thierry Crozat | |
2011-06-06 | I18N: Update translations from template | Thierry Crozat | |
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 | I18N: Make some more GUI strings translatable. | Alyssa Milburn | |
2011-06-06 | GUI: Fix message after changing languages. | Alyssa Milburn | |
2011-06-06 | COMMON: Remove vfprintf call from XML parser | Max Horn | |
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn | |