20404 Commits

Author SHA1 Message Date
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
rdb
c85a92d378 Add assertion to GeoMipTerrain::get_block_node_path 2015-06-13 13:34:19 +02:00
rdb
48208b0f27 Support #pragma once in interrogate 2015-06-13 13:33:11 +02:00
rdb
176606ef15 Merge pull request #38 from eswartz/pr-savemaps-lens
Allow passing custom lens to saveCubeMap/saveSphereMap
2015-06-06 20:04:50 +01:00
Ed Swartz
6fff37a294 Allow passing custom lens to #saveCubeMap/#saveSphereMap 2015-06-06 13:58:10 -05:00
rdb
4d46172fba Revert non-Windows template export changes from 1.9.x, they're less stable than I thought 2015-06-06 16:55:33 +02:00
rdb
9edf75aa7b Release notes for 1.9.1 2015-06-06 16:47:00 +02:00
rdb
3c380d9006 Support collision sphere and plane solids in bam2egg 2015-06-06 16:46:43 +02:00
rdb
cfcf91c1c1 Support far clip distance of infinity 2015-06-06 16:25:08 +02:00
rdb
4a88d71ff6 Fix compile issues on Windows with rtdist build 2015-06-04 11:44:29 +02:00
rdb
960b178545 Fix issues with per_platform confusion with pdeploy 2015-06-04 00:34:32 +02:00
Ed Swartz
41498e3895 Fix a libRocket texture issue 2015-06-03 22:30:22 +02:00
rdb
6cbc608b8d Bump version to 1.9.1 2015-06-03 20:26:05 +02:00
rdb
f8ec2c10d5 libRocket now responds consistently to auto-texture-scaling, and supports (and prefers) padding over scaling
Thanks to Ed Swartz for helping to track down these issues!
2015-06-03 19:58:50 +02:00
rdb
ecaffd5eaa Fix regression in 1.9.0: loaded textures not always rescaled to POT 2015-06-03 19:55:28 +02:00
rdb
f42c6645d5 Update prebuilt bison files for people who build without bison 2015-06-03 19:54:01 +02:00
rdb
eeddc9c07d Merge commit 'd1106953b219dbd786c789e92849063dd394bb38' into release/1.9.x 2015-06-03 19:51:39 +02:00
rdb
24b3b85e98 Try and work around weird GCC 4.6 bug with instantiating PTA_uchar 2015-06-03 19:50:52 +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
141c7a9c35 Improve build performance on Windows slightly 2015-06-02 21:02:35 +02:00
Ed Swartz
d1106953b2 Let user know why p3tinydisplay doesn't load texture 2015-06-02 13:20:01 -05:00
Sean Martin
912374cc51 Add support for Maya 2016 2015-06-01 22:27:13 +02:00
rdb
a73b5b3fd1 Merge pull request #33 from eswartz/pr-pnmimage-premultiply
Add PNMImage premultiply/unpremultiply methods.
2015-06-01 15:25:55 +01:00
Ed Swartz
dbcb389d73 Add PNMImage premultiply/unpremultiply methods. 2015-06-01 08:42:15 -05:00
rdb
868b78f854 Work around interrogate issue 2015-06-01 00:32:51 +02:00
rdb
cc62e731b7 Fix compilation with ppremake 2015-06-01 00:21:32 +02:00
rdb
1b5552f204 Merge pull request #32 from eswartz/pr-pstats-star-category-color
Use a predetermined distinctive color for the '*' category in PStats
2015-05-31 16:38:37 +01:00
Ed Swartz
4c5a540dc9 Add a color and config variable for the pstats "*" category 2015-05-31 10:27:52 -05:00
rdb
c59845a63b Merge pull request #31 from eswartz/pr-rocket-more-keys
Make more keys available to libRocket event handlers
2015-05-31 09:11:26 +01:00