Console View
|
|
||||||||||||||||
LD
laurent.deru @gmail.com |
|
|||||||||||||||
MacOS: Force disable application HiDPI support on NSView, fixes #794 | ||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
Update BACKERS.md [skip ci] |
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
Merge branch 'release/1.10.x' | ||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
particles: combine two soft_start() overloads created by #769 | ||||||||||||||||
hitesh4
saini.hitesh4 @gmail.com |
|
|||||||||||||||
tests: add unit tests for GeomVertexReader Closes #604 |
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
dist: support implicit namespace packages (as per PEP 420) Fixes #778 |
||||||||||||||||
Thaumaturge
ArsThaumaturgis @users.noreply.github.com |
|
|||||||||||||||
particles: add parameter to delay particle birth in soft_start() Also adds a get_tics_since_birth() getter. This feature can be used to synchronize different particle effects. Closes #769 |
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
dist: ship regular "distutils" even when in PyPI "virtualenv" env Fixes #747 |
||||||||||||||||
Leandro Benedet Garcia
leandro.benedet.garcia @gmail.com |
|
|||||||||||||||
general: Update EXPCL declarations to be MinGW-friendly (#792) | ||||||||||||||||
|
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
test_wheel: only install colorama on Windows | ||||||||||||||||
Sam Edwards
CFSworks @gmail.com |
|
|||||||||||||||
CMake: Set generated prc's `model-cache-dir` properly for Windows/macOS | ||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
parser-inc: define __SIZE_TYPE__ and __PTRDIFF_TYPE__ This fixes an Interrogate parse error in termux when /usr/include gets added as -S argument |
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
Merge branch 'release/1.10.x' | ||||||||||||||||
|
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
dist: fix exception when module has None __path__ | ||||||||||||||||
Sam Edwards
CFSworks @gmail.com |
|
|||||||||||||||
shader: Fix missing include | ||||||||||||||||
pmp-p
pmp-p @users.noreply.github.com |
|
|||||||||||||||
interrogate: use fully qualified module name in PyModule_Create This is helpful when static linking and explicitly initializing the modules. Closes #308 |
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
Eliminate the requirement for RTTI | ||||||||||||||||
LD
laurent.deru @gmail.com |
|
|||||||||||||||
MacOS: Don't crash if no elements are returned by IOHIDDeviceCopyMatchingElements Fixes #797 |
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
makepanda: discourage targeting macOS older than 10.9 (as per #300) | ||||||||||||||||
|
||||||||||||||||
Thaumaturge
ArsThaumaturgis @users.noreply.github.com |
|
|||||||||||||||
tests: add unit tests for particle systems and #769 in particular Co-authored-by: rdb <git@rdb.name> |
||||||||||||||||
Leandro Benedet Garcia
cerberus1746 @gmail.com |
|
|||||||||||||||
general: Changed macros and definitions for the engine to compile with MinGW (#793) | ||||||||||||||||
kamgha
kamgha @users.noreply.github.com |
|
|||||||||||||||
makepanda: build against OpenEXR 2.4 (MSVC) Fixes #799 Closes #800 |
||||||||||||||||
leotada
leotada523 @gmail.com |
|
|||||||||||||||
bullet: change wheel get/setSteering to use degrees Fixes #757 Closes #784 |
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
windisplay: add a variable to disable Panda's message pump This is particularly important for Tcl/Tk, which assumes it is in charge of the Windows event loop. Fixes #586 |
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
makepanda: fix error when building on Android without specifying --target | ||||||||||||||||
Aidan Noll
aidan.noll @gmail.com |
|
|||||||||||||||
net: switch some socket operations from std::string to vector_uchar Closes #753 |
||||||||||||||||
Brian Lach
brianlach72 @gmail.com |
|
|||||||||||||||
pgraph: use bit flags instead of incremental enum for ShaderAttrib flags The flags in the enum are actual bit flags instead of indices. This allows for setting/clearing a mask of flags in one go, rather than having to set each flag in its own function call. Existing code shouldn't be affected. Closes #688 |
||||||||||||||||
Mitchell Stokes
mogurijin @gmail.com |
|
|||||||||||||||
build_apps: Fix defaults for package_data_dirs Fixes #779 |
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
shader: use specific PStatCollector and group markers for shader compile This makes it possible to determine which shader is taking which amount of time to compile. |
||||||||||||||||
|
||||||||||||||||
max
bruno.m.voss @gmail.com |
|
|||||||||||||||
dgui: refactor code common to DirectFrame setGeom, setImage, setText Closes #776 Co-authored-by: rdb <git@rdb.name> |
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
tests: add unit tests for DirectFrame | ||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
Merge branch 'release/1.10.x' | ||||||||||||||||
Sam Edwards
CFSworks @gmail.com |
|
|||||||||||||||
downloader: Simplify HTTPDate's timezone-correction code | ||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
Merge branch 'release/1.10.x' | ||||||||||||||||
|
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
makepanda: specify freetype library after harfbuzz as well This fixes static linking of harfbuzz and freetype, which have a circular dependency on each other. |
||||||||||||||||
Sam Edwards
CFSworks @gmail.com |
|
|||||||||||||||
CMake: Don't override Python_ROOT | ||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
test_wheel: workaround to keep this working on Python 3.4 for now colorama dropped Python 3.4 (see tartley/colorama#228) but pip is not smart enough to lock to an older version. |
||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
cocoa: remove pre-10.6 code | ||||||||||||||||
Sam Edwards
CFSworks @gmail.com |
|
|||||||||||||||
CMake: Don't use PythonInterp/PythonLibs when FindPython available | ||||||||||||||||
rdb
git @rdb.name |
|
|||||||||||||||
makepanda: fix duplicate LINK_ALL_STATIC definition for emscripten Fixes #743 |
||||||||||||||||