Files
test/source/gameengine/Expressions
Campbell Barton 6a270ecb94 BGE Python API
CListValue fixes
- Disable changing CValueLists that the BGE uses internally (scene.objects.append(1) would crash when drawing)
- val=clist+list would modify clist in place, now return a new value.
- clist.append([....]), was working like extend.
- clist.append(val) didnt work for most CValue types like KX_GameObjects.

Other changes
- "isValid" was always returning True.
- Set all errors for invalid proxy access to PyExc_SystemError (was using a mix of error types)
- Added PyObjectPlus::InvalidateProxy() to manually invalidate, though if python ever gains access again, it will make a new valid proxy. This is so removing an object from a scene can invalidate the object even if its stored elsewhere in a CValueList for eg.
2009-04-23 00:32:33 +00:00
..
2009-04-22 14:42:00 +00:00
2009-04-22 14:42:00 +00:00
2009-04-22 14:42:00 +00:00
2002-11-25 15:29:57 +00:00
2009-04-19 12:46:39 +00:00
2009-04-22 14:42:00 +00:00
2009-04-23 00:32:33 +00:00
2009-04-20 23:17:52 +00:00
2002-11-25 15:29:57 +00:00
2009-04-23 00:32:33 +00:00
2009-04-23 00:32:33 +00:00
2009-02-15 23:26:00 +00:00
2009-04-22 14:42:00 +00:00
2009-04-23 00:32:33 +00:00
2009-04-23 00:32:33 +00:00
2009-04-22 14:42:00 +00:00