blender/source/gameengine/Expressions
Bastien Montagne e9f0b1ad0a Grr, forgot this in r57127...
BF_PYTHON_INC can contain more than one path (in the mono-string format), don't know how this could not be found earlier, completely broke build of GE on any recent Debian/Ubuntu distro???
2013-05-29 18:59:59 +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 move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
ConstExpr.cpp fix spelling mistakes in comments (and in some python error messages), nothing to effect translations. 2011-10-17 06:39:13 +00:00
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 style cleanup: 2013-03-26 07:29:01 +00:00
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 remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
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 style cleanup: comment blocks 2012-03-09 18:28:30 +00:00
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 2013-04-18 01:52:38 +00:00
InputParser.h quiet compiler warning with string formatting in CParser::Term 2013-01-12 15:32:05 +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 style cleanup: 2013-03-26 07:29:01 +00:00
KX_HashedPtr.h style cleanup: 2013-03-26 07:29:01 +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 move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +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 style cleanup: 2013-03-26 07:29:01 +00:00
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 2013-01-15 23:45:41 +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 code cleanup: unused vars, make other vars static. 2013-04-10 22:49:50 +00:00
PyObjectPlus.h style cleanup 2012-12-29 01:54:58 +00:00
SConscript Grr, forgot this in r57127... 2013-05-29 18:59:59 +00:00
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 bge py api: raise an overflow exception when assigning a float to a bge object which is out of the float range. 2013-05-03 01:13:51 +00:00
Value.h bge py api: raise an overflow exception when assigning a float to a bge object which is out of the float range. 2013-05-03 01:13:51 +00:00
VectorValue.cpp style cleanup: 2013-03-26 07:29:01 +00:00
VectorValue.h style cleanup: 2013-03-26 07:29:01 +00:00
VoidValue.h style cleanup 2013-03-29 06:21:28 +00:00