rdb
f69354d9fa
Explicit template instantiation on gcc/clang, implement cfsworks' suggestion of moving compiler-specific stuff out of pandasymbols.h et al
2015-06-03 13:36:04 +02:00
rdb
cc62e731b7
Fix compilation with ppremake
2015-06-01 00:21:32 +02:00
rdb
b3630c4e18
Don't mangle certain numeric typedefs in API reference
2015-05-14 17:15:59 +02:00
Sam Edwards
118ed131ca
direct: Resolve missing import in Actor.
2015-05-02 22:14:17 +02:00
rdb
077d03a9f6
Center p3dCert on screen, and make it a modal dialog
2015-04-25 17:09:50 +02:00
rdb
c130d25193
Add typedefs to API documentation generator
2015-04-15 13:55:50 +02:00
rdb
500da29013
Fix obscure error caused by bug in _getDtoolSuperBase
2015-04-09 13:15:25 +02:00
rdb
3d2d1d9c23
Exclude a few system DLLs to make rtdist work on WinXP
2015-04-06 12:48:30 +02:00
rdb
16e7831566
Remove executable permissions from files that don't need them
2015-04-05 15:41:49 +02:00
rdb
d337573504
Allow loading 64-bit Panda from 32-bit plug-in on Mac OS X
2015-04-01 00:57:48 +02:00
rdb
840d81b3e1
Fix npapi plugin load issue I had on Chrome on Mac
2015-03-31 13:08:36 +02:00
rdb
40fff906d1
Change default window size to 800x600 across the board (incl runtime)
2015-03-30 17:57:37 +02:00
rdb
af18bfd18d
Fix makepanda, squelch libpandaexpress import error
2015-03-30 00:21:31 +02:00
rdb
5827959056
Fixes for 64-bit OS X build on newer OS X versions
2015-03-29 22:06:32 +02:00
rdb
bcb203af9a
Mac OS X build improvements
2015-03-29 18:09:28 +02:00
rdb
b06100afdd
Changes to support building universal Mac rtdist for 1.9
2015-03-28 00:31:10 +01:00
rdb
993894d93d
Upgrade FLTK version
2015-03-27 23:23:26 +01:00
rdb
477aa4bdfe
Fix various Windows build issues
2015-03-27 23:17:35 +01:00
rdb
ea7144e87d
Eliminate p3dpython's problematic link-type dependency on core.pyd
2015-03-25 19:42:23 +01:00
rdb
3371df8403
Fix tp_compare, better __repr__/__str__ handling
2015-03-25 19:36:35 +01:00
rdb
e3166ed850
Merge pull request #11 from deflected/master
...
Fix broken animations when multipart actor have completely overlapping parts
2015-03-24 18:56:57 +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
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
753b1c623d
Deprecate DirectStart and run(), allow clean ShowBase teardown, docstrings for ShowBase members
2015-03-15 13:06:49 +01:00
rdb
68cf8cf44f
Fix various issues with API documentation generator
2015-03-13 18:40:26 +01:00
rdb
1d9f18139c
Fix bug with accum bits being requested for FBO
2015-03-08 14:34:56 +01:00
deflected
d74d6cb587
Revert "Patch by cfsworks: actor: On removePart, clean up the part's commonBundleHandle."
...
This reverts commit a4563fb342 .
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
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
b9c1765ab4
Fix eggcacher, dramatically improve Windows installer
2015-02-11 21:12:54 +01:00
rdb
cbd70ad8af
Move all Python bindings out of core DLLs into the .pyd files.
2015-02-10 14:30:51 +01:00
rdb
aec80426a3
Remove (apparently unused) code that is problematic because it references symbols from the generated bindings
2015-02-08 19:48:42 +01:00
rdb
083e160f89
Partially fix excessive event spam when resizing windows
2015-02-02 19:18:32 +01:00
rdb
13fb8079ec
Better shader caching, GLSL "#pragma include" support, better error reporting
2015-02-01 17:52:52 +01:00
rdb
a6cf0960fa
Remove EventStorePandaNode, it is no longer necessary
...
(since PandaNode now directly inherits from TypedWritableReferenceCount)
2015-01-24 19:50:14 +01:00
rdb
9b747b525e
Merge pull request #4 from frainfreeze/master
...
updated direct/particle to import from panda3d.physics
2015-01-13 20:12:44 +01:00
frainfreeze
07e73672db
updated direct/particle to import from panda3d.physics
2015-01-12 21:41:36 +01:00
rdb
b47450ffa4
fix import of init_app_for_gui for wx
2015-01-12 21:18:47 +01:00
rdb
d6ce7c6562
Oops, fix build
2015-01-12 20:35:17 +01:00
rdb
0aa0f34c74
Lots of work to make the rtdist work with the new library building system
2015-01-12 15:02:42 +01:00
rdb
88dbb31daa
Delete old cruft that appears unused. Feel free to add it back if you need them.
2015-01-12 15:00:16 +01:00
rdb
33ef39b7db
Remove modules that seem obsolete from direct tree
2015-01-03 16:33:19 +01:00
rdb
624b3dad14
Delete DirectX 8 support
2014-12-30 02:00:43 +01:00
rdb
24b8bd8b96
Fix regression in Volumetric Lighting filter
2014-12-29 15:58:06 +01:00
rdb
be1eb1d812
More minor linux packaging fixes
2014-12-29 15:16:33 +01:00
rdb
f4ec51d4c2
fix pdeploy regression: per_platform should be 0 in installed contents.xml
2014-12-11 17:02:20 +01:00