Commit Graph

80282 Commits

Author SHA1 Message Date
Eugene Sandulenko
9fcb56f24c Merge pull request #914 from rsn8887/upstream
SDL: Always use sub-pixel joystick pointer
2017-03-04 11:50:12 +01:00
Lothar Serra Mari
07625ba823 I18N: Update translation (German)
Currently translated at 100.0% (939 of 939 strings)
2017-03-04 11:43:53 +01:00
Eugene Sandulenko
7dace10a1e I18N: Update translation (Russian)
Currently translated at 100.0% (939 of 939 strings)
2017-03-04 11:33:23 +01:00
Eugene Sandulenko
7c3f393aa1 I18N: Update translation (Ukrainian)
Currently translated at 100.0% (939 of 939 strings)
2017-03-04 11:29:57 +01:00
Thierry Crozat
bfd42e6d53 I18N: Update translations templates 2017-03-04 11:23:26 +01:00
Lothar Serra Mari
04a268c01d I18N: Update translation (German)
Currently translated at 99.8% (946 of 947 strings)
2017-03-04 11:23:20 +01:00
Eugene Sandulenko
dbc4ae70bf GUI: Remove useless translations 2017-03-04 11:23:00 +01:00
Ettore Atalan
f57d5be524 I18N: Update translation (German)
Currently translated at 99.7% (945 of 947 strings)
2017-03-04 10:13:21 +01:00
Lothar Serra Mari
1c11cfd7a5 I18N: Update translation (German)
Currently translated at 99.5% (943 of 947 strings)
2017-03-04 10:10:43 +01:00
Walter Agazzi
97cf967db1 I18N: Update translation (Italian)
Currently translated at 98.9% (937 of 947 strings)
2017-03-04 04:16:50 +01:00
Paul Gilbert
ae67a5029e TITANIC: Implementing starfield methods 2017-03-03 22:16:48 -05:00
rafaelmessias
1a67deebdc I18N: Update translation (Portuguese (Brazil))
Currently translated at 60.7% (575 of 947 strings)
2017-03-03 23:26:42 +01:00
Eugene Sandulenko
85faa4bebc DIRECTOR: Fix getNextLabelNumber() for the rightmost frame 2017-03-03 22:02:58 +01:00
stevenhoefel
aafd10d3d1 DIRECTOR: Correctly return TextCast rectangle for D2/3. 2017-03-03 15:20:59 +11:00
Paul Gilbert
64b970ef64 TITANIC: Implementing CStarView methods 2017-03-02 23:04:02 -05:00
Paul Gilbert
51f2420001 TITANIC: Added star keyboard handling 2017-03-02 21:54:22 -05:00
Paul Gilbert
297cb6be82 TITANIC: Code for starfield mode setup & photo code 2017-03-02 21:07:28 -05:00
Eugene Sandulenko
415bd56444 DIRECTOR: Janitorial: Fix code formatting 2017-03-02 23:12:42 +01:00
Paul Gilbert
e229e3c4a4 TITANIC: Added starfield button down code 2017-03-01 23:07:08 -05:00
Paul Gilbert
4921897013 TITANIC: Implemented CStarView MouseMoveMsg 2017-03-01 22:22:16 -05:00
Eugene Sandulenko
4ab38721ce DIRECTOR: Load CastInfo for the Shared Cast 2017-03-01 22:41:07 +01:00
rsn8887
12e226922d SDL: Always use sub-pixel joystick pointer resolution 2017-03-01 09:55:20 -06:00
Eugene Sandulenko
3a7c091122 DIRECTOR: Plug memory leak 2017-03-01 10:50:35 +01:00
Eugene Sandulenko
e7842795fe DIRECTOR: Fix debug output 2017-03-01 10:50:35 +01:00
Thierry Crozat
dbdacf4e7f I18N: Update translations templates 2017-03-01 08:17:50 +01:00
George Kormendi
7763244809 I18N: Update translation (Hungarian)
Currently translated at 99.6% (944 of 947 strings)
2017-03-01 08:17:43 +01:00
Eugene Sandulenko
7c259fe129 Merge pull request #911 from wjp/tabs
GUI: Improve tab widget
2017-03-01 08:17:34 +01:00
Paul Gilbert
ace2fa77eb TITANIC: Beginnings of CBaseStar draw support methods 2017-02-28 21:03:34 -05:00
Willem Jan Palenstijn
7dd1a1e4f5 GUI: Increase tab title spacing 2017-03-01 00:24:06 +01:00
D G Turner
7898c904ba Fix GCC Variable Range Warning.
This was due to the greater than 0x7f being redundant for signed char.
2017-02-28 21:08:11 +00:00
D G Turner
b779f20502 CLOUD: Fix GCC Unused Variable Warning.
This variable is not used as the constructors for the storage type
classes store the resulting objects into the Cloud Manager using
replaceStorage(this) instead.
2017-02-28 20:42:17 +00:00
D G Turner
ae4f96f7ba TITANIC: Suppress GCC Warning in WIP Code. 2017-02-28 20:24:31 +00:00
D G Turner
55d761a56a GUI: Fix Enumeral vs. Non-Enumeral In Conditional GCC Warning. 2017-02-28 20:22:38 +00:00
Ben Castricum
8e3f2856f8 I18N: Update translation (Dutch)
Currently translated at 100.0% (947 of 947 strings)
2017-02-28 20:10:48 +01:00
Willem Jan Palenstijn
867511d2d0 MT32: Update Munt to 2.0.3
This update uses upstream commit
777c51cdb4dbb4e02a53c23edea9086f0b600e26.

The new SampleRateConverter is added, but not built as we don't use it.
Also, building it without source changes will need additional include
directories.

This update of Munt reduces the stack size, and thus fixes bug #9630.
2017-02-28 18:40:04 +01:00
Timo Mikkolainen
e2a72393d2 I18N: Update translation (Finnish)
Currently translated at 100.0% (947 of 947 strings)
2017-02-28 16:48:05 +01:00
Willem Jan Palenstijn
c64d91833f GUI: Check rect validity for popup/radio drawing 2017-02-28 15:55:52 +01:00
Willem Jan Palenstijn
5510640dbc GUI: Give each tab in TabWidget its own width
The width of each tab is now computed from its title, independently of
the other tabs. This increases the number of tabs that fit on the
screen.

This rewrite also fixes a bug where if the window size increased while
_firstVisibleTab > 0, some tabs would become inaccessible when the
scroll buttons were hidden.

The layout key Globals.TabWidget.Tab.Width is now treated as minimal
tab width. This is set so that the tabs fit reasonably well in lowres
layouts.

At the same time, this reduces the lowres scroll buttons heights to fit.

This patch makes the Nintento DS hacks in TabWidget obsolete.
(Hopefully! I'm not able to test.)
2017-02-28 15:55:52 +01:00
Willem Jan Palenstijn
af831f26b9 GUI: Clean up GlobalOptionsDialog reflow changing visible tabs 2017-02-28 15:55:51 +01:00
Thierry Crozat
7314e04fe9 I18N: Update translations templates 2017-02-28 15:54:53 +01:00
Willem Jan Palenstijn
69e311b789 Merge pull request #912 from rsn8887/upstream
SDL: fix options control tab ordering and labels
2017-02-28 15:54:40 +01:00
Eugene Sandulenko
5d06607e8a DIRECTOR: Fix warning and code formatting 2017-02-28 10:38:16 +01:00
stevenhoefel
b0093cba4b DIRECTOR: Capture Mouse Down Sprite and highlight respective items. 2017-02-28 15:44:52 +11:00
Paul Gilbert
f819d7332d TITANIC: Implementing CBaseStar methods 2017-02-27 21:11:16 -05:00
rsn8887
58bbc0e887 SDL: fix pointer speed setting 8 (was too slow) 2017-02-27 19:59:18 -06:00
Paul Gilbert
27c80f012a TITANIC: Fix PET not showing on savegame load in front of nav helmet 2017-02-27 19:45:00 -05:00
rsn8887
5934c05bca SDL: Fix value range checking for kbdMouseSpeedSlider 2017-02-27 16:20:09 -06:00
Ben Castricum
fc0f3662a0 I18N: Update translation (Dutch)
Currently translated at 100.0% (947 of 947 strings)
2017-02-27 21:28:24 +01:00
Eugene Sandulenko
63f168cd1c DIRECTOR: Fix frame script execution
No idea why the initial frame was removed, but that caused everything
to be shifted by 1, and thus, incorrect scripts were launched
2017-02-27 18:28:53 +01:00
Eugene Sandulenko
9278380116 DIRECTOR: Improved debug output 2017-02-27 18:28:18 +01:00