Age | Commit message (Collapse) | Author |
|
use int instead of short to fix a (false positive) vulnerability warning.
Even though is not necessary (because the value is limited to 0x204), the generated code seems to be better as well, because a zero-extension becomes unnecessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(https://github.com/ladislav-zezula/StormLib/issues/337)
|
|
(https://github.com/ladislav-zezula/StormLib/issues/336)
|
|
|
|
|
|
|
|
https://github.com/ladislav-zezula/StormLib/issues/333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ Refactored udage of UNICODE characters
+ Fixed regression tests on Linux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|