20967 Commits

Author SHA1 Message Date
rdb
f06f184850 Prefer core/ARB version of FBOs instead of EXT version 2016-04-14 21:02:35 +02:00
rdb
902a314f68 Remove unused squeeze tool 2016-04-13 17:28:08 +02:00
rdb
e4b032ea21 Fix crash reading Camera objects from pre-6.41 bam files 2016-04-12 20:47:11 +02:00
rdb
5a2a9a3020 Merge branch 'release/1.9.x' 2016-04-12 20:46:32 +02:00
rdb
82fdb30957 Fix incorrect format selection for renderbuffers (missing alpha channel) 2016-04-12 20:44:07 +02:00
rdb
873fd3294a Work around bug in certain Intel drivers with #pragma include 2016-04-12 18:20:27 +02:00
rdb
449d4c8a89 Build fix on Mac when building without libRocket 2016-04-12 18:19:55 +02:00
wolfgangp
4821b69ec1 Match ShaderTerrainMesh triangulation scheme with Bullet's 2016-04-11 22:01:13 +02:00
rdb
7addf3e12b Merge pull request #80 from tobspr/master
Add new terrain implementation (ShaderTerrainMesh)
2016-04-11 18:35:11 +02:00
tobspr
5f28d20402 Change uniform warning in glShaderContext to avoid spam
This changes the severity of the uniform warning to debug, to avoid spamming the console
2016-04-10 10:59:30 +02:00
rdb
33ed30b178 Support defining bam factory functions in Python 2016-04-09 19:28:33 +02:00
rdb
12af395012 Fixes to DirectScrolledList; remove unnecessary inheritance 2016-04-09 19:21:49 +02:00
rdb
7e04042ca4 Update gl2ext.h 2016-04-09 19:18:34 +02:00
rdb
64cb1c520e Fix ColorBlendAttrib bam write, add properties to most *Attrib 2016-04-09 19:10:52 +02:00
rdb
f0cd1ce315 ColorBlendAttrib: support separate alpha mode and dual-src blend. bam 6.42 2016-04-08 15:44:57 +02:00
rdb
e73a89705b Improve OpenGL ES support, add OpenGL ES 3 support 2016-04-04 17:00:27 +02:00
rdb
6ddfb0ace3 Support line/point thickness in bam2egg 2016-04-04 12:48:48 +02:00
deflected
9300bca1a4 direct.gui: Correct strings checks
- str in Python3 is always unicode, but not in Python2.
        Avoid crashes when unicode is used

Signed-off-by: deflected <deflected@github>
2016-04-01 21:18:52 +02:00
rdb
14af38712b Merge branch 'release/1.9.x' 2016-04-01 18:07:33 +02:00
rdb
63e5bb1c2a Update thirdparty links 2016-04-01 18:06:39 +02:00
rdb
311a89caa9 Add a point I forgot to ReleaseNotes v1.9.2 2016-04-01 11:45:33 +02:00
rdb
dba6acecd7 Release notes for 1.9.2 2016-04-01 11:40:48 +02:00
rdb
35ef92f8da Fix AttributeError in setDaemon in threading module 2016-04-01 10:44:47 +02:00
rdb
461b231a2e Don't show libpandaexpress ImportError if importing panda3d.core failed 2016-04-01 10:38:35 +02:00
rdb
8e338a7755 Fix pdeploy for older Python 3 versions, eg Python 3.2 2016-03-31 17:58:29 +02:00
rdb
15b0ba45f9 Fix broken pickling in Python 3 build 2016-03-31 16:49:27 +02:00
Dennis Brakhane
ed9bed425f do not mutate dict we are iterating over
Risky at best, and actually raises an error on modern Python versions.
2016-03-29 19:45:37 +02:00
rdb
516e88c8fc Fix to unbreak travis test script 2016-03-28 23:20:26 +02:00
rdb
245d1241c9 Restore assign() for vector classes 2016-03-28 22:36:31 +02:00
rdb
23bf9ea5c7 The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
Mitchell Stokes
56606f9b1b Handle Python 2 vs Python 3 stdlib differences when building the morepy package
See PEP3108 for more details on stdlib differences.
2016-03-27 11:49:10 -07:00
rdb
8badce2fdb pfreeze now supports Python 3 2016-03-26 12:03:45 +01:00
rdb
82ab126ea7 Add support for glLogicOp via LogicOpAttrib / NodePath::set_logic_op 2016-03-25 17:33:30 +01:00
rdb
ba4c38112c Merge remote-tracking branch 'origin/release/1.9.x' 2016-03-25 17:22:00 +01:00
rdb
54fa31ba17 StandardError -> Exception, other 2to3 changes, threaded 2to3 2016-03-25 17:13:09 +01:00
rdb
6334f2511d Let's not display deprecation warnings in release builds 2016-03-25 16:41:58 +01:00
rdb
d906f55ebf Fix rtdist error when using Python 3.5 2016-03-25 15:23:45 +01:00
rdb
2b034506fa Backport fixes for Arch compile issues to 1.9 2016-03-25 01:40:00 +01:00
rdb
a9c5525dd6 Compile fix for Ubuntu precise version of ffmpeg 2016-03-25 00:45:12 +01:00
rdb
ce947adf8f Replace uses of "delete" with "delete[]" where appropriate 2016-03-24 23:56:12 +01:00
rdb
ad350a207e Replace use of deprecated base.loadSfx/loadMusic with loader.loadSfx/Music 2016-03-24 23:55:38 +01:00
rdb
63dd1e0d2b Fixes for ffmpeg 3.0 2016-03-24 22:24:16 +01:00
rdb
58837c0f4a Fix particle sample and tkinter in Python 3 2016-03-22 11:31:51 +01:00
rdb
2abad9649b Remove X11-specific stuff from egldisplay, instead using x11display as common base 2016-03-19 18:46:10 +01:00
rdb
bd1df2b9ad Merge remote-tracking branch 'origin/release/1.9.x'
Conflicts:
	panda/src/pipeline/pipeline.cxx
2016-03-18 16:47:17 +01:00
tobspr
3e2b8407c8 Add more properties to the Texture class 2016-03-18 16:41:16 +01:00
rdb
e8b920df90 Make default egg-object-type definitions available in packp3d 2016-03-17 21:40:54 +01:00
rdb
cccd29cc61 Fix use of uninitialized variable pointed out by valgrind 2016-03-17 21:39:42 +01:00
rdb
f68bfab7a9 Add light.shadow_caster and light.shadow_buffer_size 2016-03-17 15:26:12 +01:00
rdb
4ace5b5bc9 Fix compilation issues 2016-03-16 14:04:15 +01:00