Ecosyste.ms: OpenCollective

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

github.com/panda3d/panda3d

Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
https://github.com/panda3d/panda3d

Various compile fixes

7d414500c6578bfbb1b1f489acc2ea7075de5dbb authored about 8 years ago
Fix potential crash in shader preprocess code

e8fbd2f9dac83c7ff1e3085efbd50718714563ab authored about 8 years ago
More texture load/store performance optimisations

62d0d8292e21561caf6486dfdc3ec87204443f14 authored about 8 years ago
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...

c1d6e9316631e33b49e10f29de0089a700c49b43 authored about 8 years ago
Changes to build on ancient Linux distributions (CentOS 5 / manylinux)

92302942feb5d2eacf4dd8bc9caa7fe4cb4aaf3c authored about 8 years ago
Fix compilation issue with older ffmpeg versions

a13fb0e8ca4c6e04e4a7a9937e8a6c88758cef1b authored about 8 years ago
Don't error if passing an oversized matrix array to a mat4[1] shader parameter

5aa86185723f4858827e62703082c3ece672a303 authored about 8 years ago
Flush nout before inducing crash in assert-abort

637767fec893b43c4e6201a434fa435991ffe543 authored about 8 years ago
Fix Python 3 error in particle sample in 1.9

1808ad217cea81b5232cf7be977ee4f375416b6a authored about 8 years ago
Add CP_area_priority for area lights

eab2a1a733dbef60f1a9c2bc1a26b5e42a0e6a3f authored about 8 years ago
Add ability to produce .whl file

Based on original version by pennomi
Closes: #83

b2ccf6c0d2313d794468f7ae04beaddf5d930eb8 authored about 8 years ago
Fix erroneous report in installer while installing libs

04819719fb0918fdc463c1e86ed94b30b6e5e682 authored about 8 years ago
Add RectangleLight class

da79c28a6cbbfc4a42914c6826ecc8985f83e9d3 authored about 8 years ago
Improve shader caching; cache result of preprocess if cache-generated-shaders is set

4b5c31716036258f421bd783faaac16e7fdf3ccb authored about 8 years ago
deploy-ng: Remove Python version string from the filename of copied extension modules

74a7d4ee48bb1c7182d56516b61d57452988a9ab authored about 8 years ago
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 ...

2923af7d4440b596edbf82326634a49513b33f7e authored about 8 years ago
deploy-ng: Add setup.py to the asteroids sample

ca036a56f254bf30715b93fbd3434874f8b24db5 authored about 8 years ago
deploy-ng: Replace startfile keyword with applications

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

086e61f9c334146ae1ccb952edd4cf02c5786c5c authored about 8 years ago
deploy-ng: Replace game_dir keyword with directories, files, and exclude_paths

Also, mainfile has been replaced with startfile.

7bf2b12f09dd1ea573d553a82b9f1c64e22407a3 authored about 8 years ago
deploy-ng: Only build deploy-stub if Python is available

3ab9bde73dac90a273bae14de2571b824892c31a authored about 8 years ago
Fix name of "Buffer switch" pcollector in pStatProperties.cxx

36f2eda9ecf9a84fbdd8b8a27adb0b757818c223 authored about 8 years ago
Register .webm extension for videos

da0d7752c1701f7416a45aaeeeb8bb102a811b70 authored about 8 years ago
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...

b6cb9b004506cb3d00db22fd276d288c2eabbf8a authored about 8 years ago
CMake: Implement test for HAVE_IOS_BINARY.

b326c6e12dc430e5f655ad152f0199c487da477a authored about 8 years ago
Implement support for SSBOs

34068dc0c1d88a6111eec380df4096422a58867e authored about 8 years ago
Fix DDS load crash with certain formats; support R16, RG16, R32, RG32

23645cc407a04034bef457a9a3ab62dc62b94a94 authored about 8 years ago
deploy-ng: support nested extension modules; omit unused panda3d.x modules

2dab76131cba098ef7af25c8d1424bb4570fdfba authored about 8 years ago
COW performance tweaks; also somehow fixes Bullet soft body issue

b21e8fdf3216b9a18d7f2edef9fc5ce5590f9969 authored about 8 years ago
More texture load/store performance optimisations

9eb04a533d7b16fe5c044e47a6c156cc0f3b5043 authored about 8 years ago
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 ...

c422f5952fdf4a11ba19a83c6431f13bed2aa22c authored about 8 years ago
deploy-ng: changes to make it work on Windows

bae19a203be8297ad9ea7eb4412a7e19d0691e98 authored about 8 years ago
cmake: Add p3dxml to libpanda

2ecb06e48da928cce72b0bbe0ea7b2fa2ac88c1d authored about 8 years ago
Merge remote-tracking branch 'origin/master' into cmake

8d305273dd00397d2c194cf212cd7fa9ebd5614b authored about 8 years ago
interrogate: fix to allow pointers to forcetyped classes

32377cb618207f5a5a294934d9c2310d6fb8635e authored about 8 years ago
Merge remote-tracking branch 'origin/release/1.9.x'

b217752e1649d3ef12d1258966f033145ab1e587 authored about 8 years ago
Backport to 1.9: fix for distance sorting with gl-coordinate-system changed

a1338b9ac6171b2fc37f088b8130e5d22b378b54 authored about 8 years ago
Try to preserve refresh rate when switching display mode on Windows

83d54bcdafc9ba5ed9108e8f0619544f4d275c75 authored about 8 years ago
Fix back-to-front sorting with gl-coordinate-system set to a custom value

b1d61b7b10117f8ee0fec99027f57240af39c046 authored about 8 years ago
Show texture names in glBindTexture() calls in spam output

ceee5e9df95d3301ed9d329491737f0e39321a86 authored about 8 years ago
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...

e778c529b2afb94024c2aa01912b15c0d93fe83c authored about 8 years ago
Add prc variable to force image bindings as writeonly (#131)

3fa5b6b4ee569425ab99e16e4e1aa55273abc0f4 authored about 8 years ago
deploy-ng: fix missing Py_DecodeLocale definition error

0002030e860eb62463a3f8b72571f2e189d95237 authored about 8 years ago
Update Py_FrozenMain to work with Python 3.2

4335e3759ad9fa5f5fd07da07c6124bca7c43182 authored about 8 years ago
deploy-ng: fix issues with Mac/Python 2 build

f001bd20d73e353dbf63f48511c05c5af886e4b6 authored about 8 years ago
Merge branch 'master' into deploy-ng

70386795f415210cc650ed52f5414366df23129c authored about 8 years ago
interrogate: fix issues with abstract classes and covariance (fixes EggPolygon constructor)

b182224463b153420ac4eb1a4ea6c9f86dae7ad5 authored about 8 years ago
Clean up dynamic loading of Win32 funcs, remove makepanda touchinput setting, remove checks for pre-WinXP

6344c05b18b8f7f32d01e79cab2bd96914a6fd3d authored about 8 years ago
Remove some settings from dtool_config.h to prevent rebuilds:

- HAVE_OPENCV
- OPENCV_VER_23
- HAVE_FFMPEG
- HAVE_SWSCALE
- HAVE_SWRESAMPLE

c410d812ffed47dea8379db2340a8af7eaac9d6c authored about 8 years ago
Fix Mac OS X Snow Leopard build

83507e413fa34d0edc4af6c4c1aa0d7b6f60220d authored about 8 years ago
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.

46c8990f40dd0d9e0fddb5a8c1e92acf4b7e0cae authored about 8 years ago
cmake: Build dxml with TIXML_USE_STL.

2cca9f5e354dc8ee80395e99cd42756d874cbae0 authored about 8 years ago
Support push_macro and pop_macro in cppparser

a056543d5a3863d930535b0f9ad27600f73c5cd6 authored about 8 years ago
Merge remote-tracking branch 'origin/release/1.9.x'

6dc6b05409a39faf302423c30a08cadf2e11943d authored about 8 years ago
cmake: Build p3dxml.

41f532bea6446b4dec43cc1233ff5d96fb2e937d authored about 8 years ago
travis: Build with CMake on Ubuntu trusty + precise.

53c407e4701e3d52030a182b3661efc5318adc97 authored about 8 years ago
cmake: Oops, turn on USE_PANDAFILESTREAM by default.

e1dfd4ee3dffb84d57ff14abc39be02ea933f153 authored about 8 years ago
cmake: Make sure p3gobj doesn't depend on CgGL.

0cbfbe02de890f40909ea9453aebe4056231ad0a authored about 8 years ago
Fix GL compile error on Mac OS X

84789ecdd18a3aadd3d6a8cb0ed17bd1acaea531 authored about 8 years ago
travis: Fix PYTHONPATH for tests.

7ee00365a0f4212c8a34cfd713bb18a3a415dcdb authored about 8 years ago
cmake: Fix PandaModules generation.

1f5a53619e4a655aab4c98c651ac347d7e840ec9 authored about 8 years ago
cmake: Clean up some pandatool link hacks.

ae10462b58b27d7c34be526cd06e32445757b447 authored about 8 years ago
travis: Fix faulty HAVE_GTK2 detection.

a32ace739121aa8e63cee3b336b42b680b6338e7 authored about 8 years ago
pnmimagetypes: Try to work around the INLINE macro getting redefined by jpeglib.

57fc514bab7f9210fd7bebfe3b437952eb775e14 authored about 8 years ago
cmake: Don't rely on $<TARGET_PROPERTY:...> in CMake < 2.8.10.

e46890010a786805bbf68c7eb3194d60d0d0d077 authored about 8 years ago
travis: Add CMake buildsystem to Travis config.

3dcde42540491e3439bde110f61a6ebf0875fe67 authored about 8 years ago
Protect against overallocation when reading corrupt texture from bam

2b6e192e5aeb9c1b5078815c15735698f4ed1b6b authored about 8 years ago
1.9: change to support .whl distribution (putting panda DLLs in panda3d/ dir)

4a8f1839eafeaf107ea3b3f59c35137116e69712 authored about 8 years ago
cmake: Fix AutoInclude workaround always being used irrespective of version.

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

e58697bee4e511f53655a724a67fc82171937ec9 authored about 8 years ago
cmake: Update for new files added in master.

f45b4a7917400ffd37c908b13156ab900e4f2521 authored about 8 years ago
Merge branch 'master' into cmake

e3fcacb1f78ac3faa91709e3bf7f99f715353f21 authored about 8 years ago
general: Fix missing includes.

573dad8dde37f9f37d008c720a35784a4f2a1e58 authored about 8 years ago
Fix issue building against copy of Python that was compiled with MSVC 2010

6259feb9344689686b036c989adaad31777bd6d2 authored about 8 years ago
Fix error building debian package

335debee54c1f02bea505bd199e95497099c999c authored about 8 years ago
Merge remote-tracking branch 'origin/release/1.9.x'

728310f96cb5a87af38a0b14f3b255d9c53e4e8d authored about 8 years ago
Fix for getting R8 and R8G8 formats via FrameBufferProperties

1c957b26b48cb36cb4244902fd866f244f3119ba authored about 8 years ago
Fix extract_texture_data for buffer textures

441b791e574a432ae912fdd959ee17cdb041f22b authored about 8 years ago
Backport ability to create a pdb zipfile to 1.9

80af51477a8c03df06f1f16a848866613045f7e3 authored about 8 years ago
Bullet fixes: copying compound shapes, compile warnings, motion state alignment

5ad900a413b27548640fdece2f56f33f3b9539bc authored about 8 years ago
Support targeting Windows XP with MSVC 2015

948ff8562d54f74c6ae8d29e6e0c89c1f91ad472 authored about 8 years ago
Improve windows installer: .prc file assoc, use DOS newlines for prc, error if installing 64-bit version on 32-bit Windows

1e2961f7efb7264acdfa9ef2c887f0aa292d72da authored about 8 years ago
Make fetching of p3d_LightSource[n] input clearly defined for non-existent lights

Refer to OpenGL 2.1 spec page 61

Closes: #129

7db45cb647a160dc0acd14f291124d6bd1f71dea authored about 8 years ago
Fix material shader inputs not being updated properly

78bf339c4160f3b9e6630afa767ebc6b3f58d57a authored about 8 years ago
Backport b02e352 to 1.9:

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

cf389276da45f564c9fcd6b0d8886096fa39d759 authored about 8 years ago
Fix wrong GL texture being bound to image slot after being recreated

b02e3521bcf1ab064dbfb1fa05d265ee1681db44 authored about 8 years ago
Merge branch 'input-overhaul' of github.com:grimfang/panda3d into input-overhaul

d3008c56e022fb20ad65243b6259ef1fc81b94b1 authored about 8 years ago
Merge branch 'master' into input-overhaul

d0e9f136c0c11134699963917048aecb79ee04d8 authored about 8 years ago
Fix for 1.9: fix errors when Cg-style matrix inputs are mat3

8c1f64e086e3dd12be80a97b2e35ce3cffbff6d2 authored about 8 years ago
Distutils: Add extras build option to copy extra files not normally copied (e.g., ones outside of the game directory)

b9b8782320a80e911d6721572529f15137f4b4fc authored about 8 years ago
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...

f61fbd356dff9ab0bef90861a9233e69205b2fce authored about 8 years ago
Distutils: Copy over panda3d and libs

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

b11ec02acba7687cb3a46d8db8ecbd4dbb61370f authored about 8 years ago
Distutils: Add exclude_modules option

c20826534381599957503a0531cc4f39483e87f5 authored about 8 years ago
Remove yapdt

Distutils/setup.py should be used instead.

8d44e73fcc7f6498dde6d8f637cf4161224beddc authored about 8 years ago
Distutils: Create per-platform build directories

9921cd5a973fbb7651b8b69fc104d43ffbb33258 authored about 8 years ago
Distutils: Skip copying frozen Python packages

a628dd6edc0331ecfbac8e6cb9497e6c94aeb284 authored about 8 years ago
Create experimental yapdt (Yet Another Panda3D Deployment Tool)

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

aa6e7229410de745169ed127da551eaec43c9a95 authored about 8 years ago
Move runtime generation logic from yapdt to FreezeTool

b1a57643f994ac83dd376aa1ff8c429f82fd8de0 authored about 8 years ago
Adding a dist module that can be imported to use FreezeTool as part of setup.py

471090d1b4518fba2121d6b08732fe23de2756b8 authored about 8 years ago
Copy game files when using setup.py

e9ae6b5bb12fce773ea8d38eb655f39d7894e267 authored about 8 years ago
Fix mainfile option in setup.py

df7e3f03e264007c481735add500dfde9cb89553 authored about 8 years ago
Remove PiratesMagicWordManager VR Studio code reference

e9a43a21fa63f535fe48c6a92078ad752fc3b34f authored about 8 years ago