blender/source/gameengine
Campbell Barton 3fd388fb06 py api cleanup, replace use...
- PyLong_FromSsize_t --> PyLong_FromLong
- PyLong_AsSsize_t --> PyLong_AsLong

In all places except for those where python api expects PySsize_t (index lookups mainly).

- use PyBool_FromLong in a few areas of the BGE.
- fix incorrect assumption in the BGE that PySequence_Check() means PySequence_Fast_ functions can be used.
2012-11-21 02:28:36 +00:00
..
BlenderRoutines Compile fixes for recent boost changes 2012-11-05 15:23:09 +00:00
Converter buildsystem cleanup: remove duplicate source & includes for scons, 2012-11-14 01:41:24 +00:00
Expressions py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
GameLogic py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
GamePlayer Image thread safe improvements 2012-11-15 15:59:58 +00:00
Ketsji py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
Network code cleanup: unused defines & some formatting. 2012-11-08 06:46:10 +00:00
Physics BGE: Committing patch [#32697] "New BGE gravity API" by HG1. 2012-11-10 03:11:18 +00:00
Rasterizer buildsystem cleanup: remove duplicate source & includes for scons, 2012-11-14 01:41:24 +00:00
SceneGraph style cleanup: comments & spelling 2012-11-18 01:22:31 +00:00
VideoTexture py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
CMakeLists.txt code cleanup: use system includes for cmake, otherwise warnings get printed in headers. 2012-09-18 04:40:20 +00:00
SConscript enable building the game engine without bullet for scons & cmake 2010-10-10 07:01:56 +00:00