Commit Graph
86814 Commits
Author SHA1 Message Date
Paul Gilbert aab8803ade TITANIC: If statement fix in CStarCloseUp draw 2017-04-10 22:14:10 -04:00
Paul Gilbert c22f408d46 TITANIC: Formatting fix 2017-04-10 19:59:43 -04:00
Paul Gilbert 2c9dffc502 TITANIC: Temporarily lock camera for testing star closeup rendering 2017-04-10 19:58:33 -04:00
Paolo Bossi 9877daad89 I18N: Update translation (Italian)
Currently translated at 100.0% (946 of 946 strings)
2017-04-10 11:14:05 +02:00
George Kormendi 3074cd4b2b I18N: Update translation (Hungarian)
Currently translated at 99.7% (944 of 946 strings)
2017-04-10 10:51:18 +02:00
Peter Kohaut 5e279ac055 BLADERUNNER: added Leon AI script
Happy incept day Leon!
2017-04-10 10:49:07 +02:00
Ben Castricum 678d1fbf51 I18N: Update translation (Dutch)
Currently translated at 100.0% (946 of 946 strings)
2017-04-10 07:52:14 +02:00
Eugene Sandulenko 2e8aa7aa3e I18N: Update translation (Russian)
Currently translated at 100.0% (946 of 946 strings)
2017-04-10 07:36:32 +02:00
Eugene Sandulenko 47f27ca827 I18N: Update translation (Ukrainian)
Currently translated at 100.0% (946 of 946 strings)
2017-04-10 07:33:28 +02:00
Thierry Crozat 82540e6363 I18N: Regenerate translations data file 2017-04-10 05:05:14 +02:00
Paul Gilbert 2a94ae2fb8 TITANIC: Fix CStarControlSub13 setPosition 2017-04-09 22:14:19 -04:00
Paul Gilbert 73e6546559 TITANIC: Fix incorrect indexing in CStarCloseup setup2 2017-04-09 22:08:54 -04:00
Paul Gilbert 0624a9d5aa TITANIC: Renaming of CStarCamera methods 2017-04-09 21:56:22 -04:00
Paul Gilbert 5059aea538 TITANIC: Rename CStarControlSub12 to CStarCamera 2017-04-09 21:44:10 -04:00
Paul Gilbert fda21bb749 TITANIC: Rename CBaseStar to CBaseStars 2017-04-09 21:08:38 -04:00
Thierry Crozat a404821350 I18N: Update translation (French)
Currently translated at 100.0% (946 of 946 strings)
2017-04-09 23:13:55 +02:00
Purple T 6ac98a923c I18N: Update translation (French)
Currently translated at 99.6% (943 of 946 strings)
2017-04-09 23:11:35 +02:00
Timo Mikkolainen 650e7ef04e I18N: Update translation (Finnish)
Currently translated at 100.0% (946 of 946 strings)
2017-04-09 22:49:38 +02:00
Thierry Crozat 03d6dd0e2c I18N: Update translations templates 2017-04-09 22:09:23 +02:00
Thierry Crozat 05bd770ea9 Merge pull request #921 from Joefish/PR_9711
GUI: Restore previous settings if GUI cannot be rendered
2017-04-09 21:09:10 +01:00
Paul Gilbert be76d00cd5 TITANIC: Rename CStarControlSub5 to CStarCloseup 2017-04-09 07:37:57 -04:00
Paul Gilbert 13f9ab01aa TITANIC: Fix rendering of starfield pixels 2017-04-09 07:23:26 -04:00
Paul Gilbert bb344959ea Merge pull request #936 from darkstar/xeen_detection
Xeen: Add detection for the 2CD "talkie" version
2017-04-08 20:20:59 -04:00
Eugene Sandulenko b1778dc04d DIRECTOR: Remove pointless comparison.
size is a byte, so it is always < 2048.
2017-04-09 00:11:17 +02:00
Paul Gilbert 60bad80144 TITANIC: Shift vector returns from params to return values 2017-04-07 21:52:36 -04:00
Paul Gilbert b4a6ec62c2 TITANIC: Add missing initializer for CStarRef1 2017-04-06 21:56:28 -04:00
Joseph-Eugene Winzer 7ff4641d5d GUI: Restore settings if GUI cannot be rendered
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 23:08:28 +02:00
Thierry Crozat 6fea2e27ab I18N: Update translations templates 2017-04-06 22:57:16 +02:00
Thierry Crozat 78561ca94d GUI: Fix access to deleted widget after rebuilding a dialog
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 21:55:28 +01:00
Thierry Crozat 91125bcbcd GUI: Add method to know if a widget contains a given widget 2017-04-06 21:55:28 +01:00
Paul Gilbert 47d339509f TITANIC: Fix gcc warning 2017-04-06 07:40:21 -04:00
Paul Gilbert db7b757bac TITANIC: Add missing content for OSVideoSurface::clear 2017-04-06 07:20:10 -04:00
stevenhoefel 90e97f7069 DIRECTOR: Further work loading assets from D5 Movies. 2017-04-06 14:55:15 +10:00
Paul Gilbert 514871316f TITANIC: Further cleanup of pose usages 2017-04-05 21:42:01 -04:00
Paul Gilbert 25485af0a4 TITANIC: Fix some incorrect type casts 2017-04-05 21:33:13 -04:00
Paul Gilbert 8ffdd29b11 TITANIC: Renamed CStarControlSub6 to FPose 2017-04-05 21:29:32 -04:00
Paul Gilbert 93a4c29b11 TITANIC: Change many doubles to floats to match original's precision
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 21:08:51 -04:00
Eugene Sandulenko 497cd98838 DIRECTOR: Fix warnings 2017-04-05 19:38:44 +02:00
Paul Gilbert 0a2786164e TITANIC: Fix setup of Y_AXIS rotation matrix 2017-04-04 22:32:01 -04:00
Paul Gilbert 4378dd37b7 TITANIC: Correct usage of x/y angle in setViewportPosition 2017-04-04 21:44:19 -04:00
Paul Gilbert 903cffca28 TITANIC: Change debug level constants to have a DEBUG_ prefix 2017-04-04 20:53:31 -04:00
stevenhoefel d52d58d3dd DIRECTOR: Initial work to load D5 assets. 2017-04-04 20:09:57 +10:00
Paul Gilbert 689d0538f2 TITANIC: Add missing break to switch statement 2017-04-03 20:41:39 -04:00
stevenhoefel ea989b681c DIRECTOR: Bring cast children back for D4 or higher. 2017-04-03 14:54:07 +10:00
George Kormendi dea10a23ee I18N: Update translation (Hungarian)
Currently translated at 99.8% (943 of 944 strings)
2017-04-03 06:38:54 +02:00
stevenhoefel a307a91916 DIRECTOR: Use button cast when rendering button text. 2017-04-03 14:38:36 +10:00
Thierry Crozat 2dac196370 I18N: Regenerate translations data file 2017-04-03 05:05:09 +02:00
mézes gergely e976450d22 I18N: Update translation (Hungarian)
Currently translated at 99.8% (943 of 944 strings)
2017-04-03 03:33:16 +02:00
stevenhoefel 7b9afc37ce DIRECTOR: Pre-load Button child text members. 2017-04-03 11:33:02 +10:00
Paul Gilbert 320cdbeac3 TITANIC: Add missing code from CBaseStar draw3 2017-04-02 17:04:51 -04:00