Go to file
Brecht Van Lommel 11645e7a3f Fix #27877: writing .avi files > 4 GB not working on windows.
Solution is to replace "long" by "int64_t" and "fseek" by "_fseeki64", because
long on 64 bit windows is still 32 bit.
2011-07-06 10:19:04 +00:00
build_files blenderplayer bundle in OSX doesn't need script folder (untested) 2011-07-05 00:30:27 +00:00
doc an example for blf - a basic Hello World (for bge, not blender) 2011-07-06 08:29:20 +00:00
extern update cmake checker to ignore file list and add some headers to the source list. 2011-06-21 17:00:34 +00:00
intern Fix #27865: weird mouse warping with continuous grab on OS X. 2011-07-05 20:15:29 +00:00
release Current situation 2011-07-04 18:14:41 +00:00
source Fix #27877: writing .avi files > 4 GB not working on windows. 2011-07-06 10:19:04 +00:00
CMakeLists.txt own change to cmake files broke MSVC2010 with Debug configuration, reported by Alex K 2011-07-01 03:40:12 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile initialize cmake's CMAKE_BUILD_TYPE to 'Release' 2011-06-27 13:18:08 +00:00
SConstruct cmake option to build without an audio library. 2011-06-23 09:27:56 +00:00