blender/source/gameengine/Expressions
Dalai Felinto 4a5a5f2968 bge bugfix: [#34677] Setting Boolean property on KX_GameObject creates Int type
we need to check for booleans before testing for longs.
2013-03-18 22:52:43 +00:00
..
BoolValue.cpp
BoolValue.h
CMakeLists.txt
ConstExpr.cpp
ConstExpr.h
EmptyValue.cpp style cleanup: comment format 2013-02-02 04:48:21 +00:00
EmptyValue.h
ErrorValue.cpp
ErrorValue.h
EXP_C-Api.cpp
EXP_C-Api.h
Expression.cpp
Expression.h
FloatValue.cpp
FloatValue.h
IdentifierExpr.cpp
IdentifierExpr.h
IfExpr.cpp
IfExpr.h
InputParser.cpp style cleanup 2013-01-15 23:45:41 +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
KX_HashedPtr.cpp
KX_HashedPtr.h
KX_Python.h
ListValue.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
ListValue.h
Operator1Expr.cpp
Operator1Expr.h
Operator2Expr.cpp style cleanup 2013-01-15 23:45:41 +00:00
Operator2Expr.h
PyObjectPlus.cpp style cleanup: comment format 2013-02-02 04:48:21 +00:00
PyObjectPlus.h style cleanup 2012-12-29 01:54:58 +00:00
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
StringValue.cpp
StringValue.h
Value.cpp bge bugfix: [#34677] Setting Boolean property on KX_GameObject creates Int type 2013-03-18 22:52:43 +00:00
Value.h code cleanup: unused vars in collada, preprocessor formatting & warning in mingw. 2013-03-04 00:53:57 +00:00
VectorValue.cpp
VectorValue.h
VoidValue.h