Commit Graph

17 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
tobspr 0fcfb8e372 New file headers, new comment style 2016-02-17 17:47:48 +01:00
rdb e8e155f218 AnimControlCollection methods should take floating-point frame numbers to match AnimInterface 2015-07-27 12:56:13 +02:00
David Rose fb9c56432a we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
David Rose 5bf4f3557d anim controls in pview 2005-10-10 19:50:20 +00:00
David Rose 2a017f1288 allow iterating through anims in AnimControlCollection 2004-10-14 18:23:18 +00:00
David Rose 843c0331ae update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
David Rose 6dfe2d4a49 better output methods 2003-11-29 00:38:36 +00:00
David Rose b5f89092bb plug char leak 2002-01-31 19:08:07 +00:00
cxgeorge b8479388a7 remove pch 2001-06-08 23:56:30 +00:00
cxgeorge b9cfee9877 add nopch toggle 2001-06-04 01:40:56 +00:00
cxgeorge b3b030b2c5 adjust precomp hdr list 2001-06-02 02:17:30 +00:00
cxgeorge 8e001d5b9f use precomp hdrs 2001-06-01 00:41:06 +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
David Rose 2fd714e52f Initial revision 2000-10-04 01:14:41 +00:00