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
2013-02-04style cleanupCampbell Barton
2013-02-02style cleanup: comment formatCampbell Barton
2013-01-30BGE: Some various changes to make moving the character physics type easier:Mitchell Stokes
2013-01-28BGE Profile : visual feedback bars and improvementsDalai Felinto
2013-01-23make bullet optional againCampbell Barton
2013-01-13bge track-to actuator: reverse the order of the cross product rather then neg...Campbell Barton
2013-01-13BGE: Fix from HG1 for bug [#32831] "TrackTo aktuator +X direction not working...Mitchell Stokes
2013-01-13BGE: Adding preliminary alpha shadow support for Simple shadow maps. They do ...Mitchell Stokes
2013-01-12patch from Harley Acheson to remove multiple inline defines.Campbell Barton
2013-01-12minor cleanup to debug drawing code in the BGE, dont convert strings to STR_S...Campbell Barton
2013-01-12BGE: Fix for [#33839] "a logic.joysticks Crashes BGE" reported by Josiah Lane...Mitchell Stokes
2013-01-11code cleanup: warnings, also add check in crash handler that a wmWindowManage...Campbell Barton
2013-01-05BGE: The Blenderplayer wasn't calling PyEval_InitThreads, which caused async ...Mitchell Stokes
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2013-01-01BGE: Fixing a crash that occurred when LibLoading a scene with a 2D Filter Ac...Mitchell Stokes
2012-12-29BGE: Adding a jumpCount to KX_CharacterWrapper. This can be used to have diff...Mitchell Stokes
2012-12-26BGE: Adding a maxJumps to the character controller to adjust how many jumps a...Mitchell Stokes
2012-12-25BGE: Some various tweaks to try and get async lib loading to be a bit more st...Mitchell Stokes
2012-12-25BGE: Fixing an assert with the canvas' GetViewPort(). bf_gpu was changing the...Mitchell Stokes
2012-12-24BGE: "Fix" for issue [#33663] "Objects Share Materials / Textures When Groupe...Mitchell Stokes
2012-12-22BGE: The PyGILState_Ensure() call in KX_Scene was causing a segfault in the B...Mitchell Stokes
2012-12-22BGE: Committing async LibLoad from Swiss. This does the lib loading in a sepa...Mitchell Stokes
2012-12-21BGE: Adding a Python interface for handling joysticks without needing logic b...Mitchell Stokes
2012-12-19BGE: Some as of yet unmerged work I did in the Swiss branch. These changes in...Mitchell Stokes
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-24BGE: Implementing a fix for the "Problem With Clock" issues reported in #3270...Mitchell Stokes
2012-11-22BGE: KX_ACT_ARMATURE_SETINFLUENCE constant for BL_ArmatureActuator.type was d...Mitchell Stokes
2012-11-22BGE: KX_PhysicsObjectWrapper was not being used anywhere in the code base, bu...Mitchell Stokes
2012-11-22bge camera axix actuator was undocumented and python had incorrect limits on ...Campbell Barton
2012-11-22modify the python stub to include __file__ and __name__, also correct odd ind...Campbell Barton
2012-11-21doc corrections and add bge.types.KX_ArmatureSensorCampbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-19BGE: Changing "transform_uv" -> "transformUV" in some error messages.Mitchell Stokes
2012-11-18code cleanup: gpl header update (formatting)Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-13BGE: Renaming KX_GameObject.group_parent and group_children to groupObject an...Mitchell Stokes
2012-11-11BGE: fix for 2 uses of uninitialized memory - property-sensor and object-colo...Campbell Barton
2012-11-11bge mesh conversion speedup, avoid calling ConvertMaterial() on every face.Campbell Barton
2012-11-11game engine material conversion: don't use the material to convert vertex col...Campbell Barton
2012-11-11- property sensor was converting floating point values to text then back to f...Campbell Barton
2012-11-10add argument so recent bge function mesh.transform_uv() so you can optionally...Campbell Barton
2012-11-10add 2 new utility functions to the BGE mesh py api.Campbell Barton
2012-11-10code cleanup: some warnings and formatting for PyMethodDef's in the BGE.Campbell Barton
2012-11-10BGE: Committing patch [#32697] "New BGE gravity API" by HG1.Mitchell Stokes
2012-11-10code cleanup: bge static functions & use C++ guarded alloc for the character ...Campbell Barton
2012-11-05Compile fixes for recent boost changesAntony Riakiotakis
2012-11-05Fix for [#33090] "Segfault/Crash with Empty and Motion Actuator, Keyboard Sen...Mitchell Stokes
2012-11-05Audaspace:Joerg Mueller
2012-11-05BGE: This patch adds a character wrapper (similar to the already implemented ...Mitchell Stokes