aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-14SCI: Fix speech in QfG IV on big endian platformsThierry Crozat
2017-04-13DIRECTOR: D5 Shared Cast loading.stevenhoefel
2017-04-12TITANIC: Fix centroid calculations in star drawing methodsPaul Gilbert
2017-04-12I18N: Update translation (Italian)Paolo Bossi
Currently translated at 100.0% (946 of 946 strings)
2017-04-12I18N: Update translation (Spanish)Eugene Sandulenko
Currently translated at 98.9% (936 of 946 strings)
2017-04-12I18N: Update translation (Spanish)pablobecerra
Currently translated at 98.9% (936 of 946 strings)
2017-04-10TITANIC: Further cleanup of CStarCloseup drawPaul Gilbert
2017-04-10TITANIC: Cleaning up CStarCloseup drawPaul Gilbert
2017-04-10TITANIC: If statement fix in CStarCloseUp drawPaul Gilbert
2017-04-10TITANIC: Formatting fixPaul Gilbert
2017-04-10TITANIC: Temporarily lock camera for testing star closeup renderingPaul Gilbert
2017-04-10I18N: Update translation (Italian)Paolo Bossi
Currently translated at 100.0% (946 of 946 strings)
2017-04-10I18N: Update translation (Hungarian)George Kormendi
Currently translated at 99.7% (944 of 946 strings)
2017-04-10BLADERUNNER: added Leon AI scriptPeter Kohaut
Happy incept day Leon!
2017-04-10I18N: Update translation (Dutch)Ben Castricum
Currently translated at 100.0% (946 of 946 strings)
2017-04-10I18N: Update translation (Russian)Eugene Sandulenko
Currently translated at 100.0% (946 of 946 strings)
2017-04-10I18N: Update translation (Ukrainian)Eugene Sandulenko
Currently translated at 100.0% (946 of 946 strings)
2017-04-10I18N: Regenerate translations data fileThierry Crozat
2017-04-09TITANIC: Fix CStarControlSub13 setPositionPaul Gilbert
2017-04-09TITANIC: Fix incorrect indexing in CStarCloseup setup2Paul Gilbert
2017-04-09TITANIC: Renaming of CStarCamera methodsPaul Gilbert
2017-04-09TITANIC: Rename CStarControlSub12 to CStarCameraPaul Gilbert
2017-04-09TITANIC: Rename CBaseStar to CBaseStarsPaul Gilbert
2017-04-09I18N: Update translation (French)Thierry Crozat
Currently translated at 100.0% (946 of 946 strings)
2017-04-09I18N: Update translation (French)Purple T
Currently translated at 99.6% (943 of 946 strings)
2017-04-09I18N: Update translation (Finnish)Timo Mikkolainen
Currently translated at 100.0% (946 of 946 strings)
2017-04-09I18N: Update translations templatesThierry Crozat
2017-04-09Merge pull request #921 from Joefish/PR_9711Thierry Crozat
GUI: Restore previous settings if GUI cannot be rendered
2017-04-09TITANIC: Rename CStarControlSub5 to CStarCloseupPaul Gilbert
2017-04-09TITANIC: Fix rendering of starfield pixelsPaul Gilbert
2017-04-08Merge pull request #936 from darkstar/xeen_detectionPaul Gilbert
Xeen: Add detection for the 2CD "talkie" version
2017-04-09DIRECTOR: Remove pointless comparison.Eugene Sandulenko
size is a byte, so it is always < 2048.
2017-04-07TITANIC: Shift vector returns from params to return valuesPaul Gilbert
2017-04-06TITANIC: Add missing initializer for CStarRef1Paul Gilbert
2017-04-06GUI: Restore settings if GUI cannot be renderedJoseph-Eugene Winzer
PR#921 changes the behavior of the client that if the GUI fails to be rendered the previously applied settings in the misc category are restored. Error messages were altered according to the changes. Bug: #9717 GUI: Indirectly changing 'GUI Language' can produce inconsistent behaviour when changing some options.
2017-04-06I18N: Update translations templatesThierry Crozat
2017-04-06GUI: Fix access to deleted widget after rebuilding a dialogThierry Crozat
The issue was with the focus or mouse widget as it may not be a direct child of the dialog (it may for example be a child of the tab widget in the options dialog) and removing a widget was not resetting the mouse of focus widget if that widget was not a direct child.
2017-04-06GUI: Add method to know if a widget contains a given widgetThierry Crozat
2017-04-06TITANIC: Fix gcc warningPaul Gilbert
2017-04-06TITANIC: Add missing content for OSVideoSurface::clearPaul Gilbert
2017-04-06DIRECTOR: Further work loading assets from D5 Movies.stevenhoefel
2017-04-05TITANIC: Further cleanup of pose usagesPaul Gilbert
2017-04-05TITANIC: Fix some incorrect type castsPaul Gilbert
2017-04-05TITANIC: Renamed CStarControlSub6 to FPosePaul Gilbert
2017-04-05TITANIC: Change many doubles to floats to match original's precisionPaul Gilbert
Many of the Star Control classes in the original explicitly used floats rather than doubles. I'm switching to using them where applicable for now, since the resulting figures will more closely match the original, and it will be easier to spot errors in the various formulas
2017-04-05DIRECTOR: Fix warningsEugene Sandulenko
2017-04-04TITANIC: Fix setup of Y_AXIS rotation matrixPaul Gilbert
2017-04-04TITANIC: Correct usage of x/y angle in setViewportPositionPaul Gilbert
2017-04-04TITANIC: Change debug level constants to have a DEBUG_ prefixPaul Gilbert
2017-04-04DIRECTOR: Initial work to load D5 assets.stevenhoefel