1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00
OpenMW/components/misc
elsid b0f192d878
Fix warning: maybe-uninitialized
../../components/misc/color.cpp: In static member function 'static Misc::Color Misc::Color::fromHex(std::string_view)':
../../components/misc/color.cpp:36:24: error: 'v' may be used uninitialized in this function [-Werror=maybe-uninitialized]
   36 |             rgb[i] = v / 255.0f;
      |                      ~~^~~~~~~~
2022-01-30 00:44:22 +01:00
..
algorithm.hpp refactors stringops.hpp (#3192) 2021-11-05 10:53:52 +01:00
barrier.hpp
budgetmeasurement.hpp
color.cpp Fix warning: maybe-uninitialized 2022-01-30 00:44:22 +01:00
color.hpp Lua bindings for Colours 2022-01-17 22:35:06 +00:00
compression.cpp Add functions to compress/decompress vector of bytes 2021-10-18 20:46:22 +02:00
compression.hpp Add functions to compress/decompress vector of bytes 2021-10-18 20:46:22 +02:00
constants.hpp
convert.hpp remove unused includes: part1 2022-01-23 17:30:25 +01:00
coordinateconverter.hpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
endianness.hpp
errorMarker.cpp Embed error marker in osgt format inside a string defined in misc/errorMarker.hpp. 2021-11-20 11:12:08 +01:00
errorMarker.hpp Embed error marker in osgt format inside a string defined in misc/errorMarker.hpp. 2021-11-20 11:12:08 +01:00
frameratelimiter.hpp
guarded.hpp
hash.hpp Support seed type different from std::size_t for hashCombine 2021-11-13 16:14:50 +01:00
helpviewer.cpp
helpviewer.hpp
math.hpp Remove unnecessary loops from path 2022-01-24 22:32:04 +01:00
mathutil.hpp
messageformatparser.cpp
messageformatparser.hpp
objectpool.hpp
osguservalues.cpp Store BulletShape source file name and content hash 2021-11-11 00:27:18 +01:00
osguservalues.hpp Store BulletShape source file name and content hash 2021-11-11 00:27:18 +01:00
pathhelpers.hpp
progressreporter.hpp Support frequency of ProgressReporter calls lower than interval 2022-01-19 01:10:58 +01:00
resourcehelpers.cpp Extract correctSoundPath method to avoid code duplication. Add unit test for the new method 2021-11-10 23:06:35 +01:00
resourcehelpers.hpp Extract correctSoundPath method to avoid code duplication. Add unit test for the new method 2021-11-10 23:06:35 +01:00
rng.cpp
rng.hpp
stringops.hpp Cast to the unsigned char expected by cctype functions 2021-11-14 11:26:18 +01:00
thread.cpp
thread.hpp
timer.hpp
typetraits.hpp Do not write shapes to navmeshdb when writing is disabled 2021-12-16 22:57:35 +01:00
utf8stream.hpp Use string_view 2021-11-14 11:26:16 +01:00
weakcache.hpp