aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-09STARTREK: Implement CD Audio handling.Matthew Stewart
2018-08-09STARTREK: Implement sound effects in the midisMatthew Stewart
Removed amiga and mac sound code for now since I can't test it.
2018-08-09STARTREK: Begin implementing event system.Matthew Stewart
Textbox now responds to mouse input.
2018-08-09STARTREK: Implement more text routinesMatthew Stewart
2018-08-09STARTREK: Add mouse cursorMatthew Stewart
2018-08-09STARTREK: Fix off-by-1 bug in drawSpriteMatthew Stewart
2018-08-09STARTREK: Implement drawAllSprites properly.Matthew Stewart
Still need to do the part which calculates sprite priorities.
2018-08-09STARTREK: Begin implementing menusMatthew Stewart
2018-08-09STARTREK: Begin implementation of showText.Matthew Stewart
Also started using SharedPtrs.
2018-08-09STARTREK: Implement addSprite and delSpriteMatthew Stewart
2018-08-09STARTREK: Implement draw modes 2 and 3 for spritesMatthew Stewart
2018-08-09STARTREK: Implement drawSprite functionMatthew Stewart
2018-08-09STARTREK: Make Bitmap, Sprite, FileStream classesMatthew Stewart
2018-08-09STARTREK: Fixes to file loading.Matthew Stewart
The "numbered" files that I implemented can also use letters as the last character.
2018-08-09STARTREK: Implement loading "numbered" filesMatthew Stewart
2018-08-09STARTREK: Add detection for the ST25 Mac demoMatthew Stewart
2018-08-09STARTREK: Import my startrek engineMatthew Hoops
Now updated even
2018-08-07TINSEL: Fix displayed saved game month off by oneDavid Fioramonti
This corrects the displayed month for querySaveMetaInfos being a month behind.
2018-08-07CREDITS: Fix formattingMatan Bareket
2018-08-08I18N: Update translation (Russian)Pavel Kungurtsev
Currently translated at 95.0% (940 of 989 strings)
2018-08-08I18N: Update translation (Portuguese (Portugal))Fred Almeida
Currently translated at 22.1% (219 of 989 strings)
2018-08-08I18N: Update translation (Portuguese (Brazil))Alexandre Folle de Menezes
Currently translated at 55.8% (552 of 989 strings)
2018-08-08I18N: Update translation (Greek)Arius
Currently translated at 93.5% (925 of 989 strings)
2018-08-08I18N: Update translation (Chinese)monkeymadness
Currently translated at 75.1% (743 of 989 strings)
2018-08-08I18N: Update translation (Catalan)Pere Orga
Currently translated at 70.6% (699 of 989 strings)
2018-08-08I18N: Update translation (Belarusian)Fiodar
Currently translated at 94.7% (937 of 989 strings)
2018-08-08I18N: Update translation (Basque)Erik Zubiria
Currently translated at 74.1% (733 of 989 strings)
2018-08-07CREDITS: Add anchors to the web xml outputMatan Bareket
2018-08-06I18N: Update translation (Russian)Mikhail
Currently translated at 94.9% (939 of 989 strings)
2018-08-06I18N: Update translation (Russian)Pavel Kungurtsev
Currently translated at 94.8% (938 of 989 strings)
2018-08-06I18N: Update translation (Russian)Mikhail
Currently translated at 94.6% (936 of 989 strings)
2018-08-06I18N: Update translation (Russian)Pavel Kungurtsev
Currently translated at 94.5% (935 of 989 strings)
2018-08-06I18N: Update translation (Catalan)Alfred Vallés Tortosa
Currently translated at 69.4% (687 of 989 strings)
2018-08-06I18N: Update translation (Catalan)Pere Orga
Currently translated at 69.3% (686 of 989 strings)
2018-08-06I18N: Update translation (Catalan)Alfred Vallés Tortosa
Currently translated at 68.6% (679 of 989 strings)
2018-08-06I18N: Update translation (Catalan)Pere Orga
Currently translated at 68.5% (678 of 989 strings)
2018-08-06I18N: Update translation (Chinese)rte44
Currently translated at 74.3% (735 of 989 strings)
2018-08-06I18N: Update translation (Chinese)monkeymadness
Currently translated at 74.1% (733 of 989 strings)
2018-08-06I18N: Update translation (Portuguese (Portugal))Catarina Simões
Currently translated at 17.9% (178 of 989 strings)
2018-08-06I18N: Regenerate translations data fileThierry Crozat
2018-08-05GRAPHICS: MACGUI: fixed mem leak in MacTextAndrei Prykhodko
2018-08-05COMMON: changed code page constant name from ascii to utf8Andrei Prykhodko
2018-08-05PINK: implemented text drawing in ActionText for English versionAndrei Prykhodko
2018-08-05COMMON: made code pages conversion arrays static and constantAndrei Prykhodko
2018-08-05COMMON: named CodePage enumAndrei Prykhodko
2018-08-05COMMON: added method to convert text from various code pages to UnicodeAndrei Prykhodko
2018-08-04BUILD: Save the PKG_CONFIG_LIBDIR environment variable across rebuildsBastien Bouclet
2018-08-04BUILD: Check if pkg-config is availableBastien Bouclet
2018-08-04BUILD: Prefer pkg-config over freetype-config if possibleLars Wendler
As of freetype-2.9.1 the freetype-config script no longer gets installed by default.
2018-08-04BUILD: List all used environmental variables in configure helpColin Snover