openmw-tes3coop/apps
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
2013-02-15 20:28:14 +01:00
..
esmtool Use `signed char' explicitly where needed. It is important because: 2013-02-15 20:28:14 +01:00
launcher Merge branch 'startup' into cs_load. 2013-02-05 21:23:49 +01:00
mwiniimporter Fix game files import 2013-02-06 00:51:05 +01:00
opencs Merge remote-tracking branch 'ace/win-fixes' into next 2013-02-12 15:42:45 +01:00
openmw Fixed gold ref count always becoming 1 when dropped on the ground 2013-02-15 17:34:55 +01:00
openmw_test_suite Added fix for not visible pthreads functions for linker with glibc 2.15 2012-08-20 00:18:40 +03:00
doc.hpp first set of additional doxygen comments 2010-09-25 15:03:53 +02:00