Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to wjp for noticing this
|
|
Instead of the engine-based 0, we now default to
kThumbnailWidth/kThumbnailHeight2, as values of 0
here disable thumbnails in the engine.
TODO: Perhaps consider looking into always running the
thumbnail-generation even if the sizes are 0?
|
|
If _maxLength was -1, we would end up with a 0-size allocation,
and a write that starts right before it, which gives odd results.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #837.
|
|
|
|
|
|
Thanks to _sev for the suggestion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VIDEO: AVIDecoder changes for Titanic videos
|
|
|
|
|
|
The scene destructor will take care of the allocated bats.
|
|
|
|
|
|
used for pathfinding, fixed bug in searching for walkboxes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|