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
|
193e4b5f59
|
interrogate: clean py_panda.h; use macros to access Dtool_PyInstDef
|
2017-12-12 23:03:38 +01:00 |
rdb
|
29411f5e14
|
Merge remote-tracking branch 'origin/release/1.9.x'
|
2016-10-31 22:32:39 +01:00 |
rdb
|
4526de8f7a
|
Fix exception when trying to pickle NodePathCollection objects
|
2016-10-31 22:07:01 +01:00 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
rdb
|
a6eb3fa442
|
Make NodePathCollection and TextureCollection constructors extensions
|
2015-02-11 14:14:03 +01:00 |
rdb
|
cbd70ad8af
|
Move all Python bindings out of core DLLs into the .pyd files.
|
2015-02-10 14:30:51 +01:00 |
rdb
|
7e455e0fad
|
Add files that belonged to the previous commit
|
2014-02-20 13:58:23 +00:00 |