Commit Graph

6483 Commits

Author SHA1 Message Date
rdb 4b7d6ef51d Attempt at fixing stuff 2011-02-27 18:05:47 +00:00
rdb cf50695c2f trying to fix bugs, mkay? 2011-02-27 16:23:23 +00:00
rdb 1d66c7c2a0 un-break Windows support 2011-02-27 15:20:37 +00:00
rdb a16fd9f23b Changes to pdeploy, add ArchLinux support, better Linux stuff etc 2011-02-27 14:50:53 +00:00
rdb efd67011d4 doxygen scripts 2011-02-26 14:43:45 +00:00
rdb 0b8f5b0d8e show multiple import errors 2011-02-24 21:07:23 +00:00
rdb 028c191887 don't rely on render being available at import time 2011-02-21 15:30:04 +00:00
David Rose 7de7c793bc fix some pdeploy issues on win32 2011-02-15 21:30:23 +00:00
Ken Patel 5a84cbf730 plugin - p3dpythonw.exe name configurable independently from p3dpython.exe name 2011-02-14 05:21:57 +00:00
Ken Patel 49026617c1 FreezeTool - improve support for MSVC on 64-bit windows 2011-02-13 08:51:59 +00:00
Ken Patel 9f8714254c plugin - make p3dpython binary name configurable (non-osx) 2011-02-12 03:26:58 +00:00
Ken Patel 39967c1110 plugin - read_log / log_history - fix corner cases so behavior matches documentation 2011-02-12 02:10:23 +00:00
Ken Patel bf5343ed17 plugin - read_log - add support for head_bytes_prev (additional optional parameter) 2011-02-12 01:41:36 +00:00
Ken Patel ae627fb19b plugin - read_log - report error out and early out conditions during calls to read_log 2011-02-12 01:03:00 +00:00
rdb f5834b67c5 Read dependency libraries from the ELF file itself rather than using ldd. Also, remove any RPATH/RUNPATH entry if the .dynamic section contains one 2011-01-23 10:28:59 +00:00
rdb a1433314d4 fix for bug #700338 (I think) 2011-01-08 17:45:58 +00:00
rdb 9bcebb552f Add -a flag to ppackage to allow all .p3d scripts to have a suffix 2010-12-18 22:31:24 +00:00
David Rose b387c726b4 curlopt_forbid_reuse 2010-12-13 18:09:26 +00:00
rdb 40f203b543 Add Maintainer field to keep debian happy 2010-12-09 17:07:10 +00:00
rdb 7e56fef6fc Untested bugfix. Pdeployed executables were receiving incorrect command-line arguments 2010-12-05 08:33:30 +00:00
David Rose 2e6d2c5255 fix packp3d ordering issue http://www.panda3d.org/forums/viewtopic.php?p=65842 2010-11-22 19:16:30 +00:00
rdb 804a72b716 Partially apply typo fix patch I found somewhere on the web, by someone named Christoph Korn 2010-11-16 08:58:45 +00:00
rdb b2e818917c we should fix our XEmbed implementation before we think about support chromium 2010-11-13 20:40:22 +00:00
rdb 3ff2e0537c Don't add the pointless *.app/hosts directory on OSX 2010-11-13 17:40:41 +00:00
rdb 1ca48aefcf Found those darn issues, and fixed them 2010-11-13 16:16:23 +00:00
rdb f9c1772ef5 Some debug info (I promise I'll revert it in just a few minutes) 2010-11-13 16:01:36 +00:00
rdb 5541054c0f let pdeploy respect the super-mirror 2010-11-13 14:57:00 +00:00
rdb abbf78d725 Better error 2010-11-13 14:30:16 +00:00
rdb 7e3897d38e Catch error 2010-11-13 14:18:19 +00:00
rdb cc7b6642e5 Fix encodings issue with pdeploy, I hope 2010-11-13 14:02:50 +00:00
rdb 674a43ea64 pdeploy needs zlib/bz2 encoding 2010-11-13 12:20:00 +00:00
rdb 7ed1de3a1a include utf_8 and ascii encoding by default 2010-11-13 11:37:36 +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 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 2e2e0d7de4 Fix in case ExecutionEnvironment.getEnvironmentVariable() doesn't work 2010-11-06 14:17:03 +00:00
rdb 6aea935727 Chromium support for web plugin 2010-11-02 13:48:07 +00:00
rdb 3c2a961ee3 Add pyBox2D 2010-10-30 20:12:21 +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
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
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