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

Fix issue with Windows build

github.com/panda3d/panda3d - b0a84087556b24b9fa76306a80ed7fb59f2dac11 authored about 8 years ago by rdb <[email protected]>
cppparser: fix issue with templated external method definitions

github.com/panda3d/panda3d - d54d43ac3401a64ab4a1137bd17477f5bb0d6fa0 authored about 8 years ago by rdb <[email protected]>
Add functional header to parser-inc (#126)

* Support for the functional header

* Add unordered_map and initializer_list

* Add unorder...

github.com/panda3d/panda3d - c0fd29d822571b9a1a865f4446f895a3f4b721db authored about 8 years ago by tobspr <[email protected]>
Revert code that is triggering an odd compiler quirk in MSVC

github.com/panda3d/panda3d - c2abb4b2f86501108a905e37d70a5997dbccdfd0 authored about 8 years ago by rdb <[email protected]>
More Interrogate C++11 support changes:

* Parse variadic templates
* Add (incomplete) type_traits support
* Parse anonymous class temp...

github.com/panda3d/panda3d - 22f0b508510cf2daa9a5f7e555d463d1d45ecfe2 authored about 8 years ago by rdb <[email protected]>
Let's do away with Geom-wide usage hints, it's not very useful

github.com/panda3d/panda3d - 7259425b7c1324192bdd55a5814c6a0530abb02b authored about 8 years ago by rdb <[email protected]>
Don't give misleading error when image shader input is missing

github.com/panda3d/panda3d - 7bef96e71d2910d3dc9513079c256db30959f41a authored about 8 years ago by rdb <[email protected]>
Interrogate issues: "fix #pragma once" for files specified on command-line, fix "unexpected $end" not having line numbers when parsing template parameter list

github.com/panda3d/panda3d - 1467541b8d1df4364ca2bebad0d45620dfdc9f60 authored about 8 years ago by rdb <[email protected]>
Update stdint.h

This adds missing definitions from the standard library header ` stdint.h` to the interrogate he...

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

github.com/panda3d/panda3d - 29411f5e141a50b1a77e0c15e9f53fcd385686c7 authored about 8 years ago by rdb <[email protected]>
Fix errors when trying to raise vectors to a power

github.com/panda3d/panda3d - 5832ab8099f8880e8b8ca6404d5233c9e6187179 authored about 8 years ago by rdb <[email protected]>
Fix exception when trying to pickle NodePathCollection objects

github.com/panda3d/panda3d - 4526de8f7ad198b9e2ac4c7f8e0ca7e34d24c7cb authored about 8 years ago by rdb <[email protected]>
Changes suggested by liuzhengcai to fix 3dsmax 2014 build

github.com/panda3d/panda3d - c822fb57af130d78392893d3117df51c79727525 authored about 8 years ago by rdb <[email protected]>
Fix build without Python

github.com/panda3d/panda3d - ed761f29978fdea38e3cfafb5dd504db4c4c99a7 authored about 8 years ago by rdb <[email protected]>
Cleanup .gitignore files

Remove all .gitignore files in subdirectories and add a few new ignores
to the top-level directo...

github.com/panda3d/panda3d - 59b0913b0b25dfcd5912060c8d940d15d0663cc6 authored about 8 years ago by Mitchell Stokes <[email protected]>
Fix DirectScrolledList regression

github.com/panda3d/panda3d - d43f0ef9099b0c8be4dea911e4834f8f97a043a2 authored about 8 years ago by rdb <[email protected]>
Implement make_copy() for BulletRigidBodyNode

This appears to be the last piece needed to load BulletRigidBodyNodes from BAM files.

github.com/panda3d/panda3d - 81dd4d97ad7dfc622e3a8e7e33f22a9bcaa2a182 authored about 8 years ago by Mitchell Stokes <[email protected]>
Don't use assimp/ prefix when including assimp files

github.com/panda3d/panda3d - 758cd523e24a4bed60181647a462bef5427762c3 authored about 8 years ago by rdb <[email protected]>
Fix link error on Windows with WANT_NATIVE_NET

github.com/panda3d/panda3d - e1ea1e8fb098bb0d73f9eff4bede0386ee9deba1 authored about 8 years ago by rdb <[email protected]>
Clean up some of the dtool_config.h variables

github.com/panda3d/panda3d - 1049088f1174b4801b6e6d116b884c0a79a59aa3 authored about 8 years ago by rdb <[email protected]>
Texture.set_ram_image(_as) now directly accepts buffers with right component size

github.com/panda3d/panda3d - ef986ccfc09dd831896e31198169b95f44f93819 authored about 8 years ago by rdb <[email protected]>
Add tube-into-plane and tube-into-sphere tests

github.com/panda3d/panda3d - a757cb47e8bf06a7cb6597459b7ee25442daa014 authored about 8 years ago by rdb <[email protected]>
bam2egg: support collision masks, UvScrollNode

github.com/panda3d/panda3d - df998fb24c2dd47807afb4f2c5d3487999cf2c6b authored about 8 years ago by rdb <[email protected]>
Allow passing - as filename to egg tools to read from stdin

github.com/panda3d/panda3d - 1bd96685bca63406bd4748a36fa4ccd348436999 authored about 8 years ago by rdb <[email protected]>
PfmFile::set_point() should allow NaN's

github.com/panda3d/panda3d - 775c69b53d92affc3a572235522b4159630335a9 authored about 8 years ago by David Rose <[email protected]>
Merge branch 'release/1.9.x'

github.com/panda3d/panda3d - 62c008602e46e0ebb0d650403e8bc46b18020ab0 authored about 8 years ago by rdb <[email protected]>
Fix compile errors in unicode conversion in max exporter

github.com/panda3d/panda3d - 34b8e0844ee11988a57c5205074779f0f81ae8ce authored about 8 years ago by rdb <[email protected]>
Preserve "intangible" and "level" collide flags in bam2egg

github.com/panda3d/panda3d - ea82d9d66426a489bed7c14fb117c7028dffe175 authored about 8 years ago by rdb <[email protected]>
Fix compilation errors in Bullet 2.84/2.85

github.com/panda3d/panda3d - e2fe9513220395e52f54f1c95eb0d71a29376232 authored about 8 years ago by rdb <[email protected]>
Make stb_image loader not rely on seeking to read .jpg files

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

github.com/panda3d/panda3d - f1f4951fb5afacea410cda99091aba91180232ca authored about 8 years ago by rdb <[email protected]>
Fix support for passing keyword arguments to methods named make()

such as *Attrib.make() and Shader.make()

github.com/panda3d/panda3d - 955ca0d3340b4786b2be1d2161984cf9813ad27a authored about 8 years ago by rdb <[email protected]>
X11: fix .ico cursor bug. Support PNG-compressed .ico files.

github.com/panda3d/panda3d - 7c45e891f5e6c668d6fa0d524e5545894e76f6d5 authored about 8 years ago by rdb <[email protected]>
Drop support for pre-5.0 Maya versions

github.com/panda3d/panda3d - a56520d055ff812747ff16973a35c2ec1280bdd0 authored about 8 years ago by rdb <[email protected]>
Drop support for OpenSSL versions before 0.9.7

github.com/panda3d/panda3d - 06cc1794fc173aad5134a90a9f93716594171141 authored about 8 years ago by rdb <[email protected]>
Remove duplicate definition of USE_GENERIC_DXERR_LIBRARY in ppremake

github.com/panda3d/panda3d - a973107bd9abba79d25a2494c79a46be2afe68ff authored about 8 years ago by rdb <[email protected]>
Fix exception when creating intervals before ShowBase is started

github.com/panda3d/panda3d - f363088cb2a1c4961bb7740f09e4d0fff51a38d6 authored over 8 years ago by rdb <[email protected]>
Merge branch 'release/1.9.x'

github.com/panda3d/panda3d - 4381412d23d13bcae03a33a270433c56be588d2d authored over 8 years ago by rdb <[email protected]>
Windows installer: More robust and less error-prone PATH changing

github.com/panda3d/panda3d - 231ca47edd20c8576df6cb94f656579160cd1fdf authored over 8 years ago by rdb <[email protected]>
Fix mipmap filtering issues in tinydisplay renderer

github.com/panda3d/panda3d - 3f5399437221259bf0940e9bb2d3eb1d4e3ece42 authored over 8 years ago by rdb <[email protected]>
Fix tinydisplay texture errors on shutdown

github.com/panda3d/panda3d - 2e9394eba70f049d632684f78f7ef94b2d3ca00b authored over 8 years ago by rdb <[email protected]>
Fix inoperative -tbn/-tbnall/-tbnauto options in egg-optchar

github.com/panda3d/panda3d - aa74caacbe92ff987691c99adeaaf18659673b90 authored over 8 years ago by rdb <[email protected]>
Write texture types when pview failed to recognise extension

github.com/panda3d/panda3d - 3ee033eeeb2d9a0e4977747188116c342b0f1dd0 authored over 8 years ago by rdb <[email protected]>
Fix state attribs at primitive level in bam2egg; also prevent duplication of state attribs at primitive level if possible

github.com/panda3d/panda3d - c9ea02445edca2e91aec440ffde5967f03d06fe5 authored over 8 years ago by rdb <[email protected]>
Fix optimize=4 build on Windows; adjust Travis to make one opt4 build

github.com/panda3d/panda3d - 7c79a999a55079f5df7890cd8455635ef347d39d authored over 8 years ago by rdb <[email protected]>
Fix compilation issue for gcc versions before 4.3

github.com/panda3d/panda3d - 3eed7bc0427aa533db16fdcf0af402c1aaf11e35 authored over 8 years ago by rdb <[email protected]>
Windows: add right-click file associations for .pz/.mf/.egg/.bam files, produce .zip files containing the .pdb files

github.com/panda3d/panda3d - 4fb5d19df9500269be7ec3c211547ce6e797d934 authored over 8 years ago by rdb <[email protected]>
Merge branch 'release/1.9.x'

github.com/panda3d/panda3d - b53d58c5c6fb9f3295138f2217249c24f8888bc3 authored over 8 years ago by rdb <[email protected]>
Fix rare Windows install bug: clears PATH env var if longer than 1024 chars

github.com/panda3d/panda3d - 7b555b17b132c8f0f427bdb10352d4c87765064d authored over 8 years ago by rdb <[email protected]>
Add back pandac.extension_native_helpers for compatibility

github.com/panda3d/panda3d - 6962f56915bb8bac52a0809eecc1b5adeaa6b996 authored over 8 years ago by rdb <[email protected]>
Fix various issues in bam2egg:

* No longer inserts an extra root group for the ModelRoot
* Support depth test, offset and cull...

github.com/panda3d/panda3d - 0bdafe45ceeb6d6428753d1765355cc258ad23da authored over 8 years ago by rdb <[email protected]>
Merge branch 'release/1.9.x'

github.com/panda3d/panda3d - 08ea4bf2e54eb8a97330a58726bd7511c7c8a700 authored over 8 years ago by rdb <[email protected]>
Fix is_playing() when playing an animation backwards

github.com/panda3d/panda3d - 2c651dc96bcc4882e474caa0985ab0b720c9c812 authored over 8 years ago by rdb <[email protected]>
Fix async flatten of node without parents

github.com/panda3d/panda3d - 9904980ce4b03c87c25876c8a183efe8baaa7661 authored over 8 years ago by rdb <[email protected]>
loader: Added loading of 2D texture array

Signed-off-by: deflected <[email protected]>

github.com/panda3d/panda3d - 234e7eefee4eddd3741a4c25c7661a8f733d85e1 authored over 8 years ago by deflected <[email protected]>
Merge branch 'release/1.9.x'

github.com/panda3d/panda3d - 70f10a70d1e192cb8b3cc6e1ea4c922412d34184 authored over 8 years ago by rdb <[email protected]>
Update ReleaseNotes

github.com/panda3d/panda3d - 18085a7cb1abba76dbb4ffd0d5206b9dea40f7af authored over 8 years ago by rdb <[email protected]>
Acquire mutex in cache_unref() - fixes race cond in async flatten

github.com/panda3d/panda3d - 632ad5e3eff9a00503d964231fa5be68f0ee92a9 authored over 8 years ago by rdb <[email protected]>
Fix in-place asyncFlattenStrong

github.com/panda3d/panda3d - 3ce808c705f5621a9eb32b8711347960e75e69c7 authored over 8 years ago by rdb <[email protected]>
Improve memory consumption of packp3d/ppackage by not caching models/textures in RAM

Fixes https://bugs.launchpad.net/panda3d/+bug/1609882

github.com/panda3d/panda3d - 977228c493d6c5b4541b871546ea203e6738dd0b authored over 8 years ago by rdb <[email protected]>
Fix crash that happens when using OdeTriMeshData incorrectly

github.com/panda3d/panda3d - a0b2a981783a63fb91e71fa9599a27d7d7b5b7cd authored over 8 years ago by rdb <[email protected]>
Backport normalized() method to 1.9 branch

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

github.com/panda3d/panda3d - dc29ac8d344f2ea62d812bcd5b703478e135c9c0 authored over 8 years ago by rdb <[email protected]>
Fix automerge failure

github.com/panda3d/panda3d - 4d8a9aa3a149651303c2fe9354f0dec578d354a4 authored over 8 years ago by rdb <[email protected]>
Merge branch 'release/1.9.x'

github.com/panda3d/panda3d - 61b7af74dbb304a43601a5d9279429fe27b6265f authored over 8 years ago by rdb <[email protected]>
Add to ReleaseNotes

github.com/panda3d/panda3d - b74905ca9cfa5d7194aadca9e3d63adb90b7769d authored over 8 years ago by rdb <[email protected]>
Support for CollisionBox, InvSphere and Tube in bam2egg

github.com/panda3d/panda3d - 206d361f49d3d46dc6e35db73816a6b9184e2d6c authored over 8 years ago by rdb <[email protected]>
Pass Ctrl+C on to child process when running panda3d from cmd-line

github.com/panda3d/panda3d - 25cfec3760e1839eaff1877af4410e1e4b58df75 authored over 8 years ago by rdb <[email protected]>
gobj: Fixed wrong texture pool key for 2D texture arrays

- 2D texture arrays are added to internal storage with
specific unique name, so ...

github.com/panda3d/panda3d - abb6ee0542b24da8dc9147e2bb55022873c4122d authored over 8 years ago by deflected <[email protected]>
Better and more robust location checking for Windows 10 SDK

Closes: #120

github.com/panda3d/panda3d - a8d24ac28a4ff29710907e2ee90af97bc13c4211 authored over 8 years ago by rdb <[email protected]>
Merge branch 'master' of https://github.com/panda3d/panda3d

github.com/panda3d/panda3d - 05d74624eec03261490ccedf31aa2b4a652402ad authored over 8 years ago by David Rose <[email protected]>
expand PfmFile::merge() to support other than 3 channels, and not to fuss about NaN's in the result

github.com/panda3d/panda3d - fb6637ddacfc102e890dd0c591662b0d155d6675 authored over 8 years ago by David Rose <[email protected]>
Fix bug: bam2egg ignores non-GeomNodes directly under Character node

This result in some animated models only properly exporting the skeleton without geometry if the ...

github.com/panda3d/panda3d - a9345ad6337780687c59e0b68ae4b28a4eb3735b authored over 8 years ago by rdb <[email protected]>
Fix error with async flatten

github.com/panda3d/panda3d - 4ec5b776786877581402d6d9bd5f441fca9be538 authored over 8 years ago by rdb <[email protected]>
Buffer viewer should override texture filter settings; fixes filtered shadow maps and edge bleeding

github.com/panda3d/panda3d - 67998eaec2c2fd2e406201e625fc04ed70824c89 authored over 8 years ago by rdb <[email protected]>
Show how to disable shadow map updates in shadow samples

github.com/panda3d/panda3d - 40ff32c7a8e87029c814ce36b5e908cef39c52da authored over 8 years ago by rdb <[email protected]>
Fix hat mapping if dpad emulation is deactivated

github.com/panda3d/panda3d - 2da890800fe01eb0bd019eeed76c986b739a835b authored over 8 years ago by fireclawthefox <[email protected]>
small cleanup of sample files

Further documentation
simplyfy lines by separately storing the value of findControl

github.com/panda3d/panda3d - dc1ec6b87747e221a19ab4ae42090ba84e51616d authored over 8 years ago by fireclawthefox <[email protected]>
added assert to debugging output

github.com/panda3d/panda3d - f2a3a451005710a6722d5bffda38289086ccf279 authored over 8 years ago by fireclawthefox <[email protected]>
Changed button mapping

changed mapping of previous and next (i.e. wiimote's + and - keys) to
the same as the select and...

github.com/panda3d/panda3d - 719e77a191f49c6accb777cd0b0a3465355762ff authored over 8 years ago by fireclawthefox <[email protected]>
Fixed << operator to be usable in .I file

github.com/panda3d/panda3d - f1444fcff966069f82d86a4d7edfdefaf61f2c1a authored over 8 years ago by fireclawthefox <[email protected]>
Fixed and enabled logging for some functions

Added missing include
uncomment logging in find- and get_control as well as find- and
get_button...

github.com/panda3d/panda3d - 3227fe2ebd367560b06e9542b6f295a18c83ad02 authored over 8 years ago by fireclawthefox <[email protected]>
Added button mapping GUI

github.com/panda3d/panda3d - 5a378becfc35f01f7d6182bb05fbcfc0ed994847 authored over 8 years ago by fireclawthefox <[email protected]>
Fix missed switch cases for 1d texture arrays

github.com/panda3d/panda3d - 20353f33eb7fffa90135909565097bebc210a525 authored over 8 years ago by rdb <[email protected]>
Fix regression that stopped buffer protocol from working

github.com/panda3d/panda3d - 33c6e21352ba384226a5e73a9ca95f8bb49d39b2 authored over 8 years ago by rdb <[email protected]>
Merge branch 'release/1.9.x'

github.com/panda3d/panda3d - 29ea65bb3ff2352319580806349aad9715b36588 authored over 8 years ago by rdb <[email protected]>
Add back missing libp3pystub.a to Mac OS X SDK

github.com/panda3d/panda3d - 645d1792278c4b13bc1769d893be51c7282994ed authored over 8 years ago by rdb <[email protected]>
cppparser: Parse nonstandard specifier order like "const static"

github.com/panda3d/panda3d - db977479813d0e524f36613f44cf49038dbf4bcc authored over 8 years ago by rdb <[email protected]>
changed axis state detection to new functions and exposed state classes

github.com/panda3d/panda3d - 3da928a4de888aa49ca3cdc914ccc2e34f7a15f2 authored over 8 years ago by fireclawthefox <[email protected]>
Renamed gamepad sample script to gamepad.py

Renamed gamepad sample script
Changed axis usage to the newly created functions and exposed classes

github.com/panda3d/panda3d - 2565f4b423b3d3c76c8258cae3495af15f1b9e07 authored over 8 years ago by fireclawthefox <[email protected]>
Exposed AnalogState and ButtonState

Published Analog- and ButtonState to be accessible from python
Added functions to find Controls ...

github.com/panda3d/panda3d - e1661111c29dc55cf55136c2042adaca783dcd98 authored over 8 years ago by fireclawthefox <[email protected]>
Added another example showing usage of wheel devices

github.com/panda3d/panda3d - cf63a6cccb65ddff0c7e985a4ba41a5cbc34cfcb authored over 8 years ago by fireclawthefox <[email protected]>
Extended device class heuristics

Extended and partly restructured the way how the device class gets set
Added DC_COUNT to the Dev...

github.com/panda3d/panda3d - 670efb9e646b0cd17404b6d14fa754ce5d715f2d authored over 8 years ago by fireclawthefox <[email protected]>
Don't require spaces around : in #extension directive

github.com/panda3d/panda3d - 1d2e17932c7b72f1da774ff6fdd83763d7433866 authored over 8 years ago by rdb <[email protected]>
Update .gitignore

github.com/panda3d/panda3d - fbb3bac5a2d03ac9a6a98c881909b2f2d8daf800 authored over 8 years ago by rdb <[email protected]>
Added gamepad device sample script

github.com/panda3d/panda3d - a98cc38c90a28df553201b7e1f8947702b348ad4 authored over 8 years ago by fireclawthefox <[email protected]>
cleanup and fixes

fixed event prefix ID handling
fixed removing of nodes of disconnected devices
removed debug pri...

github.com/panda3d/panda3d - 29896a39a478dc256f93e3c8de0c0ae0cf2a2d8b authored over 8 years ago by fireclawthefox <[email protected]>
Moved get_devices functions into PUBLISHED section

github.com/panda3d/panda3d - 271997b46219b12a8d707599d59bb7750e79e748 authored over 8 years ago by fireclawthefox <[email protected]>
Add the new inputDeviceNode to the data graph

create node and add to data graph for any connected device
add function to add and remove device...

github.com/panda3d/panda3d - 2e8338c681a4642fba04f35b60ba9f1bd73cd660 authored over 8 years ago by fireclawthefox <[email protected]>
Add data graph node for devices

Add the new inputDeviceNode class to be used in the data graph
Add config variable for low bater...

github.com/panda3d/panda3d - ef7cc925c4b3178fd59976ff8ec1a3db93963af6 authored over 8 years ago by fireclawthefox <[email protected]>