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
|
1d43bd0f39
|
Reset the state and transform before the end_frame callback (needed for Blender integration)
|
2014-05-22 13:44:36 +00:00 |
David Rose
|
fdca621619
|
slightly more robust handling of CallbackGraphicsWindow
|
2012-01-14 16:21:53 +00:00 |
David Rose
|
e08f1d204f
|
more WxPandaWindow fixes
|
2012-01-13 23:42:23 +00:00 |
David Rose
|
5e4ca78c07
|
leveleditor works on Mac too
|
2012-01-09 21:55:54 +00:00 |
David Rose
|
56f22e0692
|
WxPandaWindow
|
2012-01-08 16:10:18 +00:00 |