Sam Edwards
|
e2b4353800
|
general: Replace NULL (and 0 as pointer) with C++11 nullptr
Exceptions to this replacement are:
- .c files
- Headers included by a .c file
- stb_image.h
- dr_flac.h
- Strings
- Comments
|
2018-06-03 16:35:13 -06:00 |
rdb
|
4ed199cece
|
Fix various compile warnings and a few code consistency issues
|
2017-01-09 20:36:53 +01:00 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
rdb
|
16e7831566
|
Remove executable permissions from files that don't need them
|
2015-04-05 15:41:49 +02:00 |
rdb
|
eb341f8a54
|
Deprecate get_data and set_data, let's switch to get_tri_mesh_data and set_tri_mesh_data so that we can add support for dGeomSetData
|
2009-11-27 19:09:31 +00:00 |
David Rose
|
fb9c56432a
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
Josh Wilson
|
976760f105
|
added more robust method triMeshData memory management, ability to downcast joints, geoms, and spaces
|
2007-02-11 01:13:12 +00:00 |
Josh Wilson
|
de15a48d44
|
added 'ode_includes.h' to resolve #define collisions
|
2007-01-30 21:27:15 +00:00 |
Josh Wilson
|
fd6808e765
|
first pass at integrating ODE v0.7
|
2007-01-29 21:30:34 +00:00 |