Go to file
Jason Wilkins 9b701b7d32 cineonlib.c: Quieted warning, inconsistency between printf format (%lu) and the type of an argument (uintptr_t??)
The struct member is an unsigned int, not a pointer, so it is mysterious why the orignal code cast it to an uintptr_t.

I changed the code to cast it to an unsigned long so that it matches the format.
2012-11-24 14:19:21 +00:00
build_files Reverting previous buildbot commit - sm_13 still fails actually 2012-11-22 17:22:08 +00:00
doc BGE Docs: Adding some docs for some of the Steering Actuator attributes. I grabbed the docs from the UI descriptions from RNA for the Steering Actuator. However, these aren't the best descriptions, and both the UI descriptions and the docs could use some attention. Also, steeringVec and facingMode didn't have corresponding UI elements, so I've left them undocumented for now. Someone who knows what they do can hopefully document them. 2012-11-23 07:47:53 +00:00
extern Motion tracking: dump mask image when dump images is enabled 2012-11-20 12:54:28 +00:00
intern disable GL_MULTISAMPLE_ARB by default on X11 (same as OSX cocoa) 2012-11-24 01:06:54 +00:00
release remove USER_DISABLE_AA/use_antialiasing, this wasn't available from the UI but would be confusing if someone had it set from an old file. 2012-11-24 00:59:10 +00:00
source cineonlib.c: Quieted warning, inconsistency between printf format (%lu) and the type of an argument (uintptr_t??) 2012-11-24 14:19:21 +00:00
CMakeLists.txt Fix 33149: LLVM caused startup crash on linux systems using Mesa llvmpipe. 2012-11-21 22:28:15 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct OSX/scons/osl: un-hardcode the osl libpath 2012-11-19 17:15:33 +00:00