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 |
rdb
|
47388b0dbc
|
Separate out CPython calls from core libs; eliminate need for pystub
|
2016-07-20 14:30:41 +02:00 |
rdb
|
8381118a97
|
Assorted tweaks and compile warning fixes
|
2016-07-14 12:54:39 +02: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
|
794b00805e
|
Add man pages for the majority of utilities
|
2014-12-27 22:14:23 +01: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
|
17ff7d3f82
|
downloader:c
|
2009-11-19 01:56:39 +00:00 |
Zachary Pavlov
|
7d2e756b48
|
structured character support
|
2009-06-20 00:17:05 +00:00 |
David Rose
|
74c56a9487
|
egg-optchar -rename
|
2009-04-29 00:19:10 +00:00 |
David Rose
|
31d75582a3
|
egg-optchar -defpose
|
2008-12-23 20:41:31 +00:00 |
David Rose
|
4a0bf0d87b
|
egg-optchar -preload
|
2008-08-07 18:25:44 +00:00 |
David Rose
|
fb9c56432a
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
David Rose
|
76b1990ac5
|
whoops, fix flag *
|
2007-08-24 14:36:08 +00:00 |
David Rose
|
ddc5b64fce
|
build on osx
|
2007-04-16 20:07:04 +00:00 |
David Rose
|
e8f3232fef
|
move pystub down to the executables
|
2006-10-18 13:08:08 +00:00 |
David Rose
|
4a85d9c724
|
build on OSX
|
2006-10-12 20:55:54 +00:00 |
David Rose
|
2cabc6c034
|
compile on Irix
|
2005-07-13 22:09:04 +00:00 |
Asad M. Zaman
|
7cb711d9bc
|
added eggRename tool
|
2005-04-27 18:26:04 +00:00 |
David Rose
|
4a5c29bde8
|
add support for -suppress in egg-optchar
|
2005-04-13 02:50:53 +00:00 |
David Rose
|
246e640459
|
add prc:c
|
2004-11-30 01:36:10 +00:00 |
David Rose
|
b8ade26846
|
add egg-optchar -qa
|
2004-10-11 20:41:09 +00:00 |
Dave Schuyler
|
26ece6b730
|
lots of little changes for os x
|
2004-04-02 02:27:11 +00:00 |
David Rose
|
b37e90743e
|
fix problem with misassignment of vertices when eliminating top joint
|
2004-03-01 23:55:04 +00:00 |
David Rose
|
1f2e53d747
|
allow -drop to override -keepall
|
2004-03-01 23:24:08 +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
|
36638ab984
|
add egg-optchar -new joint,parent
|
2003-10-21 04:08:56 +00:00 |
David Rose
|
3fc7afe47c
|
update link line
|
2003-09-16 17:16:14 +00:00 |
David Rose
|
eb6b460592
|
expand description for -flag
|
2003-09-09 20:23:39 +00:00 |
David Rose
|
0c2a4f1550
|
add -optimal to egg-optchar
|
2003-08-31 01:40:38 +00:00 |
David Rose
|
b2f8940f80
|
add -flag
|
2003-08-21 07:43:07 +00:00 |
David Rose
|
c0d5a074af
|
egg-optchar now ready for prime time
|
2003-08-21 05:23:01 +00:00 |
David Rose
|
697fd85726
|
split out loop variable declaration
|
2003-07-24 16:53:43 +00:00 |
David Rose
|
344ca11ffd
|
add explicit support for shear to the scene graph
|
2003-07-23 23:03:04 +00:00 |
David Rose
|
9581603cd8
|
uniquify component names, add -drop
|
2003-07-22 19:40:37 +00:00 |
David Rose
|
12503cef70
|
add -lsv
|
2003-07-22 18:37:20 +00:00 |
David Rose
|
85636c31ca
|
add fixrest
|
2003-07-22 18:11:19 +00:00 |
David Rose
|
6b7baa43d7
|
add -zero, etc.
|
2003-07-22 01:50:40 +00:00 |
David Rose
|
0f87a88945
|
support quantizing memberships
|
2003-07-21 21:06:46 +00:00 |
David Rose
|
f9d51290c6
|
tweak comment
|
2003-07-21 19:02:08 +00:00 |
David Rose
|
ec3b053c72
|
support -expose properly
|
2003-07-21 18:51:28 +00:00 |
David Rose
|
ad064f541f
|
allow comma-separated tokens
|
2003-07-21 18:40:53 +00:00 |
David Rose
|
4bf8b08394
|
split out EggBase and EggSingleBase
|
2003-07-21 18:34:46 +00:00 |
David Rose
|
986f3f8bdc
|
further progress on egg-optchar
|
2003-07-20 15:49:22 +00:00 |
David Rose
|
ffbc370236
|
introducing egg-optchar, rough draft so far
|
2003-07-19 02:50:04 +00:00 |