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

Fixed function name

getChildren is expected in the MemoryExplorer and not getChildrenAsList
getChildren is also more...

78d14fcce3d4fc1030a1698c41086d10ace41c0b authored about 8 years ago
Fix include guard typo.

ad34bc3eb8e778277c40e274a6c1b66d926e35ef authored about 8 years ago
makepanda: linking deploy-stub on Linux requires -lrt and -lutil

3282656f0ec2a3b9a5c5f3d39feb9d7f5cebd74f authored about 8 years ago
deploy-ng: Run egg2bam on egg files

Also adds support for running scripts based on file extensions.

c231dd96e47643c8e5a4400dd1d17ab860b0421d authored about 8 years ago
deploy-ng: Use length-prefixed strings for writing modules to deploy-stub

This wastes less space than always using 256 characters for every module
name.

eec5c997c0237ed5329421d5b052f605bae684ab authored about 8 years ago
deploy-ng: Add option for extra PyPI indexes

c789a3cae803177d881c168da3826646ce5b67f2 authored about 8 years ago
deploy-ng: Add option to specify a different requirements.txt file for pip

04e4817667f737846c61bde5b98b4cdef5535428 authored about 8 years ago
cppparser: update cppBison prebuilt files

c0191a3126ee00dccf4fca5287180e123eb736c4 authored about 8 years ago
cppparser: support for various C++11/C++14/C++17 features:

- decltype(auto)
- attributes (ie. [[deprecated]]), incl. with C++17 "using"
- extern template...

e2771d39a95915c7e9a64470a3b610516569f3a9 authored about 8 years ago
cppparser: support C++11 lambda expressions

e12420571b898b4481d64e38336a7909bffd4814 authored about 8 years ago
cppparser: support C++11 raw string literals

5aabd5669716786d6f09caec5b7ede803b042228 authored about 8 years ago
deploy-ng: Add moduleSuffixes for macOS

af57eac463aedf3815e6db1cd452960263c1ce00 authored about 8 years ago
makewheel: fix inclusion of libpython on macOS

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

b3f984589265866d38f055d3532702b86792d761 authored about 8 years ago
Fix compile errors and warnings in MSVC 2010 / GCC 4.6

a15d84dbeb3a908c12d50bbc8e8aa82fea7c7f8e authored about 8 years ago
Make better use of C++ rules for implicit generation; allow PointerTo and some mutex impls to be static initialised

e60d1e292eaf78ad2e70f6b16fce3b9c94a0d2fe authored about 8 years ago
makepanda: on macOS, use Python lib from framework dir if needed

0ae87e6781330e893f25b2d71624bae20ec93737 authored about 8 years ago
deploy-ng: Make sure cp437 encoding is available when deploying to Windows

c1d273eb4051443b1816325f33e80beae7466b8b authored about 8 years ago
deploy-ng: Add libpython to list of libs to copy

83c6f033e15dcb67c769ca309a799877a0d12ba5 authored about 8 years ago
makewheel: Add libpython to deploy_libs

TODO: See if there is a better way to do this and to test/implement macOS support.

3347a6e2cb6fef1108d38e3754ee8d293b754a55 authored about 8 years ago
makepanda: deploy-stub needs to link to libpython

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

49905bad16b687b56851202a30957912346cfef3 authored about 8 years ago
makepanda: improve Python location code on Linux and macOS, support Python 3.x builds on macOS, drop use of pythonX-config

92dab31d8011437986cc6fb7af20c25d52ea906f authored about 8 years ago
glsl: fix shadowMatrix for point lights

2de6c85fc9cde12d5877f18fc62d9937ac527e11 authored about 8 years ago
deploy-ng: Look for correct platform suffixes for Python extension modules when cross-building

Note: We still need to supply suffixes for macOS. Also, Linux suffixes
are based on suffixes on ...

db4516b796a4fcff65e5a17e747fc3a75170ec32 authored about 8 years ago
makewheel: Use less restrictive extension module suffix on py3

25b167c0805d18a3808b25b88b562f95c0708c1a authored about 8 years ago
Merge branch 'master' into cmake

f1da5ce92f55fb38ba375ba1133cca3486983f6d authored about 8 years ago
makepanda: add --no-egg/--use-egg flags to enable/disable egg features.

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

f8580d753a2a1b51cc5ee606882b9a7d0c97e061 authored about 8 years ago
ffmpeg: don't hide last frame of video

This is not quite a complete fix, since the last frame of the video won't be shown long enough fo...

749e09d49ecc31a5235a4af46849626b483f5936 authored about 8 years ago
Fixes for Python 3.5:

- Disable conversion to Windows newlines, which is causing double Windows newlines for Config.prc...

43a5f2a9f20118db9fcbeec14467c97a711d37b6 authored about 8 years ago
Fix various compile warnings and a few code consistency issues

4ed199cece1843453cce95205ed1f9e3affa47e6 authored about 8 years ago
Fix interrogate warnings, flesh out iterator header

ba5bba42b019fdf35e34577ac839bc7a16cefa66 authored about 8 years ago
Fix issues in ancient ffmpeg versions (Eg. Ubuntu Precise)

72a1a9820baf640fc9d06d6fd73f7f4785d4ce07 authored about 8 years ago
Fix .whl version when no explicit --version is specified

58c1581c0c7520311f72ba07e908f56e99efdf33 authored about 8 years ago
Fix various compilation issues on Mac.

Work around bugs in Apple Clang that ships with XCode 4 with C++11 by disabling constexpr
Use mov...

41d26284d75e47749c4488a948e038aea06c16e6 authored about 8 years ago
deploy-ng: Use a clean sys.path for each platform

a03448509e498a8520d31f6b32ea78d32aa21af4 authored about 8 years ago
deploy-ng: Correctly add deploy_libs to sys.path

Now modulefinder will pick up on the Python stdlib C extension modules
in the panda3d whl, and n...

fff8c82d7c90623f457a2dba20a190a6c726fb30 authored about 8 years ago
makewheel: Use _ctypes instead of cmath for get_python_ext_module_dir()

Also switch back to using __file__ instead of inspect.

40c23e5cf18de207a8226f5990e3bbd1327a96d4 authored about 8 years ago
makewheel/deploy-ng: Use inspect.getfile(cmath) instead of cmath.__file__ for get_python_ext_module_dir()

a5bea8f8b081cbbcf60a5c0b5d8705771a2f1dd9 authored about 8 years ago
deploy-ng: Add use_console option to Application

This option only affects deploying to Windows. If set to False (the default),
deploy-stubw is us...

061a2745f94d732ef700affc17589fd878bf5c39 authored about 8 years ago
makewheel/deploy-ng: Try import cmath instead of _sha1 for get_python_ext_module_dir()

The Python2 Windows buildbot did not like _sha1.

2fa4ef1c7ececcb4f0c0e0f37e01523672266cc0 authored about 8 years ago
asteroid sample: Add requirements.txt and wheels to setup.py exclude_paths

de598d966b662f71e317cb0be01966b32f9e844c authored about 8 years ago
deploy-ng: Grab Python stdlib C extension modules from panda3d whl

6199d84131c4c9ba5ece5c3ca52c4c06fe54a8c6 authored about 8 years ago
deploy-ng: Use a more generic method to remove version strings from extension module names

This should help with stripping these strings on Windows.

41556b07fc872216c645d8f882547ae12e021e86 authored about 8 years ago
makepanda: Give WHLVERSION a better default than None

c746296e57169bb464be3e25b60cf2f71e5c314e authored about 8 years ago
makewheel: Copy Python stdlib C extension modules to deploy_libs

465d8bf1bd1fc824e54fff6b8a38b0b745ea39df authored about 8 years ago
deploy-ng: Stop using freezer outside the scope of its for loop

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

d6aba43492d5344dc49b53c668b0a5ecb2f23f5d authored about 8 years ago
deploy-ng: fix issues with Python 3 / Windows / Unicode, add deploy-stubw

31136124c7529093476b5eb8b6fcb66f53f2b0ea authored about 8 years ago
C++11 polyfills. This should fix Snow Leopard build.

816b2ac3ba3f35b209dfde8afe6eee40cba358b7 authored about 8 years ago
Remove packpanda and eggcacher, don't require libpython on Linux

53752bd3762cd9dbe9d7ba38c14594ff058367b2 authored about 8 years ago
Windows installer improvements and fixes:

- copy .ico file
- write installer log to install.log
- restore python DLL to bin directory

127cbc3b3840dace259d092353a3251aa8942693 authored about 8 years ago
deploy-ng: Remove some debug prints

e85a2aa14055a546410d7131d1666891f76f60de authored about 8 years ago
deploy-ng: Support getting whl files via pip

The samples/asteriods/wheels directory and requirements.txt work-around
can be removed when we c...

c51afaf0cf72e6c9335567f7f41357b91e4aceeb authored about 8 years ago
deploy-ng: Add whls to sys.path instead of extracting them

db2cbd6e3a469b2a2412b0ebf71e447669db344c authored about 8 years ago
publish PfmVizzer destructor to fix leak

c4d232b0be9de4e64fd067d8deb3ebe7953b0da5 authored about 8 years ago
Merge branch 'master' of https://github.com/panda3d/panda3d

63eb1636a9ce2762f1bc78e4b7b90b266e8db182 authored about 8 years ago
fix occasional crash in PNMImage::quick_filter_from()

603f0eb3b18b72b8fe85b6710c8c63fbb80330c8 authored about 8 years ago
Let compiler synthesize QuadDef move assignment operator

This hopefully fixes a compile issue with older clang versions.

9facf874aba9b2b051b8cd1f0e62bb8baf68cda3 authored about 8 years ago
makepanda: enable C++11 support by default

40e981e485c383367d5f2a9bacf2b906ea90df2d authored about 8 years ago
cppparser: support directives __LINE__, __FILE__, __has_include

40ea0ab7869a77093d4d60fe31f01fcf58d60089 authored about 8 years ago
Allow custom version to be passed on to makewheel when building with --wheel

fa851ae5acb2b0ce06a2ae425f896ce7acb983c4 authored about 8 years ago
FreezeTool: add missing import.

1387f22200f3c58c376c8b2f701361e002c81293 authored about 8 years ago
FreezeTool: find modules in zip files, allow custom suffixes list

13c41bcf7d7a60431cba52db2f36106dad15808f authored about 8 years ago
deploy-ng: Add wheel files to sys.path so modulefinder can pick up the files

6b92d349c9751f359b0a1aa18b865eeb7d93a034 authored about 8 years ago
deploy-ng: Support copying panda3d files from wheels instead of the current environment

Note: Extension modules are still coming from the current environment.
We'll need to sort this o...

5af7136aa2f27f34d9ad6c5a58ba8e3bbaaac8f3 authored about 8 years ago
deploy-ng: Make sure the runtime is created in the build directory

We used to build in the current directory and copy to the build
directory, which resulted in two...

6251a1cfc7b678650bca4ef68ea3b50c4b59f065 authored about 8 years ago
More alignment fixes for 32-byte AVX

cf105f276c55b7a02b87c527bc01f56ef3df306b authored about 8 years ago
linmath: use correct 32-byte alignment when compiling Eigen with AVX

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

8434914ab6b48af70ea31fca5f3602d146b4d080 authored about 8 years ago
More work on integrating new input framework

fa7f385bb8ab3fe71cb579d42635622fd453de47 authored about 8 years ago
Merge remote-tracking branch 'origin/master' into deploy-ng

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

ea2305de701fe89082bcd26de6b29d3077dc7a8b authored about 8 years ago
CMake: Disable in-source builds.

0e45b3288ebccd0d41c453a75862bf4de2d8c26b authored about 8 years ago
general: Fix missing includes.

43e005ad05d2bc97a04892d860a7b0d6064c8d9d authored about 8 years ago
CMake: Update for upstream changes.

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

dad14499cd4c2bad383df4863749d4f52032e2d7 authored about 8 years ago
travis: Don't bother "installing" Panda3D; run tests from build dir instead

a02357baefc9906e6c5c7bf9f926917bed47c774 authored about 8 years ago
CMake: Put an __init__.py in BUILDDIR/direct/ to point back to direct/src/

e204c884011aa92c561ec22d70feed11a2242afc authored about 8 years ago
makepanda: Amend self-destruct to catch some missing composite files

2288a602aebf7b2440a8b63db9a186fd13065982 authored about 8 years ago
travis: Self-destruct makepanda before testing cmake build

53d946ff87f7c45c9350def10afb23c54d5da570 authored about 8 years ago
makepanda: Add a "self-destruct" script for removing makepanda specifics

e730b8be560913f43fcd4b56d2981831f0b4ac2d authored about 8 years ago
makewheel: support building single-arch .whl from a fat Panda build

325302b6239d264a1679c1f146f5ee06bfcab1f1 authored about 8 years ago
Fix faulty merge

fb2568afada31088bf7e19e5de1033ba9d8d8f2b authored about 8 years ago
Handle symlinks correctly when correcting Mac library deps

8c6a2a57cb3cff918a15c390af93698b607190d4 authored about 8 years ago
Fix oops in 1.9.3 release notes

0925a940cdb295bdfffac7f0b9d6ca3dd7cd8377 authored about 8 years ago
Compile fix for Python 3.2

9c789db9183342f80a00d8d23e6f4f94fd70ea41 authored about 8 years ago
We need to link tools that use interrogatedb with pystub again

741ff454ed951603145a00c85c52252c55c7f48f authored about 8 years ago
Merge branch 'release/1.9.x'

ab5b5e7e74ee249a08df513e1ab1953dbedf9677 authored about 8 years ago
Fix crash due to incorrect alignment when building Eigen with AVX extensions

Consequentially, we now use 32-byte alignment when building with eigen if __AVX__ is set.

0c742d59e58dd4c7a5a608e5d243d42319a7357a authored about 8 years ago
Fix get_keyboard_map on Czech (and other) layouts

Now reports proper Unicode name, and doesn't omit keys that don't have a recognised mapping by Pa...

4393455ebac4fd4c65febc5d5bf7dde862117978 authored about 8 years ago
makewheel changes for macOS, manylinux1, Python 2.6

23a345437a0edd7fcb1b3a1585d847f6134dfe49 authored about 8 years ago
cocoa: don't crash if display server doesn't give us display modes

59c3aa3ef6a090592b7ee32e7b4ca229c6ffe649 authored about 8 years ago
Backward compat with older OpenSSL versions

45356e85e148f40d4111ce9b101aeae1d5954c88 authored about 8 years ago
Load X11 extensions dynamically; don't expect them to be there at compile time

Add x-cursor-size variable for overriding XCursor size.

28bb737597d527ef4184b5f935da7e316a19c2f4 authored about 8 years ago
Support building with OpenSSL 1.1.0

122d9dd3ffa48f4f9297b9b05cb36f9ebcf7b7e6 authored about 8 years ago
Fix crash when trying to write 16-bit TIFF file (LP bug 1222922)

Note: does not actually add support for writing 16-bit tifs; Panda just doesn't crash but automa...

2ac1734566dbe5174a72b878a429b581421461ad authored about 8 years ago
Tweaks for building with static thirdparty libs on Linux

Sneak in a function used by makewheel

601b6b86781912ac761d4d25d1a3499b93b7e690 authored about 8 years ago
Fix PythonThread crash (LP bug 1245818)

056ea94765aeccd659e3905fa46ccc4556eaa9e8 authored about 8 years ago