Commit Graph
61292 Commits
Author SHA1 Message Date
Eugene Sandulenko 17df6b343a MORTEVIELLE: Remove unused variable 2013-09-30 14:36:59 +03:00
Eugene Sandulenko 5cc0850a67 WINTERMUTE: Fix compiler warnings 2013-09-30 14:36:59 +03:00
Eugene Sandulenko 054ef1f1cd GUI: Fix compiler warning 2013-09-30 14:36:59 +03:00
Eugene Sandulenko 246edc82e6 MOHAWK: Fix compiler warning 2013-09-30 14:36:59 +03:00
uruk 53f6c2f693 AVALANCHE: Implement keyboard control in Dialogs::scrollModeDialogue(). 2013-09-30 12:44:06 +02:00
Einar Johan Trøan Sømåen 48ad18d266 Merge branch 'refac'
Conflicts:
	engines/wintermute/graphics/transparent_surface.cpp
	engines/wintermute/graphics/transparent_surface.h
2013-09-30 11:23:57 +02:00
Einar Johan Trøan Sømåen ccd3258bdc WINTERMUTE: Use ; and not , to separate delete and new. 2013-09-30 11:19:54 +02:00
Einar Johan Trøan Sømåen 12e7cb401f WINTERMUTE: Formatting with Astyle (UIButton, UIEdit, UIObject, UIWindow, TransparentSurface) 2013-09-30 11:18:54 +02:00
Einar Johan Trøan Sømåen 15d98724d8 WINTERMUTE: Formatting (Clean up extra whitespace in UIObject). 2013-09-30 11:13:29 +02:00
Einar Johan Trøan Sømåen 5afb297e39 WINTERMUTE: Constify some getters in TransparentSurface, UIObject and UIWindow 2013-09-30 11:12:25 +02:00
Willem Jan Palenstijn af8fa194be WINTERMUTE: Remove almost unused _colorMod field
The one actual use of this left-over variable was a bug breaking at
least menu text color in Chivalry when dirty rects were disabled.
2013-09-30 09:38:32 +02:00
Strangerke c2da192e7f AVALANCHE: Remove bytefields, which are set but never used 2013-09-30 07:22:59 +02:00
Strangerke ec41600795 AVALANCHE: Rename getFlag(), change _roomTime to uint32 2013-09-30 07:04:24 +02:00
D G Turner 480a059f83 GRAPHICS: Fix uninitialised field in PNG decoder. CID 1002280. 2013-09-30 05:01:41 +01:00
D G Turner 62d07700b3 GUI: Fix missing initializers for ListWidget. CID 1002259. 2013-09-30 04:53:17 +01:00
D G Turner b6fbc3f4c6 GRAPHICS: Fix uninitialized cursor visibility variable. CID 1002283.
The default at cursor construction has been set to not visible.
This now requires an explicit call to setVisible(true) to show the
cursor, but a basic test shows that this seems to be OK and engines
which fail to do this would have been intermittently broken before.
2013-09-30 04:47:11 +01:00
D G Turner f9cf18b95f COMPOSER: Fix uninitialized class variables and divide by zero bugs.
This was highlighted by Coverity in CID 1003844 and 1003410.
2013-09-30 04:27:42 +01:00
RichieSams 11576c5aa9 ZVISION: Rename ZVisionGameIds to use standard format 2013-09-29 21:41:43 -05:00
D G Turner dd18159578 BASE: Fix uninitialized type field in plugin base class. CID 1002938. 2013-09-30 02:26:44 +01:00
RichieSams 49d67caa31 Merge branch 'master' into zvision 2013-09-29 18:04:53 -05:00
Strangerke 55a3af61c9 AVALANCHE: Fix more gcc warnings reported by wjp 2013-09-29 23:59:01 +02:00
Strangerke 24bca9d927 AVALANCHE: Silent warnings reported by wjp 2013-09-29 23:33:48 +02: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
Strangerke bea6980529 AVALANCHE: Move debug display of magic lines to debugger 2013-09-29 22:19:12 +02:00
Eugene Sandulenko 8989dd3b73 FULLPIPE: Implement MovGraph::calcDistance() 2013-09-29 23:08:45 +03:00
Strangerke 4464409d73 AVALANCHE: Set drawArc private 2013-09-29 21:28:43 +02: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
e9cbda135b and 2141ad285e

Thanks to eriktorbjorn for noticing and testing.
2013-09-29 20:18:54 +02:00
Strangerke 1c9ac623fa AVALANCHE: Rework calcHand, move another function to Graphics 2013-09-29 19:49:57 +02:00
Strangerke 6b41b38049 AVALANCHE: Move code from Menu to Graphics 2013-09-29 19:03:52 +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
Strangerke de12f46db5 AVALANCHE: Rename Graphics to avoid confusion, add drawBackgroundSprite(), set _background private 2013-09-29 17:54:03 +02:00
Strangerke 063bc8d8c9 AVALANCHE: Scrolls is now set to private 2013-09-29 12:14:15 +02:00
Strangerke ffbe4646c1 AVALANCHE: move some more functions to Graphics 2013-09-29 12:13:06 +02:00
Strangerke 1af03774cc AVALANCHE: Add some more graphic functions 2013-09-29 11:26:21 +02: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