Blender Git Loki
Git Commits -> Revision 0128218
Revision 0128218 by Campbell Barton (master) September 10, 2011, 03:07 (GMT) |
recast and detour patch now builds again with GCC - rearrange structs to work for 64bit - define all vars before goto's - ifdefs for qsort_r/qsort_s - dont cast pointers to int only for NULL checks - dont printf STR_String directly, get the char pointer from it also minor change to gpu py module, no need to pass empty tuple to PyObject_CallObject, can just be NULL |
Commit Details:
Full Hash: 0128218254df07f804b15088036a1e7ef4938664
SVN Revision: 40084
Parent Commit: 23b8431
Lines Changed: +61, -46
8 Modified Paths:
/extern/recastnavigation/Recast/Source/Recast.cpp (+1, -1) (Diff)
/extern/recastnavigation/Recast/Source/RecastFilter.cpp (+5, -5) (Diff)
/extern/recastnavigation/Recast/Source/RecastMesh.cpp (+11, -5) (Diff)
/extern/recastnavigation/Recast/Source/RecastMeshDetail.cpp (+16, -8) (Diff)
/source/blender/editors/util/navmesh_conversion.cpp (+11, -5) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+13, -13) (Diff)
/source/blender/python/intern/gpu.c (+2, -7) (Diff)
/source/gameengine/Ketsji/KX_NavMeshObject.cpp (+2, -2) (Diff)
/extern/recastnavigation/Recast/Source/RecastFilter.cpp (+5, -5) (Diff)
/extern/recastnavigation/Recast/Source/RecastMesh.cpp (+11, -5) (Diff)
/extern/recastnavigation/Recast/Source/RecastMeshDetail.cpp (+16, -8) (Diff)
/source/blender/editors/util/navmesh_conversion.cpp (+11, -5) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+13, -13) (Diff)
/source/blender/python/intern/gpu.c (+2, -7) (Diff)
/source/gameengine/Ketsji/KX_NavMeshObject.cpp (+2, -2) (Diff)