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-tes3coop/components
Douglas Mencken df5919f2c5 Use `signed char' explicitly where needed. It is important because:
- It is implementation-dependent if plain `char' signed or not.
- C standard defines three *distinct* types: char, signed char,
  and unsigned char.
- Assuming that char is always unsigned or signed can lead to
  compile-time and run-time errors.

You can also use int8_t, but then it would be less obvious for developers
to never assume that char is always unsigned (or always signed).

Conflicts:

	components/esm/loadcell.hpp
12 years ago
..
bsa reverted to C++03 12 years ago
compiler more string lowercase 12 years ago
esm Use `signed char' explicitly where needed. It is important because: 12 years ago
file_finder Issue #133 Handle resources across multiple data directories 13 years ago
fileorderlist Move OpenDialog to editor and use it in startup dialogue. 12 years ago
files reverted to C++03 12 years ago
interpreter replaced std::string concatenation with std::ostringstream 12 years ago
misc added missing reference to <cctype> 12 years ago
nif Use the record index for finding the NiTriShape instead of the name 12 years ago
nifbullet cache loaded NIF files to eliminate reloads 12 years ago
nifogre Use the record index for finding the NiTriShape instead of the name 12 years ago
nifoverrides more string lowercase 12 years ago
settings settings.cpp: fix std::runtime_error compile error 13 years ago
terrain remove underscores from filenames in esm 12 years ago
to_utf8 Use `signed char' explicitly where needed. It is important because: 12 years ago
translation Merge remote-tracking branch 'corristo/master' 12 years ago
CMakeLists.txt Split launcher specific code from DataFilesList back to DataFilesPage. 12 years ago
doc.hpp second set of additional doxygen comments 14 years ago