rdb
12af94707f
Fix cloggage of the pipe communicating with the forked X11 splash window subprocess
2015-08-10 01:53:16 +02:00
rdb
369305c529
Prevent having to relink most of pandatool when version info changes
2015-08-09 22:26:25 +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
5bf0d44735
Fix linker issue on Windows
2015-08-09 15:59:00 +02:00
rdb
85e3d2ee3a
Don't override host URL when building CMU runtime distribution
2015-08-09 13:10:20 +02:00
tobspr
8a8cc94cbb
Add setters to BoundingBox and BoundingSphere
2015-08-08 20:59:56 +02:00
rdb
bff070430e
Fix some aliasing warnings
2015-08-08 20:56:09 +02:00
rdb
74190f9e50
Work towards supporting Python 3 in the rtdist
2015-08-08 20:49:51 +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
2f8060bf2b
Merge remote-tracking branch 'origin/release/1.9.x'
2015-08-07 21:42:02 +02:00
rdb
c41a4120bc
Fix OSX compile error due to Apple's broken glext.h
2015-08-07 21:41:15 +02:00
rdb
14bd992e77
Remove use of deprecated "register" keyword
2015-08-07 18:56: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
f1df65034d
Fix Mac 10.11 compile error
2015-08-07 17:29:03 +02:00
rdb
1e4a39d68e
Merge remote-tracking branch 'origin/release/1.9.x'
2015-08-06 17:23:25 +02:00
Ed Swartz
b06ff60c10
Fix DynamicTextFont.makeCopy() implementation
2015-08-06 17:21:42 +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
d66135f4b8
Add ability to change window icon after window has already opened on Windows
2015-08-06 14:36:51 +02:00
rdb
29ef15db3f
Fix symbol visibility issue in p3d_plugin.so
2015-08-06 14:16:51 +02:00
rdb
c0ff9d8e5f
Merge branch 'release/1.9.x'
2015-08-04 18:00:35 +02:00
Ed Swartz
22d5c2f8dd
For tinydisplay, don't lose color/alpha scale when lighting
2015-08-04 17:59:53 +02:00
Ed Swartz
9396f998fb
Avoid crash in p3tinydisplay when there is no initial window
2015-08-04 17:56:36 +02:00
rdb
de715b5a0e
Fix inability for interrogate to parse /*c*//* and /*c*///
2015-08-04 17:49:19 +02:00
rdb
6a782e8c31
Avoid accidentally getting a non-compat context on Windows Catalyst driver
2015-08-01 19:13:45 +02:00
rdb
51e243deb5
Fix point size/line width setting regression in OpenGL
2015-07-31 13:28:16 +02:00
rdb
62cefcab8b
Update glext to make more recent GL functionality available
2015-07-31 13:20:38 +02:00
rdb
53696052b9
Fix regression in 1.10 with point/line thickness
2015-07-31 13:18:01 +02:00
rdb
508873a7d3
improve readability of glgsg spam output
2015-07-31 13:17:21 +02:00
Ed Swartz
0ee972a822
pallocator should use panda allocators even when DO_MEMORY_USAGE is not defined - fixes 32-bit Linux crash in runtime builds
2015-07-30 21:54:13 +02:00
rdb
1834d9e879
Fix incorrect assumption that Mesa GL 3.0 driver doesn't implement non-core functionality
2015-07-30 18:50:53 +02:00
rdb
f22cc71995
Fix double-precision build blibli
2015-07-29 14:07:06 +02:00
rdb
64144955a0
Fix for typedefs to external types in interrogate
2015-07-29 10:45:55 +02:00
rdb
acc2a310d0
Change debug category for shader generator to pgraphnodes
2015-07-28 21:43:19 +02:00
rdb
b9d45ccc04
Fixes for the fact that render states were no longer sticking around in the cache between frames
2015-07-28 21:42:45 +02:00
rdb
1ee8c5f6d2
Oops, typo fix
2015-07-28 19:48:24 +02:00
rdb
e4c3301bd0
Shader context input state tracking system, for more efficiently updating shader inputs
2015-07-28 16:33:34 +02:00
rdb
0cecab3124
Fix issues with the rtdist build in 1.10
2015-07-28 15:40:04 +02:00
rdb
2db003a1c2
Merge remote-tracking branch 'origin/release/1.9.x'
2015-07-28 15:38:58 +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
rdb
265bf42f81
Fix crash when copying a WeakPointerTo that was already deleted
2015-07-28 13:41:26 +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
1f0b4332e3
Add softspace flag to StreamWriter - fixes print spaces in runtime env
2015-07-27 20:23:47 +02:00
rdb
e6d29d6f51
Document bug in enable_angular_motor
2015-07-27 20:01:37 +02:00
rdb
f33e450823
A lot of performance changes, particularly wrt dcasts and state management
2015-07-27 16:32:57 +02:00
rdb
6cf2da9e56
Fix error when loading a particle effect in particle panel
2015-07-27 15:55:12 +02:00
rdb
75019784f4
Changes to inlining so we can use FORCE_INLINING in gcc as well
2015-07-27 15:39:46 +02:00
rdb
c0e1a3cdb4
Keysyms for dead acute and dead grave keys to better support int'l keyboards
2015-07-27 14:23:17 +02:00