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
2018-05-27Pydoc: Fix multiple bpy.type modulesblender-v2.79b-releaseAaron Carlisle
2013-02-10BGE: Splitting up the bge.types docs so they are not all on the same page. Th...Mitchell Stokes
2013-01-30BGE: Some various changes to make moving the character physics type easier:Mitchell Stokes
2013-01-28BGE Py API docs: correct references to bge.keysCampbell Barton
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-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-11-29Fix related to #33340: add a warning to bge from_id documentation to not stor...Brecht Van Lommel
2012-11-23BGE Docs: Adding some docs for some of the Steering Actuator attributes. I gr...Mitchell Stokes
2012-11-23BGE Docs: Adding docs for KX_Scene.drawObstacleSimulation() based on its doc ...Mitchell Stokes
2012-11-23BGE Docs: Documenting missing Sound Actuator attributes based on RNA UI strings.Mitchell Stokes
2012-11-23BGE Docs: Adding docs for the KX_GameObject.playAction() play_mode constants.Mitchell Stokes
2012-11-22BGE Docs: Moving the KX_ArmatureSensor.type constant docs from bge.types.rst ...Mitchell Stokes
2012-11-22BGE Docs: Fixing indentation.Mitchell Stokes
2012-11-22indentation editsCampbell Barton
2012-11-22BGE Docs: Moving the BL_ArmatureChannel.rotation_mode constant docs from bge....Mitchell Stokes
2012-11-22BGE Docs: Moving the BL_ArmatureConstraint constant docs from bge.types.rst t...Mitchell Stokes
2012-11-22BGE Docs: Adding RM_* mode constants from KX_NavMeshObject.draw()Mitchell Stokes
2012-11-22Moving the Armature Actuator constant docs from bge.types.rst to bge.logic.rs...Mitchell Stokes
2012-11-22Adding docs for KX_NavMeshObject based on doc strings found in KX_NavMeshObje...Mitchell Stokes
2012-11-22BGE: KX_PhysicsObjectWrapper was not being used anywhere in the code base, bu...Mitchell Stokes
2012-11-22more bge reference api docstrings, leaving KX_FontObject and KX_NavMeshObject...Campbell Barton
2012-11-22bge camera axix actuator was undocumented and python had incorrect limits on ...Campbell Barton
2012-11-21doc corrections and add bge.types.KX_ArmatureSensorCampbell Barton
2012-11-13Docs update for r52164Mitchell Stokes
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-10BGE: Committing patch [#32697] "New BGE gravity API" by HG1.Mitchell Stokes
2012-11-05BGE: This patch adds a character wrapper (similar to the already implemented ...Mitchell Stokes
2012-10-09rename BGE KX_GameObject attrsCampbell Barton
2012-10-09patch [#31875] Patch to get scene access through a game objectCampbell Barton
2012-10-07BGE: Committing patch [#31442] "API improvements: Group references python api...Mitchell Stokes
2012-10-02Added example of KX_GameObject subclassing to game engine docs.Alex Fraser
2012-07-09As a response to issue [#28483] "Enable/Disable Rigid Body actuator do nothin...Mitchell Stokes
2012-07-07Adding a note to KX_Camera.projection_matrix and KX_Camera.modelview_matrix t...Mitchell Stokes
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-28Removing channel manipulation from the Action Actuator Python API since this ...Mitchell Stokes
2012-06-28bge.logic.keyboard.getClipboard() and .setClipboard methodsDalai Felinto
2012-06-14KX_RadarSensor.getConeHeight() not longer exists, removing it from the docs.Mitchell Stokes
2012-06-14Fix for [#31813] "bge.types.KX_RadarSensor incorrect attributes" reported by ...Mitchell Stokes
2012-03-21Fix #30622: documentation example code for bge.types.KX_MeshProxy did not work,Sergey Sharybin
2012-03-12Fix #30524: documentation example code for bge.types.KX_MeshProxy did not work,Brecht Van Lommel
2012-03-03option for the Armature Actuator to change the influence of a bone constraint.Dalai Felinto
2012-01-23rst bge touch ups: making the title of the examples slightly more noticeableDalai Felinto
2012-01-22Committing patch "[#29763] Adding an active_events property to SCA_PythonKeyb...Mitchell Stokes
2012-01-22cucumber merge: world scaling + video texture constantsDalai Felinto
2012-01-13bge api doc updateDalai Felinto
2011-09-02BGE animations: adding a missing comma.Mitchell Stokes