Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
svn-id: r51937
|
|
svn-id: r45616
|
|
svn-id: r35039
|
|
svn-id: r35033
|
|
to catch out of bounds access errors which may cause memory corruption.
svn-id: r33726
|
|
- Made resource loading functions (loadSpl, loadMsk etc)
return the number of the animDataTable entry right after
the loaded data.
- Made resource loading functions always load multiframe
data into directly sequential animDataTable entries
(Hopefully this won't break anything).
svn-id: r33529
|
|
loading yet.
svn-id: r33365
|
|
Operation Stealth savegame format.
Added a stub for loading the Operation Stealth's temporary savegame format (Not yet implemented).
Made mouse cursor change to a disk icon when loading a savegame and back to normal after its done.
svn-id: r33362
|
|
with GCC).
svn-id: r33196
|
|
- Changed savegame loading related functions to use SeekableReadStream
rather than InSaveFile so MemoryReadStream can be used transparently.
- Fixed loadResourcesFromSave to load multiframe animations correctly
and to load 0.11.0/0.11.1 Future Wars savegames which used a slightly
different format.
- Added a savegame format detector that tries to detect between the old
Future Wars savegame format, the new one and a broken revision of the
new one.
- Changed makeLoad to first load the savegame fully into memory and only
then handle it (If the savegame's packed then it's unpacked first). If
the packed savegame can't tell its unpacked size (i.e. it's using zlib
format) then we'll try to load up to 256kB of the savegame data.
Thanks to wjp for his help with nailing this release critical bug.
svn-id: r33192
|
|
- Use sizeof(_name) instead of magic number 10 with memset
- 'usually' instead of 'ussually'
- 'delete[]' instead of 'delete []'
- Fixed parameter name discrepancy between loadResource's definition and declaration
svn-id: r31701
|
|
svn-id: r31651
|
|
svn-id: r31444
|
|
svn-id: r29860
|
|
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
svn-id: r27024
|
|
some functions and variables).
svn-id: r27006
|
|
kidding, I'm still testing the SVN change.)
svn-id: r24806
|
|
svn-id: r21414
|
|
- revised the way NUM_MAX_PARTDATA and NUM_MAX_ANIMDATA are used
- renamed some variables
- constify'ed function arguments
- minor cleanup
svn-id: r21338
|
|
- added a const/static here and there
- started to reduce header dependencies
svn-id: r20856
|
|
svn-id: r20851
|
|
svn-id: r20821
|
|
svn-id: r20813
|