Commit Graph

29 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 a65b477734 Commit patches by cfsworks:
cxx: Fix missing includes masked by composite builds.
misc: Fix typos in comments.
config: Fix missing config forward-declarations.
direct: Adjust Python imports to panda3d.* instead of pandac.*.
display: Split graphicsWindow out into an extension.
framework: Use if/elif/elif/endif instead of ifdef/elif/elif/endif.
ode: Remove erroneous INLINE declarations.
interval: Fix missing import.
2014-10-19 22:41:47 +00:00
David Rose 0368aaaf82 add make_point_primitives() 2010-12-14 22:17:34 +00:00
rdb c4cfc0b8a0 Add support for depth-offset in .egg files 2009-08-07 09:16:03 +00:00
David Rose d4c2c9858d SIMPLE_THREADS_NO_MUTEX -> LightMutex 2008-10-08 23:23:40 +00:00
David Rose fb9c56432a we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
David Rose 03900c447c thread-protect egg loader 2006-08-30 23:15:32 +00:00
Asad M. Zaman b629960ae4 egg-rename tool had a bug: it needs to rename the eggnodes as well, not just the group nodes 2006-01-24 04:11:42 +00:00
David Rose 292b0d1d95 (void) -> () 2005-09-06 20:16:09 +00:00
David Rose f24c240d76 fix miscellaneous bugs 2005-04-13 00:33:59 +00:00
David Rose 6b54ff8fb9 fix crashes 2005-03-14 21:41:24 +00:00
David Rose 831e0a84e7 add indexed flag to egg files 2004-09-27 22:38:54 +00:00
David Rose fb79ed6314 add has_normals 2004-05-04 23:34:11 +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 6526538d65 straighten out -TT on animation tables 2003-11-22 20:02:27 +00:00
David Rose 6d6241be32 add has_primitives 2003-11-12 18:53:10 +00:00
David Rose 093e99cd5a add egg visibility scalar 2003-11-04 05:23:46 +00:00
David Rose 3c1914b19a move joints to end of list on output 2003-06-05 23:47:53 +00:00
David Rose efc0a0b45b robustify transform and object type interface 2003-04-08 17:30:45 +00:00
David Rose 2f4e207edb Update copyright header 2001-05-25 21:27:38 +00:00
David Rose 6be1258029 *** empty log message *** 2001-04-19 01:04:32 +00:00
David Rose aa42fdae2f *** empty log message *** 2001-02-27 04:24:16 +00:00
David Rose f01972731f *** empty log message *** 2001-02-23 21:25:39 +00:00
David Rose 69a640ba52 *** empty log message *** 2001-02-23 19:15:29 +00:00
David Rose 42ffc16344 *** empty log message *** 2001-01-18 23:45:57 +00:00
David Rose 872a902de4 *** empty log message *** 2001-01-18 02:17:07 +00:00
David Rose 2fd714e52f Initial revision 2000-10-04 01:14:41 +00:00