This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/gameengine
Campbell Barton 5488175d0b BGE Python API
* fixed segfaults in CListValue.index(val) and CListValue.count(val) when the pyTypes could not be converted into a CValue.
* added scene.objects to replace scene.getObjectList()
* added function names to PyArg_ParseTuple() so errors will include the function names 
* removed cases of PyArg_ParseTuple(args,"O",&pyobj) where METH_O ensures a single argument.
* Made PyObjectFrom use ugly python api rather then Py_BuildValue(), approx %40 speedup for functions that return Python vector and matrix types like ob.orientation.
2009-02-23 06:41:10 +00:00
..
2009-02-15 23:26:00 +00:00
2009-02-23 06:41:10 +00:00
2009-02-15 23:26:00 +00:00
2009-02-23 06:41:10 +00:00
2009-02-15 23:26:00 +00:00
2009-02-15 23:26:00 +00:00
2009-02-15 23:26:00 +00:00
2008-10-31 22:35:52 +00:00
2008-10-31 22:35:52 +00:00