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
David Rose 66f1b450b8 insist on 32-bit integers in binary stream 2010-06-15 16:55:01 +00:00
David Rose 8e0aed64a7 fix a race condition, and detect some startup errors better 2009-10-19 23:39:19 +00:00
David Rose 13877e26b1 finish workaround for Vista keyboard issue 2009-10-02 20:23:09 +00:00
David Rose 7b34234edc interactive_console 2009-08-30 21:10:30 +00:00
David Rose d8859828ef move code to p3d directory for better organization 2009-08-23 02:00:03 +00:00
David Rose 3329c91dba more fixes 2009-08-19 00:01:50 +00:00
David Rose 57455b775b oops, debug output 2009-08-04 23:34:24 +00:00
David Rose f3751431b5 hidden plugins 2009-08-04 23:29:40 +00:00
David Rose 6b6a90e1b0 some minor cleanup 2009-07-29 12:35:16 +00:00
David Rose e4cb7fe829 very minor 2009-07-21 00:46:07 +00:00
David Rose 563bd81b68 small optimization: has_method cache 2009-07-19 03:18:07 +00:00
David Rose efdeacb577 actually write binary xml 2009-07-19 02:58:13 +00:00
David Rose fb782894eb file streaming, logfile cleanup 2009-07-17 17:33:12 +00:00
David Rose d5b4f7810e attempts to make windows plugin more stable 2009-07-14 04:50:25 +00:00