20823 Commits

Author SHA1 Message Date
rdb
0a9f9887f9 Merge branch 'release/1.9.x'
Conflicts:
	direct/src/p3d/Packager.py
	direct/src/p3d/ppackage.py
	makepanda/makepandacore.py
2015-11-21 03:17:33 +01:00
rdb
5b4b6ced70 Build .exe wrapper for .p3d deploy tools on Windows 2015-11-20 20:25:46 +01:00
rdb
4c61db6374 Consider non-const overload before considering const overload in Python bindings 2015-11-20 20:24:58 +01:00
rdb
f0e8dd4117 Build .p3d tools as part of SDK build process, if host URL and distributor are specified 2015-11-20 17:44:28 +01:00
rdb
2d6c2c5c6d Remove dependency on tkpanels and tkwidgets modules when building .p3d package 2015-11-20 17:42:18 +01:00
rdb
a617376e16 Merge branch 'release/1.9.x'
Conflicts:
	dtool/src/interrogate/interfaceMakerPythonNative.cxx
2015-11-20 02:37:46 +01:00
rdb
d3885b665e Fix static MAKE_SEQs (eg WebcamVideo.get_options(), MicrophoneAudio.get_options()) 2015-11-20 02:05:44 +01:00
rdb
7fa407a118 Add code to locate June 2010 DirectX SDK outside of the registry 2015-11-20 02:05:18 +01:00
rdb
da6d5f442c Don't require setting system PATH to import panda3d.* (backport from master) 2015-11-20 00:56:31 +01:00
rdb
9f1898b935 Fix errors with Windows filenames in CopyFile() 2015-11-19 23:27:33 +01:00
rdb
853d4d0b5d Fix compile error; MSVC does not define ssize_t 2015-11-19 23:21:30 +01:00
rdb
673263dc22 Copy vcruntime140.dll to bin, necessary for building with Python 3.5 2015-11-19 23:21:00 +01:00
rdb
c93e50ca05 Merge branch 'release/1.9.x'
Conflicts:
	.travis.yml
	dtool/src/cppparser/cppBison.cxx.prebuilt
	dtool/src/cppparser/cppBison.yxx
	makepanda/makepanda.py
2015-11-19 18:43:13 +01:00
rdb
df4c4bc250 Fix various cppparser issues parsing the VRPN headers 2015-11-19 18:35:29 +01:00
rdb
f01bd92f26 Increase travis thread count to 4 2015-11-19 15:39:29 +01:00
rdb
378030e9b9 Remove unnecessary "pass" statements from DistributedCamera code 2015-11-19 15:38:57 +01:00
rdb
e0dea2b342 Add --clean flag to makepanda to force a clean build 2015-11-19 15:31:24 +01:00
rdb
909856c75d Improve interrogate diagnostics when encountering unknown types 2015-11-19 13:07:28 +01:00
rdb
fb0902512e Use DynamicTextGlyph for spaces (fixes glyph.is_whitespace()) 2015-11-19 13:00:29 +01:00
rdb
828fe2af88 Install panda3d runtime to /usr/local/bin/ to fix SIP error on El Capitan 2015-11-19 02:17:06 +01:00
Sam Edwards
f56dfb6196 general: Fix missing includes on Windows. 2015-11-15 22:54:26 -08:00
Sam Edwards
89d63e7d84 general: Fix missing include needed on Windows. 2015-11-15 18:52:23 -08:00
rdb
51121ce17a Merge branch 'release/1.9.x' 2015-11-15 12:46:08 +01:00
rdb
6fb08f124c Add (limited) modification timestamp tracking to Ramdisk 2015-11-15 12:45:42 +01:00
Sam Edwards
90d3347fd1 text: Fix missing includes. 2015-11-14 15:08:42 -08:00
rdb
883f1b1c28 Fix import error when compiling without OpenSSL support 2015-11-13 20:28:05 +01:00
rdb
1d2ba26e26 Merge branch 'release/1.9.x' 2015-11-13 19:26:57 +01:00
rdb
68298559d5 Update readme in 1.9 2015-11-13 19:26:09 +01:00
rdb
f9e61f8231 Fix OSX 10.11: use pkgbuild instead of PackageMaker, backport relocatability from master 2015-11-13 19:25:39 +01:00
rdb
0869266f1a Fix base.config error in 1.9 2015-11-13 19:25:24 +01:00
rdb
815cbc1acb Remove accidentally checked in debug message 2015-11-13 15:05:06 +01:00
rdb
a453ec1925 Overhaul text generation; now 75x as fast as before. 2015-11-13 01:44:03 +01:00
rdb
0fffcdfc6b Big perf improvement flattening and munging vertex colors 2015-11-12 23:28:58 +01:00
rdb
c9921271d6 Fix recursion in inline function in LFrustum 2015-11-12 02:59:15 +01:00
Michael Wass
36722ebe70 Update README
In order to build an installer on Mac you will need PackageMaker, which is a pain in the rear to find. Saying where to download it in the README will save the stress of looking for it.
2015-11-11 19:10:59 -05:00
Sam Edwards
5ebb6c511f general: Fix missing includes. 2015-11-11 12:35:04 -08:00
rdb
eecb1fb3f2 Cache text states 2015-11-11 17:43:30 +01:00
rdb
a573a11d90 Improve debug information when compiling GLSL shaders 2015-11-11 17:08:27 +01:00
rdb
8822ac0b05 Support DSA version of mipmap generation 2015-11-11 17:08:09 +01:00
rdb
f9add18798 Fix another GL crash at shutdown 2015-11-11 17:06:32 +01:00
rdb
90f05d7284 Add snorm texture formats 2015-11-10 18:00:18 +01:00
Harvir
f725cda60c Fix import errors introduced with the core.pyd rename. 2015-11-10 13:04:36 +01:00
rdb
6a5f2cdd8f Suggested change by JawhnL5 2015-11-10 03:38:12 +01:00
rdb
31dbcae262 Deprecate many extension methods, make extension methods imported via modules instead of dumped into core.py, move _core.pyd and _direct.pyd back to core.pyd, direct.pyd respectively, move MAIN_DIR set-up code to module init time 2015-11-10 00:44:29 +01:00
rdb
db3ab953e4 Remove ppremake, genPyCode, and all hacks created to support them 2015-11-09 19:06:49 +01:00
rdb
6ccd64d99e Fix ordering of methods relative to MAKE_SEQ 2015-11-09 18:13:29 +01:00
rdb
ac1c036cac interrogatedb 3.0 to restructure make_seq, improve make_seq handling and performance 2015-11-09 18:03:30 +01:00
rdb
4a5d64909a Merge branch 'release/1.9.x'
Conflicts:
	direct/src/showbase/ShowBase.py
2015-11-09 02:29:41 +01:00
rdb
ba3a2c1e38 Fix saveCubeMap and saveSphereMap in multithreaded pipeline 2015-11-09 02:26:02 +01:00
rdb
11437c5afd Fix bug when the same Cg shader is compiled for two different GSGs 2015-11-09 00:54:09 +01:00