Commit Graph

27 Commits

Author SHA1 Message Date
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 6b726fa697 general: fix various compiler warnings and issues exposed thereby 2018-05-30 11:09:35 +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
David Rose 501470169f stdfloat_double 2011-10-10 05:25:10 +00:00
David Rose fb9c56432a we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
David Rose 8a78fffd8f multithreading optimizations, tau profiler, related changes 2006-04-05 19:36:05 +00:00
Dave Schuyler 241942299a removed old code 2006-03-11 00:15:45 +00:00
Dave Schuyler f7a3d5803a doing better with the coordinate system of local forces 2006-02-18 02:13:34 +00:00
Dave Schuyler 40d1781c1f changed rotational integrator 2006-02-08 22:50:57 +00:00
Dave Schuyler 61a0e67462 changes from drose for rotation by hpr 2006-01-21 01:50:49 +00:00
Dave Schuyler 1e5469d22f formatting 2006-01-20 01:42:29 +00:00
Joe Shochet 82186733d1 removed spammy cerr debugging 2005-02-28 23:41:50 +00:00
Dave Schuyler 2b3aa5cf31 minor changes 2004-10-16 00:38:56 +00:00
Dave Schuyler 53854756f7 fixed non-rotating objects 2004-09-01 03:55:10 +00:00
David Rose 843c0331ae update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
Dave Schuyler 1f8298e7fa formatting 2003-10-28 01:15:10 +00:00
Dave Schuyler a045e476e7 output() and write() changes 2003-06-17 00:21:41 +00:00
Dave Schuyler 9a480035c8 formatting; adding output() 2003-06-14 00:51:07 +00:00
Dave Schuyler c3baff5194 optimization: preincrement iterator 2003-06-11 02:29:12 +00:00
David Rose 248cd826c8 upgrade particles to pgraph (broken at this point) 2002-03-22 01:48:52 +00:00
David Rose 28fffee547 pvector, pmap, etc. 2001-06-06 00:55:53 +00:00
David Rose 2f4e207edb Update copyright header 2001-05-25 21:27:38 +00:00
David Rose fcb24f02ef remove tab characters 2001-05-25 15:56:49 +00:00
cxgeorge a0e51a9997 switch linmath from templates to classes 2001-03-10 02:14:23 +00:00
David Rose 2fd714e52f Initial revision 2000-10-04 01:14:41 +00:00