jvoisin
|
c98c532213
|
Replace all asserts in components/esm[34] with throw
|
2023-05-27 16:10:53 +02:00 |
|
jvoisin
|
81bd034a9e
|
Guard an undefined behaviour
`std::vector.back()` on an empty `std::vector` is undefined.
This should fix #6725.
Thanks to @Capostrophic for the investigation.
|
2023-05-20 19:35:06 +02:00 |
|
Petr Mikheev
|
f09a689a4f
|
Merge ESM::RefNum and ESM4::FormId
|
2023-04-09 00:23:32 +02:00 |
|
clang-format-bot
|
ddb0522bbf
|
Apply clang-format to code base
|
2022-09-22 21:35:26 +03:00 |
|
jvoisin
|
331363d469
|
Merge branch 'fix_uninit' into 'master'
Fix uninitialized coverity warnings
See merge request OpenMW/openmw!1819
|
2022-05-05 17:35:16 +00:00 |
|
Evil Eye
|
a64979e25d
|
Replace empty std::string assignments
|
2022-05-04 22:33:39 +02:00 |
|
jvoisin
|
143dcad0e8
|
Use an if instead of an assert
|
2022-05-02 21:17:24 +00:00 |
|
elsid
|
b67a0a8f2b
|
Fix uninitialized coverity warnings
|
2022-05-01 18:36:16 +02:00 |
|
cc9cii
|
ba3ae448d4
|
Initial import of esm4 by cc9cii
|
2022-01-31 08:58:45 +01:00 |
|