Commit Graph
86814 Commits
Author SHA1 Message Date
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
Thierry Crozat 7e933e55c9 I18N: Update translations templates 2017-02-27 16:03:38 +01:00
Willem Jan Palenstijn 8bac8836b1 SCI: Fix up readString writing into too small buffer
This fixes QfG4 character import, which specifies a size of 52 for a
buffer of size 40.
2017-02-27 16:02:20 +01:00
Paul Gilbert 0c640239fd TITANIC: Fix initialization of FRect 2017-02-27 09:21:00 -05:00
Paul Gilbert 1f99c01f12 TITANIC: Added remainder of CStarControl class 2017-02-27 09:08:34 -05:00
Ben Castricum 2dab510bee I18N: Update translation (Dutch)
Currently translated at 100.0% (933 of 933 strings)
2017-02-27 14:56:08 +01:00
Paul Gilbert 93cd3eced2 TITANIC: Implemented CStarControl doAction 2017-02-27 08:55:56 -05:00
Thierry Crozat 64b05a8693 I18N: Regenerate translations data file 2017-02-27 05:05:11 +01:00
Strangerke e4b7f699be CRYO: Fix crash when restarting the game 2017-02-27 00:59:17 +01:00
Paul Gilbert 5610eefcf2 TITANIC: More implementation of CSurfaceAream, added FRect class 2017-02-26 17:26:20 -05:00
Eugene Sandulenko 37985991e8 DIRECTOR: Fix rendering of shapes of type 16 2017-02-26 23:08:22 +01:00
Eugene Sandulenko f47602f87d DIRECTOR: More debug output on image rendering 2017-02-26 23:08:22 +01:00
Willem Jan Palenstijn a8cbc03acc CRYO: Improve macro safety 2017-02-26 22:45:03 +01:00
Eugene Sandulenko 2168ac1ef0 CRYO: Fix warning 2017-02-26 22:34:25 +01:00
Strangerke e12a25cb75 CRYO: Improve syncTapePointers 2017-02-26 20:54:35 +01:00
rsn8887 afff429261 SDL: fix options control tab ordering and labels
- control options tab is moved past graphics options tab
- control tab is not the default anymore
- changed label of "Mouse Speed" option to "Pointer Speed"
- changed Pointer Speed infotip description to make it more clear
2017-02-26 12:04:37 -06:00
Lothar Serra Mari 9734d518de I18N: Update translation (German)
Currently translated at 98.7% (935 of 947 strings)
2017-02-26 14:24:00 +01:00
Timo Mikkolainen c15d725bf3 I18N: Update translation (Finnish)
Currently translated at 100.0% (947 of 947 strings)
2017-02-26 14:24:00 +01:00
Willem Jan Palenstijn 1b1fae6494 SCI: Clean up unnecessary casts 2017-02-26 14:23:36 +01:00