Age | Commit message (Collapse) | Author |
|
svn-id: r54385
|
|
(per Max suggestion)
svn-id: r54366
|
|
svn-id: r54358
|
|
Only changed this in engines where 'color' was/is already used
almost exclusively
svn-id: r54288
|
|
- Use Common::Rational to compute the current frame
- Added check for _currentChunk != NULL
- Add constructor to Chunk structure
svn-id: r54245
|
|
svn-id: r54201
|
|
- Reading past the end of file in SaveLoad::init
- Missing deallocation of cache in SoundManager
- Missing deallocation of coords in SceneHotspot
- Missing deallocation of event handlers in LastExpressEngine::setEventHandlers
- Missing deallocation of InSaveFile in SaveLoad::isSavegameValid
- Missing deallocation of frames in Menu
as reported by digitall
svn-id: r54193
|
|
This is a first step towards getting rid of all uses of regular printf,
fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase.
The name format() reflects the purpose of the function, and parallels
String.format() in Java, boost::format, and others.
svn-id: r54004
|
|
svn-id: r53889
|
|
svn-id: r53777
|
|
svn-id: r53629
|
|
This allows the demo to fail gracefully to the debugger instead of crashing
svn-id: r53595
|
|
svn-id: r53588
|
|
svn-id: r53579
|