Commit Graph
61292 Commits
Author SHA1 Message Date
uruk 338dac4e10 AVALANCHE: Implement Acci::store_interrogation() and all the functions it uses. 2013-08-26 20:13:43 +02:00
uruk 06346339a9 AVALANCHE: Implement Timeout::after_the_shootemup(), repair a lot of array indexes in various places. 2013-08-26 16:10:17 +02:00
uruk 934170b353 AVALANCHE: Implement Acci::inv(). 2013-08-26 11:45:06 +02:00
Kirben 5f6451d092 SCUMM: Fix COMI regression, after commit 84d1d28373. 2013-08-26 19:32:26 +10:00
uruk e36d90f8b8 AVALANCHE: Repair Lucerna::callverb(). 2013-08-26 09:54:40 +02:00
uruk f2049db1db AVALANCHE: Repair array indexes in Trip. 2013-08-26 09:47:39 +02:00
uruk 762e91218d AVALANCHE: Repair array indexes in Timeout. 2013-08-26 09:14:27 +02:00
Willem Jan Palenstijn 2141ad285e WINTERMUTE: Fix colormod with alpha blending
Now apply colormod only to the src color instead of to the dst.
The original code did this inconsistently depending on if the
colormod was 0 or not.
2013-08-25 23:36:53 +02:00
Willem Jan Palenstijn e9cbda135b WINTERMUTE: Fix alpha blending with colormod
This fixes numerous transparency effects in J.U.L.I.A.
2013-08-25 23:21:19 +02:00
Torbjörn Andersson 18c648c937 TSAGE: Silence GCC warning about variable being shadowed 2013-08-25 22:55:42 +02:00
Torbjörn Andersson 91610df204 TSAGE: Silence GCC signed/unsigned warning 2013-08-25 22:54:47 +02:00
Paul Gilbert c9115241de TSAGE: Fix to the R2R scene 1550 junk display loop 2013-08-25 16:49:49 -04:00
Paul Gilbert 67cbb88d42 TSAGE: Further cleanup for spaceport scene 2013-08-25 12:14:11 -04:00
Paul Gilbert 344bad61d6 TSAGE: Fix cursor when leaving the scanner dialog 2013-08-25 12:12:48 -04:00
uruk 6df55520b7 AVALANCHE: Implement Acci::exampers(). Repair Avalot::setup(). 2013-08-25 18:05:02 +02:00
uruk 26d2e1bd18 AVALANCHE: Fix array indexes in Acci::do_that(), upgrade Lucerna::enterroom(). 2013-08-25 17:38:22 +02:00
uruk f729e9e848 AVALANCHE: Repair Acci::wordnum(). 2013-08-25 17:10:29 +02:00
uruk f4824986ec AVALANCHE: Repair Lucerna::bearing(). 2013-08-25 13:52:05 +02:00
uruk 29f159b3ac AVALANCHE: Implement/repair Acci::do_that() and (almost) everything connected to it. 2013-08-25 13:25:50 +02:00
Paul Gilbert 54eb4c26ed TSAGE: Added code to make newly added inventory items immediately visible 2013-08-24 21:04:51 -04:00
Paul Gilbert 19e970e9e0 TSAGE: Further R2R scene 1550 renaming, and fixing tracking junk state 2013-08-24 20:45:18 -04:00
Paul Gilbert 2ace73d860 TSAGE: Further R2R scene 1550 fields renaming 2013-08-24 16:30:38 -04:00
Paul Gilbert 8ee59121dc TSAGE: Variable renaming in R2R scene 1550 2013-08-24 15:51:53 -04:00
Paul Gilbert 81a2892229 TSAGE: Clean up of R2R scene 1550 player position tracking 2013-08-24 15:38:51 -04:00
Paul Gilbert 23d64724a9 TSAGE: Corrected usage of quinn and speaker classes across scenes 2013-08-24 11:19:30 -04:00
Paul Gilbert bfd7d71c5e TSAGE: Fixed playing of scanner tones when switching between characters 2013-08-24 11:18:58 -04:00
Willem Jan Palenstijn 2597c884d3 WINTERMUTE: Fix warning 2013-08-24 12:13:37 +02:00
richiesams ff97bb2ead ZVISION: Move PushToggleControl and LeverControl to their own files 2013-08-24 01:47:12 -05:00
richiesams 9d8243245c ZVISION: Fix signed/unsigned mismatch 2013-08-24 01:11:25 -05:00
richiesams 5ff032c27d ZVISION: Cast completeFrame and frameNumber to int so their difference can go negative 2013-08-24 01:11:10 -05:00
richiesams af762dc417 ZVISION: Fix signed/unsigned mismatch 2013-08-24 00:32:33 -05:00
richiesams 7d48a3e4b1 ZVISION: Partially implement LeverControl 2013-08-24 00:25:55 -05:00
richiesams a596d1241c ZVISION: Add console method to dump all .lev files 2013-08-24 00:25:21 -05:00
richiesams a9db1e1712 ZVISION: Add note about _activeNodes 2013-08-24 00:25:01 -05:00
richiesams fc5727c522 ZVISION: Fix memory leak
We no longer use SharedPtr
2013-08-24 00:24:43 -05:00
richiesams 0ed7df9a36 ZVISION: Add TODO's about the verbosity of the frame decoding overflow warning 2013-08-24 00:23:44 -05:00
richiesams d2df3eb24e ZVISION: Check if we can use getNextFrame() or getPreviousFrame() before using getFrameData() 2013-08-24 00:23:43 -05:00
richiesams c6242e7134 ZVISION: Fix signed/unsigned mismatch 2013-08-24 00:23:43 -05:00
richiesams 6610ca1b82 ZVISION: Fix error: decrementing instead of incrementing 2013-08-24 00:23:42 -05:00
richiesams aed38867ce ZVISION: Change variable name to match its purpose 2013-08-24 00:23:42 -05:00
richiesams 0da3d3e5eb ZVISION: Convert _mouseEvents to pointers since MouseEvent is now abstract 2013-08-24 00:23:41 -05:00
richiesams 3054489a8b ZVISION: Have PushToggleControl inherit from MouseEvent and handle the methods internally.
Rather than creating an instance of MouseEvent and passing argument around.
2013-08-24 00:23:41 -05:00
richiesams 7095e613d5 ZVISION: Keep a member variable ZVision pointer instead of passing it in every process() 2013-08-24 00:23:40 -05:00
richiesams 2431f60c02 ZVISION: Make Control purely virtual 2013-08-24 00:23:32 -05:00
richiesams adb3bd7b71 ZVISION: Make MouseEvent purely virtual 2013-08-24 00:11:46 -05:00
richiesams b28d502288 ZVISION: Convert ScriptManager::_activeNodes to normal pointers instead of SharedPtrs 2013-08-24 00:01:42 -05:00
richiesams f759584d3b ZVISION: Make ZVision::_workingWindow and ZVision::_pixelFormat public 2013-08-23 23:50:33 -05:00
Torbjörn Andersson a8ff238e7a TIZEN: Silence cppcheck warning in scanStringUntil()
This is consistent with scanString(), and I have verified that the
included test cases still work.
2013-08-23 22:37:50 +02:00
Willem Jan Palenstijn 97b5114129 AGOS: Add two savegame-related FIXMEs 2013-08-23 19:15:15 +02:00
Willem Jan Palenstijn f0c2fa9d65 AGOS: Use Common::String for savegame filenames 2013-08-23 19:09:36 +02:00