Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-01 | ALL: Update copyright years | Eugene Sandulenko | |
2015-12-26 | I18N: Update translations data file | Thierry Crozat | |
2015-12-25 | Merge pull request #624 from sev-/splash | Eugene Sandulenko | |
ENGINES: Add ScummVM splash | |||
2015-12-23 | I18N: Regenerate translations data file | Thierry Crozat | |
2015-12-21 | GRAPHICS: Introduce a size mode for TrueType fonts | Bastien Bouclet | |
Allows to match Windows font size selection by converting font heights to point sizes using the TrueType tables. | |||
2015-12-07 | CREDITS: Fix the case of mindFactory | Strangerke | |
2015-12-06 | CREDITS: Add credit to the Mindfactory team for Broken Sword 2.5 | Strangerke | |
2015-11-22 | CREDITS: On demand of dreammaster, add m_kiewitz to Sherlock's credits | Strangerke | |
2015-11-22 | CREDITS: Add credits for Access engine | Strangerke | |
2015-11-21 | CREDITS: Use full names for Sherlock's special thanks | Strangerke | |
2015-11-21 | CREDITS: Add BBVS | Strangerke | |
2015-11-21 | CREDITS: Add credits for Sherlock and a special thanks related to the sources. | Strangerke | |
Update the AUTHOR and credit.h files with Raspberry Pi port credits | |||
2015-11-21 | I18N: Update translations.dat | Eugene Sandulenko | |
2015-11-11 | GUI: Do not show splash when ran from launcher | Eugene Sandulenko | |
2015-11-09 | GUI: Use after free | Bertrand Augereau | |
2015-11-09 | GUI: strncat needs a destination C-string | Bertrand Augereau | |
2015-11-07 | GUI: Removed 64k limit on built-in theme XML size | Eugene Sandulenko | |
2015-11-07 | BBVS: Implement file chooser for Air Guitar minigame | Eugene Sandulenko | |
2015-11-07 | GUI: Make disabled EditTextWidget not allowing to edit the string | Eugene Sandulenko | |
2015-10-20 | I18N: Update translations data file | Thierry Crozat | |
2015-10-12 | I18N: Update Hungarian translation (patch #1614) | Thierry Crozat | |
2015-10-11 | I18N: Mark additional string for translation | Thierry Crozat | |
2015-10-11 | I18N: Regenerate translations data file | Thierry Crozat | |
2015-09-06 | I18N: Add missing files in list of files to parse. Regenerate translation files. | Pawel Kolodziejski | |
2015-08-30 | DEBUGGER: Add clarifying comment | Torbjörn Andersson | |
2015-08-29 | DEBUGGER: Add function for printing a StringArray in columns | Torbjörn Andersson | |
2015-08-16 | I18N: Update translations data file | Thierry Crozat | |
2015-07-12 | I18N: Regenerate translations data file | Thierry Crozat | |
2015-07-12 | CREDITS: Update credits (run 'make credits') | Thierry Crozat | |
2015-07-07 | GUI: Simplify OPL option code a bit. | Johannes Schickel | |
2015-07-07 | ZVISION: Change mentions of ZVision to Z-Vision | David Russo | |
To match official documentation (e.g. game manual, credits). | |||
2015-06-25 | I18N: Synchronize translation template file with current code | Thierry Crozat | |
2015-06-25 | GUI: Mark "Mass Add..." and "Record..." for translation. | Thierry Crozat | |
2015-03-21 | GUI: Fix bug #6813, "GUI: Tooltips eat keypresses" | Torbjörn Andersson | |
The tooltip isn't really interested in any keyboard and mouse events, other than as a signal to close itself, so pass them back to the parent dialog. From what I understand, the tooltip isn't part of the dialog, so there should be no risk of going into an infinite loop here. | |||
2015-03-21 | GUI: Adjust x and y to handleMouseWheel() for consistency | Torbjörn Andersson | |
This means x and y has the same meaning as in the other handlers, e.g. handleMouseUp(). Though as far as I can tell, these coordinates aren't actually used anywhere at the moment. | |||
2015-03-05 | CREDITS: Mention skristiansson for his initial SDL2 support work. | Johannes Schickel | |
2015-01-18 | JANITORIAL: Update copyright year | Thierry Crozat | |
2014-12-29 | GUI: Do not overwrite write protected saves in grid based save dialog. | Johannes Schickel | |
This fixes overwriting of, for example, autosaves in the grid based save load dialog when using "New Save". | |||
2014-12-28 | DEBUGGER: Extend the md5 and md5mac commands to handle any chunk length | Filippos Karapetis | |
This will be useful in matching the MD5 checksums with what the advanced detector returns | |||
2014-12-27 | CREDITS: Update the credits for the ZVISION engine | Filippos Karapetis | |
2014-12-21 | CREDITS: Add credits for Sfinx translation to English | Thierry Crozat | |
2014-12-05 | Merge pull request #497 from eriktorbjorn/md5-debug | David Turner | |
Add "md5" command to the debugger | |||
2014-12-05 | GUI: use newer define for OS X 10.10+ | Pawel Kolodziejski | |
2014-12-05 | GUI: remove not used const | Pawel Kolodziejski | |
2014-12-01 | CGE2: Update credits the right way. | uruk | |
2014-11-29 | I18N: Update translations data file | Thierry Crozat | |
2014-11-16 | CREDITS: Add Tobia Tesan | Willem Jan Palenstijn | |
2014-10-31 | DEBUGGER: Add FIXME comment about file name vs base name | Torbjörn Andersson | |
2014-10-28 | CREDITS: Properly sync trailing whitespace changes in all files | Filippos Karapetis | |
This was initially only done for the AUTHORS file in commit f50715a | |||
2014-10-28 | GUI: Remove trailing whitespace | Filippos Karapetis | |