Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This is part of bug #3615056 and is due to NULL being defined as
nullptr when C++-11 is enabled, which is not valid being assigned
to a integer value.
|
|
This is part of bug #3615056 and is due to NULL being defined as
nullptr when C++-11 is enabled, which is not valid being assigned
to a integer value.
|
|
|
|
|
|
Makes Coverity happier.
|
|
|
|
|
|
|
|
|
|
|
|
CID 1022329
|
|
|
|
1022304, 1022305, 1022306
|
|
- CID 1022300
|
|
|
|
- CID 1022298
|
|
|
|
when leaving Ulence Flats...
|
|
|
|
|
|
Some translated resources in Russian versions have incorrect unpacked
resource sizes. The original didn't perform checks for these, but we
do, thus we'll need to patch the unpacked resource sizes for each case
|
|
The Russian translated versions of Neverhood have invalid unpacked
sizes for some compressed resources. This helps in identifying their
resource parameters more easily
|
|
Rename the R2R character indexes to the corresponding character enum
(i.e. R2_NONE, R2_QUINN, R2_SEEKER, R2_MIRANDA)
|
|
|
|
|
|
|
|
|
|
|
|
This was a code error left over from previous changes. We just create a
new TextFramgment each time and hand it to List::push_back()
|
|
|
|
Some Puzzles trigger off the intermediate frames
|
|
|
|
Due to the math of the Panorama/Tilt, all pixel offsets are going to be closer
to the center of the image. Also, mutateImage is now being called on a
finished buffer, rather than an image at a time. Therefore, it no longer has to
handle image wrapping. Thus, there is no case in which a pixel offset would
be outside the image bounds.
|
|
|
|
|
|
|
|
|
|
|
|
silence warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|