Go to file
2012-07-08 17:18:01 +00:00
build_files
doc Adding a note to KX_Camera.projection_matrix and KX_Camera.modelview_matrix to warn that both values are the identity matrix prior to the first frame of rendering. Both values are calculated when rendering, which is after Python scripts have a chance to run on frame 1. 2012-07-07 06:42:44 +00:00
extern
intern Fix for error from grumpy gcc in "over-warning" mode. Must explicitely cast uintptr_t to unsigned int (othe solution would be to use PRIuPTR macro from inttypes.h, but that would probably causes some problems with windows...). 2012-07-08 15:48:47 +00:00
release Grmbl, dummy argparse... 2012-07-08 17:18:01 +00:00
source correct use of nonull attribute 2012-07-08 17:08:27 +00:00
CMakeLists.txt
COPYING
GNUmakefile
SConstruct