Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-09 | STARTREK: Begin implementing menus | Matthew Stewart | |
2018-08-09 | STARTREK: Begin implementation of showText. | Matthew Stewart | |
Also started using SharedPtrs. | |||
2018-08-09 | STARTREK: Implement addSprite and delSprite | Matthew Stewart | |
2018-08-09 | STARTREK: Implement draw modes 2 and 3 for sprites | Matthew Stewart | |
2018-08-09 | STARTREK: Implement drawSprite function | Matthew Stewart | |
2018-08-09 | STARTREK: Make Bitmap, Sprite, FileStream classes | Matthew Stewart | |
2018-08-09 | STARTREK: Fixes to file loading. | Matthew Stewart | |
The "numbered" files that I implemented can also use letters as the last character. | |||
2018-08-09 | STARTREK: Implement loading "numbered" files | Matthew Stewart | |
2018-08-09 | STARTREK: Add detection for the ST25 Mac demo | Matthew Stewart | |
2018-08-09 | STARTREK: Import my startrek engine | Matthew Hoops | |
Now updated even | |||
2018-08-07 | TINSEL: Fix displayed saved game month off by one | David Fioramonti | |
This corrects the displayed month for querySaveMetaInfos being a month behind. | |||
2018-08-07 | CREDITS: Fix formatting | Matan Bareket | |
2018-08-08 | I18N: Update translation (Russian) | Pavel Kungurtsev | |
Currently translated at 95.0% (940 of 989 strings) | |||
2018-08-08 | I18N: Update translation (Portuguese (Portugal)) | Fred Almeida | |
Currently translated at 22.1% (219 of 989 strings) | |||
2018-08-08 | I18N: Update translation (Portuguese (Brazil)) | Alexandre Folle de Menezes | |
Currently translated at 55.8% (552 of 989 strings) | |||
2018-08-08 | I18N: Update translation (Greek) | Arius | |
Currently translated at 93.5% (925 of 989 strings) | |||
2018-08-08 | I18N: Update translation (Chinese) | monkeymadness | |
Currently translated at 75.1% (743 of 989 strings) | |||
2018-08-08 | I18N: Update translation (Catalan) | Pere Orga | |
Currently translated at 70.6% (699 of 989 strings) | |||
2018-08-08 | I18N: Update translation (Belarusian) | Fiodar | |
Currently translated at 94.7% (937 of 989 strings) | |||
2018-08-08 | I18N: Update translation (Basque) | Erik Zubiria | |
Currently translated at 74.1% (733 of 989 strings) | |||
2018-08-07 | CREDITS: Add anchors to the web xml output | Matan Bareket | |
2018-08-06 | I18N: Update translation (Russian) | Mikhail | |
Currently translated at 94.9% (939 of 989 strings) | |||
2018-08-06 | I18N: Update translation (Russian) | Pavel Kungurtsev | |
Currently translated at 94.8% (938 of 989 strings) | |||
2018-08-06 | I18N: Update translation (Russian) | Mikhail | |
Currently translated at 94.6% (936 of 989 strings) | |||
2018-08-06 | I18N: Update translation (Russian) | Pavel Kungurtsev | |
Currently translated at 94.5% (935 of 989 strings) | |||
2018-08-06 | I18N: Update translation (Catalan) | Alfred Vallés Tortosa | |
Currently translated at 69.4% (687 of 989 strings) | |||
2018-08-06 | I18N: Update translation (Catalan) | Pere Orga | |
Currently translated at 69.3% (686 of 989 strings) | |||
2018-08-06 | I18N: Update translation (Catalan) | Alfred Vallés Tortosa | |
Currently translated at 68.6% (679 of 989 strings) | |||
2018-08-06 | I18N: Update translation (Catalan) | Pere Orga | |
Currently translated at 68.5% (678 of 989 strings) | |||
2018-08-06 | I18N: Update translation (Chinese) | rte44 | |
Currently translated at 74.3% (735 of 989 strings) | |||
2018-08-06 | I18N: Update translation (Chinese) | monkeymadness | |
Currently translated at 74.1% (733 of 989 strings) | |||
2018-08-06 | I18N: Update translation (Portuguese (Portugal)) | Catarina Simões | |
Currently translated at 17.9% (178 of 989 strings) | |||
2018-08-06 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-08-05 | GRAPHICS: MACGUI: fixed mem leak in MacText | Andrei Prykhodko | |
2018-08-05 | COMMON: changed code page constant name from ascii to utf8 | Andrei Prykhodko | |
2018-08-05 | PINK: implemented text drawing in ActionText for English version | Andrei Prykhodko | |
2018-08-05 | COMMON: made code pages conversion arrays static and constant | Andrei Prykhodko | |
2018-08-05 | COMMON: named CodePage enum | Andrei Prykhodko | |
2018-08-05 | COMMON: added method to convert text from various code pages to Unicode | Andrei Prykhodko | |
2018-08-04 | BUILD: Save the PKG_CONFIG_LIBDIR environment variable across rebuilds | Bastien Bouclet | |
2018-08-04 | BUILD: Check if pkg-config is available | Bastien Bouclet | |
2018-08-04 | BUILD: Prefer pkg-config over freetype-config if possible | Lars Wendler | |
As of freetype-2.9.1 the freetype-config script no longer gets installed by default. | |||
2018-08-04 | BUILD: List all used environmental variables in configure help | Colin Snover | |
2018-08-04 | BUILD: Respect all build tool overrides from environment | Colin Snover | |
Previously, only CXX could be overridden by the environment, which made it impossible to correctly set tools for cross-compiler toolchains which were not compatible with the default system tools. | |||
2018-08-04 | MOHAWK: RIVEN: Fix crash when clicking on a marble with the mouse moving | Bastien Bouclet | |
In some cases a mouse moved event could be handled between the moment the xtakeit script was queued and the moment it is executed (on the same frame), causing the mouse position no longer to be over a marble rectangle. Fixes #10647. | |||
2018-08-03 | GRAPHICS: Improve check to test if text fits in the target surface | Bastien Bouclet | |
When rendering text, especially truetype fonts, we would use the next character avance metric to check if the character fits in the target surface. This commit changes it to use the bounding box metric. The bounding box represents the actual pixels that will be touched when drawing the character. This fixes an issue noticed on the main menu of Myst ME where the last character of the string "OPTIONEN" would not be rendered despite there being enough room to render it. More precisely, this ensures that calling Font::getBoundingBox for a string, and then passing a surface exactly the size of the returned bounding box to the draw function actually renders all the characters. | |||
2018-08-03 | I18N: Update translations templates | Thierry Crozat | |
2018-08-03 | SAGA: Deduplicate kScriptTimeTicksPerSecond constant | Adrian Frühwirth | |
2018-08-03 | GROOVIE: Allow saving via GMM and increase save slots to 25 | David Fioramonti | |
If the user enters in an invalid description for the save then it will be simplified by the saved name cache process in Script::savegame. I checked this with t7g, but not with the 11th guest or any other Groovie game. The original in-game loading/saving can still only access the first 10 save slots (0-9). Its possible to saving via the GMM when the game is interactive. Loading a game saved via the gui using the original in-game load menu works fine. Saving via the GMM with timestamp works, but only only saves the characters up to the first non-alpha non-letter characer. | |||
2018-08-03 | I18N: Update translations templates | Thierry Crozat | |