Revision fee152d by Campbell Barton August 4, 2013, 04:07 (GMT) |
fix read outside buffer range KX_ObstacleSimulationTOI_rays::sampleRVO, Was using 3d vectors for 2d operations, passing float[2] to args that use MT_Vector3 was reading the 3rd value of a 2d array |
Revision c0b73fa by Campbell Barton August 4, 2013, 03:47 (GMT) |
KX_ObstacleSimulation: replace inline math functions with BLI_math functions |
Revision 93f5e22 by Campbell Barton August 4, 2013, 03:45 (GMT) |
code cleanup: replace strncpy -> BLI_strncpy, skip first 2 chars when making a hash from the object name. |
Revision 4bd6020 by Campbell Barton August 4, 2013, 03:43 (GMT) |
fix navmesh, error was introduced by r58420 looks like changes weren't tested. |
Revision 704598e by Campbell Barton August 4, 2013, 03:02 (GMT) |
avoid freeing NULL pointer for navmesh BuildVertIndArrays and dont truncate memset arg. |
Revision bd89bd9 by Campbell Barton August 4, 2013, 03:00 (GMT) |
avoid using MEM_reallocN_id directly, add utility macro for freeing. |
Revision 5881fe5 by Campbell Barton August 4, 2013, 00:01 (GMT) |
avoid runtime overflow (1 << 31), for RNA and armature layer UI. |
Revision dd037a8 by Campbell Barton August 3, 2013, 23:58 (GMT) |
code cleanup: remove unused define, correct header guard mismatch, add NULL check so DM_to_mesh() can have a NULL object passed (currently not used) and remove redundant NULL check. |
Revision c3b9ec8 by Campbell Barton August 3, 2013, 23:40 (GMT) |
fix for strange error with BGE 2d filter code, RAS_2DFilterManager::RenderFilters was casting an int to an unsigned int, then doing a subtraction which would give a negative number. |
Revision c212503 by Campbell Barton August 3, 2013, 22:04 (GMT) |
minor changes to BLI_heap, save some CPU cycles. added an assert for incorrect use of BLI_heap_remove |
Revision 8052bf0 by Campbell Barton August 3, 2013, 22:03 (GMT) |
add missing NULL checks from BKE_constraint_get_typeinfo(), so constraints from the future dont crash. also remove some redundant NULL checks. |
Revision 6e940a1 by Thomas Dinges August 3, 2013, 21:56 (GMT) |
Cycles / SSS passes: * Connecting the new passes in the compositor caused a crash, forgot to register the new passes in the compositor operations code. |
Revision 02ec0b9 by Thomas Dinges August 3, 2013, 21:45 (GMT) |
Cycles: * Forgot to rename some SSS pass strings. * Some typo fixes. |
Revision 26f52fb by Campbell Barton August 3, 2013, 21:01 (GMT) |
bmesh: improve limited dissolve result iteratively dissolve the best edge/vert, updating the heap as the dissolve runs. |
Revision da5b04a by Campbell Barton August 3, 2013, 18:05 (GMT) |
fix for over-allocation in BKE_pbvh_search_gather, BKE_pbvh_gather_proxies, each element was having the size of PBVHNode allocated rather then the size of a pointer (8 vs 184 bytes here) |
Revision 2a8d76d by Campbell Barton August 3, 2013, 17:53 (GMT) |
add versions of MEM_reallocN, MEM_recallocN which take a string arg so new allocs have an ID, changing existing functions signatures would be too disruptive at the moment. |
Revision 5f72462 by Campbell Barton August 3, 2013, 17:29 (GMT) |
correct edgeloop tagging assigning an uninitialized value, also remove redundant NULL check in edgenet fill |
Revision a4b922a by Campbell Barton August 3, 2013, 17:27 (GMT) |
correct invalid sizeof() use in bmesh (harmless in practice) |
Revision 8119791 by Campbell Barton August 3, 2013, 17:10 (GMT) |
fix error in pose bone selection - head/tail mixup |
Revision a75702b by Campbell Barton August 3, 2013, 16:55 (GMT) |
code cleanup: remove duplicate checks |
|
|
|


Master Commits
MiikaHweb | 2003-2021