79400 Commits

Author SHA1 Message Date
Eugene Sandulenko
a5e998b75a DIRECTOR: Fix Sprite class constructors 2017-01-16 09:05:50 +01:00
Eugene Sandulenko
3b7819a97e DIRECTOR: Lingo: Attempt to fix func_cursor() 2017-01-16 09:05:50 +01:00
Eugene Sandulenko
1d942944ee DIRECTOR: Lingo: Fix initialization 2017-01-16 09:05:50 +01:00
Eugene Sandulenko
541a7157f0 DIRECTOR: Fix copy/paste error 2017-01-16 09:05:50 +01:00
D G Turner
657e5414fe SCI: Fix Possible Uninitialized Variable Usages. 2017-01-16 07:22:32 +00:00
D G Turner
694a840704 DIRECTOR: Fix Unused Variable Compiler Warning. 2017-01-16 06:09:13 +00:00
Thierry Crozat
16da2614fd I18N: Regenerate translations data file 2017-01-16 05:05:04 +01:00
Paul Gilbert
af8184d7d9 TITANIC: Woarkound original bug when SuccUBus eats the chicken 2017-01-15 22:46:54 -05:00
Paul Gilbert
4498b028c5 TITANIC: Further clarifying fields of Chicken Dispensor 2017-01-15 22:04:50 -05:00
stevenhoefel
d765bb334d DIRECTOR: Rewind shared cast memorystream before trying to load the data. 2017-01-16 13:19:47 +11:00
Colin Snover
9ff41967a0 BUILD: Fix PSP build of test runner 2017-01-15 18:32:07 -06:00
Paul Gilbert
ad1bb852eb TITANIC: Fix SuccUBus not eating chicken when it has condiments 2017-01-15 19:23:49 -05:00
Eugene Sandulenko
8b5196da53 DIRECTOR: Added debug output for Shared Cast images 2017-01-16 00:51:37 +01:00
Eugene Sandulenko
979560e304 DIRECTOR: Lingo: Added stub for Lingo restarting 2017-01-16 00:51:37 +01:00
stevenhoefel
37469a45c4 DIRECTOR: Correctly parse STXT runs to determine formatting. 2017-01-16 10:13:50 +11:00
Walter van Niftrik
9f5004ceda ADL: Implement hires5 'win game' opcode 2017-01-15 23:17:46 +01:00
Paul Gilbert
89de1549ca TITANIC: Fix showing correct inventory glyphs after loading savegame 2017-01-15 17:11:46 -05:00
Rodrigo Vegas Sánchez-Ferrero
95beb870b1 I18N: Update translation (Spanish)
Currently translated at 100.0% (929 of 929 strings)
2017-01-15 23:05:57 +01:00
Paul Gilbert
0726d3f37d TITANIC: Fix using inventory items on each other 2017-01-15 16:46:58 -05:00
Paul Gilbert
3fa46888a8 TITANIC: Fixes for getting chicken and starling puret 2017-01-15 16:22:15 -05:00
Paul Gilbert
988e47d2d0 TITANIC: Show correct inventory glyphs & tooltip for multi-state items 2017-01-15 16:21:46 -05:00
Paul Gilbert
85a6c1d3fe TITANIC: Fix entering Arboretum in winter, further renamings 2017-01-15 15:21:19 -05:00
Eugene Sandulenko
40a900c3c7 DIRECTOR: Lingo: Fixed 'go to movie' procedure.
Now it loads the needed movie but crashes because there was no context
of script reloading
2017-01-15 21:15:45 +01:00
Eugene Sandulenko
7b666dc1ca DIRECTOR: Cleanup main movie loading 2017-01-15 21:15:45 +01:00
Colin Snover
5d22cc438f BUILD: Fix N64 build of test runner 2017-01-15 13:49:33 -06:00
Thierry Crozat
a0e9556554 I18N: Add codepage file for ISO-8859-7
This is needed for the Greek translation.
2017-01-15 19:40:25 +00:00
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