Commit Graph
61292 Commits
Author SHA1 Message Date
RichieSams c73159150d ZVISION: Re-enable Truemotion plugin guard, but add a case for ZVISION 2013-10-04 09:20:25 -05:00
Paul Gilbert 06d95c0d2a TSAGE: Fixes for R2R Bridge conversation 2013-10-03 22:50:40 -04:00
Paul Gilbert 6f15edded5 TSAGE: Renaming for R2R Autodoc scene 2013-10-03 22:50:24 -04:00
Eugene Sandulenko e04744fc26 FULLPIPE: Started implementation MctlCompound::method4C() 2013-10-04 01:25:44 +03:00
Willem Jan Palenstijn 97f26f6794 AVALANCHE: Use memcpy in refreshScreen 2013-10-03 23:48:56 +02:00
Willem Jan Palenstijn a6bdec5ca5 AVALANCHE: Don't refresh screen after every event in scroll mode 2013-10-03 23:48:14 +02:00
Willem Jan Palenstijn 25bff46fe6 WINTERMUTE: Update full screen on ScreenChanged
This fixes the screen not updating after e.g., scaler changes.
Bug #3594245.
2013-10-03 22:00:21 +02:00
Willem Jan Palenstijn 3384befff7 WINTERMUTE: Add missing break
Confirmed by Mnemonic.
2013-10-03 11:14:31 +02:00
Strangerke 2d8fa4fdad AVALANCHE: Set some variables private in Menu 2013-10-03 07:49:29 +02:00
Strangerke 26626125d9 AVALANCHE: Use Doxygen comments in Graphics 2013-10-03 07:14:36 +02:00
Rodrigo Rebello be2f292457 SCUMM: Fix unused variable warnings 2013-10-03 01:47:02 -03:00
Paul Gilbert 77dad77a4c TSAGE: R2R bugfix for using the console in the spare bedrooms 2013-10-02 22:01:32 -04:00
Paul Gilbert c9c0d06f1d TSAGE: Cleanup of R2R Lift scene 2013-10-02 21:51:15 -04:00
Strangerke efe6236e7b AVALANCHE: Make _surface private 2013-10-02 23:39:18 +02:00
Strangerke ed3783af4c Merge pull request #404 from rrebello/tsage_fix
TSAGE: Fix uninitialized variable.
2013-10-02 13:57:00 -07:00
Rodrigo Rebello df266bc166 TSAGE: Fix uninitialized variable.
This was caused by commit 81a2892229.
2013-10-02 17:11:32 -03:00
Strangerke 9093b2c258 AVALANCHE: Use Doxygen comments in Dialogs, set private some members 2013-10-02 21:56:01 +02:00
Eugene Sandulenko d73fd415fa FULLPIPE: Finish MGM::rebuildTables() 2013-10-02 22:39:11 +03:00
Eugene Sandulenko 19bf71e1e0 FULLPIPE: Started implementing MGM::rebuildTables() 2013-10-02 20:59:58 +03:00
Eugene Sandulenko d179d0fb9d FULLPIPE: Implement MGM::clear() 2013-10-02 20:59:57 +03:00
Eugene Sandulenko 98a3099076 FULLPIPE: Implement MGM::getItemIndexById() 2013-10-02 20:59:57 +03:00
Eugene Sandulenko 9e179fc429 FULLPIPE: Implement MGM::addItem() 2013-10-02 20:59:57 +03:00
RichieSams 23a1a1a70f ZVISION: Fix signed/unsigned mismatch 2013-10-02 09:10:01 -05:00
RichieSams bad28dc158 ZVISION: Standardize includes order and format
Format is:
common/scummsys.h    (Only if a .cpp file)

header file for this file (Only if a .cpp file)

zengine includes

other includes, grouped by module
2013-10-02 09:10:00 -05:00
RichieSams 1bdcae7f18 ZVISION: Rename zvision.h inclusion guard to be consistent with the other files 2013-10-02 09:09:59 -05:00
RichieSams 1140c8b48d ZVISION: Fix space formatting 2013-10-02 09:09:59 -05:00
RichieSams 18b1c3130f ZVISION: Move two lookup tables inside the RawZorkStream class
Instead of being global variables.
2013-10-02 09:09:58 -05:00
RichieSams 1c8a5582a2 ZVISION: Remove unnesessary operator overload 2013-10-02 09:09:58 -05:00
RichieSams b913e9f8a3 ZVISION: Update removeDuplicateEntries to preserve order
The new algorithm is potentially slower, but it doesn't need
to use sort. Speed shouldn't be a problem because the function
isn't used that often and in each case the size of the container
is small.
2013-10-02 09:09:57 -05:00
RichieSams 1f9ba897b8 ZVISION: Convert _timeLeft to a signed int
This allows time decrementing to go negative instead of
wrapping to UINT_MAX. Which makes comparisons easier.
2013-10-02 09:09:56 -05:00
RichieSams 28ac59307b ZVISION: Update warning message to correspond to the behavior 2013-10-02 09:09:56 -05:00
RichieSams 0deb845229 ZVISION: Remove global const variable
Replace with ColorMasks
2013-10-02 09:09:55 -05:00
RichieSams afe8cba1a1 ZVISION: Fix spacing 2013-10-02 09:09:55 -05:00
RichieSams 4c06affe84 ZVISION: Convert _completeFrames to an Array 2013-10-02 09:09:54 -05:00
RichieSams 4172334b51 ZVISION: Remove global const variables
Instead, use ColorMasks
2013-10-02 09:09:54 -05:00
RichieSams ffaffa2bc4 ZVISION: Convert all for-loops to use pre-increment instead of post-increment 2013-10-02 09:09:53 -05:00
RichieSams 239493305d ZVISION: Replace all occurances of (*iter). with iter-> 2013-10-02 09:09:53 -05:00
RichieSams e08023c4b6 ZVISION: Add newline to end of module.mk 2013-10-02 09:09:52 -05:00
RichieSams 01238925da ZVISION: Fix curly braces formatting 2013-10-02 09:09:51 -05:00
RichieSams db28babf06 ZVISION: Create file on the heap to prevent memory scope problems 2013-10-02 09:09:51 -05:00
RichieSams 3c8c4c836f ZVISION: Move bit flag to an enum for clarity 2013-10-02 09:09:50 -05:00
RichieSams 98e7627591 ZVISION: Add debug levels 2013-10-02 09:09:50 -05:00
RichieSams 72ae75e64a ZVISION: Clean up zvision.h 2013-10-02 09:09:49 -05:00
RichieSams 02aaffd894 ZVISION: Break comment into multiple lines for readability 2013-10-02 09:09:49 -05:00
RichieSams 031be61b07 ZVISION: Clean up the ZVision constructor 2013-10-02 09:09:48 -05:00
RichieSams 229e4fe3be ZVISION: Move creation of the managers to ZVision::initialize()
In order to make the ZVision constructor as lightweight as possible
2013-10-02 09:09:48 -05:00
RichieSams ea5a6a7bde ZVISION: Fix debug typo copy-paste error 2013-10-02 09:09:47 -05:00
RichieSams a6ae661ef8 ZVISION: Add newline at end of file 2013-10-02 09:09:46 -05:00
RichieSams 7854f05b79 ZVISION: Remove empty file 2013-10-02 09:09:32 -05:00
Filippos Karapetis 59e6341e35 SCI: Make a note about pic 390 in the blacklisted SQ4CD NRS patch 1.2 2013-10-02 12:25:10 +03:00