Thierry Crozat
8726792ae6
Merge pull request #919 from Joefish/master
...
GUI: Fix for #9711
2017-03-09 22:27:45 +00:00
rsn8887
0c5ad902dc
Revert "TOOLS: configure options for all-unstable-engines"
...
This reverts commit bd54615363 .
2017-03-09 13:48:09 -06:00
Eugene Sandulenko
4c3f07b3e0
DIRECTOR: Moved event processor to events.cpp
2017-03-09 17:57:12 +01:00
rsn8887
bd54615363
TOOLS: configure options for all-unstable-engines
2017-03-09 10:26:26 -06:00
Paul Gilbert
12bedb4a93
TITANIC: Fix compiler warnings
2017-03-09 00:25:54 -05:00
Paul Gilbert
0e0500f065
TITANIC: Compilation fix in addStar method
2017-03-08 23:53:39 -05:00
Paul Gilbert
4daf983b2e
TITANIC: Added addStar and other methods
2017-03-08 23:27:26 -05:00
Joseph-Eugene Winzer
f39412fcec
GUI: Fix Theme Label in Options->Misc
...
The theme label in the Misc tab will not change to the correct theme
when current language and theme is changed and 'apply' pressed.
loadNewTheme() does not do a rebuild of all widgets, including the
theme label, like it is explicitly done in the 'language section'.
The problem is that rebuild() uses the currently applied settings to
rebuild all widgets. Although a new theme was selected by the user the
label will be overwritten with the name of the still active theme.
By rearranging the logic a complete rebuild of the GUI is done and
updates the widgets correctly.
2017-03-09 04:26:20 +01:00
Joseph-Eugene Winzer
66c2ae244f
GUI: Fix resolution of theme filename to id
...
getThemeId() returned "builtin" for valid filenames because FSNode only
searches for the theme filename, like "scummmodern.zip" in the current
directory. listUsableThemes() searches SearchMan default directories
for theme files.
2017-03-09 04:26:20 +01:00
Paul Gilbert
faaaab9d89
TITANIC: In progress code for CStarControlSub5 class
2017-03-08 22:05:43 -05:00
Peter Kohaut
65ef0c8ff8
CREATE_PROJECT: Fixed solution version for Visual Studio 2015
2017-03-08 22:43:47 +01:00
Peter Kohaut
27368cc845
CREATE_PROJECT: Add support for Visual Studio 2017
2017-03-08 22:30:53 +01:00
Lothar Serra Mari
0345e74e71
I18N: Update translation (German)
...
Currently translated at 100.0% (944 of 944 strings)
2017-03-08 19:10:29 +01:00
Eugene Sandulenko
ff7cff72f4
DIRECTOR: Lingo: More debug output to call() method
2017-03-08 18:49:19 +01:00
Eugene Sandulenko
0a044b21df
DIRECTOR: Fix event mouse event processing in D3
2017-03-08 18:37:16 +01:00
Eugene Sandulenko
6a96a062c7
DIRECTOR: Lingo: Fix parsing D4 variant of 'on ...' clause
2017-03-07 19:34:41 +01:00
Eugene Sandulenko
45dcd06eff
DIRECTOR: Lingo: Added definition for 'on' clauses without 'end'
2017-03-07 18:17:31 +01:00
Paolo Bossi
4fbb871fc4
I18N: Update translation (Italian)
...
Currently translated at 100.0% (944 of 944 strings)
2017-03-07 14:59:08 +01:00
Eugene Sandulenko
6c74514e62
I18N: Update translation (Italian)
...
Currently translated at 99.7% (942 of 944 strings)
2017-03-07 14:58:48 +01:00
Eugene Sandulenko
0990ace238
I18N: Update translation (Italian)
...
Currently translated at 99.7% (942 of 944 strings)
2017-03-07 10:57:11 +01:00
Arius
ac8bbe4693
I18N: Update translation (Greek)
...
Currently translated at 99.4% (939 of 944 strings)
2017-03-07 10:57:05 +01:00
Rossano
5af3c33793
I18N: Update translation (Italian)
...
Currently translated at 99.6% (941 of 944 strings)
2017-03-07 10:56:10 +01:00
Eugene Sandulenko
e6a802b0e5
I18N: Update translation (Italian)
...
Currently translated at 99.5% (940 of 944 strings)
2017-03-07 10:55:41 +01:00
Rossano
cb9ff403c5
I18N: Update translation (Italian)
...
Currently translated at 99.5% (940 of 944 strings)
2017-03-07 10:55:06 +01:00
Eugene Sandulenko
283943ec2b
I18N: Update translation (Italian)
...
Currently translated at 99.4% (939 of 944 strings)
2017-03-07 10:54:16 +01:00
Rossano
f4aa52507d
I18N: Update translation (Italian)
...
Currently translated at 99.4% (939 of 944 strings)
2017-03-07 10:54:05 +01:00
Eugene Sandulenko
983237d912
DIRECTOR: Added sanity check to Score::getSpriteById()
2017-03-07 07:51:38 +01:00
rsn8887
96f720d93d
PSP2: remove date from executable name
2017-03-06 17:10:10 -06:00
Thierry Crozat
ed2fddbe92
I18N: Update translation (French)
...
Currently translated at 99.8% (943 of 944 strings)
2017-03-06 23:55:40 +01:00
Eugene Sandulenko
4307acdcc8
DIRECTOR: Lingo: Split 'on ...' statement when preprocessing
...
D4 scripts do not have respective 'end...' statement, which leads
to syntax errors. Now we are preprocessing those as well.
2017-03-06 20:34:04 +01:00
Eugene Sandulenko
28eb61657e
DIRECTOR: Execture sprite scripts in D2/D3
2017-03-06 20:19:55 +01:00
Walter van Niftrik
8b9d9bcf84
ADL: Fix incorrect delete (CID 1371758)
2017-03-06 17:01:26 +01:00
Thierry Crozat
1f9f40cade
I18N: Update translations templates
2017-03-06 15:57:31 +01:00
rsn8887
44de995bb6
SDL: Fix trying to init non-supported shaders ( #917 )
2017-03-06 08:57:21 -06:00
Eugene Sandulenko
7f2ddf8a13
DIRECTOR: Fix class initialization
2017-03-06 07:05:42 +01:00
Thierry Crozat
d00cac1824
I18N: Regenerate translations data file
2017-03-06 05:05:08 +01:00
Paul Gilbert
cf37d0148d
TITANIC: Implementing CStarControlSub5 class
2017-03-05 20:11:49 -05:00
Walter van Niftrik
56206fef9f
ADL: Implement hires4 intro (1986 re-release)
2017-03-05 21:16:58 +01:00
Walter van Niftrik
3beb48f5ce
ADL: Fix error() when opening GMM during intro
...
This is a regression from 516815d
2017-03-05 21:16:58 +01:00
Walter van Niftrik
494682de90
ADL: Add byte-access functions to Display class
2017-03-05 21:16:58 +01:00
Walter van Niftrik
33c8073bc2
ADL: Make framebuffer loader static
2017-03-05 21:16:58 +01:00
Walter van Niftrik
19b07a7c12
ADL: Move multi-disk handling into v2
2017-03-05 21:16:58 +01:00
Walter van Niftrik
c88d30d8d3
ADL: Allow smaller delays
2017-03-05 21:16:58 +01:00
Walter van Niftrik
6bd7ca75f9
ADL: Move shape drawing into base gfx class
2017-03-05 21:16:57 +01:00
Walter van Niftrik
e97973a930
ADL: Skip deleted files when reading VTOC
2017-03-05 21:16:57 +01:00
Paul Gilbert
15c0cb4258
TITANIC: Added remainder of CStarView class
2017-03-05 15:09:57 -05:00
Paul Gilbert
7e418108f6
TITANIC: Added remaining CStarField methods
2017-03-05 14:20:54 -05:00
Timo Mikkolainen
bfcfc54b04
I18N: Update translation (Finnish)
...
Currently translated at 100.0% (944 of 944 strings)
2017-03-05 17:43:52 +01:00
Paul Gilbert
f040c1bc91
TITANIC: Implementing starfield methods
2017-03-05 09:59:43 -05:00
Ben Castricum
3a0bc46eb1
I18N: Update translation (Dutch)
...
Currently translated at 100.0% (944 of 944 strings)
2017-03-05 15:47:09 +01:00