Go to file
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
build_files use CMAKE_DL_LIBS rather then linking libdl directly. 2013-08-30 20:26:57 +00:00
doc UIList: update examples and templates. 2013-08-29 13:34:36 +00:00
extern Use reentrant qsort() in particle codes 2013-08-19 10:40:47 +00:00
intern Mingw/Windows Compiling Fix 2013-09-01 05:12:36 +00:00
release minor ui edits 2013-08-30 11:49:35 +00:00
source Mingw Compiling Fix - Conversion from int to unsigned char... 2013-09-01 05:36:29 +00:00
CMakeLists.txt use CMAKE_DL_LIBS rather then linking libdl directly. 2013-08-30 20:26:57 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile add icons utility make target. 2013-08-27 10:03:37 +00:00
SConstruct Scons and BuildBot changes for MSVC 2012 support. 2013-06-18 11:55:32 +00:00