20785 Commits

Author SHA1 Message Date
rdb
25451feb87 Improve shadow system, add point light shadows, GLSL shadow inputs 2015-12-07 21:12:07 +01:00
rdb
571fd7d72e Add test script to travis 2015-12-06 22:38:24 +01:00
rdb
77bf02742b Remove unused direct.http package 2015-12-06 22:36:58 +01:00
rdb
32367fcbdc Fix various import issues in the direct tree 2015-12-06 22:36:05 +01:00
rdb
50d2e8324e Merge branch 'release/1.9.x'
Conflicts:
	.travis.yml
	direct/src/directtools/DirectLights.py
	panda/src/nativenet/buffered_datagramconnection.h
2015-12-06 22:32:12 +01:00
rdb
287c44ce53 Various fixes for Python 3 versions before Python 3.3 2015-12-06 22:05:44 +01:00
rdb
43370d00ef Update for new travis infrastructure, add Python 3 CI builds 2015-12-06 16:22:55 +01:00
rdb
eb4052d7b6 Fix compile error on Python versions between 3.0.0 and 3.3.3 2015-12-06 16:20:07 +01:00
rdb
1bbfc1d9f6 Put .lib files for .pyd modules in built/lib, so they are packaged into the SDK 2015-12-06 15:16:48 +01:00
rdb
1891f56224 Improve box-into-plane and box-into-poly collisions, add interior/surface points 2015-12-06 13:11:38 +01:00
rdb
c97778eeb6 Add box-into-polygon collision test 2015-12-05 16:22:18 +01:00
rdb
fe9e752229 Implement box-into-box collision test, and fix a scaling issue with box-into-plane 2015-12-05 13:14:27 +01:00
rdb
f7b61d4fa4 Add box-into-plane collision test 2015-12-04 00:03:11 +01:00
rdb
c644e7ae49 Merge branch 'release/1.9.x' 2015-12-03 16:38:25 +01:00
rdb
eb2c9f51f5 More fixes for custom incdir/libdir 2015-12-03 16:38:10 +01:00
rdb
956097b632 Merge branch 'release/1.9.x'
Conflicts:
	pandatool/src/assimp/pandaLogger.h
2015-12-03 16:14:07 +01:00
rdb
2680680df0 Fix when passing custom incdir/libdir for Eigen 2015-12-03 16:09:54 +01:00
Sam Edwards
d4eccee359 Merge pull request #64 from xHarv14/master
openal: Grab volume from manager instead of assuming max volume.
2015-12-02 18:27:33 -08:00
tobspr
0ec8f1d758 Make instance count override properly 2015-11-30 21:24:17 +01:00
rdb
cb41ff2791 Fix updating of light position input in Cg 2015-11-29 14:28:59 +01:00
Harvir
7fb30ae070 openal: Grab volume from manager instead of assuming max volume. 2015-11-29 01:33:03 +00:00
rdb
33d183d4f7 Throw ImportError instead of cryptic failure when importing extension module from incompatible version of Python 2015-11-28 19:22:57 +01:00
rdb
75caef56aa Fix another snprintf issue on MSVC 2010 2015-11-28 18:51:47 +01:00
rdb
061e315e01 Fix error due to missing snprintf in MSVC 2010 2015-11-28 18:39:56 +01:00
tobspr
3cf2b5496b Add clear_tag_states() to camera 2015-11-28 17:55:07 +01:00
rdb
1b857d6bda A few interrogate improvements 2015-11-28 17:54:01 +01:00
rdb
eca343c712 Add not-completely-useless output() method to ShaderAttrib 2015-11-28 17:53:35 +01:00
rdb
1628238222 Fix circular reference in shader context preventing shader states from being cleared 2015-11-28 17:52:03 +01:00
rdb
bdf91e206d Remove references to Python.h and py_config.h from Panda headers, to prevent picking up a dependency on Python libraries in third-party modules 2015-11-28 16:33:44 +01:00
rdb
e5fac610c8 Remove unnecessary HAVE_EGL setting in dtool_config.h 2015-11-28 16:23:18 +01:00
rdb
84c0fbd1b1 Remove deprecated empty-node-path behavior 2015-11-28 16:22:22 +01:00
rdb
946c1e986d Fix Assimp compile warning 2015-11-28 15:51:51 +01:00
rdb
48808fe269 Add get_supports_hlsl check, fix shader generator for DirectX 9 2015-11-26 01:05:26 +01:00
rdb
fb317e3b7a Implement depth textures and shadow mapping in DirectX 9 renderer
(at long last)
2015-11-26 01:04:26 +01:00
rdb
a819e9055b Merge branch 'release/1.9.x' 2015-11-25 23:42:36 +01:00
rdb
2abe2df1b4 Add dummy return values to keep MSVC happy v1.9.1 2015-11-25 02:53:56 +01:00
rdb
f6b66fc5db Fix PhysX compile issues on Mac 2015-11-25 02:01:07 +01:00
rdb
3bacd69caf Fix GeomTextGlyph warning when compiling without freetype 2015-11-24 13:39:42 +01:00
rdb
3c2f820ad8 Merge branch 'release/1.9.x'
Conflicts:
	direct/src/p3d/DeploymentTools.py
2015-11-24 13:39:36 +01:00
rdb
9348cf6b29 Prevent packp3d from including xml and panda3d modules in every .p3d 2015-11-24 13:35:18 +01:00
rdb
2745f11b65 Add back ability to change default relief and frameSize of DirectDialog 2015-11-24 13:33:09 +01:00
rdb
2e6a9ee08f Update release notes with a few things I'd missed 2015-11-24 10:42:42 +01:00
rdb
414460a3b5 Fix a few issues with mouse mode sample 2015-11-24 00:17:15 +01:00
rdb
5ac13fd2b1 Add ogv extension to default Packager extensions 2015-11-23 23:46:36 +01:00
rdb
5ba93acf5c Workaround to allow building the rtdist on Mac 10.11, which removes DYLD_LIBRARY_PATH 2015-11-23 23:33:38 +01:00
rdb
37509e7c93 Fix makepanda --clean option when built dir doesn't exist yet 2015-11-23 23:33:27 +01:00
rdb
e6b245c56d Remove annoying ":Packager(warning): No such file" warning 2015-11-23 20:20:48 +01:00
rdb
5580f1919e Update release notes and readme for 1.9.1 2015-11-23 19:47:32 +01:00
rdb
0e063694d7 Reorganise installation choices in Mac OS X installer 2015-11-23 18:06:38 +01:00
rdb
84d8298ee2 Change location of Mac tools from /Developer/Tools/Panda3D to /Developer/Panda3D/bin, to fix relative loader_path issue 2015-11-23 17:06:53 +01:00