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-tes3mp/components
Michael Mc Donnell 5fa8165f97 Use char literals in UTF 8 conversion to fix 798 warnings
The data type is specified as char but the literals are unsigned char. This
results in 798 truncation warnings in vs2010. The literals were converted
with a simple python script to signed char while taking two's complement and
the overflow into account.

Also tested on Ubuntu 12.04 with gcc 4.6.
13 years ago
..
bsa Compare with stream position instead of int. 13 years ago
compiler Mostly removal of unnecessary #include's and a little clean up 13 years ago
esm esm_reader.cpp: fix std::runtime_error compile error 13 years ago
esm_store Revert "Merge remote-tracking branch 'mark76/multiple_esm_esp' into nif-cleanup" 13 years ago
file_finder Issue #133 Handle resources across multiple data directories 13 years ago
files Use debug dlls when debugging in vs2010 (try 2) 13 years ago
interpreter Issue #181: assignment to member variables 13 years ago
misc Changed standard C lib includes to C++ format 13 years ago
nif compatibility fix 13 years ago
nifbullet Merge remote branch 'zini/master' into nif-cleanup 13 years ago
nifogre removed some unused variables 13 years ago
nifoverrides override nif transparency settings (part 1) 13 years ago
settings fix some settings bugs 13 years ago
terrain Changed standard C lib includes to C++ format 13 years ago
to_utf8 Use char literals in UTF 8 conversion to fix 798 warnings 13 years ago
CMakeLists.txt bug #348: cleanup 13 years ago
doc.hpp second set of additional doxygen comments 14 years ago