aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/resources.cpp
AgeCommit message (Collapse)Author
2012-06-15GOB: Add a resource size workaround for Little RedSven Hesse
This fixes the missing resources in the screen where Little Red has to find the animals' homes for them.
2011-06-02GOB: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-18GOB: Fix Urban Runner hotspot textsSven Hesse
Thanks to SylvainTV :) svn-id: r55286
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
svn-id: r54385
2010-11-18ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; ↵Max Horn
avoid using 'using' svn-id: r54323
2010-10-31GOB: Clean up class DataIOSven Hesse
Removing the need for class DataStream and that handle mess. svn-id: r53984
2010-03-17Use resSize instead of computing its value again.Arnaud Boutonné
svn-id: r48274
2010-02-25Fixing problems with the texts table in TOT files when the order of the ↵Sven Hesse
texts and resources tables are switched in the TOT file svn-id: r48124
2010-02-16Fascination - Fix syntax (clone2727)Arnaud Boutonné
svn-id: r48074
2010-02-15Playtoons - "Fascination" workaround for text is also required for Playtoons.Arnaud Boutonné
svn-id: r48067
2010-02-13Fascination: REAL fix. Thanks DrMcCoy.Arnaud Boutonné
svn-id: r48055
2010-02-13Fix a crash in previous commitArnaud Boutonné
svn-id: r48054
2010-02-13Fascination:Arnaud Boutonné
- Fix a potential bug in winDraw - Add a hack (and a todo) to work around the missing texts and windows in Amiga, Atari and early PC floppy version. svn-id: r48053
2010-01-31Properly deleting the TOT resource table again when loading failedSven Hesse
svn-id: r47750
2010-01-31Adding some sanity assertsSven Hesse
svn-id: r47749
2009-07-24Added a method to easily dump resources to fileSven Hesse
svn-id: r42711
2009-07-17Making TOTResourceItem::size unsigned, fixing a graphics bug that crept inSven Hesse
svn-id: r42552
2009-07-17Added some more debug warnings when resources can't be loadedSven Hesse
svn-id: r42551
2009-07-13Allow resource loading from EXT even if the TOT has none againSven Hesse
svn-id: r42463
2009-06-26Fixing text strings embedded in the TOTSven Hesse
svn-id: r41903
2009-06-25Plugging some memory leaksSven Hesse
svn-id: r41859
2009-06-24Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ↵Sven Hesse
class svn-id: r41839