blender/source/blender/blenfont
Joshua Leung 7176cbf466 Mingw Compiling Fix - Conversion from int to unsigned char...
Apparently mingw/gcc is too stupid to recognise that the values
in alphatest will only be used if they're within the range of 
unsigned char (i.e. 0 <= x < 255) when this is done using a ternary
operator. Then again, it's quite hard for humans to immediately
parse what is going on here either! Converting this clever code
back to a more obvious form that mere mortals (and compilers it 
seems) can handle with ease ;)
2013-09-01 05:36:29 +00:00
..
intern Mingw Compiling Fix - Conversion from int to unsigned char... 2013-09-01 05:36:29 +00:00
BLF_api.h code cleanup: more zero as NULL pointers. 2013-08-07 03:36:05 +00:00
BLF_translation.h Usual typo fixes... ;) 2013-04-07 10:21:22 +00:00
CMakeLists.txt move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
SConscript Fix scons/windows build error, missing pthreads include in blenfont for mutex. 2013-06-29 10:52:18 +00:00