20382 Commits

Author SHA1 Message Date
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
caf986fa2a Fix uninitialized variable that would sometimes prevent mouse movement from being registered by libRocket 2015-08-10 02:48:53 +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
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
85e3d2ee3a Don't override host URL when building CMU runtime distribution 2015-08-09 13:10:20 +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
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
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
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
51e243deb5 Fix point size/line width setting regression in OpenGL 2015-07-31 13:28:16 +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
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
e6d29d6f51 Document bug in enable_angular_motor 2015-07-27 20:01:37 +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
rdb
5413a267ba Fix error with AnimControlInterval 2015-07-27 12:48:45 +02:00
rdb
672a191d2a Improve error message when Cg support is not enabled 2015-07-19 21:23:46 +02:00
rdb
e515cbdbd1 Reintroduce display mode information in Windows via Win32 API
Also clean up the CPUID code in winGraphicsPipe a bit
2015-07-19 21:13:01 +02:00
rdb
23441aa5bb Fix intel driver issues, particularly with geometry shaders 2015-07-19 09:22:57 +02:00
rdb
c224f351ec Fix gcc/clang compile error 2015-07-17 21:50:06 +02:00
rdb
221507437a Fix crash when passing an undersized array to a GLSL array input 2015-07-17 21:28:51 +02:00
rdb
12066a2067 Merge pull request #44 from jjkoletar/gravitywalker-fix-redo
Fix invalid assumptions in GravityWalker
2015-07-17 20:46:43 +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
dafae50ce2 Protect against self-move-assignment to fix stable_sort in MSVC 2015-07-17 15:55:24 +02:00
rdb
828e52578d Allow a long (provided it is not overflowing) where an int is accepted 2015-07-08 01:58:35 +02:00
rdb
2514ca29d8 Fix config error when DirectGuiBase is imported before ShowBase 2015-07-06 15:52:57 +02:00
rdb
7c2822515b Remove dependency on X11/Intrinsic.h 2015-07-06 14:19:46 +02:00
rdb
69b8d6a4b5 Fix memory leak in tuple-returning getters 2015-07-06 10:31:33 +02:00
rdb
fe058dfb32 Don't store two references to X11 Cursor, or we double free at shutdown 2015-07-06 10:29:44 +02:00
rdb
a7d56f0e65 Fix compilation error when compiling Python without threads 2015-06-21 17:41:28 +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
rdb
8ecf6a7b9f Fix getattr() and hasattr() of vector classes when invalid attribute name is used 2015-06-21 15:33:42 +02:00
rdb
89d2fbd7e1 Build with two threads on travis 2015-06-21 14:13:31 +02:00
rdb
458ca5ea41 Fix error when aligning C_normal column for vertex animation 2015-06-18 21:21:00 +02:00
rdb
6d0e4c2662 Correct scaling and normalizations of binormals and tangents in generated shaders 2015-06-15 00:19:52 +02:00
rdb
bac400543a Correct scaling of normals during flatten operations 2015-06-14 23:14:56 +02:00