blender/release
Campbell Barton 903722299d BGE PyAPI fixes
- CValue warning ShowDeprecationWarning("val = ob.attr", "val = ob['attr']"); had false positives because of python using getattr() internally. Only show the wanring now when a CValue is found.
- Py functions that accepted a vector and a GameObject were slowed down by PySequence_Check() first called on the GameObject, though this would fail it would try and get attributes from the game object - ending up in ~8 attribute lookups each time. Avoiding PySequence_Check() makes ob.getDistanceTo(otherOb) over twice as fast.

- Joystick hat events could crash the BGE for joysticks with more then 4 hats.
- PLY Import failed on PLY files from Carve, added some extra types.
2009-06-03 04:12:59 +00:00
..
beos-4.5-i386 Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
beos-5.0-i386 Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
datafiles Last pre-2.49 commit part 2: the original file (png btw), and txt and 2009-05-29 17:52:45 +00:00
freedesktop * blender doesn't need the -w anymore to start in a window 2009-02-28 09:25:42 +00:00
irix-6.2-mips Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
plugins Patch 17403, small gcc warning fixes. 2008-09-20 12:28:01 +00:00
scripts BGE PyAPI fixes 2009-06-03 04:12:59 +00:00
text Updated python license, this is compatible with current 2.5 and older. 2008-10-11 15:55:22 +00:00
windows [#18260] FMOD Removal 2009-03-24 09:09:10 +00:00
getversion.py *sigh* from now on I think I need to run my commits through ispell ;) 2008-01-15 18:43:29 +00:00
Makefile patch #8583: Add support for gcc on irix 2008-11-24 14:15:05 +00:00
VERSION Last pre-2.49 commit part 2: the original file (png btw), and txt and 2009-05-29 17:52:45 +00:00