77624 Commits

Author SHA1 Message Date
Bastien Bouclet
97f5b33fd7 MOHAWK: Always restart a sound when replacing it with the same one
Fixes #9569
2016-09-25 10:02:00 +02:00
Bastien Bouclet
9a2fdf96ad MOHAWK: Use the color of the first pixel as the transparent cursor color
Fixes #9568
2016-09-25 10:00:54 +02:00
Strangerke
51bef09e4a DM: reduce dereferencing some more 2016-09-25 07:44:04 +02:00
Paul Gilbert
cce771c0e1 XEEN: Display main menu on startup 2016-09-24 22:35:08 -04:00
Paul Gilbert
f77367c42b XEEN: Fix display of cursor 2016-09-24 22:32:15 -04:00
Paul Gilbert
aa05f9c802 XEEN: Move old main menu classes into WorldOfXeen namespace 2016-09-24 20:54:58 -04:00
Paul Gilbert
ebd12ebd69 XEEN: More Clouds endgame sequence 2016-09-24 20:44:07 -04:00
Paul Gilbert
51d6f5316a XEEN: Clouds gfx decompressor now working 2016-09-24 19:25:18 -04:00
Paul Gilbert
419de9ce9f XEEN: Fixes for clouds gfx decompressor 2016-09-24 12:34:17 -04:00
Retro-Junk
4a07489af2 FULLPIPE: Fix invalid motion when turning 2016-09-24 17:33:34 +02:00
Retro-Junk
edf9828a11 FULLPIPE: Fix MessageQueue instantination in MctlGraph::makeQueue 2016-09-24 17:33:18 +02:00
Retro-Junk
fb66de5bb9 FULLPIPE: Fix Movement::calcDuration 2016-09-24 17:32:20 +02:00
Paul Gilbert
c070d109ee XEEN: Fixes for setup of Clouds decompressor 2016-09-24 10:11:44 -04:00
Paul Gilbert
c0bffdf60c XEEN: Initial implementation of Clouds endgame gfx decompressor 2016-09-24 08:42:43 -04:00
Strangerke
6ea230af48 DM: Fix some CppCheck warnings 2016-09-24 09:41:56 +02:00
Strangerke
3ab3a85657 DM: Fix style 2016-09-24 09:41:52 +02:00
Strangerke
9f852a03b7 DM: Reduce dereferencing of _dungeonMan in MovesensMan 2016-09-24 09:41:48 +02:00
Torbjörn Andersson
70640a444d XEEN: Fix Cppcheck out-of-bounds warning 2016-09-24 09:38:10 +02:00
Torbjörn Andersson
31ffa22387 MACVENTURE: Silence Cppcheck warning
I think it was harmless, but don't use 'it' after erasing it.
2016-09-24 09:34:28 +02:00
Littleboy
42d8a82c43 CREATE_PROJECT: Do not copy into non-existent msvc8 dist folder 2016-09-23 22:38:17 -04:00
Littleboy
e34960f633 CREATE_PROJECT: Add SCUMM_64BITS to ScummVM_Global64.props (fixes #9566) 2016-09-23 22:34:47 -04:00
Littleboy
c443b84dae LASTEXPRESS: Rename Vassili functions 2016-09-23 22:19:01 -04:00
Littleboy
45025d53e0 LASTEXPRESS: Rename Vesna functions 2016-09-23 22:19:00 -04:00
Littleboy
71766fcc65 LASTEXPRESS: Rename Tatiana functions 2016-09-23 22:19:00 -04:00
Strangerke
5be720cdeb GNAP: Add detection for another English version 2016-09-24 00:11:53 +02:00
Paul Gilbert
381d4e8965 XEEN: Add dispatcher for cutscenes, menu, and gameplay 2016-09-23 13:11:29 -04:00
Eugene Sandulenko
93ec723da1 FULLPIPE: Revert errorneous change 2016-09-23 18:28:01 +02:00
Eugene Sandulenko
c9d01a0cfd FULLPIPE: Made object sorting stable. This removes flicker in many scenes 2016-09-23 18:28:01 +02:00
Eugene Sandulenko
a46ac56015 FULLPIPE: Added more debug info to saveload code 2016-09-23 18:28:01 +02:00
Eugene Sandulenko
c73d66adb5 Merge pull request #834 from lubomyr/master
ANDROIDSDL: fixed switching to capital letter
2016-09-23 17:07:54 +02:00
Strangerke
b0e433cec2 DM: Get rid of some dereferencing in DungeonMan 2016-09-23 07:54:54 +02:00
Paul Gilbert
1d816d65bf XEEN: Formatting fixes 2016-09-22 21:00:51 -04:00
Paul Gilbert
5b7f005ba2 XEEN: Fix subscript warnings in ItemsDialog 2016-09-22 20:47:26 -04:00
Paul Gilbert
8a3bcd4c60 XEEN: Fix compiler warning in Music class 2016-09-22 20:44:42 -04:00
Paul Gilbert
2e92f432be XEEN: Hopefully fix compiler warnings about hidden virtual methods 2016-09-22 20:34:52 -04:00
Paul Gilbert
eb675ecf2f XEEN: Create WorldOfXeenResources class for their specific strings
Some strings are still in the base Resources, since they're referred
to by core dialogs. These may be able to be refactored in the future
as support is added for the other games
2016-09-22 20:24:18 -04:00
Paul Gilbert
1dbe64b2ff XEEN: Fix some compiler warnings 2016-09-22 20:09:23 -04:00
Paul Gilbert
4515d7a1ac XEEN: Create Resources class to encapsulate all the static resources
This will make it easier later on to handle things like translations,
and if the other games have different values for some arrays
2016-09-22 20:00:04 -04:00
Paul Gilbert
edaf645ae0 XEEN: Create a WorldOfXeen sub-namespace 2016-09-22 18:36:30 -04:00
Eugene Sandulenko
5bcb60995b FULLPIPE: Remove debug leftover 2016-09-22 18:22:53 +02:00
Eugene Sandulenko
b32f167345 FULLPIPE: Fix Kozyawkas not hanging in the air when jar is lifter in scene04 2016-09-22 18:18:59 +02:00
Eugene Sandulenko
19780a8e05 FULLPIPE: Added more debug output to scene04 2016-09-22 18:18:59 +02:00
Paul Gilbert
785696ae5d IMAGE: Fix compiler warning in Indeo decoders 2016-09-22 06:41:26 -04:00
Strangerke
9169099b23 DM: Some renaming, reduce dereferencing 2016-09-22 07:04:23 +02:00
Strangerke
d046d76263 DM: Fix GCC warning 2016-09-22 07:04:19 +02:00
Paul Gilbert
b5fa38ddac XEEN: Beginnings of Clouds ending 2016-09-21 22:53:37 -04:00
Paul Gilbert
254f931f2f XEEN: Fixes for Clouds intro 2016-09-21 21:50:08 -04:00
Paul Gilbert
2d74128069 XEEN: Implemented Clouds intro, doScroll fixes 2016-09-21 21:14:25 -04:00
Eugene Sandulenko
adb2ef6df7 FULLPIPE: Fix crash when savepath is not writeable 2016-09-21 21:59:35 +02:00
Eugene Sandulenko
dd4f58e9d4 FULLPIPE: Fix errorneous message queue cleanup 2016-09-21 21:59:35 +02:00