1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-04 21:56:32 +00:00
openmw-tes3mp/components
Sergei Trofimovich 7921f71a79 Fix gcc-13 build failures: missing <cstdint> includes
Without the change build fails on `gcc-13` as:

    In file included from /build/source/components/misc/stringops.hpp:8,
                     from /build/source/components/settings/settings.cpp:6:
    /build/source/components/misc/utf8stream.hpp:11:13: error: 'uint32_t' does not name a type
       11 |     typedef uint32_t UnicodeChar;
          |             ^~~~~~~~
    /build/source/components/misc/utf8stream.hpp:5:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
        4 | #include <cstring>
      +++ |+#include <cstdint>
2024-02-10 17:27:29 +00:00
..
bsa Check if the archive is opened before adding a file to it and clear state on close 2021-05-20 21:28:52 +02:00
bullethelpers Detect and ignore updates for oscillating objects 2021-04-18 23:00:13 +02:00
compiler Fix MSVC's C4244 warnings 2021-05-12 10:34:40 +04:00
config Implement instanced groundcover 2021-01-26 22:29:41 +04:00
contentselector Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
crashcatcher [General] Change version to 0.8.0 2021-11-02 23:58:14 +02:00
debug [General] Disable OpenMW's log timestamps 2021-07-05 07:02:44 +02:00
detournavigator Create RecastMesh outside critical section 2021-08-04 13:16:55 +02:00
esm [General] Add and use getShortDescription() for ESM::Cell 2021-09-17 19:14:55 +02:00
esmterrain Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
fallback Fixing performance-faster-string-find issues 2021-05-10 22:44:07 -05:00
files Merge branch 'opt-out-compose' into 'master' 2021-08-01 08:54:11 +00:00
fontloader Validate GUI scaling and place it to the launcher 2021-04-15 15:18:32 +04:00
interpreter Add OpenMW commits up to 21 May 2021 2021-05-21 16:00:09 +02:00
loadinglistener Always center loading screen progress bar by height when there is active message box 2021-05-26 23:29:37 +02:00
misc Fix gcc-13 build failures: missing <cstdint> includes 2024-02-10 17:27:29 +00:00
myguiplatform Fix MSVC's C4244 warnings 2021-05-12 10:34:40 +04:00
nif Improve null root handling 2021-05-05 02:41:30 +03:00
nifbullet Improve null root handling 2021-05-05 02:41:30 +03:00
nifosg Merge branch 'even-fixier-alpha' into 'master' 2021-07-05 08:15:31 +00:00
openmw-mp Fix gcc-13 build failures: missing <cstdint> includes 2024-02-10 17:27:29 +00:00
process Remove redundant includes 2019-02-23 08:02:12 +04:00
resource Store copies of ref_ptr for btCollisionShape wrappers in Navigator 2021-08-04 13:16:31 +02:00
sceneutil Merge branch 'properly_initialize_lightsettings' into 'master' 2021-08-02 08:42:45 +00:00
sdlutil Discard button press events during save loading (bug #5619) 2021-05-16 16:04:28 +04:00
settings Add OpenMW 0.47 commits up to 1 Jul 2021 2021-07-01 19:13:04 +02:00
shader Merge branch 'fix-iterator-badness' into 'master' 2021-07-20 18:45:40 +00:00
terrain Recreate a special case for IntersectionVisitor on QuadTreeWorld 2021-05-11 16:34:02 +04:00
to_utf8 Minor cleanup: Remove using namespace std 2021-03-16 19:58:02 +00:00
translation Add OpenMW commits up to 29 Oct 2018 2019-08-20 13:15:00 +03:00
version Allow getting available version information even when clone is shallow 2017-03-07 21:53:49 +01:00
vfs Use O(log(n)) search instead of O(n) 2021-05-05 23:10:24 +02:00
widgets Fix MSVC's C4267 warnings 2021-05-12 10:34:39 +04:00
CMakeLists.txt [Buildsys] Tweaks to allow server-only builds 2022-02-08 18:32:43 +00:00
doc.hpp