Sam Edwards
|
466a68a985
|
pandatool: Fix several missing includes
|
2018-10-28 03:16:22 -06:00 |
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
|
7790f8429d
|
general: Fully qualify header references into the std namespace
Closes #341
|
2018-06-07 10:35:12 +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
|
db3ab953e4
|
Remove ppremake, genPyCode, and all hacks created to support them
|
2015-11-09 19:06:49 +01:00 |
rdb
|
c6a1626cd3
|
Fix bug: x2egg replaced face normals with vertex normals
|
2015-10-04 20:20:10 +02:00 |
rdb
|
87910799b6
|
Split off epvector.h into its own file in an attempt to cut down compilation time
|
2014-09-14 22:04:36 +00:00 |
David Rose
|
e9b967435e
|
more win32 build issues
|
2011-12-20 20:26:08 +00:00 |
David Rose
|
dfe16c64f6
|
rename all Panda-built libraries to begin with libp3 or libpanda
|
2011-12-06 02:39:21 +00:00 |
David Rose
|
134e9a9e92
|
dual names for interrogate
|
2011-10-11 00:45:51 +00:00 |
David Rose
|
501470169f
|
stdfloat_double
|
2011-10-10 05:25:10 +00:00 |
David Rose
|
98ea1e19ff
|
add support for AnimTicksPerSecond
|
2009-02-26 00:34:04 +00:00 |
David Rose
|
bcdab6f3d4
|
remove texture_path, sound_path, egg_path
|
2008-11-04 18:25:21 +00: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
|
4a85d9c724
|
build on OSX
|
2006-10-12 20:55:54 +00:00 |
David Rose
|
279904b28d
|
fix power interpretation
|
2006-05-16 21:11:37 +00:00 |
David Rose
|
039acd1ad4
|
pnotify
|
2006-03-20 03:33:16 +00:00 |
David Rose
|
6d0b7f4344
|
a bit more .pz support
|
2006-01-26 15:03:40 +00:00 |
Josh Yelon
|
61639a1ef9
|
Added support for blender x-files
|
2005-11-14 19:04:51 +00:00 |
David Rose
|
923a4086d8
|
disambiguate get_transform2d() and get_transform3d()
|
2005-07-20 23:37:10 +00:00 |
David Rose
|
ae4051cef8
|
add 3-d texture coordinates to egg syntax
|
2005-07-20 21:54:24 +00:00 |
David Rose
|
9feab0567f
|
fix bug in x2egg involving joint names with hyphens
|
2005-06-05 06:37:57 +00:00 |
David Rose
|
d72e2da5c5
|
support flat-shading properly in new geom
|
2005-03-17 01:16:28 +00:00 |
David Rose
|
ff6b6dad89
|
use PT(EggData) instead of concrete EggData
|
2005-03-14 22:52:37 +00:00 |
David Rose
|
1dfa65881b
|
build on Irix
|
2004-12-01 19:06:16 +00:00 |
David Rose
|
b4280f10cf
|
add -noabs to many egg tools
|
2004-11-29 22:53:11 +00:00 |
David Rose
|
ae949e7ac9
|
fix for loop scoping
|
2004-11-21 21:22:38 +00:00 |
David Rose
|
fc74bc81f0
|
x2egg now uses native parser
|
2004-10-13 21:39:35 +00:00 |
David Rose
|
bcbe9bb30c
|
egg2x now uses native parser
|
2004-10-13 01:03:44 +00:00 |
David Rose
|
2ed895f54f
|
finally got the skinning matrix right
|
2004-10-12 19:05:14 +00:00 |
David Rose
|
630903f539
|
fix coordsys problem in animation
|
2004-10-06 23:58:28 +00:00 |
Mike Goslin
|
6e5ff0f97f
|
drose: missing include
|
2004-10-05 18:44:50 +00:00 |
Mike Goslin
|
ab29ec63f6
|
drose: config_xfile no longer in this dir
|
2004-10-05 18:42:42 +00:00 |
David Rose
|
e397109f73
|
d3d.h -> d3dx.h
|
2004-10-04 22:53:47 +00:00 |
David Rose
|
7d2b0346ac
|
begin work on xfile parser
|
2004-10-04 03:09:08 +00:00 |