Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-10 | BLADERUNNER: added Leon AI script | Peter Kohaut | |
Happy incept day Leon! | |||
2017-04-10 | I18N: Update translation (Dutch) | Ben Castricum | |
Currently translated at 100.0% (946 of 946 strings) | |||
2017-04-10 | I18N: Update translation (Russian) | Eugene Sandulenko | |
Currently translated at 100.0% (946 of 946 strings) | |||
2017-04-10 | I18N: Update translation (Ukrainian) | Eugene Sandulenko | |
Currently translated at 100.0% (946 of 946 strings) | |||
2017-04-10 | I18N: Regenerate translations data file | Thierry Crozat | |
2017-04-09 | TITANIC: Fix CStarControlSub13 setPosition | Paul Gilbert | |
2017-04-09 | TITANIC: Fix incorrect indexing in CStarCloseup setup2 | Paul Gilbert | |
2017-04-09 | TITANIC: Renaming of CStarCamera methods | Paul Gilbert | |
2017-04-09 | TITANIC: Rename CStarControlSub12 to CStarCamera | Paul Gilbert | |
2017-04-09 | TITANIC: Rename CBaseStar to CBaseStars | Paul Gilbert | |
2017-04-09 | I18N: Update translation (French) | Thierry Crozat | |
Currently translated at 100.0% (946 of 946 strings) | |||
2017-04-09 | I18N: Update translation (French) | Purple T | |
Currently translated at 99.6% (943 of 946 strings) | |||
2017-04-09 | I18N: Update translation (Finnish) | Timo Mikkolainen | |
Currently translated at 100.0% (946 of 946 strings) | |||
2017-04-09 | I18N: Update translations templates | Thierry Crozat | |
2017-04-09 | Merge pull request #921 from Joefish/PR_9711 | Thierry Crozat | |
GUI: Restore previous settings if GUI cannot be rendered | |||
2017-04-09 | TITANIC: Rename CStarControlSub5 to CStarCloseup | Paul Gilbert | |
2017-04-09 | TITANIC: Fix rendering of starfield pixels | Paul Gilbert | |
2017-04-08 | Merge pull request #936 from darkstar/xeen_detection | Paul Gilbert | |
Xeen: Add detection for the 2CD "talkie" version | |||
2017-04-09 | DIRECTOR: Remove pointless comparison. | Eugene Sandulenko | |
size is a byte, so it is always < 2048. | |||
2017-04-07 | TITANIC: Shift vector returns from params to return values | Paul Gilbert | |
2017-04-06 | TITANIC: Add missing initializer for CStarRef1 | Paul Gilbert | |
2017-04-06 | GUI: Restore settings if GUI cannot be rendered | Joseph-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-06 | I18N: Update translations templates | Thierry Crozat | |
2017-04-06 | GUI: Fix access to deleted widget after rebuilding a dialog | Thierry 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-06 | GUI: Add method to know if a widget contains a given widget | Thierry Crozat | |
2017-04-06 | TITANIC: Fix gcc warning | Paul Gilbert | |
2017-04-06 | TITANIC: Add missing content for OSVideoSurface::clear | Paul Gilbert | |
2017-04-06 | DIRECTOR: Further work loading assets from D5 Movies. | stevenhoefel | |
2017-04-05 | TITANIC: Further cleanup of pose usages | Paul Gilbert | |
2017-04-05 | TITANIC: Fix some incorrect type casts | Paul Gilbert | |
2017-04-05 | TITANIC: Renamed CStarControlSub6 to FPose | Paul Gilbert | |
2017-04-05 | TITANIC: Change many doubles to floats to match original's precision | Paul 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-05 | DIRECTOR: Fix warnings | Eugene Sandulenko | |
2017-04-04 | TITANIC: Fix setup of Y_AXIS rotation matrix | Paul Gilbert | |
2017-04-04 | TITANIC: Correct usage of x/y angle in setViewportPosition | Paul Gilbert | |
2017-04-04 | TITANIC: Change debug level constants to have a DEBUG_ prefix | Paul Gilbert | |
2017-04-04 | DIRECTOR: Initial work to load D5 assets. | stevenhoefel | |
2017-04-03 | TITANIC: Add missing break to switch statement | Paul Gilbert | |
2017-04-03 | DIRECTOR: Bring cast children back for D4 or higher. | stevenhoefel | |
2017-04-03 | I18N: Update translation (Hungarian) | George Kormendi | |
Currently translated at 99.8% (943 of 944 strings) | |||
2017-04-03 | DIRECTOR: Use button cast when rendering button text. | stevenhoefel | |
2017-04-03 | I18N: Regenerate translations data file | Thierry Crozat | |
2017-04-03 | I18N: Update translation (Hungarian) | mézes gergely | |
Currently translated at 99.8% (943 of 944 strings) | |||
2017-04-03 | DIRECTOR: Pre-load Button child text members. | stevenhoefel | |
2017-04-02 | TITANIC: Add missing code from CBaseStar draw3 | Paul Gilbert | |
2017-04-02 | Xeen: Add detection for the 2CD "talkie" version | Michael Drüing | |
2017-04-02 | TITANIC: Add missing code in CBaseStar draw4 | Paul Gilbert | |
2017-04-02 | DIRECTOR: Shorted detection tables | Eugene Sandulenko | |
2017-04-02 | TITANIC: Fix warnings | Willem Jan Palenstijn | |
2017-04-02 | BLADERUNNER: fixed lighting cache | Peter Kohaut | |
actors can be now partially illuminated (per slice), it iss visible in scene rc02 in the right part of the room |