Commit Graph

6918 Commits

Author SHA1 Message Date
rdb 8fd166e63f panda3d.exe on Windows now respects child process exit codes 2015-09-01 04:06:29 +02:00
rdb 965ed034b2 Implement border width and bar bgcolor in Windows splash window 2015-09-01 04:02:52 +02:00
rdb 0bba09fc96 Add more customization options for splash screen, use proper Helvetica font for splash window on X11, change dimensioning rules to be more consistent with HTML/CSS rules 2015-09-01 01:13:17 +02:00
rdb dbb83409e0 More panda3d.exe robustness: make sure contents.xml is fresh if core API fails hash check 2015-09-01 01:09:47 +02:00
rdb 838589ef0f Fix bug: excluded modules in one package would be implicitly excluded from packages that depend on it
This fixes the lack of 'xml' package in the 'morepy' package.
2015-08-28 20:14:05 +02:00
rdb 09f2bea96f Fix typo in error message 2015-08-23 14:56:53 +02:00
rdb 563f6843a2 Add -x option to packp3d, include 'cur' as an extractable extension by default 2015-08-23 14:56:03 +02:00
rdb d8f655479a Remove references to SourceForge CVS repository 2015-08-23 14:12:59 +02:00
rdb 9f85086c10 Apparently Python supports non-int status codes. Handle this correctly in the plug-in. 2015-08-22 20:27:51 +02:00
rdb eecded05bd Fix broken imports in ParticleTest 2015-08-20 21:59:12 +02:00
rdb 4342ff741b Pass exit status of panda process on to panda3d process (non-Windows only so far) 2015-08-20 21:26:39 +02:00
rdb f14f7d1913 Add missing 'os' module import 2015-08-18 17:46:38 +02:00
rdb 7ed146a4bf Check environment var names case-insensitively on Windows to avoid PATH vs Path variable conflict 2015-08-17 21:34:10 +02:00
tobspr e178ca4c9b Fix missing imports in showbase when using sticky keys (was broken with commit 0aa0f34c74) 2015-08-16 13:52:07 +02:00
rdb 3e34233b1c Implement extracted files for packp3d and pdeploy (only when used together)
This also changes start_dir for pdeployed applications to point to the application directory, no longer to ~/.panda3d/start
2015-08-14 16:01:17 +02:00
Ed Swartz 03d633f2e7 For stdpy.file wrapper, handle mode more consistently with Python.
For Python 2, ignore unknown characters in the mode rather than silently failing to open.
For Python 3, fail if unknown characters appear.
2015-08-11 11:47:11 -05:00
rdb 3e6e355577 Fix error building rocket package on 1.9 branch 2015-08-10 04:35:15 +02:00
rdb d74f028198 Linux splash window shouldn't block waiting for pipe activity 2015-08-10 04:00:41 +02:00
rdb 03e377091d Add in 'rocket' module for rocket package 2015-08-10 02:01:52 +02:00
rdb 2abc51d88f Allow specifying contents of .py modules with file(text=...) in pdef 2015-08-10 01:57:00 +02:00
rdb 12af94707f Fix cloggage of the pipe communicating with the forked X11 splash window subprocess 2015-08-10 01:53:16 +02:00
rdb 1e870b3c1c Automatically create win32 alias for coreapi package for backward compatibility with older runtimes 2015-08-09 22:16:59 +02:00
rdb 9dc1a0cbad Backward compatibility hack so that older runtime versions will still be able to use 1.9 rtdist 2015-08-09 19:07:24 +02:00
rdb 81801654a2 Fix finding extension modules ending in "module.so" with the VFS importer 2015-08-08 12:43:58 +02:00
rdb af8de103af Ignore non-required packages rather than erroring if their dependencies were missing 2015-08-07 17:40:01 +02:00
rdb 0c7b65b1fd Fix issue where packp3d fails if import.xml is refreshed while contents.xml remains old 2015-08-06 15:52:02 +02:00
rdb b50fbe8263 Restore old packp3d behavior: main file should be considered relative to -d directory 2015-08-06 15:49:26 +02:00
rdb 0e6092004d Fix perPlatform bug in pdeploy 2015-08-06 15:47:49 +02:00
rdb 29ccfc4103 Merge pull request #46 from eswartz/pr_packager_extensions
Handle packaging user filetypes more extensibly
2015-07-28 15:28:47 +02:00
Ed Swartz 353ae928d2 Handle packaging user filetypes more extensibly
-- Provide includeExtensions(...) method to augment particular kinds of files, allowing them to be packaged by dir()
-- Track the count of files, by extension, silently ignored by dir(), and log this
-- Allow "-v" option to verbosely log ignored files in dir()
2015-07-27 14:28:43 -05:00
rdb 5413a267ba Fix error with AnimControlInterval 2015-07-27 12:48:45 +02:00
Jeremy Koletar 946f273ebb controls: Don't make scene graph assumptions when setting the CollisionRay's height 2015-07-17 13:39:41 -05:00
rdb 2514ca29d8 Fix config error when DirectGuiBase is imported before ShowBase 2015-07-06 15:52:57 +02:00
rdb f87785d2c0 Allow using Panda without 'signal' module in platforms that do not have one (eg. JavaScript) 2015-06-21 17:37:50 +02:00
Ed Swartz 6fff37a294 Allow passing custom lens to #saveCubeMap/#saveSphereMap 2015-06-06 13:58:10 -05:00
rdb 960b178545 Fix issues with per_platform confusion with pdeploy 2015-06-04 00:34:32 +02:00
rdb f69354d9fa Explicit template instantiation on gcc/clang, implement cfsworks' suggestion of moving compiler-specific stuff out of pandasymbols.h et al 2015-06-03 13:36:04 +02:00
rdb cc62e731b7 Fix compilation with ppremake 2015-06-01 00:21:32 +02:00
rdb b3630c4e18 Don't mangle certain numeric typedefs in API reference 2015-05-14 17:15:59 +02:00
Sam Edwards 118ed131ca direct: Resolve missing import in Actor. 2015-05-02 22:14:17 +02:00
rdb 077d03a9f6 Center p3dCert on screen, and make it a modal dialog 2015-04-25 17:09:50 +02:00
rdb c130d25193 Add typedefs to API documentation generator 2015-04-15 13:55:50 +02:00
rdb 500da29013 Fix obscure error caused by bug in _getDtoolSuperBase 2015-04-09 13:15:25 +02:00
rdb 3d2d1d9c23 Exclude a few system DLLs to make rtdist work on WinXP 2015-04-06 12:48:30 +02:00
rdb 16e7831566 Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
rdb d337573504 Allow loading 64-bit Panda from 32-bit plug-in on Mac OS X 2015-04-01 00:57:48 +02:00
rdb 840d81b3e1 Fix npapi plugin load issue I had on Chrome on Mac 2015-03-31 13:08:36 +02:00
rdb 40fff906d1 Change default window size to 800x600 across the board (incl runtime) 2015-03-30 17:57:37 +02:00
rdb af18bfd18d Fix makepanda, squelch libpandaexpress import error 2015-03-30 00:21:31 +02:00
rdb 5827959056 Fixes for 64-bit OS X build on newer OS X versions 2015-03-29 22:06:32 +02:00