Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-20bge bugfix: patch #28893 "Fix for #28753 and some other changes for BGE proje...Dalai Felinto
2011-09-11bugfix: [bf-blender-Game Engine][28167] Restart game actuator don't get chang...Dalai Felinto
2011-09-07use Py_ssize_t rather than int when dealing with list sizes (original patch f...Campbell Barton
2011-09-03whitespace editsCampbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-22fix [bf-blender-Patches][27924] Redundant applying of SetNetworkDeviceCampbell Barton
2011-08-13BGE Animations: Adding an option to let users choose whether or not to lock a...Mitchell Stokes
2011-08-073D Audio GSoC:Joerg Mueller
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-06-23correction to recent commit & made ffmpeg includes only add when enabled.Campbell Barton
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-08fix of fix :| [real fix for #36787 -- it was wrongly fixed on #36964]Dalai Felinto
2011-05-31cmake maintenanceCampbell Barton
2011-05-29Moving the letterbox clear for the embedded player so it only clears when it ...Mitchell Stokes
2011-05-28fix for embeded BGE viewport broken when not using letterboxingDalai Felinto
2011-05-27Attempted fix for #27482: game engine running slow due to revision 36698 whichBrecht Van Lommel
2011-05-20make api functions for converting rv3d->camzoom, so the odd logic for this is...Campbell Barton
2011-05-15BGE:Mitchell Stokes
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-03-09image.depth, 96/128 for float color images, was 24/32 for byte images.Campbell Barton
2011-02-25doxygen: gameengine/BlenderRoutines tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22doxygen: entries for blenderroutines, converter, expressions, gamelogic, game...Nathan Letwory
2011-01-30remove nan-makefilesCampbell Barton
2011-01-27bge fix: debug text didn't have GL_DEPTH disabled - text got clipped when we ...Dalai Felinto
2011-01-23BGE: option in the UI to start with the mouse cursor visible. Patch by Vitor ...Dalai Felinto
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-16Patch:[#25163] BGE support for Blender Font objects - unicode supportDalai Felinto
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-01bugfix [#23423] Multi-window : closing game windows cause blender crashCampbell Barton
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton
2010-11-29replace overly verbose matrix creation for BGE camera, typo fix from MikeS.Campbell Barton
2010-11-29fix for error when changing DISBALE_PYTHON -> WITH_PYTHON,Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-18rename libs internal libs for CMake + SCons (used in MSVC project files)Campbell Barton
2010-11-11fix for building, also use const char in more places.Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-26Added function RNA_property_update_check() to check if an update call is needed,Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-11make file update for recent bge.render.makeScreenshot commitDalai Felinto
2010-10-09patch [#24178] bge.render.makeScreeshot - with help from Campbell(ideasman42)Dalai Felinto
2010-10-09Enable CXX_GUARDEDALLOC support through SCons.Nathan Letwory
2010-09-15update for MingW/CMakeCampbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton