You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/components/esm
elsid c7b95d1c9e
Fix build with GCC 13.1.1
openmw/apps/openmw/mwinput/controlswitch.hpp:32:49: error: ‘uint32_t’ has not been declared
   32 |         void readRecord(ESM::ESMReader& reader, uint32_t type);
      |                                                 ^~~~~~~~

openmw/apps/esmtool/labels.hpp:63:25: error: ‘uint32_t’ was not declared in this scope
   63 | std::string recordFlags(uint32_t flags);
      |                         ^~~~~~~~

openmw/components/detournavigator/recastmesh.hpp:91:14: error: ‘uint8_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
   91 |         std::uint8_t mLength;
      |              ^~~~~~~
      |              wint_t

openmw/components/platform/file.hpp:9:23: error: found ‘:’ in nested-name-specifier, expected ‘::’
    9 |     enum class Handle : intptr_t
      |                       ^
      |                       ::

openmw/components/settings/settings.hpp:63:21: error: ‘int64_t’ in namespace ‘std’ does not name a type
   63 |         static std::int64_t getInt64(std::string_view setting, std::string_view category);
      |                     ^~~~~~~

openmw/components/esm/common.cpp:5:38: error: ‘uint32_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
    5 |     std::string printName(const std::uint32_t typeId)
      |                                      ^~~~~~~~
      |                                      wint_t
12 months ago
..
attr.cpp Handle werewolf stats 11 years ago
attr.hpp Implement vanilla-style corprus handling (bug #3714, bug #4623) 4 years ago
common.cpp Fix build with GCC 13.1.1 12 months ago
common.hpp Remove duplicated enum definition 2 years ago
defs.hpp Lua scripts configuration in omwaddon 2 years ago
esmcommon.hpp Do compile time checks in compile time instead of tests 2 years ago
format.cpp Remove redundant ostream, istream, iostream and sstream includes 2 years ago
format.hpp Remove redundant ostream, istream, iostream and sstream includes 2 years ago
luascripts.cpp Merge branch 'apple-silicon-arm-build' into 'master' 2 years ago
luascripts.hpp Update file luascripts.hpp 1 year ago
reader.cpp Add const modifier to encoder type 2 years ago
reader.hpp Move Files::IStreamPtr alias to a separate header 2 years ago
records.hpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2 years ago
util.hpp Use `default` instead of empty constructors/destructors 3 years ago