Files
test/source
Campbell Barton 9521fa9456 remove gameOb.has_key(key) method from KX_GameObject and ListValue since python 3.x removes has_key from dictionaries.
Instead use __contains__, eg.
 if key in gameOb: ...
 
Mathutils returns from PyMath.cpp were incorrectly using wrapped Mathutils types. Wrapped types should only be used with a callback now.
2009-08-25 13:54:56 +00:00
..
2009-08-10 15:39:11 +00:00
2009-06-08 20:08:19 +00:00
2009-08-21 22:56:26 +00:00
2009-08-15 23:42:16 +00:00
2009-03-30 18:21:17 +00:00