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
Filippos Karapetis
61570c4fac
SCI: Blacklist the SQ4CD 1.2 NRS patch
...
In essence, this "patch" includes a mixture the CD and floppy versions
(the whole game), without the speech file
2013-10-02 12:21:49 +03:00
Willem Jan Palenstijn
98efd44407
WINTERMUTE: Remove unused _drawNum
2013-10-02 10:54:43 +02:00
Willem Jan Palenstijn
9bbbcf268d
SAGA: Clean up variable scope
2013-10-02 10:52:40 +02:00
Filippos Karapetis
693947ddfc
Merge pull request #403 from rrebello/saga_cppcheck_fix
...
SAGA: Silent Cppcheck warning in Sprite::loadList().
2013-10-02 01:17:47 -07:00
Willem Jan Palenstijn
408880fa54
WINTERMUTE: Fix regression with _skipThisFrame
...
This broke loading in Broken Circle demo.
We now reset the queue state when skipping a frame, and re-use
lastFrameIter instead of keeping track of lastAddedTicket separately.
2013-10-02 09:39:07 +02:00
Rodrigo Rebello
2fdb99d819
SAGA: Silent Cppcheck warning in Sprite::loadList().
2013-10-02 04:33:54 -03:00
Strangerke
8652224e58
AVALANCHE: Move ControlCharacter enum to enums
2013-10-02 07:49:32 +02:00
uruk
4b93e25435
AVALANCHE: Repair shadowed variable.
2013-10-02 07:26:17 +02:00
Strangerke
546e911af9
AVALANCHE: Use Doxygen comments in Animation
2013-10-02 07:25:20 +02:00
D G Turner
242b9eef11
MOHAWK: Fix missing initializers in CSTime engine. CID 1002810.
2013-10-02 05:57:01 +01:00
D G Turner
c71b149523
CINE: Ensure that Adlib driver callbacks are initialized. CID 1003411.
2013-10-02 05:34:27 +01:00
D G Turner
93e5f1fddc
CINE: Fix for possible uninitialized variable usage. CID 1086890.
2013-10-02 05:09:03 +01:00
Paul Gilbert
71420a658e
TSAGE: Shading fix when restoring a game from the title screen
2013-10-01 22:13:43 -04:00