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-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07- cmake use execute_process, exec_program is deprecated.Campbell Barton
2011-01-06bugfix [#25488] Game engine crash when try to run after blender app startCampbell Barton
2011-01-05Adding overhead drawing (frame rate, profile, debug props) capabilities back ...Mitchell Stokes
2011-01-05BGE: Font Object support to animated (object) colorsDalai Felinto
2011-01-04Fix to make two-side texface option work with modifiers in the BGE. However, ...Mitchell Stokes
2011-01-03- add in asserts for unlikely cases of invalid ID types being assigned to key...Campbell Barton
2011-01-02CXX_Guardedalloc was complaining about freeing NULL pointers in VideoTexture....Mitchell Stokes
2010-12-31Fixing a crash on exit when using the Blenderplayer on win32. When free_blend...Mitchell Stokes
2010-12-31CMake: use blender_include_dirs("${OPENGL_INCLUDE_DIR}") rather then blender_...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-23Compact -I paths in makefiles for more readble files/output.Guillermo S. Romero
2010-12-21Plugging up some memory leaks in the Blenderplayer that I found with valgrindMitchell Stokes
2010-12-17minor warnings removed.Campbell Barton
2010-12-17no functional changes: SETLOOPER macro assumed a scene was defined called 'sc...Campbell Barton
2010-12-17BGE Font: increasing the limit of the text object to 140Dalai Felinto
2010-12-16SVN maintenance.Guillermo S. Romero
2010-12-16Patch:[#25163] BGE support for Blender Font objects - unicode supportDalai Felinto
2010-12-11BGE BugFix: [#25106] modelview matrix incorrect after using VideoTexture - af...Dalai Felinto
2010-12-09renaming blf_api.h to blf_py_api.hDalai Felinto
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-08BGE BugFix: [#24052] Can't change dynamic object's orientation using python (...Dalai Felinto
2010-12-07BGE BugFix: [#21246] Some values for ipoactuator.frameEnd and frameStart make...Dalai Felinto
2010-12-06bugfix [#24967] bge.KX_GameObject.worldAngularVelocity does not work, breaks ...Campbell Barton
2010-12-06bugfix [#24995] Object rotation seems to be applied incorrectlyCampbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-01bugfix [#23423] Multi-window : closing game windows cause blender crashCampbell Barton
2010-11-30remove unmaintained windows and unix game engine plugin code.Campbell 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-26BGE Bugfix: [#24926] Sensor 'Radar' les axes X+ et Y+ ont été inversé. (ou...Dalai Felinto
2010-11-25OSX: Patch associated with Python update to 3.1.2.Damien Plisson
2010-11-24Reverting revision 33120, which added vram monitoring. The method used had so...Mitchell Stokes
2010-11-21Changing KX_Camera.perspective didn't actually change the camera's perspectiv...Mitchell Stokes
2010-11-19Fixing a crash when dynamically loading a scene that contains a bone parent.Mitchell Stokes
2010-11-18rename libs internal libs for CMake + SCons (used in MSVC project files)Campbell Barton
2010-11-17fixes from r33127Campbell Barton
2010-11-17Adding monitoring for (approximate) VRAM used by textures. The information is...Mitchell Stokes
2010-11-16patch #24737] PyCObject depreciated in py3k [patch]Campbell Barton
2010-11-16fix for fix, r33086.Campbell Barton
2010-11-12Getting BLF to work with the Blenderplayer.Mitchell Stokes
2010-11-11fix for building, also use const char in more places.Campbell Barton
2010-11-05fix for linking the player, also fixes building without python and bullet.Campbell Barton
2010-11-01A couple of changes to 2D filters to make adding new built-in ones nicer:Mitchell Stokes
2010-10-31Fix cmake building of blender player.Brecht Van Lommel
2010-10-31stdint include needed on non-msvc platformsNathan Letwory
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton