rdb
|
886e1c2f16
|
general: fix many compilation warnings in GCC 8
|
2018-06-19 00:37:28 +02:00 |
Sam Edwards
|
b2bfb31114
|
general: Remove `using std::*` from headers
Also remove most `using namespace std;` statements. The only one that remains is in py_panda.h.
Closes #350
Closes #335
|
2018-06-14 16:04:49 +02:00 |
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
|
db5dd98d33
|
general: further warning fixes, use -Wno-unused-variable if NDEBUG
Disabling unused variable checking is needed in NDEBUG builds because of the heavy use of temporary variables in asserts.
|
2018-05-30 22:51:04 +02:00 |
rdb
|
36636aad81
|
Merge remote-tracking branch 'origin/release/1.9.x'
|
2018-01-05 19:48:32 +01:00 |
rdb
|
eaf3983c06
|
ode: fix trimeshes in double-precision ODE builds
Fixes #174
|
2018-01-05 15:40:59 +01:00 |
rdb
|
163c923c82
|
Backport various fixes for 1.9.4
|
2017-03-31 18:08:49 +02:00 |
rdb
|
4ed199cece
|
Fix various compile warnings and a few code consistency issues
|
2017-01-09 20:36:53 +01:00 |
rdb
|
70f10a70d1
|
Merge branch 'release/1.9.x'
|
2016-09-12 00:48:03 +02:00 |
rdb
|
a0b2a98178
|
Fix crash that happens when using OdeTriMeshData incorrectly
|
2016-09-11 12:23:28 +02:00 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
rdb
|
090e912ce6
|
Cleanup of comments and whitespace
|
2016-02-01 22:30:43 +01:00 |
rdb
|
16e7831566
|
Remove executable permissions from files that don't need them
|
2015-04-05 15:41:49 +02:00 |
David Rose
|
87ebb4f32c
|
fix GeomVertexRewriter::set_row() problem with empty data; add GeomVertexReader/Writer::set_row_unsafe(); fix some compiler warnings
|
2011-06-17 18:57:04 +00:00 |
David Rose
|
ae38a4eb44
|
fix ode crash on exit
|
2011-04-25 19:46:13 +00:00 |
David Rose
|
58c13de4ca
|
integrate changes from Schell Games (plus some tab character fixes)
|
2009-06-01 21:51:15 +00:00 |
David Rose
|
fb9c56432a
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
Redmond Urbino
|
56724b87ff
|
Josh's better version which handles multiple keys pointing to the same data.
|
2007-08-21 18:36:24 +00:00 |
Dickinson Lo
|
1f37ba4d24
|
fix for AI freeze/crash
|
2007-08-21 08:23:24 +00:00 |
David Rose
|
385e7be325
|
still more meminfo fixes
|
2007-06-29 15:53:27 +00:00 |
John Loehrlein
|
32caed5a58
|
removed normal calls from setup to prevent crashing
|
2007-03-12 22:22:55 +00:00 |
David Rose
|
aa60d44d6d
|
build on Linux
|
2007-02-12 18:47:47 +00:00 |
Josh Wilson
|
6bbea6261c
|
added joint parameter functions for the joints that support them
|
2007-02-11 06:50:46 +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
|
fd6808e765
|
first pass at integrating ODE v0.7
|
2007-01-29 21:30:34 +00:00 |