20501 Commits

Author SHA1 Message Date
rdb
d4d8585d0e Fix issues building with Cygwin version of Python 2015-11-05 20:43:03 +01:00
rdb
bd354a9cde Fix crash on shutdown of buffer in threaded pipeline 2015-11-02 16:41:17 +01:00
rdb
546bb22421 Workaround for Apple compiler bug causing Eigen compile error 2015-11-02 10:01:11 +01:00
rdb
d8fedc1bc0 Call SetProcessDPIAware() to fix issues caused by DPI virtualization in Windows 8.1 2015-11-01 20:01:39 +01:00
rdb
368390536b Fix bug preventing switching from Z_top to Z_normal on Windows
(Reported by Epihaius)
2015-11-01 19:07:33 +01:00
rdb
b1c7086cbc Fix Rope, fix some unnecessary reliances on base.config 2015-11-01 15:53:02 +01:00
rdb
63a9b5dfec Re-expose MouseWatcherGroup; clearer error message for make_seq when getter is not exposed 2015-11-01 15:45:52 +01:00
rdb
d3494edf2c Address some rare crashes at shutdown 2015-10-31 04:11:12 +01:00
rdb
fe633b51a1 Remove unnecessary cg.h include 2015-10-28 15:55:59 +01:00
rdb
e48b910382 Don't umount all filesystems when ShowBase is destroyed 2015-10-27 13:00:29 +01:00
rdb
da1d5755f9 Add config var to toggle between incorrect/correct normal generation for GeoMipTerrain 2015-10-23 16:18:59 +02:00
rdb
83d9c4f528 Use /usr/local instead of /usr in Mac OS X installer, to work around El Capitan's System Integrity Protection 2015-10-11 20:11:30 +02:00
rdb
389d73a485 Include Eigen headers in Windows SDK to prevent people from having to grab the thirdparty packages 2015-10-07 15:51:56 +02:00
rdb
706f6f7de5 Squelch some of the type conversion warnings in MSVC 2015-10-06 17:05:40 +02:00
rdb
cb7a0e2520 Fix PandaSystem.getCompiler() for clang (it erroneously reported GCC) 2015-10-05 00:45:55 +02:00
rdb
c6a1626cd3 Fix bug: x2egg replaced face normals with vertex normals 2015-10-04 20:20:10 +02:00
rdb
893740478c Fix sporadic interrogate parser issue 2015-10-04 17:20:49 +02:00
rdb
433ed001fa Using strong CMPXCH seems necessary to avoid crash on ARM 2015-10-04 13:00:25 +02:00
rdb
9bb968cc8b Remove unused methods 2015-10-04 12:56:45 +02:00
rdb
a902f1628b Fix Win64 compilation 2015-09-28 13:25:17 +02:00
rdb
fcd3bfd15c Fix interrogate issues with long, streampos, streamoff, streamsize and ptrdiff_t 2015-09-28 13:08:38 +02:00
rdb
6d4d23cf6c Fix some p3dCert issues 2015-09-20 16:01:49 +02:00
rdb
5736e7a4b0 Fix crash when passing None to Filename constructor 2015-09-18 21:19:09 +02:00
rdb
6fce996ceb Add 'ast' module to morepy package 2015-09-15 17:15:12 +02:00
rdb
bed4fdd5af Fix issue that caused pdeploy to spit out broken win32 installer alongside win_i386 installer 2015-09-11 19:13:55 +02:00
rdb
c9a45f288c Proper display language detection on Windows 2015-09-11 17:32:49 +02:00
rdb
58963a167c Implement user preferred language detection on Mac 2015-09-11 15:43:22 +02:00
rdb
d63110a49e Add localized text strings to p3dcert 2015-09-11 13:27:31 +02:00
rdb
e1c0ae7f1b Add F_hardware_skinning/p3d_TransformTable to GLSL on 1.9 branch, as requested
Uses a hack to prevent breaking ABI compat
2015-09-05 15:28:57 +02:00
rdb
c33f3b3dca Force httplib2 and pyglet to be platform-independent packages 2015-09-03 03:49:01 +02:00
rdb
e1d7c737cf Fix "... is not a Multifile" error in pdeployed executables 2015-09-03 03:29:42 +02:00
rdb
f9f62f17f1 Implement font customization options in MacOSX splash window
Also, switch to non-deprecated CoreText API
2015-09-02 22:27:56 +02:00
rdb
be58900723 Implement custom font settings for splash window on Windows 2015-09-02 03:52:30 +02:00
rdb
7cae040278 Support custom font settings in splash window + X11 impl 2015-09-02 03:31:28 +02:00
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
9053999889 Don't put important code in an assert - fixes media player sample in runtime environment 2015-08-28 21:40:08 +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
56b94eb815 Don't raise exception in tp_traverse, instead silently passing case where object is already destructed 2015-08-28 16:28:03 +02:00
rdb
d68bbae5b4 Don't add "(not used)" to config decls when writing them, it makes it harder to write out a config.prc file 2015-08-26 14:57:30 +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
902bce01e9 Fix various window sizing issues on X11 2015-08-22 19:16:21 +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
82f7813927 Fix assertion when resizing tinydisplay window to fullscreen on X11 2015-08-20 21:12:28 +02:00