blender/source/gameengine/Expressions
2011-11-24 04:45:36 +00:00
..
BoolValue.cpp doxygen: gameengine/Expressions tagged. 2011-02-25 13:31:23 +00:00
BoolValue.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
CMakeLists.txt remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +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 remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
EmptyValue.cpp doxygen: gameengine/Expressions tagged. 2011-02-25 13:31:23 +00:00
EmptyValue.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
ErrorValue.cpp doxygen: gameengine/Expressions tagged. 2011-02-25 13:31:23 +00:00
ErrorValue.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
EXP_C-Api.cpp remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
EXP_C-Api.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
Expression.cpp doxygen: gameengine/Expressions tagged. 2011-02-25 13:31:23 +00:00
Expression.h PyUnicode_From_STR_String utility function which passes STR_String to PyUnicode_FromStringAndSize (saves a call to strlen). 2011-11-06 01:39:36 +00:00
FloatValue.cpp doxygen: gameengine/Expressions tagged. 2011-02-25 13:31:23 +00:00
FloatValue.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +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 remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
IfExpr.cpp doxygen: gameengine/Expressions tagged. 2011-02-25 13:31:23 +00:00
IfExpr.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
InputParser.cpp whitespace bge edits 2011-09-01 02:12:53 +00:00
InputParser.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
IntValue.cpp doxygen: gameengine/Expressions tagged. 2011-02-25 13:31:23 +00:00
IntValue.h correct indentation and some whitespace edits (no functional changes) 2011-11-11 13:09:14 +00:00
KX_HashedPtr.cpp remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
KX_HashedPtr.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
KX_Python.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
ListValue.cpp python string conversion 2011-11-03 14:09:18 +00:00
ListValue.h PyUnicode_From_STR_String utility function which passes STR_String to PyUnicode_FromStringAndSize (saves a call to strlen). 2011-11-06 01:39:36 +00:00
Operator1Expr.cpp doxygen: gameengine/Expressions tagged. 2011-02-25 13:31:23 +00:00
Operator1Expr.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
Operator2Expr.cpp doxygen: gameengine/Expressions tagged. 2011-02-25 13:31:23 +00:00
Operator2Expr.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
PyObjectPlus.cpp rename mathutils constructors to match other parts of the bpy/api (no functional changes) 2011-11-24 04:45:36 +00:00
PyObjectPlus.h PyUnicode_From_STR_String utility function which passes STR_String to PyUnicode_FromStringAndSize (saves a call to strlen). 2011-11-06 01:39:36 +00:00
SConscript Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00
StringValue.cpp doxygen: gameengine/Expressions tagged. 2011-02-25 13:31:23 +00:00
StringValue.h python string conversion 2011-11-03 14:09:18 +00:00
Value.cpp PyUnicode_From_STR_String utility function which passes STR_String to PyUnicode_FromStringAndSize (saves a call to strlen). 2011-11-06 01:39:36 +00:00
Value.h PyUnicode_From_STR_String utility function which passes STR_String to PyUnicode_FromStringAndSize (saves a call to strlen). 2011-11-06 01:39:36 +00:00
VectorValue.cpp doxygen: gameengine/Expressions tagged. 2011-02-25 13:31:23 +00:00
VectorValue.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
VoidValue.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00