blender/source/gameengine/Expressions
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
..
BoolValue.cpp style cleanup: bge, switch statements mostly. 2012-10-21 07:58:38 +00:00
BoolValue.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
CMakeLists.txt
ConstExpr.cpp
ConstExpr.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
EmptyValue.cpp
EmptyValue.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
ErrorValue.cpp style cleanup: pep8, indentation 2012-03-24 07:36:32 +00:00
ErrorValue.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
EXP_C-Api.cpp code cleanup: make local game engine functions static 2012-09-16 00:22:55 +00:00
EXP_C-Api.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
Expression.cpp style cleanup 2012-03-28 05:03:24 +00:00
Expression.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
FloatValue.cpp style cleanup: bge, switch statements mostly. 2012-10-21 07:58:38 +00:00
FloatValue.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
IdentifierExpr.cpp
IdentifierExpr.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
IfExpr.cpp
IfExpr.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
InputParser.cpp style cleanup: bge, switch statements mostly. 2012-10-21 07:58:38 +00:00
InputParser.h optionally use guarded alloc for tiles compositor, also replace allocation functions with a macro. 2012-06-25 09:14:37 +00:00
IntValue.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
IntValue.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
KX_HashedPtr.cpp revert 45924, not a very clean solution, especially for external libraries and looks like -fpermissive is used in linux too 2012-04-24 16:14:23 +00:00
KX_HashedPtr.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
KX_Python.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
ListValue.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
ListValue.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
Operator1Expr.cpp
Operator1Expr.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
Operator2Expr.cpp style cleanup 2012-09-16 04:58:18 +00:00
Operator2Expr.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
PyObjectPlus.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
PyObjectPlus.h style cleanup: comments & spelling 2012-11-18 01:22:31 +00:00
SConscript
StringValue.cpp style cleanup: bge, switch statements mostly. 2012-10-21 07:58:38 +00:00
StringValue.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
Value.cpp style cleanup 2012-09-16 04:58:18 +00:00
Value.h code cleanup: check for msvc directly when using warning pragma's. 2012-10-15 02:15:07 +00:00
VectorValue.cpp style cleanup: bge, switch statements mostly. 2012-10-21 07:58:38 +00:00
VectorValue.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
VoidValue.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00