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 |
David Rose
|
52a60b7f2f
|
robustify reading of buggy x files
|
2008-06-26 19:27:00 +00:00 |
David Rose
|
fb9c56432a
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
David Rose
|
fc74bc81f0
|
x2egg now uses native parser
|
2004-10-13 21:39:35 +00:00 |
David Rose
|
209c02fc6e
|
add XFileNode::is_standard_object()
|
2004-10-13 13:37:06 +00:00 |
David Rose
|
bcbe9bb30c
|
egg2x now uses native parser
|
2004-10-13 01:03:44 +00:00 |
David Rose
|
b9b7ddec00
|
get template elements by name
|
2004-10-12 19:50:34 +00:00 |
David Rose
|
e62c5be544
|
parser seems complete now
|
2004-10-08 21:34:52 +00:00 |
David Rose
|
09fc928fb8
|
XFileDataObjectTemplate -> XFileDataNodeTemplate
|
2004-10-08 19:25:41 +00:00 |