| .. |
|
android
|
android: add missing include for open() definition
|
2019-01-19 23:04:19 +01:00 |
|
androiddisplay
|
android: fix compile errors in androiddisplay module
|
2019-01-01 22:05:26 +01:00 |
|
audio
|
general: Assorted API reference fixes
|
2020-09-09 18:03:49 +02:00 |
|
audiotraits
|
audio: Fix changing sound time not working on macOS
|
2024-03-27 12:02:12 +01:00 |
|
bullet
|
bullet: Fix deadlock when contact added callback accesses certain data or executes bullet methods
|
2023-11-19 02:17:54 +01:00 |
|
chan
|
chan: publish AnimChannelScalarTable constructor
|
2020-01-20 00:32:49 +01:00 |
|
char
|
char: allow creating CharacterSlider with default value
|
2020-01-20 00:43:50 +01:00 |
|
cocoadisplay
|
cocoa: Fix compile error with MacOSX 10.6 SDK
|
2024-09-19 11:15:44 +02:00 |
|
collide
|
collide: Handle CollisionBox bam read without 2D info
|
2024-10-28 11:57:27 +01:00 |
|
configfiles
|
New branding images for 1.10.0
|
2019-01-03 14:44:17 +01:00 |
|
cull
|
general: Don't require BUILDING_* for static builds
|
2018-08-31 23:54:32 -06:00 |
|
device
|
device: fix small typo, fixes 1571 (#1572)
|
2023-11-18 11:49:53 +01:00 |
|
dgraph
|
general: Don't require BUILDING_* for static builds
|
2018-08-31 23:54:32 -06:00 |
|
display
|
Fix various compiler warnings
|
2024-10-14 12:05:27 +02:00 |
|
distort
|
distort: Fix unprotected debug output
|
2024-08-14 19:09:08 +02:00 |
|
doc
|
doc: Improve egg syntax documentation
|
2021-11-28 16:12:44 +01:00 |
|
downloader
|
downloader: Fix issues with error codes with LibreSSL on Windows
|
2023-08-02 12:40:01 +02:00 |
|
downloadertools
|
multify: Respect SOURCE_DATE_EPOCH variable when used from command-line
|
2021-01-18 14:16:25 +01:00 |
|
dxgsg9
|
dxgsg9: Fix crash on window event after `close_window()`
|
2024-10-10 01:08:54 +02:00 |
|
dxml
|
general: fix some old-style docstring comment blocks
|
2018-12-23 16:27:08 +01:00 |
|
egg
|
egg: Some comment reformatting
|
2022-10-19 16:04:15 +02:00 |
|
egg2pg
|
Fix various compiler warnings
|
2024-10-14 12:05:27 +02:00 |
|
egldisplay
|
egldisplay: make pbuffers resizeable
|
2023-04-08 10:37:13 +02:00 |
|
event
|
Introduce Py_IS_TYPE, use for Py_TYPE comparisons
|
2024-10-30 13:17:11 +01:00 |
|
express
|
express: Fix VFS mount points not being listed as directories
|
2024-11-06 13:20:03 +01:00 |
|
ffmpeg
|
ffmpeg: Use ch_layout in favor of removed channel_layout and channels
|
2024-04-08 13:32:51 +02:00 |
|
framework
|
general: Don't require BUILDING_* for static builds
|
2018-08-31 23:54:32 -06:00 |
|
gles2gsg
|
glgsg: Prevent exceeding max supported vertex attrib stride
|
2023-01-31 15:30:52 +01:00 |
|
glesgsg
|
glesgsg: Only use the iOS GLES framework when "BUILD_IPHONE" is defined
|
2018-10-27 19:42:36 -06:00 |
|
glgsg
|
general: Don't require BUILDING_* for static builds
|
2018-08-31 23:54:32 -06:00 |
|
glstuff
|
Fix various compiler warnings
|
2024-10-14 12:05:27 +02:00 |
|
glxdisplay
|
x11display: Time out waiting for ConfigureNotify event
|
2022-11-07 12:56:03 +01:00 |
|
gobj
|
gobj: Don't try to resolve empty alpha filename when writing bam
|
2024-10-31 13:07:02 +01:00 |
|
grutil
|
grutil: Change docstring for MeshDrawer link_segment method
|
2023-12-10 13:21:12 +01:00 |
|
gsgbase
|
general: use nassert_raise instead of nassertv(false) et al
|
2018-11-28 17:35:20 +01:00 |
|
iphone
|
Fix assorted instances of leftover Python 3 syntax
|
2023-05-05 11:08:17 +02:00 |
|
iphonedisplay
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
linmath
|
Replace direct uses of ob_type, which gives problems in nogil build
|
2024-10-30 13:17:11 +01:00 |
|
mathutil
|
mathutil: Fix broken docstrings
|
2022-05-17 10:10:45 +02:00 |
|
movies
|
vorbis: Disable cross-lapped seeking by default, to reduce clicking
|
2021-02-22 10:58:18 +01:00 |
|
nativenet
|
Report errors if calls to `close()` fail
|
2024-01-25 12:33:20 +01:00 |
|
net
|
Fix includes for Windows on case-sensitive filesystems
|
2020-02-22 12:55:45 +01:00 |
|
ode
|
Replace direct uses of ob_type, which gives problems in nogil build
|
2024-10-30 13:17:11 +01:00 |
|
osxdisplay
|
general: Add missing includes and remove deprecated type
|
2018-10-14 15:50:06 -06:00 |
|
pandabase
|
Remove awesomium (see #440)
|
2018-12-09 15:53:23 +01:00 |
|
parametrics
|
general: Allow compiling Panda headers on Windows without NOMINMAX
|
2022-05-10 15:58:33 +02:00 |
|
particlesystem
|
general: Allow compiling Panda headers on Windows without NOMINMAX
|
2022-05-10 15:58:33 +02:00 |
|
pgraph
|
Replace direct uses of ob_type, which gives problems in nogil build
|
2024-10-30 13:17:11 +01:00 |
|
pgraphnodes
|
pgraphnodes: Support missing texture types in shader generator:
|
2023-01-31 17:40:55 +01:00 |
|
pgui
|
pgui: Fix crash when PGEntry removes itself w/ background focus
|
2024-10-24 16:41:56 +02:00 |
|
physics
|
physics: Fix Mac OS X 10.6 compilation issue with <atomic> header
|
2021-03-25 15:37:52 +01:00 |
|
physx
|
physx: fix a pair of misformatted docstrings
|
2019-11-02 20:39:29 +01:00 |
|
pipeline
|
pipeline: Fix compile error without pipelining enabled
|
2024-09-21 10:55:05 +02:00 |
|
pnmimage
|
Fix assorted issues uncovered by clang-tidy
|
2023-02-12 13:55:59 +01:00 |
|
pnmimagetypes
|
pnmimagetypes: Fix double return statement in bmp.h
|
2024-03-12 17:28:05 +01:00 |
|
pnmtext
|
pnmtext: Fix loading an invalid font resulting in a crash
|
2021-04-08 12:08:03 +02:00 |
|
pstatclient
|
pstats: Fix exception when `__module__` is a descriptor
|
2023-06-12 09:54:25 +02:00 |
|
putil
|
putil: BamWriter doc fix, initialize _root_node field properly
|
2024-10-31 13:07:02 +01:00 |
|
recorder
|
recorder: Fix error reading multiple recorders from .bam file
|
2023-12-10 13:18:47 +01:00 |
|
rocket
|
rocket: Don't try to build Boost binding code for Python 3
|
2022-09-01 19:41:37 +02:00 |
|
skel
|
general: Don't require BUILDING_* for static builds
|
2018-08-31 23:54:32 -06:00 |
|
speedtree
|
general: Distinguish local/system includes
|
2018-11-10 18:00:10 -07:00 |
|
testbed
|
Fix assorted instances of leftover Python 3 syntax
|
2023-05-05 11:08:17 +02:00 |
|
text
|
text: Unbreak small caps support with text-use-harfbuzz
|
2024-10-31 15:01:06 +01:00 |
|
tform
|
tform: Fix "without" event generation when mouse leaves window
|
2022-12-06 13:48:23 +01:00 |
|
tinydisplay
|
tinydisplay: fix missing include in zmath.h
|
2023-10-14 18:05:47 +02:00 |
|
vision
|
vision: Fix another use of wrong delete operator in ARToolKit code
|
2023-01-27 10:40:47 +01:00 |
|
vrpn
|
vrpn: make inline methods that call into VRPN non-inline
|
2020-01-21 14:45:27 +01:00 |
|
wgldisplay
|
wgldisplay: don't restore gamma atexit if we never modified it
|
2019-07-29 17:05:36 +02:00 |
|
windisplay
|
windisplay: Fix regression related to fullscreen switching
|
2024-04-08 11:29:43 +02:00 |
|
x11display
|
x11: attempt to fix UTF-8 window titles (see #209)
|
2024-05-16 20:30:27 +02:00 |
|
PACKAGE-DESC
|
…
|
|