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-02-18BGE Expressions: convert "\n" to real \nDalai Felinto
2011-02-18py api was raising SystemError exception incorrectly, this is intended for in...Campbell Barton
2011-02-16BGE: Action and ShapeKey Actuator PingPong playmode.Dalai Felinto
2011-02-16small correction to BGE as recent commits broken normal mapping in the GEMichael Fox
2011-02-13Fix #26064: blenderplayer is brokenSergey Sharybin
2011-02-12Fixing a recounting bug so KX_Scene.pre_draw.append() and KX_Scene.post_draw....Mitchell Stokes
2011-02-11BGE: frame start/end in action/fcurves/shapekey to support floatsDalai Felinto
2011-02-08minor edits, no functional changes.Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-27[#25815] Patch gcc 4.6Campbell Barton
2011-01-27bge fix: debug text didn't have GL_DEPTH disabled - text got clipped when we ...Dalai Felinto
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-23BGE: option in the UI to start with the mouse cursor visible. Patch by Vitor ...Dalai Felinto
2011-01-23BGE: support modifiers without mapping to original mesh both graphically and ...Benoit Bolsee
2011-01-23correct own bad spellingCampbell Barton
2011-01-19BGE BugFix [#25711]render.setBackgroundColor() does not work:Dalai Felinto
2011-01-19support building with python3.2Campbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-17remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind.Campbell Barton
2011-01-09use PySequence_Size() rather then PySequence_Length(), this is only kept in p...Campbell Barton
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