rdb
|
8f65a6d22a
|
Installer fixes: add PhysX component, fix existing Python install detection
|
2015-03-16 00:39:09 +01:00 |
|
rdb
|
58e6a90cb8
|
3dsmax plugins need to be compiled with rtti
|
2015-03-15 22:18:16 +01:00 |
|
rdb
|
1bd343cd87
|
Windows compile issues fix
|
2015-03-15 19:37:14 +01:00 |
|
rdb
|
22120524a2
|
PNMImage sRGB support, use floats instead of doubles
|
2015-03-15 17:22:28 +01:00 |
|
rdb
|
b784549939
|
Merge pull request #12 from frainfreeze/patch-1
Updated INSTALL-MK
|
2015-03-15 13:22:00 +01:00 |
|
Tomislav
|
231cfcf42a
|
Updated INSTALL-MK
|
2015-03-15 13:19:45 +01:00 |
|
rdb
|
753b1c623d
|
Deprecate DirectStart and run(), allow clean ShowBase teardown, docstrings for ShowBase members
|
2015-03-15 13:06:49 +01:00 |
|
rdb
|
78c3593d2c
|
Add sample programs to the repository
|
2015-03-14 15:01:31 +01:00 |
|
rdb
|
68cf8cf44f
|
Fix various issues with API documentation generator
|
2015-03-13 18:40:26 +01:00 |
|
rdb
|
ee024f3dc5
|
Typo fix
|
2015-03-09 15:51:22 +01:00 |
|
rdb
|
36525784fd
|
Robustify GL FBO framebuffer properties handling
|
2015-03-09 15:27:38 +01:00 |
|
rdb
|
d345246a93
|
Fix compilation with STDFLOAT_DOUBLE
|
2015-03-08 15:55:43 +01:00 |
|
rdb
|
1d9f18139c
|
Fix bug with accum bits being requested for FBO
|
2015-03-08 14:34:56 +01:00 |
|
rdb
|
d11cafc374
|
Replace SSE4 instruction with SSE2 instruction
|
2015-03-02 16:18:55 +01:00 |
|
rdb
|
97c24c9ef0
|
Fix a Cg crash with GL_BGRA color arrays, on NVIDIA cards this time
|
2015-03-01 17:32:20 +01:00 |
|
rdb
|
04d4309b14
|
SSE2-enhanced sRGB encode (with runtime CPU detection)
|
2015-03-01 11:46:52 +01:00 |
|
alan eborn
|
e33cac03fe
|
Transitions--changes to fade screen
Signed-off-by: rdb <git@rdb.name>
|
2015-02-28 15:42:54 +01:00 |
|
alan eborn
|
178c16e94b
|
DirectRadioButton--removal of model-loading by default and indicator handling
Signed-off-by: rdb <git@rdb.name>
|
2015-02-28 15:25:05 +01:00 |
|
alan eborn
|
2e555db30e
|
DirectDialog--removal of model-loading by default and a bug-fix
Signed-off-by: rdb <git@rdb.name>
|
2015-02-28 15:21:24 +01:00 |
|
rdb
|
223620e27e
|
Fix draw mask propagation for initially hidden nodes when when frustum culling is off
|
2015-02-28 13:03:45 +01:00 |
|
rdb
|
3d9d9bfc95
|
Deprecate use of <Collide> without specifying "descend" flag
|
2015-02-27 19:59:54 +01:00 |
|
rdb
|
413162110b
|
Fix FCollada compile issues on Windows
|
2015-02-27 14:18:17 +01:00 |
|
rdb
|
db87bc7914
|
PointerToArray fixes, Windows build fixes, more move constructors
|
2015-02-27 12:45:11 +01:00 |
|
rdb
|
0e67fb7cf3
|
Merge pull request #9 from deflected/master
FreeBSD fixes
|
2015-02-26 15:39:00 +01:00 |
|
rdb
|
72e1df987f
|
Fix pview issues with 1-frame animations and cycling between animations
|
2015-02-25 21:45:14 +01:00 |
|
rdb
|
9ac1bbb466
|
Merge pull request #8 from wnoise/master
Fix missing dependency making parallel builds unreliable.
|
2015-02-25 20:32:14 +01:00 |
|
Aaron Denney
|
c3d1079b5a
|
Fix missing dependency making parallel builds unreliable.
|
2015-02-25 11:27:49 -08:00 |
|
rdb
|
52fec094bc
|
Automatically coerce Python function to CallbackObject
|
2015-02-25 16:24:56 +01:00 |
|
rdb
|
69dc29d6f0
|
Merge pull request #7 from kestred/cfs-fixes
Miscellaneous compilation fixes
|
2015-02-25 02:25:19 +01:00 |
|
rdb
|
7a6aa7bfae
|
Implement ParamNodePath; fix circular include issue in shaderInput.h
|
2015-02-25 01:25:19 +01:00 |
|
Sam Edwards
|
f0b3e08e9c
|
ffmpeg: Use av_frame_* instead of deprecated avcodec_*_frame functions beginning with lavc 55.45.101.
|
2015-02-24 16:22:37 -08:00 |
|
Sam Edwards
|
903966371c
|
general: Fix missing includes.
|
2015-02-24 16:06:47 -08:00 |
|
Sam Edwards
|
894423ace4
|
ffmpeg: Don't use internal SWR_CH_MAX macro.
|
2015-02-24 16:06:40 -08:00 |
|
rdb
|
8dbe681143
|
Fix bug with Collide flag "polyset" and nested <Transform> elements
|
2015-02-24 23:51:00 +01:00 |
|
rdb
|
46ddd46c5c
|
Support materials in bam2egg
|
2015-02-24 21:40:55 +01:00 |
|
09th
|
c0e4de3df7
|
Fix bam2egg issue with animated models
|
2015-02-24 19:58:14 +01:00 |
|
rdb
|
9aafde0579
|
Add animation support to dae2egg
|
2015-02-24 14:59:32 +01:00 |
|
rdb
|
6263a591be
|
Fix matrix.almost_equal with custom threshold in Eigen build
|
2015-02-22 15:04:54 +01:00 |
|
rdb
|
3600abfe6d
|
Fix coercion of non-interned strings in Python 3
|
2015-02-22 13:51:46 +01:00 |
|
deflected
|
d82f2c83cd
|
downloader: Correct lack of timezone
- Use tm_gmtoff for GMT correction under FreeBSD
Signed-off-by: deflected <deflected@github>
|
2015-02-20 14:10:19 +02:00 |
|
deflected
|
2dd1b5e3b3
|
dtool: Fixed building under FreeBSD
There is missing define in dtoolutil which
prevent building of dtool under FreeBSD.
Signed-off-by: deflected <deflected@github>
|
2015-02-20 11:58:28 +02:00 |
|
enn0x
|
d320aced73
|
Fixed const-correctness for BulletAllHitRayResult.
|
2015-02-20 01:29:16 +01:00 |
|
enn0x
|
b7ef0d3bc3
|
Exposed flag to disable collision between linked bodies.
|
2015-02-20 01:14:12 +01:00 |
|
rdb
|
0fda35d88c
|
Commit patch by nikolm to support AmbientLight shader inputs in GLSL
|
2015-02-16 21:33:38 +01:00 |
|
rdb
|
d447ec3bc6
|
If GL_RENDERER begins with "Gallium", disable GL_PRIMITIVE_RESTART_FIXED_INDEX
|
2015-02-15 14:19:47 +01:00 |
|
rdb
|
7ed8cc9831
|
Add p3d_Color uniform in GLSL shaders
|
2015-02-11 21:54:34 +01:00 |
|
rdb
|
886890b02f
|
Merge /mnt/panda3d
|
2015-02-11 21:43:21 +01:00 |
|
rdb
|
4d2dcdcef7
|
Fix OpenGL ES compiler errors
|
2015-02-11 21:41:48 +01:00 |
|
rdb
|
8d17e86d2e
|
Merge /cygdrive/g/panda3d
|
2015-02-11 21:13:25 +01:00 |
|
rdb
|
b9c1765ab4
|
Fix eggcacher, dramatically improve Windows installer
|
2015-02-11 21:12:54 +01:00 |
|