Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Panda3D

We are on a mission to empower all content creators, scientists, innovators, and enthusiasts to create amazing projects with the help of a stable, powerful and flexible 3D rendering framework.
Collective - Host: opensource - https://opencollective.com/panda3d - Website: https://www.panda3d.org/ - Code: https://github.com/panda3d/panda3d

Various compile fixes

github.com/panda3d/panda3d - 7d414500c6578bfbb1b1f489acc2ea7075de5dbb authored about 8 years ago by rdb <[email protected]>
Fix potential crash in shader preprocess code

github.com/panda3d/panda3d - e8fbd2f9dac83c7ff1e3085efbd50718714563ab authored about 8 years ago by rdb <[email protected]>
More texture load/store performance optimisations

github.com/panda3d/panda3d - 62d0d8292e21561caf6486dfdc3ec87204443f14 authored about 8 years ago by rdb <[email protected]>
Don't link extension modules with libpython; changes to help w/ building whls

This fixes compatibility issues with homebrew Python on Mac OS X.

This introduces a --no-directs...

github.com/panda3d/panda3d - c1d6e9316631e33b49e10f29de0089a700c49b43 authored about 8 years ago by rdb <[email protected]>
Changes to build on ancient Linux distributions (CentOS 5 / manylinux)

github.com/panda3d/panda3d - 92302942feb5d2eacf4dd8bc9caa7fe4cb4aaf3c authored about 8 years ago by rdb <[email protected]>
Fix compilation issue with older ffmpeg versions

github.com/panda3d/panda3d - a13fb0e8ca4c6e04e4a7a9937e8a6c88758cef1b authored about 8 years ago by rdb <[email protected]>
Don't error if passing an oversized matrix array to a mat4[1] shader parameter

github.com/panda3d/panda3d - 5aa86185723f4858827e62703082c3ece672a303 authored about 8 years ago by rdb <[email protected]>
Flush nout before inducing crash in assert-abort

github.com/panda3d/panda3d - 637767fec893b43c4e6201a434fa435991ffe543 authored about 8 years ago by rdb <[email protected]>
Fix Python 3 error in particle sample in 1.9

github.com/panda3d/panda3d - 1808ad217cea81b5232cf7be977ee4f375416b6a authored about 8 years ago by rdb <[email protected]>
Add CP_area_priority for area lights

github.com/panda3d/panda3d - eab2a1a733dbef60f1a9c2bc1a26b5e42a0e6a3f authored about 8 years ago by rdb <[email protected]>
Add ability to produce .whl file

Based on original version by pennomi
Closes: #83

github.com/panda3d/panda3d - b2ccf6c0d2313d794468f7ae04beaddf5d930eb8 authored about 8 years ago by rdb <[email protected]>
Fix erroneous report in installer while installing libs

github.com/panda3d/panda3d - 04819719fb0918fdc463c1e86ed94b30b6e5e682 authored about 8 years ago by rdb <[email protected]>
Add RectangleLight class

github.com/panda3d/panda3d - da79c28a6cbbfc4a42914c6826ecc8985f83e9d3 authored about 8 years ago by rdb <[email protected]>
Improve shader caching; cache result of preprocess if cache-generated-shaders is set

github.com/panda3d/panda3d - 4b5c31716036258f421bd783faaac16e7fdf3ccb authored about 8 years ago by rdb <[email protected]>
deploy-ng: Remove Python version string from the filename of copied extension modules

github.com/panda3d/panda3d - 74a7d4ee48bb1c7182d56516b61d57452988a9ab authored about 8 years ago by Mitchell Stokes <[email protected]>
deploy-ng: Add bdist_panda3d command to create archives for each built platform

Linux platforms use tar.gz and everything else (Windows, macOS) uses
zip. Later we will want to ...

github.com/panda3d/panda3d - 2923af7d4440b596edbf82326634a49513b33f7e authored about 8 years ago by Mitchell Stokes <[email protected]>
deploy-ng: Add setup.py to the asteroids sample

github.com/panda3d/panda3d - ca036a56f254bf30715b93fbd3434874f8b24db5 authored about 8 years ago by Mitchell Stokes <[email protected]>
deploy-ng: Replace startfile keyword with applications

applications is a list of Application objects. The Application
constructor takes two arguments: ...

github.com/panda3d/panda3d - 086e61f9c334146ae1ccb952edd4cf02c5786c5c authored about 8 years ago by Mitchell Stokes <[email protected]>
deploy-ng: Replace game_dir keyword with directories, files, and exclude_paths

Also, mainfile has been replaced with startfile.

github.com/panda3d/panda3d - 7bf2b12f09dd1ea573d553a82b9f1c64e22407a3 authored about 8 years ago by Mitchell Stokes <[email protected]>
deploy-ng: Only build deploy-stub if Python is available

github.com/panda3d/panda3d - 3ab9bde73dac90a273bae14de2571b824892c31a authored about 8 years ago by Mitchell Stokes <[email protected]>
Fix name of "Buffer switch" pcollector in pStatProperties.cxx

github.com/panda3d/panda3d - 36f2eda9ecf9a84fbdd8b8a27adb0b757818c223 authored about 8 years ago by rdb <[email protected]>
Register .webm extension for videos

github.com/panda3d/panda3d - da0d7752c1701f7416a45aaeeeb8bb102a811b70 authored about 8 years ago by rdb <[email protected]>
ffmpeg: support videos with alpha; add ffmpeg-prefer-libvpx prc var

ffmpeg-prefer-libvpx forces ffmpeg to use the libvpx decoder for VP8/VP9 files, allowing the pla...

github.com/panda3d/panda3d - b6cb9b004506cb3d00db22fd276d288c2eabbf8a authored about 8 years ago by rdb <[email protected]>
CMake: Implement test for HAVE_IOS_BINARY.

github.com/panda3d/panda3d - b326c6e12dc430e5f655ad152f0199c487da477a authored about 8 years ago by Sam Edwards <[email protected]>
Implement support for SSBOs

github.com/panda3d/panda3d - 34068dc0c1d88a6111eec380df4096422a58867e authored about 8 years ago by rdb <[email protected]>
Fix DDS load crash with certain formats; support R16, RG16, R32, RG32

github.com/panda3d/panda3d - 23645cc407a04034bef457a9a3ab62dc62b94a94 authored about 8 years ago by rdb <[email protected]>
deploy-ng: support nested extension modules; omit unused panda3d.x modules

github.com/panda3d/panda3d - 2dab76131cba098ef7af25c8d1424bb4570fdfba authored about 8 years ago by rdb <[email protected]>
COW performance tweaks; also somehow fixes Bullet soft body issue

github.com/panda3d/panda3d - b21e8fdf3216b9a18d7f2edef9fc5ce5590f9969 authored about 8 years ago by rdb <[email protected]>
More texture load/store performance optimisations

github.com/panda3d/panda3d - 9eb04a533d7b16fe5c044e47a6c156cc0f3b5043 authored about 8 years ago by rdb <[email protected]>
Increase default alignment to 2x word size, make DeletedBufferChain allocations more efficient

NB. NeverFreeMemory no longer performs alignment.
This fixes the Bullet crash on Win64. Need to ...

github.com/panda3d/panda3d - c422f5952fdf4a11ba19a83c6431f13bed2aa22c authored about 8 years ago by rdb <[email protected]>
deploy-ng: changes to make it work on Windows

github.com/panda3d/panda3d - bae19a203be8297ad9ea7eb4412a7e19d0691e98 authored about 8 years ago by rdb <[email protected]>
cmake: Add p3dxml to libpanda

github.com/panda3d/panda3d - 2ecb06e48da928cce72b0bbe0ea7b2fa2ac88c1d authored about 8 years ago by rdb <[email protected]>
Merge remote-tracking branch 'origin/master' into cmake

github.com/panda3d/panda3d - 8d305273dd00397d2c194cf212cd7fa9ebd5614b authored about 8 years ago by rdb <[email protected]>
interrogate: fix to allow pointers to forcetyped classes

github.com/panda3d/panda3d - 32377cb618207f5a5a294934d9c2310d6fb8635e authored about 8 years ago by rdb <[email protected]>
Merge remote-tracking branch 'origin/release/1.9.x'

github.com/panda3d/panda3d - b217752e1649d3ef12d1258966f033145ab1e587 authored about 8 years ago by rdb <[email protected]>
Backport to 1.9: fix for distance sorting with gl-coordinate-system changed

github.com/panda3d/panda3d - a1338b9ac6171b2fc37f088b8130e5d22b378b54 authored about 8 years ago by rdb <[email protected]>
Try to preserve refresh rate when switching display mode on Windows

github.com/panda3d/panda3d - 83d54bcdafc9ba5ed9108e8f0619544f4d275c75 authored about 8 years ago by rdb <[email protected]>
Fix back-to-front sorting with gl-coordinate-system set to a custom value

github.com/panda3d/panda3d - b1d61b7b10117f8ee0fec99027f57240af39c046 authored about 8 years ago by rdb <[email protected]>
Show texture names in glBindTexture() calls in spam output

github.com/panda3d/panda3d - ceee5e9df95d3301ed9d329491737f0e39321a86 authored about 8 years ago by rdb <[email protected]>
Implement Python 3.6 fspath protocol; allow passing a pathlib.Path wherever Filename is expected

The Python 3.6 fspath protocol allows passing Filename objects into any Python standard library c...

github.com/panda3d/panda3d - e778c529b2afb94024c2aa01912b15c0d93fe83c authored about 8 years ago by rdb <[email protected]>
Add prc variable to force image bindings as writeonly (#131)

github.com/panda3d/panda3d - 3fa5b6b4ee569425ab99e16e4e1aa55273abc0f4 authored about 8 years ago by tobspr <[email protected]>
deploy-ng: fix missing Py_DecodeLocale definition error

github.com/panda3d/panda3d - 0002030e860eb62463a3f8b72571f2e189d95237 authored about 8 years ago by rdb <[email protected]>
Update Py_FrozenMain to work with Python 3.2

github.com/panda3d/panda3d - 4335e3759ad9fa5f5fd07da07c6124bca7c43182 authored about 8 years ago by rdb <[email protected]>
deploy-ng: fix issues with Mac/Python 2 build

github.com/panda3d/panda3d - f001bd20d73e353dbf63f48511c05c5af886e4b6 authored about 8 years ago by rdb <[email protected]>
Merge branch 'master' into deploy-ng

github.com/panda3d/panda3d - 70386795f415210cc650ed52f5414366df23129c authored about 8 years ago by rdb <[email protected]>
interrogate: fix issues with abstract classes and covariance (fixes EggPolygon constructor)

github.com/panda3d/panda3d - b182224463b153420ac4eb1a4ea6c9f86dae7ad5 authored about 8 years ago by rdb <[email protected]>
Clean up dynamic loading of Win32 funcs, remove makepanda touchinput setting, remove checks for pre-WinXP

github.com/panda3d/panda3d - 6344c05b18b8f7f32d01e79cab2bd96914a6fd3d authored about 8 years ago by rdb <[email protected]>
Remove some settings from dtool_config.h to prevent rebuilds:

- HAVE_OPENCV
- OPENCV_VER_23
- HAVE_FFMPEG
- HAVE_SWSCALE
- HAVE_SWRESAMPLE

github.com/panda3d/panda3d - c410d812ffed47dea8379db2340a8af7eaac9d6c authored about 8 years ago by rdb <[email protected]>
Fix Mac OS X Snow Leopard build

github.com/panda3d/panda3d - 83507e413fa34d0edc4af6c4c1aa0d7b6f60220d authored about 8 years ago by rdb <[email protected]>
Switch to clang by default on Mac; drop burden of supporting GCC 4.2

Also get rid of that annoying message about -pthread in clang.

github.com/panda3d/panda3d - 46c8990f40dd0d9e0fddb5a8c1e92acf4b7e0cae authored about 8 years ago by rdb <[email protected]>
cmake: Build dxml with TIXML_USE_STL.

github.com/panda3d/panda3d - 2cca9f5e354dc8ee80395e99cd42756d874cbae0 authored about 8 years ago by Sam Edwards <[email protected]>
Support push_macro and pop_macro in cppparser

github.com/panda3d/panda3d - a056543d5a3863d930535b0f9ad27600f73c5cd6 authored about 8 years ago by rdb <[email protected]>
Merge remote-tracking branch 'origin/release/1.9.x'

github.com/panda3d/panda3d - 6dc6b05409a39faf302423c30a08cadf2e11943d authored about 8 years ago by rdb <[email protected]>
cmake: Build p3dxml.

github.com/panda3d/panda3d - 41f532bea6446b4dec43cc1233ff5d96fb2e937d authored about 8 years ago by Sam Edwards <[email protected]>
travis: Build with CMake on Ubuntu trusty + precise.

github.com/panda3d/panda3d - 53c407e4701e3d52030a182b3661efc5318adc97 authored about 8 years ago by Sam Edwards <[email protected]>
cmake: Oops, turn on USE_PANDAFILESTREAM by default.

github.com/panda3d/panda3d - e1dfd4ee3dffb84d57ff14abc39be02ea933f153 authored about 8 years ago by Sam Edwards <[email protected]>
cmake: Make sure p3gobj doesn't depend on CgGL.

github.com/panda3d/panda3d - 0cbfbe02de890f40909ea9453aebe4056231ad0a authored about 8 years ago by Sam Edwards <[email protected]>
Fix GL compile error on Mac OS X

github.com/panda3d/panda3d - 84789ecdd18a3aadd3d6a8cb0ed17bd1acaea531 authored about 8 years ago by rdb <[email protected]>
travis: Fix PYTHONPATH for tests.

github.com/panda3d/panda3d - 7ee00365a0f4212c8a34cfd713bb18a3a415dcdb authored about 8 years ago by Sam Edwards <[email protected]>
cmake: Fix PandaModules generation.

github.com/panda3d/panda3d - 1f5a53619e4a655aab4c98c651ac347d7e840ec9 authored about 8 years ago by Sam Edwards <[email protected]>
cmake: Clean up some pandatool link hacks.

github.com/panda3d/panda3d - ae10462b58b27d7c34be526cd06e32445757b447 authored about 8 years ago by Sam Edwards <[email protected]>
travis: Fix faulty HAVE_GTK2 detection.

github.com/panda3d/panda3d - a32ace739121aa8e63cee3b336b42b680b6338e7 authored about 8 years ago by Sam Edwards <[email protected]>
pnmimagetypes: Try to work around the INLINE macro getting redefined by jpeglib.

github.com/panda3d/panda3d - 57fc514bab7f9210fd7bebfe3b437952eb775e14 authored about 8 years ago by Sam Edwards <[email protected]>
cmake: Don't rely on $<TARGET_PROPERTY:...> in CMake < 2.8.10.

github.com/panda3d/panda3d - e46890010a786805bbf68c7eb3194d60d0d0d077 authored about 8 years ago by Sam Edwards <[email protected]>
travis: Add CMake buildsystem to Travis config.

github.com/panda3d/panda3d - 3dcde42540491e3439bde110f61a6ebf0875fe67 authored about 8 years ago by Sam Edwards <[email protected]>
Protect against overallocation when reading corrupt texture from bam

github.com/panda3d/panda3d - 2b6e192e5aeb9c1b5078815c15735698f4ed1b6b authored about 8 years ago by rdb <[email protected]>
1.9: change to support .whl distribution (putting panda DLLs in panda3d/ dir)

github.com/panda3d/panda3d - 4a8f1839eafeaf107ea3b3f59c35137116e69712 authored about 8 years ago by rdb <[email protected]>
cmake: Fix AutoInclude workaround always being used irrespective of version.

Also fixes Interrogate's reliance on the INTERFACE_INCLUDE_DIRECTORIES target
property before ge...

github.com/panda3d/panda3d - e58697bee4e511f53655a724a67fc82171937ec9 authored about 8 years ago by Sam Edwards <[email protected]>
cmake: Update for new files added in master.

github.com/panda3d/panda3d - f45b4a7917400ffd37c908b13156ab900e4f2521 authored about 8 years ago by Sam Edwards <[email protected]>
Merge branch 'master' into cmake

github.com/panda3d/panda3d - e3fcacb1f78ac3faa91709e3bf7f99f715353f21 authored about 8 years ago by Sam Edwards <[email protected]>
general: Fix missing includes.

github.com/panda3d/panda3d - 573dad8dde37f9f37d008c720a35784a4f2a1e58 authored about 8 years ago by Sam Edwards <[email protected]>
Fix issue building against copy of Python that was compiled with MSVC 2010

github.com/panda3d/panda3d - 6259feb9344689686b036c989adaad31777bd6d2 authored about 8 years ago by rdb <[email protected]>
Fix error building debian package

github.com/panda3d/panda3d - 335debee54c1f02bea505bd199e95497099c999c authored about 8 years ago by rdb <[email protected]>
Merge remote-tracking branch 'origin/release/1.9.x'

github.com/panda3d/panda3d - 728310f96cb5a87af38a0b14f3b255d9c53e4e8d authored about 8 years ago by rdb <[email protected]>
Fix for getting R8 and R8G8 formats via FrameBufferProperties

github.com/panda3d/panda3d - 1c957b26b48cb36cb4244902fd866f244f3119ba authored about 8 years ago by rdb <[email protected]>
Fix extract_texture_data for buffer textures

github.com/panda3d/panda3d - 441b791e574a432ae912fdd959ee17cdb041f22b authored about 8 years ago by rdb <[email protected]>
Backport ability to create a pdb zipfile to 1.9

github.com/panda3d/panda3d - 80af51477a8c03df06f1f16a848866613045f7e3 authored about 8 years ago by rdb <[email protected]>
Bullet fixes: copying compound shapes, compile warnings, motion state alignment

github.com/panda3d/panda3d - 5ad900a413b27548640fdece2f56f33f3b9539bc authored about 8 years ago by rdb <[email protected]>
Support targeting Windows XP with MSVC 2015

github.com/panda3d/panda3d - 948ff8562d54f74c6ae8d29e6e0c89c1f91ad472 authored about 8 years ago by rdb <[email protected]>
Improve windows installer: .prc file assoc, use DOS newlines for prc, error if installing 64-bit version on 32-bit Windows

github.com/panda3d/panda3d - 1e2961f7efb7264acdfa9ef2c887f0aa292d72da authored about 8 years ago by rdb <[email protected]>
Make fetching of p3d_LightSource[n] input clearly defined for non-existent lights

Refer to OpenGL 2.1 spec page 61

Closes: #129

github.com/panda3d/panda3d - 7db45cb647a160dc0acd14f291124d6bd1f71dea authored about 8 years ago by rdb <[email protected]>
Fix material shader inputs not being updated properly

github.com/panda3d/panda3d - 78bf339c4160f3b9e6630afa767ebc6b3f58d57a authored about 8 years ago by rdb <[email protected]>
Backport b02e352 to 1.9:

rdb: Fix wrong GL texture being bound to image slot after being recreated

github.com/panda3d/panda3d - cf389276da45f564c9fcd6b0d8886096fa39d759 authored about 8 years ago by rdb <[email protected]>
Fix wrong GL texture being bound to image slot after being recreated

github.com/panda3d/panda3d - b02e3521bcf1ab064dbfb1fa05d265ee1681db44 authored about 8 years ago by rdb <[email protected]>
Merge branch 'input-overhaul' of github.com:grimfang/panda3d into input-overhaul

github.com/panda3d/panda3d - d3008c56e022fb20ad65243b6259ef1fc81b94b1 authored about 8 years ago by rdb <[email protected]>
Merge branch 'master' into input-overhaul

github.com/panda3d/panda3d - d0e9f136c0c11134699963917048aecb79ee04d8 authored about 8 years ago by rdb <[email protected]>
Fix for 1.9: fix errors when Cg-style matrix inputs are mat3

github.com/panda3d/panda3d - 8c1f64e086e3dd12be80a97b2e35ce3cffbff6d2 authored about 8 years ago by rdb <[email protected]>
Distutils: Add extras build option to copy extra files not normally copied (e.g., ones outside of the game directory)

github.com/panda3d/panda3d - b9b8782320a80e911d6721572529f15137f4b4fc authored about 8 years ago by Mitchell Stokes <[email protected]>
Set rpath on deploy-stub to $ORIGIN for Linux builds

This allows game runtimes to search their directory for shared
libraries instead of needing to u...

github.com/panda3d/panda3d - f61fbd356dff9ab0bef90861a9233e69205b2fce authored about 8 years ago by Mitchell Stokes <[email protected]>
Distutils: Copy over panda3d and libs

TODO: Currently all of the libs and the whole panda3d module gets copied
over. We should make us...

github.com/panda3d/panda3d - b11ec02acba7687cb3a46d8db8ecbd4dbb61370f authored about 8 years ago by Mitchell Stokes <[email protected]>
Distutils: Add exclude_modules option

github.com/panda3d/panda3d - c20826534381599957503a0531cc4f39483e87f5 authored about 8 years ago by Mitchell Stokes <[email protected]>
Remove yapdt

Distutils/setup.py should be used instead.

github.com/panda3d/panda3d - 8d44e73fcc7f6498dde6d8f637cf4161224beddc authored about 8 years ago by Mitchell Stokes <[email protected]>
Distutils: Create per-platform build directories

github.com/panda3d/panda3d - 9921cd5a973fbb7651b8b69fc104d43ffbb33258 authored about 8 years ago by Mitchell Stokes <[email protected]>
Distutils: Skip copying frozen Python packages

github.com/panda3d/panda3d - a628dd6edc0331ecfbac8e6cb9497e6c94aeb284 authored about 8 years ago by Mitchell Stokes <[email protected]>
Create experimental yapdt (Yet Another Panda3D Deployment Tool)

This uses FreezeTool and a new deploy-stub binary to create frozen
applications without needing ...

github.com/panda3d/panda3d - aa6e7229410de745169ed127da551eaec43c9a95 authored about 8 years ago by Mitchell Stokes <[email protected]>
Move runtime generation logic from yapdt to FreezeTool

github.com/panda3d/panda3d - b1a57643f994ac83dd376aa1ff8c429f82fd8de0 authored about 8 years ago by Mitchell Stokes <[email protected]>
Adding a dist module that can be imported to use FreezeTool as part of setup.py

github.com/panda3d/panda3d - 471090d1b4518fba2121d6b08732fe23de2756b8 authored about 8 years ago by Mitchell Stokes <[email protected]>
Copy game files when using setup.py

github.com/panda3d/panda3d - e9ae6b5bb12fce773ea8d38eb655f39d7894e267 authored about 8 years ago by Mitchell Stokes <[email protected]>
Fix mainfile option in setup.py

github.com/panda3d/panda3d - df7e3f03e264007c481735add500dfde9cb89553 authored about 8 years ago by Mitchell Stokes <[email protected]>
Remove PiratesMagicWordManager VR Studio code reference

github.com/panda3d/panda3d - e9a43a21fa63f535fe48c6a92078ad752fc3b34f authored about 8 years ago by Tohka <[email protected]>