Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
* Fixed regressions
* Fixed test program
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
looks better if we want to differ INVALID_PARAMETER and incorrect seek I think
|
|
|
|
|
|
* Fixed bug
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Minor fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes StormLib usable with C++ stdlib (e.g. the <algorithm> header which defines std::min/max)
|
|
|
|
|
|
|
|
Support for mpq not being the last part of a file
|
|
|
|
|
|
file
|
|
|
|
|
|
that file is there.
|
|
This addresses a bug introduced in:
- fe652fe4a6e02041194a0f1b29a0086bd99fb14d
Brackets were not properly included, causing `SFILE_INVALID_POS` to be
returned whenever `DeltaPos` was less than zero, instead of only when
the resulting position was negative.
|