blender/source/gameengine/Expressions
Joerg Mueller 0be08725ad Py API (GSoC): Second merging commit
Rough summary of fixes/changes:
- Blender Py API: GameLogic -> bge.logic
- Blender Py API: Implemented missing KX_PYATTRIBUTE_TODOs and -DUMMYs.
- Fix for [#22924] KX_PolygonMaterial.diffuse does not return expected list[r,g,b]
- Py API: Renaming _owner attribute of mathutils classes to owner.
- Fix some minor errors in mathutils and blf.
- Enabling game engine autoplay again based on a patch by Dalai:
  * The biggest 3D view in the open scene is used, if there is none, blender opens the file normally and raises an error.
  * The 3D view are is made fullscreen.
  * Quad view, header, properties and toolbox panel are all hidden to get the maximum view.
  * If the game engine full screen setting is set, the game starts in fullscreen.
- Fix for ipo conversion on file transition in the game engine.
2010-08-16 12:14:09 +00:00
..
BoolValue.cpp
BoolValue.h
CMakeLists.txt remove commented scons lines from cmake files, fixed use of pointer poll function for ID drobdowns (currently unused) 2010-08-03 08:12:55 +00:00
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
FloatValue.h
IdentifierExpr.cpp
IdentifierExpr.h
IfExpr.cpp
IfExpr.h
InputParser.cpp
InputParser.h
IntValue.cpp
IntValue.h
KX_HashedPtr.cpp
KX_HashedPtr.h
KX_Python.h
ListValue.cpp
ListValue.h
Makefile Update address in license block. 2010-08-10 21:22:26 +00:00
Operator1Expr.cpp
Operator1Expr.h
Operator2Expr.cpp
Operator2Expr.h
PyObjectPlus.cpp Fixing a crash when using either BL_ArmatureBone.parent and BL_ArmatureBone.children. 2010-07-24 09:26:05 +00:00
PyObjectPlus.h Py API (GSoC): Second merging commit 2010-08-16 12:14:09 +00:00
SConscript
StringValue.cpp
StringValue.h
Value.cpp
Value.h
VectorValue.cpp
VectorValue.h
VoidValue.h