Revision 449369a by Campbell Barton November 22, 2012, 09:57 (GMT) |
minor edit to console line adding, all callers have the console space, may as well pass it. |
Revision 62331fd by Campbell Barton November 22, 2012, 09:49 (GMT) |
fix for clear line adjusting console selection. |
Revision 989b598 by Mitchell Stokes November 22, 2012, 09:20 (GMT) |
BGE Docs: Changing ROT_* Armature Channel constants in the docs to be ROT_MODE_* to match the actual constants from bge.logic. |
Revision 9b571c2 by Mitchell Stokes November 22, 2012, 09:12 (GMT) |
BGE Docs: Fixing indentation. |
Revision 93ad97c by Campbell Barton November 22, 2012, 08:45 (GMT) |
avoid string -> unicode conversion when registering classes, also avoid unlikely but possible crash if the py-class returns new instances of PyObjects it doesnt own when registering the class. |
Revision 762016c by Campbell Barton November 22, 2012, 08:30 (GMT) |
indentation edits |
Revision 74ffa7b by Mitchell Stokes November 22, 2012, 08:22 (GMT) |
BGE Docs: Adding some basic docs for the KX_STEERING_* constants. Right now just their names and values are in the docs, not what they actually do. |
Revision d9f6edf by Mitchell Stokes November 22, 2012, 08:16 (GMT) |
BGE Docs: Moving the BL_ArmatureChannel.rotation_mode constant docs from bge.types.rst to bge.logic.rst where the rest of the constants docs are. |
Revision 8dd96bc by Mitchell Stokes November 22, 2012, 08:07 (GMT) |
BGE Docs: Moving the BL_ArmatureConstraint constant docs from bge.types.rst to bge.logic.rst with the rest of the constants docs are. |
Revision 5da6c02 by Mitchell Stokes November 22, 2012, 08:01 (GMT) |
BGE Docs: Adding RM_* mode constants from KX_NavMeshObject.draw() |
Revision a660ebc by Mitchell Stokes November 22, 2012, 07:52 (GMT) |
Moving the Armature Actuator constant docs from bge.types.rst to bge.logic.rst with the rest of the constants docs are. Not only is this more consistent, but it also makes Campbell's script happier. |
Revision 6a5d5ed by Mitchell Stokes November 22, 2012, 07:31 (GMT) |
Some KX_CONSTRAINTACT_* constants were incorrectly documented as KX_CONSTRAINT_*. |
Revision 8a62ec6 by Mitchell Stokes November 22, 2012, 07:24 (GMT) |
Adding docs for KX_NavMeshObject based on doc strings found in KX_NavMeshObject.cpp. |
Revision 30a292b by Mitchell Stokes November 22, 2012, 07:08 (GMT) |
BGE: KX_PhysicsObjectWrapper was not being used anywhere in the code base, but it was being maintained (style, docs, name changes, etc), so I'm removing it. |
Revision 6577117 by Mitchell Stokes November 22, 2012, 06:11 (GMT) |
BGE: Removing some glIsEnabled() calls from DisableForText() in KX_BlenderGL.cpp. Use of glIsEnabled() is discouraged since it causes a potential sync with the graphics card. Also, it's faster to just always use glDisable() (even if that feature is already disabled) then to check if it's enabled first. |
Revision b7f5c1c by Campbell Barton November 22, 2012, 06:04 (GMT) |
more bge reference api docstrings, leaving KX_FontObject and KX_NavMeshObject as TODO. |
Revision 89b0b05 by Campbell Barton November 22, 2012, 05:33 (GMT) |
bge camera axix actuator was undocumented and python had incorrect limits on this attribute. |
Revision 796988a by Campbell Barton November 22, 2012, 05:20 (GMT) |
modify the python stub to include __file__ and __name__, also correct odd indent in KX_KetsjiEngine.cpp |
Revision 9d0334b by Campbell Barton November 22, 2012, 05:15 (GMT) |
add missing bgl and gpu api docstrings (found using docstring completeness checker) |
Revision 55535b2 by Campbell Barton November 22, 2012, 01:00 (GMT) |
fix own error - remove doubles slot name. |
|