77609 Commits

Author SHA1 Message Date
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
Martin Kiewitz
97d444a569 SCI: Fix kernel signature comment 2016-09-21 21:46:15 +02:00
Eugene Sandulenko
d373ddfd3f FULLPIPE: Fix crash on scene09 reentry 2016-09-21 21:22:22 +02:00
Eugene Sandulenko
6286306ace FULLPIPE: Fix scene09 difficulty. Now cords collision gets properly ignored 2016-09-21 21:22:22 +02:00
Eugene Sandulenko
726b54d15c FULLPIPE: Added more debug output to scene09. Clarified pixel data type. 2016-09-21 21:22:22 +02:00
Eugene Sandulenko
1810aaf313 FULLPIPE: Added more debug to scene09 2016-09-21 21:22:22 +02:00
Paul Gilbert
b62aa0e079 XEEN: Further work on Darkside intro 2016-09-21 12:50:02 -04:00
Paul Gilbert
ae10ee3e4d XEEN: Give Cutscenes a virtual destructor 2016-09-21 07:42:46 -04:00
Paul Gilbert
2e4fc11320 XEEN: Refactored doScroll to have it available to cutscenes 2016-09-21 07:26:24 -04:00
lubomyr
a7ec02d887 ANDROIDSDL: fixed switching to capital letter 2016-09-21 14:09:00 +03:00
Eugene Sandulenko
41fea11ce6 FULLPIPE: Furhter simplification of loading code 2016-09-21 08:46:19 +02:00
Eugene Sandulenko
d0da9069ce FULLPIPE: Fix alpha data type 2016-09-21 08:11:55 +02:00
Eugene Sandulenko
25d1522166 FULLPIPE: Remove obsolete warning 2016-09-21 08:11:55 +02:00
Eugene Sandulenko
a4fd712a8f FULLPIPE: Fix inventory transparency 2016-09-21 08:11:55 +02:00
Eugene Sandulenko
a5d9834780 FULLPIPE: Optimize savegame loading 2016-09-21 08:11:55 +02:00
Strangerke
76fcf4f025 DM: Fix GCC warnings reported by eriktorbjorn 2016-09-21 07:57:44 +02:00