rdb
29b141a6a9
ucontext is broken on 10.4
2010-11-10 15:14:43 +00:00
rdb
c1941ad9b5
Perhaps a fix?
2010-11-10 15:10:18 +00:00
rdb
c1722844bb
"unhandled X event" should be warning, not error
2010-11-10 12:23:35 +00:00
David Rose
36635a00b9
MAKE_BAT_SCRIPTS
2010-11-09 20:06:19 +00:00
David Rose
44d8c41937
pass sighup into child
2010-11-09 05:37:20 +00:00
rdb
9a62972b30
another fugbix
2010-11-07 16:32:48 +00:00
rdb
bd8feae989
Oops
2010-11-07 16:28:11 +00:00
rdb
3d52798395
change package naming on ubuntu from panda3d -> panda3d1.7
2010-11-07 16:16:22 +00:00
rdb
f9aac76cee
Add --debversion to assign a custom version number to the .deb version
2010-11-07 13:15:22 +00:00
rdb
a733b257f3
Let's consider any makepanda invocation that doesn't actually invoke makepanda, a failure
2010-11-06 18:28:17 +00:00
rdb
769b762ebf
Don't depend on OpenSSL, we statically link it now
2010-11-06 15:01:44 +00:00
rdb
f4a09bea6f
If we're going to exclude libX*, also exclude libxcb*
2010-11-06 14:53:09 +00:00
rdb
760839789e
Let's try and rely less on procfs
2010-11-06 14:22:50 +00:00
rdb
2e2e0d7de4
Fix in case ExecutionEnvironment.getEnvironmentVariable() doesn't work
2010-11-06 14:17:03 +00:00
rdb
3b6dd07d5d
Fix compilation issue on Windows
2010-11-06 13:56:45 +00:00
rdb
59bc70bd4b
GeomVertexFormat.getColumns
2010-11-03 14:51:20 +00:00
enn0x
f13c9097af
Removed silly outputs for debugging purposes.
2010-11-02 23:39:44 +00:00
rdb
97022c2df0
freebsd fix for the oops
2010-11-02 13:54:56 +00:00
rdb
f76147c50a
complimentary oops
2010-11-02 13:51:32 +00:00
rdb
6aea935727
Chromium support for web plugin
2010-11-02 13:48:07 +00:00
rdb
8ea821160a
Forgot this
2010-11-02 11:39:46 +00:00
rdb
e817b01914
The runtime doesn't need to be built with X11
2010-11-02 11:36:04 +00:00
enn0x
bca6077f24
Fixed misleading #ifdef in physxEnums.h
2010-11-02 06:26:30 +00:00
rdb
8d932c4998
Remove some unnecessary dependencies, write DEBIAN/symbols, and also use dpkg-shlibdeps to get correct package dependencies
2010-11-01 17:03:06 +00:00
rdb
3a6e008f72
Better solution to subzero clamping problem
2010-10-31 13:32:35 +00:00
rdb
44bf0582cf
fix image -= colour
2010-10-31 13:23:00 +00:00
rdb
3c2a961ee3
Add pyBox2D
2010-10-30 20:12:21 +00:00
rdb
c5f2020858
protect from string destruction
2010-10-30 19:36:03 +00:00
rdb
d465c56449
Let's get rid of pycurl as available package, it's a pain to maintain
2010-10-30 17:56:47 +00:00
David Rose
f568f7ccd3
add -W, -U, -G, -D
2010-10-28 07:08:55 +00:00
rdb
233e25d98c
use os.expanduser with $PATH, it may contain a tilde
2010-10-27 16:56:47 +00:00
Josh Wilson
d1715b13df
add some comments and treating circular references as 'roots' to stop searching at
2010-10-26 22:09:54 +00:00
rdb
aeb6bef42d
Fix the required module stuff
2010-10-26 18:48:54 +00:00
rdb
6b861d66bc
Remove redundant warning message
2010-10-26 18:40:42 +00:00
rdb
e69958cfe9
Fix segmentation fault that only seems to happen in the buildbot's master shell environment. But I suppose the crash could manifest in other environments where getlogin() fails
2010-10-26 16:40:42 +00:00
rdb
d09a9be4da
Fix infinite loop
2010-10-26 09:01:43 +00:00
rdb
b8ffba73ce
Failsafe
2010-10-25 20:44:11 +00:00
rdb
04b863edf7
Several improvements:
...
* Don't try to include linux kernel vdso's
* Ability to mark modules or files as required
* Fix some issues with several thirdparty packages in the pdef
2010-10-25 19:26:02 +00:00
rdb
09f6436745
Use realpath() in make_canonical to properly resolve symlinks
2010-10-25 18:32:38 +00:00
rdb
3ad6400098
Don't copy built_*/python in the case of the rtdist build
2010-10-25 14:56:54 +00:00
rdb
4a74961882
fix ppremake compilation error with soft body mesh code
2010-10-25 09:45:26 +00:00
David Rose
64415a4352
str(BrowserObject) should call toString()
2010-10-24 13:31:05 +00:00
David Rose
4e0eae9eff
minor fix
2010-10-24 13:30:19 +00:00
rdb
1bbf9b7782
Don't get OpenCV webcam listing if we already have directcam or video4linux
2010-10-22 13:49:35 +00:00
David Rose
173bb45b30
forgot to add igate module to pandaspeedtree
2010-10-21 21:20:48 +00:00
David Rose
285923e83e
WebcamVideoOpenCV
2010-10-20 20:34:18 +00:00
David Rose
f6e2d9a387
repair OpenCVTexture (not safe for 1.7.x)
2010-10-20 16:28:26 +00:00
rdb
dbe93fc1df
"No uv set binding found" shouldn't be a warning
2010-10-18 16:40:53 +00:00
rdb
e9bda02475
Preserve the original node names
2010-10-18 15:39:32 +00:00
enn0x
7f11bd2d74
Undoing the commenting out of lines 709 to 712 in makepanda.py (Windows 7 SDK related defines)
2010-10-18 14:43:34 +00:00