20685 Commits

Author SHA1 Message Date
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
4df64f7b42 Merge branch 'release/1.9.x' 2015-07-17 15:56:15 +02:00
rdb
dafae50ce2 Protect against self-move-assignment to fix stable_sort in MSVC 2015-07-17 15:55:24 +02:00
rdb
1206d93813 Fix pandac.PandaModules import error with Python 3 (thanks, tzaeru!) 2015-07-14 22:22:45 +01:00
rdb
da6140a8cc Changes to GLSL input handling that further assist in efforts to port from Cg to GLSL 2015-07-14 21:04:50 +01:00
rdb
9178ed2871 Fix some preprocessor expressions in Interrogate 2015-07-14 21:04:50 +01:00
Sam Edwards
16bfd3750f Add missing includes. 2015-07-12 19:27:13 -07:00
rdb
555844f82a Allow compiling out the fixed-function pipeline and request core context 2015-07-09 16:43:45 +02:00
rdb
220015a234 Drop support for vertex blend/matrix palette in OpenGL, no driver ever supported it (well) 2015-07-09 14:26:24 +02:00
rdb
5913546229 Proper overflow checking for numeric chars 2015-07-08 02:03:24 +02:00
rdb
342b9a8db8 Merge remote-tracking branch 'origin/release/1.9.x' 2015-07-08 02:01:28 +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
88f7279522 Make it easier to make Python 3 builds on Windows 2015-07-07 03:17:42 +01:00
rdb
9b6f4eeaf9 Fix compiler warnings in MSVC 2015-07-07 02:58:57 +01:00
rdb
7ce2a97bef BGRA color order fix for Cg on Windows 2015-07-07 02:37:48 +01:00
rdb
ef9908c277 More robust Cg support on non-NVIDIA card + automatically enable hardware skinning in Shader Generator 2015-07-07 02:51:48 +02:00
rdb
1088cdedc8 Fix mac and static build issues 2015-07-06 23:31:14 +02:00
rdb
0eeec6b02f Merge and expand on config fix from 'release/1.9.x' 2015-07-06 15:54:45 +02:00
rdb
2514ca29d8 Fix config error when DirectGuiBase is imported before ShowBase 2015-07-06 15:52:57 +02:00
rdb
214d799d82 Add optional "other" NodePath argument for get_tight_bounds() 2015-07-06 14:52:08 +02:00
rdb
d43482ec9b Merge branch 'release/1.9.x' 2015-07-06 14:21:03 +02:00
rdb
7c2822515b Remove dependency on X11/Intrinsic.h 2015-07-06 14:19:46 +02:00
rdb
cbcb2416d7 Merge branch 'release/1.9.x' 2015-07-06 10:32:30 +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
f67ee228bf Fix error in cg-glsl-version 2015-07-05 20:39:34 +02:00
rdb
7026854cc2 Fixes to get the C binding generator to work 2015-07-05 16:07:08 +02:00
rdb
41b44683b6 Compile with older versions of Assimp 2015-07-03 19:38:10 +02:00
rdb
23a4876c57 Merge branch 'cleanup-imports' 2015-06-30 17:21:22 +02:00
rdb
dd17fd864b Properly separate dtoolconfig and interrogatedb 2015-06-30 16:16:35 +02:00
rdb
c0f6588c88 Separate libp3interrogatedb out of libp3dtoolconfig.
This aids further in removing the core lib dependency on Python.
2015-06-30 15:17:15 +02:00
rdb
63e682055d travis: add --verbose flag 2015-06-30 15:06:18 +02:00
rdb
29b6f4753b Merge pull request #43 from mfwass/master
added more possible locations for PackageMaker
2015-06-30 14:49:45 +02:00
Michael Wass
f9d185acaf makepanda.py: Changed command in a .app ref 2015-06-30 08:47:57 -04:00
rdb
09f3817f03 Fix assimp compile error (Missing BUILDING:ASSIMP) 2015-06-30 13:56:11 +02:00
Michael Wass
ddd68e133e makepanda.py: added more refs for PackageMaker 2015-06-30 07:33:54 -04:00
rdb
5625df0e51 panda3d/__init__.py should add 'bin' dir to PATH on Windows 2015-06-29 20:37:33 +01:00
rdb
b71d47b96c Fix inability to import panda3d.dtoolconfig 2015-06-29 17:34:08 +02:00
rdb
08fbfb1874 Add missing file, update .gitignores 2015-06-28 14:04:16 +02:00
rdb
d9342043b0 Deprecate pandac.PandaModules and genPyCode, move extensions to panda3d/, clean up imports and deprecated behaviour 2015-06-28 13:55:31 +02:00
rdb
4f3998ae11 Build panda3d/*.so as bundles on OSX, make OSX builds relocatable 2015-06-23 21:09:33 +02:00
rdb
773614c610 Fix missing EXPCL_DIRECT on activate_osx_application() 2015-06-22 22:33:11 +02:00
rdb
236b0c590c Use explicit symbol visibility control in GCC/clang 2015-06-22 21:01:34 +02:00
rdb
419eadb859 Support hardware skinning in GLSL 2015-06-21 20:28:31 +02:00
rdb
269b4eac27 Fix METH_NOARGS calling convention violations in interrogate, and special support for LINK_ALL_STATIC in interrogated code 2015-06-21 17:53:37 +02:00
rdb
7a836cbbd9 Merge branch 'release/1.9.x' 2015-06-21 17:46:34 +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