20401 Commits

Author SHA1 Message Date
rdb
9e1d1146b8 Build windows plug-in with MFC 2015-03-24 17:42:04 +01:00
rdb
ddbb409eac Fix error when building runtime with --version 2015-03-24 16:25:41 +01:00
Ed Swartz
8344fc6187 PNMImage row interface 2015-03-23 19:28:37 +01:00
rdb
38d02fadf9 Fix various interrogate issues with parsing PhysX headers 2015-03-23 19:27:29 +01:00
rdb
de0b0dd879 Fix various issues with Python 3 support, fix samples to work with Python 3 2015-03-23 00:32:47 +01:00
rdb
0570d9536e Merge branch 'interrogate-overhaul'
Conflicts:
	panda/src/gobj/texture.h
	panda/src/pnmimage/pnmImage.h
2015-03-22 21:50:08 +01:00
rdb
c582d3ff67 Fix false positive when detecting header-only library presence 2015-03-22 20:05:53 +01:00
rdb
babc6726b2 Replace libpng and libjpeg with stb_image in the web plug-in to fix conflicts with incompatible system versions of libpng 2015-03-22 19:48:16 +01:00
rdb
0ee5be581c Fix rtdist compile issues 2015-03-22 19:38:46 +01:00
rdb
9bf5885312 Include npapi headers in Panda source, to make life generally easier 2015-03-21 21:45:14 +01:00
rdb
7edecd7fea Fix compilation issues with the runtime 2015-03-21 21:33:32 +01:00
rdb
ba6529811d Fix regression with incorrect scaling of 16-bit PNG files 2015-03-21 21:08:54 +01:00
rdb
0416c6dbec Robustify package detection on Linux 2015-03-19 19:38:09 +01:00
rdb
ab978d80e1 Merge pull request #14 from nikolmiv/fix-mesh-drawer-stream
Fix MeshDrawer::stream
2015-03-18 17:02:54 +01:00
rdb
0c90205091 Merge pull request #15 from nikolmiv/gitignore-targetroot
Ignore targetroot/ directory
2015-03-18 12:42:06 +01:00
Nikola Milentijevic
e2fd5e8ee6 Ignore targetroot/ directory
This directory is created during build on Linux.
2015-03-18 12:36:43 +01:00
Nikola Milentijevic
e687c76db8 Fix MeshDrawer::stream
Direction vector is computed as stop - start, but the position
in the loop is computed from stop as base, instead of from start;
this is changed to start as the base (and then offset must be added).
Multiplication of non-normalized direction vector with its length
yields square of the expected current step inside the loop;
this is changed to use the normalized direction vector.
2015-03-17 19:40:09 +01:00
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
b63d5fbe8c Support cyclic garbage collection through PythonTask objects 2015-03-15 12:24:06 +01:00
rdb
e608fa69c7 Merge branch 'master' into interrogate-overhaul
Conflicts:
	dtool/src/cppparser/cppBison.yxx
	dtool/src/interrogate/interfaceMakerPythonNative.cxx
2015-03-14 16:47:31 +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
deflected
d74d6cb587 Revert "Patch by cfsworks: actor: On removePart, clean up the part's commonBundleHandle."
This reverts commit a4563fb342715bccd9a63aa320395f13abaace46.

commonBundleHandle is not holding bundle for this part only. When
two or more parts shares or have similar bundles - their bundles
are merged. In these cases it is not correct to remove
the commonBundleHandle for this parts.
2015-03-02 16:03:48 +02: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
da3f642902 Various interrogate improvements 2015-02-27 15:01:42 +01:00
rdb
413162110b Fix FCollada compile issues on Windows 2015-02-27 14:18:17 +01:00
rdb
238cbad2a1 Merge branch 'master' into interrogate-overhaul 2015-02-27 12:48:33 +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