79374 Commits

Author SHA1 Message Date
Thierry Crozat
780e0fe490 DEVTOOLS: Add missing end of line in error messages for cp parser 2017-01-15 19:39:46 +00:00
Eugene Sandulenko
c46697be48 TESTS: Build Wintermute test only for static plugin 2017-01-15 18:30:13 +01:00
Colin Snover
871c9d26b2 BUILD: Fix compilation of test runner on Dreamcast
LIBS needs to go after LDFLAGS for the Dreamcast linker to run
correctly.
2017-01-15 11:17:52 -06:00
Paul Gilbert
d4e2697adb TITANIC: Don't allow entering Arboretum Pellerator during winter 2017-01-15 12:08:46 -05:00
Paul Gilbert
45a42ec949 DEVTOOLS: Add missing string to create_titanic data 2017-01-15 12:08:19 -05:00
Eugene Sandulenko
2d69d67568 DIRECTOR: Lingo: Fixing calling built-in symbols 2017-01-15 18:04:34 +01:00
Paul Gilbert
0e5ed5b502 TITANIC: Figured out missing code in CGlass::MouseDragEndMsg 2017-01-15 11:49:49 -05:00
Paul Gilbert
3327b9ce8d TITANIC: Fix using chicken on dispensors 2017-01-15 11:42:58 -05:00
Eugene Sandulenko
03765dbf18 DIRECTOR: Lingo: Implemented immediate mode used for 'playAccel'
In this mode we treat every parameter as a string, not a keyword
or built-in name
2017-01-15 17:33:25 +01:00
Eugene Sandulenko
0a507b39d0 DIRECTOR: More debug info on Shared Cast loading 2017-01-15 17:33:25 +01:00
Colin Snover
ecf9c95296 BUILD: Attempt to fix Android builds of test runner
Mixing -I and -isystem for system headers causes failures.
2017-01-15 10:16:09 -06:00
Paul Gilbert
d4ff883530 TITANIC: Fix display of chicken tooltips in the inventory 2017-01-15 10:43:41 -05:00
Paul Gilbert
c11f32f4aa TITANIC: Further compiler warning fixes 2017-01-15 10:21:52 -05:00
Paul Gilbert
baf6b58313 TITANIC: Fix chicken dispensor 2017-01-15 10:11:40 -05:00
Paul Gilbert
a17109887c GRAPHICS: Further fix compiler warnings for byte casts 2017-01-15 10:06:00 -05:00
Paul Gilbert
553f1c2ef4 GRAPHICS: Fix compiler warnings of double to byte casts 2017-01-15 09:32:55 -05:00
Paul Gilbert
9d6af45877 TITANIC: Removal of un-used fields to reduce Buildbot warnings
Note there's a lot of preliminary code in the star_control/ folder
for code that still needs to be fully disassembled & implemented.
So for now I've made liberal use of #if 0 blocks to disable fields
that will likely be needed again in the future
2017-01-15 09:29:04 -05:00
D G Turner
8a061ee82d GNAP: Fix Set-But-Unused Variable Compiler Warning. 2017-01-15 14:26:11 +00:00
D G Turner
906f850a9c COMMON: Fix Variable Used Uninitialized Compiler Warning. 2017-01-15 11:46:42 +00:00
D G Turner
aa2e84c376 MACVENTURE: Fix Compiler Warning for Uninitialized Variable Usage. 2017-01-15 08:56:38 +00:00
stevenhoefel
2e48529fa1 DIRECTOR: Utilise MacText class to provide Text Wrapping. 2017-01-15 18:42:50 +11:00
D G Turner
8b4460e310 ADL: Fix Signed vs. Unsigned Compiler Warnings.
This is a subtle issue associated with the Common::Frac usage. The
frac_t type is signed (int32), but the symbols such as FRAC_ONE are
defined by an enumeration which will default to unsigned int for
members. Unsure if the common code needs changing, but other usages fix
the warning by casting the enumeration values to frac_t so doing this
for now.
2017-01-15 07:10:38 +00:00
Colin Snover
75894a871c BUILD: Attempt to fix Android builds when building the test runner
This patch adds the additional architecture-dependent gcc-stdlibc++
include directory to match the existing gcc-stdlibc++ linker and
generic include directory.
2017-01-14 22:53:29 -06:00
Colin Snover
ee04b63d96 BUILD: Attempt to fix Android builds when building the test runner
Android builds currently fail when building the test runner because
the runner tries to include standard library headers, which cannot
be found. This patch adds the gcc-stdlibc++ include directory that
matches the existing gcc-stdlibc++ linker flag.
2017-01-14 22:39:28 -06:00
Paul Gilbert
290bd977a2 TITANIC: Fix size mismatch assert on Gondolier controls close-up 2017-01-14 21:32:22 -05:00
Paul Gilbert
e50faba7e6 TITANIC: Add nullptr terminator to Deskbot animation lists 2017-01-14 20:52:16 -05:00
Paul Gilbert
295e6e8295 TITANIC: Fix crash going to Embarkation Lobby 2017-01-14 20:20:25 -05:00
Paul Gilbert
069061035f TITANIC: Renamings for CSeasonalAdjustment 2017-01-14 20:04:17 -05:00
Paul Gilbert
61db7190a3 TITANIC: Clarify dirty rect methods in CGameManager 2017-01-14 18:19:12 -05:00
Colin Snover
4510c3ec27 TESTS: Attempt to fix buildbot builds for backends with extra flags 2017-01-14 16:45:32 -06:00
Paul Gilbert
1aeaab095e TITANIC: Fix leaving Arboretum after changing seasons 2017-01-14 17:11:22 -05:00
Paul Gilbert
efa1c994ac TITANIC: Renamings and fixes for speech dispensor 2017-01-14 17:01:12 -05:00
Paul Gilbert
dc37fe5039 TITANIC: Renamings and cleanup for lemon dispensor 2017-01-14 16:39:38 -05:00
Paul Gilbert
585fcc2dae TITANIC: Renamings for Arboretum Gate 2017-01-14 16:02:18 -05:00
Colin Snover
135ac922aa COMMON: Define STATIC_ASSERT for all ports
Ports with -DNONSTANDARD_PORT need this too.
2017-01-14 10:17:58 -06:00
Eugene Sandulenko
b955b7ba44 DIRECTOR: Switch to common readPascalString 2017-01-14 13:35:34 +01:00
Eugene Sandulenko
0ecaa79f08 GRAPHICS: Renamed Menu to MacMenu to avoid potential name collision 2017-01-14 13:17:38 +01:00
Eugene Sandulenko
8690fe444e WAGE: Switch menu reading to common code 2017-01-14 13:04:40 +01:00
Eugene Sandulenko
a0907d2679 GRAPHICS: MACGUI: Added method for reading menu from resource 2017-01-14 13:04:21 +01:00
Eugene Sandulenko
95d0477674 WAGE: Switch to the common readPascalString 2017-01-14 12:46:27 +01:00
Eugene Sandulenko
0b95b734b8 COMMON: Add ReadStream::readPascalString() 2017-01-14 12:45:58 +01:00
Eugene Sandulenko
599184ab19 DIRECTOR: Lingo: More portable float reading 2017-01-14 11:24:39 +01:00
Bastien Bouclet
ce343f7168 TESTS: Fix building Common::Span test on big endian systems 2017-01-14 10:36:04 +01:00
D G Turner
77818e9683 MT32: Fix Set-But-Unused Compiler Warning. 2017-01-14 09:14:02 +00:00
D G Turner
72790f90c2 CHEWY: Fix Various Unused Variable Warnings.
Various engine variables are passed down to sub-objects, but never used
currently causing compiler warnings. It is unclear if these are intended
to be used in future, but have removed for now, rather than commenting
out as that would be messier. Can be restored easily if necessary in
future.
2017-01-14 08:43:01 +00:00
D G Turner
d2dd942ad7 SCI: Fix Warnings about Copy Constructor Failing to Call Base Class. 2017-01-14 08:26:29 +00:00
stevenhoefel
aecafd473c DIRECTOR: Load fonts by name if exists from map. 2017-01-14 15:02:58 +11:00
D G Turner
4f1cbddbc3 WINTERMUTE: Fix Unused Variable Compiler Warning. 2017-01-14 03:49:02 +00:00
Paul Gilbert
1fcb79093c TITANIC: Fix breaking long stick dispensor glass with hammer 2017-01-13 21:01:42 -05:00
Walter van Niftrik
635bbed7c3 ADL: Add Sound class 2017-01-14 00:32:38 +01:00