Go to file
Sergey Sharybin 53753c0ddc Fix T37488: Crash with --debug reading userpref.blend
Issue was in fact caused by wrong DNA storage, which
apparently was considering unsigned long as just 4
bytes here.

Now use uint64_t to be sure timestamp does fit into
storage on all the platforms.

Thanks Campbell for help looking in the issue.
2013-11-18 18:13:23 +06:00
build_files OSX/scons: using ditto autocreates dirs, spares 2 steps of mkdir iterating over .mo files, faster bundling 2013-11-17 15:16:47 +01:00
doc And here is the first git (testing) commit by me! 2013-11-16 12:00:42 +01:00
extern rangetree: support for building on freebsd-10 2013-11-16 18:31:13 +11:00
intern Cycles: change __device and similar qualifiers to ccl_device in kernel code. 2013-11-18 08:48:15 +01:00
release Maintenance: Shebang lines fix for some python scripts 2013-11-18 20:41:22 +11:00
scons@ccea0f01de Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
source Fix T37488: Crash with --debug reading userpref.blend 2013-11-18 18:13:23 +06:00
.arcconfig Added the wrong file. Now addin .arcconfig for real. 2013-11-15 20:40:43 +06:00
.gitignore add gitignore 2013-11-15 18:51:31 +11:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt CMake OS X: enable FFMPEG and Quicktime by default to match release and scons. 2013-11-17 15:37:10 +01:00
COPYING
GNUmakefile Convenience Makefile: spaces in the build path would fail still. 2013-11-17 21:16:39 +11:00
SConstruct Skip .git files from submodules for install targets 2013-11-17 00:18:21 +06:00