Commit Graph
61292 Commits
Author SHA1 Message Date
Paul Gilbert acc7cd58a2 TSAGE: Beginnings of R2R voice streaming 2013-10-14 22:58:29 -04:00
RichieSams 7a97c992de ZVISION: Use credits.pl to update AUTHORS and credits.h 2013-10-14 19:02:18 -05:00
Strangerke 6437179de3 AVALANCHE: Get rid of SpriteInfo 2013-10-15 01:07:26 +02:00
Strangerke 597690ae9d AVALANCHE: Fix memory corruption in background (drawpicture) blitting 2013-10-15 00:09:08 +02:00
Eugene Sandulenko c9aa875c8d FULLPIPE: More code for MovGraph2::method4C() 2013-10-15 00:49:46 +03:00
Strangerke 652331a3a9 AVALANCHE: Remove some extra parenthesis in Animation 2013-10-14 23:18:34 +02:00
Strangerke 2c09933641 AVALANCHE: Remove StatType, reduce verbosity some more 2013-10-14 22:43:12 +02:00
urukgit cb54243763 AVALANCHE: Remove GraphicManager::fleshColors(), move everything from it to GraphicManager::init(). 2013-10-14 21:59:06 +02:00
Strangerke 609846ab8a AVALANCHE: Reduce verbosity in Animation and AnimationType 2013-10-14 21:18:56 +02:00
Strangerke 91e70ce2a8 AVALANCHE: Modifiy AnimationType initialization, add private Animation pointer 2013-10-14 19:10:23 +02:00
Torbjörn Andersson 61f59997be TONY: Initialise _buf and _origBuf in second RMGfxBuffer constructor
I think this fixes CID 1086888, but I haven't been able to find
where in the game this constructor is used.
2013-10-13 09:15:59 +02:00
Paul Gilbert f1797a3820 TSAGE: Fix for R2R canyon overhang reappearing after collapsed 2013-10-12 16:40:29 -04:00
Strangerke 1a40c8c5d2 AVALANCHE: Move/Improve some comments in parser 2013-10-12 14:44:03 +02:00
Strangerke 0deb94c1b8 AVALANCHE: Move some parser functions to Dialogs. Improve some comments 2013-10-12 12:36:06 +02:00
Eugene Sandulenko 8ccf02dcaf LASTEXPRESS: Redo d71b48 and use variable instead of commenting it 2013-10-12 09:16:58 +03:00
Strangerke 46c5bfa508 AVALANCHE: Move some variables around 2013-10-12 01:52:43 +02:00
Strangerke ccebfc78fd AVALANCHE: Remove useless check and move some comments in Sequence 2013-10-11 08:16:38 +02:00
Strangerke aba6b02b5b AVALANCHE: Fix two blocking loops not checking shouldQuit() 2013-10-11 08:10:43 +02:00
Strangerke d202d898da AVALANCHE: Remove code duplicate in runMenuWith() 2013-10-11 08:06:16 +02:00
Strangerke f76284a95e AVALANCHE: Polish 'File' menu 2013-10-11 08:01:43 +02:00
Strangerke 72e55fab70 AVALANCHE: Implement Bleep(), improve one comment 2013-10-11 07:54:42 +02:00
Paul Gilbert 22af86340e TSAGE: Cleaner implementation of saving disable code 2013-10-10 22:49:14 -04:00
Paul Gilbert e7df8b60e1 TSAGE: Disable saving in R2R when actors have been copied to the background 2013-10-10 20:46:22 -04:00
Eugene Sandulenko 5b54a546e0 FULLPIPE: Made setting rooms via bootparams easier 2013-10-10 23:58:44 +03:00
Eugene Sandulenko 4b3cfa1c57 FULLPIPE: More work on MovGraph2::method4C() 2013-10-10 23:42:31 +03:00
Eugene Sandulenko 0fd67fb0d9 NEVERHOOD: Fixes for Russian versions 2013-10-10 13:48:12 +03:00
Paul Gilbert c139b4bd8a TSAGE: Further renaming and overhang bugfix for R2R Canyon scene 2013-10-09 22:41:31 -04:00
Paul Gilbert 1ddcb547a7 TSAGE: Renaming for R2R Canyon scene 2013-10-09 21:33:31 -04:00
Paul Gilbert bf3200c3f8 TSAGE: Formatting for R2R scene descriptions 2013-10-09 20:48:33 -04:00
Paul Gilbert 9df846afc3 TSAGE: Bugfixes for R2R space scenes to be full screen 2013-10-09 20:38:04 -04:00
D G Turner 51cb755726 ANDROID: Really fix compilation.
The vanilla android toolchain even is unhappy when unknown folders are
present in the resources directory, so have moved the ouya specific
resources out to another directory.
2013-10-09 23:26:58 +01:00
Willem Jan Palenstijn 2271bf404c WINTERMUTE: Remove superfluous assignments 2013-10-09 11:29:13 +02:00
D G Turner 2648062dcf ANDROID: Fix compilation.
The aapt throws an "invalid resource directory name" if the
resource directory name is not known to the tools. Unfortunately,
"values-television" is an OUYA specific addition and thus breaks
with the standard vanilla Android toolchain.
2013-10-09 06:53:53 +01:00
Strangerke b0255c9406 AVALANCHE: Implement fadeIn and fadeOut (dusk and dawn) 2013-10-09 06:45:51 +02:00
David Turner d4d90b3f07 Merge pull request #372 from zeldin/ouya
Basic OUYA support
2013-10-08 18:26:49 -07:00
David Turner 38c259b148 Merge pull request #405 from rrebello/scumm_warning_fix
SCUMM: Fix unused variable warnings
2013-10-08 18:16:21 -07:00
Willem Jan Palenstijn f248a09f0f WINTERMUTE: Fix displayTransOffset
Regression from 14cb1f09c0.
This fixes font border drawing.
2013-10-08 23:30:21 +02:00
Eugene Sandulenko d170c9d2a7 FULLPIPE: More work on MovGraph2::method4C() 2013-10-08 23:33:16 +03:00
RichieSams ef87ba54b4 ZVISION: Add an entry in credits.pl for Marisa Chan / Zidane 2013-10-08 09:50:20 -05:00
RichieSams 8e8e5af0ec ZVISION: Add an entry in credits.pl for ZVision 2013-10-08 09:49:28 -05:00
Strangerke cf36706b98 AVALANCHE: Remove empty case in verb handling, clarify output when the opcode is unhandled 2013-10-08 07:15:58 +02:00
Strangerke 0bfe150dca AVALANCHE: Fix coding conventions in Graphics 2013-10-08 06:43:36 +02:00
Strangerke eebbdfbfb3 AVALANCHE: Add code for Shift-F10 2013-10-08 06:42:52 +02:00
Paul Gilbert 6633232467 TSAGE: Fix for R2R bridge character conversations 2013-10-07 18:22:03 -04:00
Strangerke 10b4495b51 AVALANCHE: Hook some more function keys 2013-10-08 00:02:32 +02:00
Paul Gilbert b21534b5d1 TSAGE: Fixes for not allowing walk cursor to be selected when walking disabled 2013-10-07 17:30:25 -04:00
Eugene Sandulenko a7055e75d1 PARALLACTION: Comment out unused assignment. CID 1002508 2013-10-08 00:11:18 +03:00
Eugene Sandulenko 9faa5d66b7 SAGA: Remove unused assignment. CID 1002506 2013-10-08 00:11:18 +03:00
Eugene Sandulenko 067ce95965 SAGA: Remove unused assignment. CID 1002505 2013-10-08 00:11:18 +03:00
Eugene Sandulenko 669cb76de4 KYRA: Fixed missing curly brackets. CID 1003639
Although I did not consult with disassembly, judging from the game
logic _unkEndSeqVar4 is used for switching certain Malcolm frames,
and it is apparent that this should happen only under condition,
not always.
2013-10-08 00:11:18 +03:00