RichieSams
49d67caa31
Merge branch 'master' into zvision
2013-09-29 18:04:53 -05:00
Willem Jan Palenstijn
1c3202794a
WINTERMUTE: Fix typo in comment
2013-09-29 22:49:07 +02:00
Willem Jan Palenstijn
2242917dda
WINTERMUTE: Do antialiased TT font rendering
2013-09-29 22:27:56 +02:00
Eugene Sandulenko
8989dd3b73
FULLPIPE: Implement MovGraph::calcDistance()
2013-09-29 23:08:45 +03:00
Paul Gilbert
b2fe6232c2
TSAGE: Implemented proper R2R object/player shading
2013-09-29 15:24:32 -04:00
Willem Jan Palenstijn
4591bd6eb6
SWORD25: Fix alpha/colormod blitting
...
This is a backport to sword25 of the wintermute commits
e9cbda135bbc822009ff311cad6e420fb23cff82 and 2141ad285e0200f4773726a13504f960e382f13e
Thanks to eriktorbjorn for noticing and testing.
2013-09-29 20:18:54 +02:00
D G Turner
7be1d48f86
BUILD: Fix libpng detection when compiled as shared library with zlib.
...
This was breaking AmigaOS4 builds for the porter as his libpng was built
as a shared library depending on zlib. This should be safe for static
builds as well.
2013-09-29 17:13:21 +01:00
Eugene Sandulenko
118da76068
SWORD25: int -> int32 correctness
2013-09-29 10:44:41 +03:00
Eugene Sandulenko
c73904c978
SWORD25: Fix compilation
2013-09-29 10:30:39 +03:00
Eugene Sandulenko
2333041fdf
SWORD25: Specify integer size
2013-09-29 10:15:24 +03:00
Eugene Sandulenko
e6ba26ff0d
SWORD25: int -> int32 correctness
2013-09-29 10:02:34 +03:00
Eugene Sandulenko
7a669b770f
SWORD25: Specifying int size to make Amiga happy
2013-09-29 09:45:16 +03:00
Eugene Sandulenko
2a2a5e51c6
SWORD25: Fix Amiga compilation
2013-09-29 09:30:23 +03:00
D G Turner
befa99ca77
SWORD25: Some more fixes for Amiga OS 4 compilation.
2013-09-29 03:21:55 +01:00
D G Turner
7e62442376
SWORD25: And even more fixes for Amiga OS 4 compilation.
2013-09-29 02:33:02 +01:00
D G Turner
03965ba855
SWORD25: Even more fixes for Amiga OS 4 compilation.
2013-09-29 00:45:43 +01:00
Eugene Sandulenko
9220d331e2
SWORD25: Make Amiga compiler happier
2013-09-28 23:57:39 +03:00
Eugene Sandulenko
5cb881be12
SWORD25: More int->int32 fixes
2013-09-28 23:45:31 +03:00
Eugene Sandulenko
86550cdc3c
SWORD25: Further fixes for Amiga
2013-09-28 23:28:19 +03:00
Eugene Sandulenko
9a1ddf0dee
SWORD25: More int <-> int32 corrections
2013-09-28 23:17:02 +03:00
Eugene Sandulenko
08c010b8df
SWORD25: Further fixes for Amiga compilation
2013-09-28 22:58:10 +03:00
Eugene Sandulenko
4552f5196b
SWORD25: Fix Amiga compilation
2013-09-28 22:26:54 +03:00
Eugene Sandulenko
75f2dacade
FULLPIPE: Fix compiler warning
2013-09-28 21:44:55 +03:00
Paul Gilbert
7cf1f02fa1
TSAGE: Fix R2R restart game to match the original
2013-09-28 12:57:47 -04:00
Eugene Sandulenko
aeee6e6241
FULLPIPE: Implement Movement::calcSomeXY()
2013-09-28 17:31:42 +03:00
Paul Gilbert
68d446c919
TSAGE: Bugfixes and renaming for R2R title screen
2013-09-28 09:57:51 -04:00
Eugene Sandulenko
ac1be668d9
FULLPIPE: Implement MovGraph2::initDirections()
2013-09-28 15:59:46 +03:00
Eugene Sandulenko
dd7995958d
FULLPIPE: Implement MovGraph2::addObject()
2013-09-28 14:15:46 +03:00
Eugene Sandulenko
b22c7d28f7
FULLPIPE: Implement MctlCompound::addObject()
2013-09-28 13:06:06 +03:00
Eugene Sandulenko
d207dcfba6
FULLPIPE: Bug fix MctlCompound::load()
2013-09-28 11:36:11 +03:00
D G Turner
93c3375244
TONY: Fix compilation on FreeBSD with C++-11 enabled.
...
This is part of bug #3615056 and is due to NULL being defined as
nullptr when C++-11 is enabled, which is not valid being assigned
to a integer value.
2013-09-28 01:37:15 +01:00
D G Turner
e07723e1d1
TINSEL: Fix compilation on FreeBSD with C++-11 enabled.
...
This is part of bug #3615056 and is due to NULL being defined as
nullptr when C++-11 is enabled, which is not valid being assigned
to a integer value.
2013-09-28 01:33:43 +01:00
Paul Gilbert
789c8bbfdb
TSAGE: Bugfixes and renaming for R2R teleport outside
2013-09-27 20:05:48 -04:00
Eugene Sandulenko
7990300c96
FULLPIPE: Implemented MctlCompound::initMovGraph2()
2013-09-27 22:16:15 +03:00
Eugene Sandulenko
ca5804a253
DEVTOOLS: Make Coverity happy.
...
This is mainly due to unhandled clang __has_featrure() buit-in.
I do not like this hack, but Coverity proved to be a very good tool for us.
2013-09-27 12:28:25 +03:00
Eugene Sandulenko
8053989dd1
SWORD25: Remove explictit #includes
...
Makes Coverity happier.
2013-09-27 11:07:25 +03:00
Eugene Sandulenko
e11da51202
COMMON: Make Coverity 6.6.1 happier
...
Apparently their tools do not include __has_feature clang extension.
I've submitted the bugreport to them but in the meantime let's have this
define in the system.
2013-09-27 11:06:22 +03:00
Kirben
987bb6d454
SCUMM: Add US Windows preview of Humongous Catalog.
2013-09-27 15:50:36 +10:00
Paul Gilbert
3ac10f9254
TSAGE: Further bugfixes for R2R Protector confrontation
2013-09-26 21:54:05 -04:00
Filippos Karapetis
2369f60a42
NEVERHOOD: Fix uninitialized member of the TextEditWidget class - CID 1022333
2013-09-27 01:38:17 +03:00
Filippos Karapetis
78d9aea198
NEVERHOOD: Fix uninitialized variable in Scene1303 - CID 1022323
2013-09-27 01:38:17 +03:00
Filippos Karapetis
ba30e961b9
NEVERHOOD: Remove unused variable - CID 1022328
2013-09-27 01:38:16 +03:00
Filippos Karapetis
802abdcc34
NEVERHOOD: Fix uninitialized variable in AsScene1002OutsideDoorBackground - CID 1022329
2013-09-27 01:38:16 +03:00
Filippos Karapetis
e925f8a9d8
NEVERHOOD: Fix uninitialized variable in AsScene2810Rope - CID 1022310
2013-09-27 01:38:16 +03:00
Filippos Karapetis
cfa6974d29
NEVERHOOD: Fix uninitialized members of the Palette class - CID 1022303, 1022304, 1022305, 1022306
2013-09-27 01:38:16 +03:00
Filippos Karapetis
16b419847f
NEVERHOOD: Fix uninitialized members of the Scene class and remove dead code - CID 1022300
2013-09-27 01:38:15 +03:00
Filippos Karapetis
871b4a83e2
NEVERHOOD: Fix uninitialized members of the Screen class - CID 1022299
2013-09-27 01:38:15 +03:00
Filippos Karapetis
b94165abe3
NEVERHOOD: Fix uninitialized members of the AudioResourceManMusicItem class - CID 1022298
2013-09-27 01:38:15 +03:00
Filippos Karapetis
f05e43fae6
NEVERHOOD: Fix uninitialized members of the SoundMan class - CID 1022297
2013-09-27 01:38:14 +03:00
Martin Kiewitz
f61e9c1c02
SCI: script patch for sq1vga to fix gfx glitch
...
when leaving Ulence Flats...
2013-09-27 00:26:32 +02:00