Go to file
Campbell Barton af7eb3f210 fix for buffer overrun crash with saving scene name longer then 24 characters.
writing render info would try write= 64 length string into 24 length buffer.

updated py script to extract render info too.
2012-04-26 04:03:25 +00:00
build_files Enable building of the installer with MinGW-w64, patch by Caleb Joseph (Dobz) thanks a lot! 2012-04-25 11:15:55 +00:00
doc add mesh example with docs explaining polygon / loop relationship 2012-04-23 00:20:32 +00:00
extern remove leftover files from last commit 2012-04-24 16:23:47 +00:00
intern ndof: avoid potential buffer overflow in libspnav 2012-04-25 01:24:29 +00:00
release fix for buffer overrun crash with saving scene name longer then 24 characters. 2012-04-26 04:03:25 +00:00
source fix for buffer overrun crash with saving scene name longer then 24 characters. 2012-04-26 04:03:25 +00:00
CMakeLists.txt Lower optimization settings for MinGW-w64. Full optimization causes artifacts with empties and gods know what else. Turned on -ftree-vectorize to match MSVC behaviour for 64bit. 2012-04-24 17:20:51 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Spelling Cleanup 2012-03-01 12:20:18 +00:00
SConstruct Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with slight modifications. 2012-04-24 12:57:58 +00:00