blender/source/gameengine/Expressions
Brecht Van Lommel d52400bfbd 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18677:19317
Notes:
* Sequence transform strip uses G.scene global, this is commented
  out now, should be fixed.
* Etch-a-ton code was most difficult to merge. The files already in
  2.5 got merged, but no new files were added. Calls to these files
  are commented out with "XXX etch-a-ton". editarmature.c and
  transform_snap.c were complex to merge. Martin, please check?
* Game engine compiles and links again here for scons/make/cmake
  (player still fails to link).
2009-03-17 21:44:58 +00:00
..
BoolValue.cpp
BoolValue.h
CMakeLists.txt
ConstExpr.cpp
ConstExpr.h
EmptyValue.cpp
EmptyValue.h
ErrorValue.cpp
ErrorValue.h
EXP_C-Api.cpp
EXP_C-Api.h
Expression.cpp
Expression.h
FloatValue.cpp BGE patch 18368: Modulus (ie %) expression controller in BGE. Implement a cache for the expression for better performance. 2009-03-11 22:11:52 +00:00
FloatValue.h
IdentifierExpr.cpp
IdentifierExpr.h
IfExpr.cpp
IfExpr.h
InputParser.cpp BGE patch 18368: Modulus (ie %) expression controller in BGE. Implement a cache for the expression for better performance. 2009-03-11 22:11:52 +00:00
InputParser.h BGE patch 18368: Modulus (ie %) expression controller in BGE. Implement a cache for the expression for better performance. 2009-03-11 22:11:52 +00:00
IntValue.cpp BGE patch 18368: Modulus (ie %) expression controller in BGE. Implement a cache for the expression for better performance. 2009-03-11 22:11:52 +00:00
IntValue.h
KX_HashedPtr.cpp
KX_HashedPtr.h
KX_Python_dynamic.h
KX_Python_static.h
KX_Python.h
ListValue.cpp Py BGE API 2009-02-26 09:04:06 +00:00
ListValue.h BGE Python API 2009-02-23 06:41:10 +00:00
Makefile converted my gen_utils.h fix to PyObjectPlus.h 2008-09-06 14:13:31 +00:00
Operator1Expr.cpp
Operator1Expr.h
Operator2Expr.cpp
Operator2Expr.h
PyObjectPlus.cpp Py BGE API 2009-02-26 09:04:06 +00:00
PyObjectPlus.h Py BGE API 2009-02-26 09:04:06 +00:00
SConscript 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18677:19317 2009-03-17 21:44:58 +00:00
StringValue.cpp
StringValue.h
Value.cpp BGE patch 18368: Modulus (ie %) expression controller in BGE. Implement a cache for the expression for better performance. 2009-03-11 22:11:52 +00:00
Value.h BGE patch 18368: Modulus (ie %) expression controller in BGE. Implement a cache for the expression for better performance. 2009-03-11 22:11:52 +00:00
VectorValue.cpp
VectorValue.h
VoidValue.h