Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
283 commits
Select commit Hold shift + click to select a range
8d2407d
Delete cppparser and interrogate from tree
rdb Aug 10, 2024
243d59b
workflow: Remove step to build host interrogate for emscripten
rdb Aug 10, 2024
c8390ae
CMake: install assorted pandatoolbase libraries
rdb Aug 12, 2024
4ca495d
CMake: Add separate BUILD_TOOLS option to build binaries
rdb Aug 12, 2024
805f36f
CMake: Only export Tools target if BUILD_TOOLS is on
rdb Aug 12, 2024
712300c
Fix prebuilt bison cxx files includes to work with CMake build
rdb Aug 12, 2024
fff9ea5
Split off 3ds Max exporter to a separate repository
rdb Aug 13, 2024
ad4ecbc
makepanda: Remove Autodesk Maya plug-ins
rdb Aug 13, 2024
7f88f6d
makepanda: Silently ignore --no-maya flags
rdb Aug 13, 2024
d3bb769
makepanda: Support overriding build of interrogate with env vars
rdb Aug 13, 2024
ddaeb05
Fix compilation when building without bison
rdb Aug 14, 2024
78ace53
dtoolutil: Fix typo in pfstream causing compiler warning
rdb Aug 14, 2024
8d1524b
distort: Fix unprotected debug output
rdb Aug 14, 2024
9e87af9
linmath: Fix compiler warning with gcc 14
rdb Aug 14, 2024
babd3a0
display: Fix docstring formatting
rdb Aug 22, 2024
76ffef3
display: Allow passing whole state into dispatch_compute()
rdb Aug 23, 2024
d5d0b80
tests: Add unit tests for GLSL light, material, fog structs
rdb Aug 23, 2024
2c5cebe
display: Fix shader gen regression for more than 2 lights
rdb Aug 23, 2024
e2ad8f2
tests: Test additional properties of light source struct
rdb Aug 23, 2024
a8ca06e
tests: Don't fail Dial test if tkinter failed to import
rdb Aug 23, 2024
833fdb5
readme: Update Python version in FreeBSD command
rdb Aug 23, 2024
dfc85b8
tests: Make shadowViewMatrix test less sensitive
rdb Aug 23, 2024
99f4034
shader: Don't store on ShaderMatSpec, use scratch matrix instead
rdb Aug 22, 2024
99225df
shader: Unify ShaderPtrSpec and ShaderMatSpec mechanisms
rdb Aug 22, 2024
cd68287
shader: Get all aggregate shader inputs (eg. lights) in one go
rdb Aug 23, 2024
fc394e4
glgsg: Pass in osg_FrameNumber input via ShaderMatSpec mechanism
rdb Aug 23, 2024
cfe3885
event: use the persistent python wrapper when appending task object (…
johnnyapol Sep 14, 2024
e7604cb
event: fix result refcount leak when awaiting AsyncFuture
johnnyapol Sep 8, 2024
82b9a12
cocoa: Fix error when switching to FS while macOS' FS is active
rdb Sep 16, 2024
c7bcec1
cocoa: Exit macOS' fullscreen mode when switching fullscreen
rdb Sep 16, 2024
e2fb2d1
cocoa: Prevent eating keyUp when switching to FS from macOS' FS
rdb Sep 16, 2024
f5401b1
Merge branch 'release/1.10.x'
rdb Sep 16, 2024
8caf582
refactor(distributed): Un-nest generateGlobalObject's applyFieldValue…
tyteen4a03 Sep 16, 2024
e3f5807
pview: add shift+r keyboard bind to reload all textures (#1678)
johnnyapol Sep 16, 2024
bb5e445
putil: Add debug for oversleeping/undersleeping with M_limited clock
rdb Sep 16, 2024
b337f2a
pipeline: Use a high-precision timer for Thread::sleep() on Win32
rdb Sep 16, 2024
756fe2e
cocoa: Fix a very minor memory leak in DisplayInformation
rdb Sep 18, 2024
9f493f5
display: Fix significant memory leak on newer macOS versions
rdb Sep 18, 2024
442558b
Merge branch 'release/1.10.x'
rdb Sep 18, 2024
a4faa80
cocoa: Remove autorelease pool in process_events()
rdb Sep 18, 2024
d7ede81
cocoa: Fix compile error with MacOSX 10.6 SDK
rdb Sep 19, 2024
e70d0b4
distributed: Fix very minor memory leak
rdb Sep 19, 2024
cdafd81
Fix compilation issues with Python 3.13
rdb Sep 19, 2024
b32459f
Merge branch 'release/1.10.x'
rdb Sep 19, 2024
5106fc8
Changes for compatibility with Python 3.13
rdb Sep 19, 2024
14f3cb0
tests: Add unit test for static property
rdb Sep 19, 2024
4b2fa45
Make use of PyImport_GetModule function
rdb Sep 19, 2024
beff684
Further thread safety changes for Python 3.13 free threading
rdb Sep 19, 2024
c05a63f
pipeline: Fix compile error without pipelining enabled
rdb Sep 21, 2024
38261d4
showbase: Patch for iris intervals
RegDogg Sep 26, 2024
89fcfa1
Merge branch 'release/1.10.x'
rdb Sep 26, 2024
37799dc
pipeline: Try to fix Windows compilation issue
rdb Sep 29, 2024
51876c6
dxgsg9: Fix crash with buffer when there is no depth buffer
rdb Oct 3, 2024
0ea0d5f
dxgsg9: Fix crash when copying inverted framebuffer to texture RAM
rdb Oct 3, 2024
beb49b3
dxgsg9: Fix some format handling, support for r32f and rgba32f textures
rdb Oct 3, 2024
cd2e3df
dxgsg9: Fix crash on window event after `close_window()`
rdb Oct 9, 2024
51e469d
Update BACKERS.md
rdb Oct 10, 2024
7557826
Merge branch 'release/1.10.x'
rdb Oct 10, 2024
05cf72e
dxgsg9: Fix texture clear color not working for 3D textures
rdb Oct 10, 2024
eac1cb5
dxgsg9: Add missing formats to DXTextureContext9::get_bits_per_pixel
rdb Oct 10, 2024
a59c857
dxgsg9: Replace old A2W10V10U10 format with A32B32G32R32F
rdb Oct 10, 2024
3041815
dxgsg9: Allow getting alpha bits in buffer when host has no alpha
rdb Oct 10, 2024
bd4dc8a
display: Fix ability to copy wdxGraphicsBuffer to RAM on DX9
rdb Oct 10, 2024
ca25efc
makepanda: Remove --memory-init-file flag on emscripten
rdb Oct 12, 2024
52a7224
Fix various compiler warnings
rdb Oct 14, 2024
777ab67
display: Fix double-precision build
rdb Oct 14, 2024
61f8df2
general: Fix assorted compiler warnings
rdb Oct 14, 2024
822d35d
putil: Minor SimpleHashMap::remove() optimization
rdb Oct 14, 2024
7c9c4cd
gobj: devirtualize calls to GeomPatches::get_num_vertices_per_primiti…
rdb Oct 17, 2024
90d31bf
github: Update issue templates, add links to forums/discord etc.
rdb Oct 17, 2024
905a7dd
glgsg: Fix missing include
rdb Oct 17, 2024
ad97e88
Enable OpenAL-Soft extensions for non-framework builds and add config…
gabeklavans Oct 17, 2024
c6ed5ac
fix building panda (#1694)
Yonnji Oct 18, 2024
f50fef3
Switch over to C++14, drop support for MSVC 2015
rdb Oct 17, 2024
583f736
linmath: Significant perf optimizations for decompose_matrix
rdb Oct 19, 2024
42e2659
filter: Add Khronos PBR Neutral tonemapping operator
rdb Oct 24, 2024
f5b0b1e
showbase: Annotate basic `ShowBase` setup/shutdown methods (#1558)
WMOkiishi Oct 24, 2024
b022fc9
stdpy: Fix glob not finding files in VFS
rdb Oct 24, 2024
aa0462a
fsm: Fix "no attribute notifier" error in requestNext/Prev
rdb Oct 24, 2024
d758d2b
pgui: Fix crash when PGEntry removes itself w/ background focus
rdb Oct 24, 2024
5f96cc5
Merge branch 'release/1.10.x'
rdb Oct 27, 2024
3d432ed
collide: Fix sphere coming out wrong end of sphere with respect-prev-…
rdb Oct 27, 2024
a1fd79c
collide: Rewrite sphere-into-box collision test
rdb Oct 27, 2024
71e2b7f
collide: CollisionBox cleanup, remove redundant code, reduce mem use
rdb Oct 28, 2024
9cbc45b
collide: Handle CollisionBox bam read without 2D info
rdb Oct 28, 2024
c487214
pstats: Allow scrolling through frames in flame charts
rdb Oct 28, 2024
cd2ab8d
Create dependabot.yml (#1637)
IsakTheHacker Oct 28, 2024
024b46b
workflow: dependabot updates
rdb Oct 29, 2024
c8a918a
pstats: Add Alt+Left in GTK flame graph to go back
rdb Oct 29, 2024
6885edc
build: Update interrogate to 0.3.0 to support 3.13t build
rdb Oct 29, 2024
1f6ed88
makepanda: Use PythonT.framework when using free-threaded build
rdb Oct 29, 2024
fd7da19
tests: Fix test suite with 3.13t build
rdb Oct 29, 2024
e9e9fb3
makepanda: Fixes for wheel naming in 3.13t build
rdb Oct 29, 2024
e0a8f7d
makepanda: Fix Windows wheel naming for 3.13t, it has no sys.abiflags
rdb Oct 29, 2024
7b02aa7
makewheel: Fix NameError on Windows build
rdb Oct 29, 2024
12bb7d1
showbase: Fix DistancePhasedNode exception at module clean-up time
rdb Oct 29, 2024
dbeab0b
makepanda: Backport Python 3.13t build fixes
rdb Oct 29, 2024
f9a5445
workflow: Test Python 3.13, update setup-python to v5
rdb Oct 29, 2024
a632365
win-stats: Handle app commands, support back keybind in flame graph
rdb Oct 29, 2024
b6e0088
makepanda: Specify --upgrade when installing interrogate
rdb Oct 29, 2024
a8d0f61
makepanda: Run correct interpreter when running --tests with 3.13t
rdb Oct 29, 2024
10da05e
workflow: Skip Windows builds for Python 3.13 for now
rdb Oct 30, 2024
64454b1
Replace direct uses of ob_type, which gives problems in nogil build
rdb Oct 30, 2024
0ba2aad
Introduce Py_IS_TYPE, use for Py_TYPE comparisons
rdb Oct 30, 2024
e238588
makepanda: Fix wrong flag for excluding pythonXX_d.lib
rdb Oct 30, 2024
df5f8d7
makepanda: Build fixes for Python 3.13t on Windows
rdb Oct 30, 2024
f47b34d
Fix remaining uses of ._PyType member in extension code
rdb Oct 30, 2024
7560a1e
Merge branch 'release/1.10.x'
rdb Oct 30, 2024
e58449c
dtoolutil: Let Python do Filename conversion to UTF-8
rdb Oct 30, 2024
5b80f19
Changes in preparation for Python 3.14
rdb Oct 30, 2024
6010c71
tests: Add bin dir to PATH when running FreezeTool test
rdb Oct 30, 2024
0c1a079
Fix faulty auto-merge
rdb Oct 30, 2024
27ce5c9
dist: Python 3.13 requires macOS 10.13+
rdb Oct 30, 2024
6d54aee
Remove runtime dependency on interrogatedb
rdb Oct 30, 2024
957c4b9
Merge branch 'release/1.10.x' into master
rdb Oct 30, 2024
cfe3726
makepanda: Python 3.13 requires macOS 10.13
rdb Oct 30, 2024
e2d9d3e
makepanda: Fix python DLL not being copied into wheel on 3.13t
rdb Oct 30, 2024
c2de5c3
makepanda: Don't link p3dcparse with pystub
rdb Oct 30, 2024
5b6318e
makepanda: Don't set macOS deployment target to 10.13 except when lin…
rdb Oct 30, 2024
ff91f12
py_compat: Fix Python 2.7 compilation error
rdb Oct 30, 2024
e5ac1d0
build_apps: Don't warn about missing ld-linux lib on aarch64
rdb Oct 31, 2024
a311ad8
test_wheel: Add --ignore option to ignore tests
rdb Oct 31, 2024
32ad388
gobj: Don't try to resolve empty alpha filename when writing bam
rdb Oct 31, 2024
2a6f4fc
putil: Fix file_texture_mode on BamWriter not being writable
rdb Oct 31, 2024
5dcd70d
build_apps: Fix wrong relative paths with bam_model_extensions
rdb Oct 31, 2024
89c0371
putil: BamWriter doc fix, initialize _root_node field properly
rdb Oct 31, 2024
6f22316
build_apps: Add bam_embed_textures option
rdb Oct 31, 2024
55fa0e9
Merge branch 'release/1.10.x'
rdb Oct 31, 2024
7926d10
text: Unbreak small caps support with text-use-harfbuzz
rdb Oct 31, 2024
50b984c
dtoolbase: Fix test failure on 32-bit Windows with pftoa
rdb Oct 31, 2024
6823634
cull: Use more efficient arena allocation for CullableObject
rdb Nov 3, 2024
f4d9a67
makepanda: Add missing static libs for Python 3.12 emscripten build
rdb Nov 3, 2024
8ff71ae
webgl: Fix precision issues with default shaders
rdb Nov 3, 2024
c060b2f
linmath: Fix vector printing issues with big values on emscripten
rdb Nov 3, 2024
60d7d9e
makepanda: Re-link executables with --static if dependency changed
rdb Nov 4, 2024
1a4ca17
tests: Properly skip Pmw tests when tkinter is not present
rdb Nov 4, 2024
94c63fe
dtoolutil: Remove silly unused variable
rdb Nov 4, 2024
7c74060
dtoolutil: Read environment variables in emscripten under node.js
rdb Nov 4, 2024
7a690bb
makepanda: Link libmpdec.a et al in emscripten even with custom libdir
rdb Nov 4, 2024
e0c4096
makepanda: Set extension suffix for emscripten properly
rdb Nov 4, 2024
5722e40
makepanda: Expand tilde in -incdir and -libdir options
rdb Nov 4, 2024
271cd14
makepanda: Fix custom Python build location for cross-compile
rdb Nov 4, 2024
8fcaea6
makepanda: pip-install interrogate before setting PYTHONHOME
rdb Nov 4, 2024
221d35d
Allow running test suite with emscripten via node.js
rdb Nov 4, 2024
72b9dd9
parser-inc: add emscripten/heap.h to squelch interrogate warning
rdb Nov 4, 2024
3585adf
workflow: Updates for runner deprecations
rdb Nov 4, 2024
8d24a5d
workflow: Disable Eigen on CMake macOS builder for now
rdb Nov 4, 2024
c3326fa
tests: Fix node check for other envs
rdb Nov 6, 2024
36d07e4
makepanda: Remove unnecessary filesystem flags for emscripten run_tests
rdb Nov 6, 2024
cdebca4
CMake: Only pass -fno-rtti and -frtti for C++ targets
rdb Nov 6, 2024
5caace1
imageprogs: Fix compilation with CMake and STDFLOAT_DOUBLE
rdb Nov 6, 2024
4da5158
CMake: change how thirdparty directory is detected
rdb Nov 6, 2024
0a4d22a
express: Fix VFS mount points not being listed as directories
rdb Nov 6, 2024
69498f2
workflow: Add double-precision builds
rdb Nov 6, 2024
a076dd4
CMake: Fix issues locating Python in thirdparty on Windows
rdb Nov 6, 2024
001d29e
workflow: Fix correct outputdir for makepackage
rdb Nov 6, 2024
1643174
parametrics: fix RopeNode breaks due to float imprecision
rdb Nov 6, 2024
b51dd4d
Merge branch 'release/1.10.x'
rdb Nov 6, 2024
a6a386a
text: Fix text-native-antialias not properly taking effect
rdb Nov 7, 2024
f5433fa
CMake/makewheel: properly determine and pass platform tag
rdb Nov 7, 2024
d8cc57a
doc: Add release notes for 1.10.15
rdb Nov 7, 2024
e199f25
Update thirdparty links to 1.10.15
rdb Nov 7, 2024
9dbd20d
workflow: No longer skip Python 3.13 builds on Windows
rdb Nov 7, 2024
f26009b
Add Python 3.13 to setup.cfg
rdb Nov 8, 2024
e270a07
readme: Update download link to 1.10.15
rdb Nov 8, 2024
d23e44e
Merge branch 'release/1.10.x'
rdb Nov 8, 2024
05d23ca
tinydisplay: Set correct number of depth bits in buffer
rdb Nov 9, 2024
134f0bb
tinydisplay: Fix material diffuse being ignored with only ambient light
rdb Nov 9, 2024
2b88594
tinydisplay: Fix vertex color being multiplied in even with material …
rdb Nov 9, 2024
804d49f
tinydisplay: Fix extracted texture not having sRGB format
rdb Nov 9, 2024
d173086
putil: Fix SparseArray get_lowest_on_bit and get_lowest_off_bit
rdb Nov 14, 2024
22381c9
pgraphnodes: Disable lighting when rendering shadow cam
rdb Nov 14, 2024
6394973
windisplay: Fix recursive loop in adjust_z_order
rdb Nov 14, 2024
fa25c51
notify: Fix compile error on Android
rdb Nov 26, 2024
7191fb1
makepanda: Don't look for macOS framework when cross-compiling
rdb Nov 26, 2024
44a4116
makepanda: Fix assorted Android compile / package issues
rdb Nov 26, 2024
c31041c
android: Fix assorted errors and deprecations
rdb Nov 26, 2024
3471641
text: Don't try to use harfbuzz if freetype is not enabled either
rdb Nov 26, 2024
ac68b85
shader: Fix compilation warning
rdb Nov 26, 2024
ff3e7da
pipeline: Never try to detach external pthread (fixes Android crash)
rdb Nov 26, 2024
a32030d
framework: Clean up task manager on close_framework()
rdb Nov 26, 2024
d1707c4
makewheel: Correct path to libpython on Android
rdb Nov 26, 2024
46e9005
android: Fix crash on shutdown if stdout/err is not redirected
rdb Nov 26, 2024
d6acaaf
dist: Android fixes, esp. for Python 3.13
rdb Nov 26, 2024
a855071
showbase: Fix regressions on Android due to not running on main thread
rdb Nov 27, 2024
8a1d0f7
makepanda: use javac from JAVA_HOME, check for deprecations
rdb Nov 27, 2024
73c6759
android: Exit process after activity shutdown
rdb Nov 27, 2024
6f0fa2b
dist: Fix for Android configuration changes restarting app
rdb Nov 27, 2024
7d753d4
dist: Set various AndroidManifest.xml attribs, support appCategory
rdb Nov 27, 2024
d87cbbc
dist: Validate application_id when building for Android
rdb Nov 27, 2024
ff11113
android: Draw to whole window, ignoring contentRect
rdb Nov 27, 2024
26dd784
gobj: Make BufferResidencyTracker::_residency a const field
rdb Dec 3, 2024
6f33bbe
glgsg: Fix use after free with gl-force-fbo-color and layered FBO
rdb Dec 3, 2024
5e05049
collide: Add custom owner field to CollisionNode
rdb Dec 14, 2024
5d465be
samples: Remove unused CardMaker import from procedural-cube sample
rdb Dec 14, 2024
343ec6b
showbase: Create Loader before ShowBase, importable from ShowBaseGlobal
rdb Dec 14, 2024
3f2b9cd
pgraph: Make ModelPool.load_model() work same as Loader.load_sync()
rdb Dec 14, 2024
46cf9c0
showbase: Fix Loader when destroying and recreating ShowBase
rdb Dec 14, 2024
e43dc87
Fix unit test failures on Python 3.13
rdb Dec 14, 2024
899af61
pgraph: Fix ModelPool return value reference count
rdb Dec 19, 2024
5965d5b
windisplay: Prevent window resize to zero (#1705)
burningbuffer Dec 21, 2024
598a94a
android: Set minimum to API level 21
rdb Dec 26, 2024
f433733
readme: Update Android build instructions
rdb Dec 26, 2024
770e2ff
windisplay: Remove unused config.prc variable definitions:
rdb Dec 26, 2024
be382a8
makewheel: Exclude some more system libs
rdb Dec 29, 2024
cc6646a
cull: Fix crash caused by freeing a cull object with empty volume
darktohka Jan 11, 2025
eb5366b
tests: Update mypy to version 1.14.1 (#1715)
WMOkiishi Jan 16, 2025
271fa9d
glgsg: Fix issues with render-to-texture and cube map arrays
rdb Jan 19, 2025
db692ed
glgsg: Issue memory barriers for SSBOs
rdb Jan 20, 2025
8f4d0c8
gobj: Make BufferContextChain thread-safe
rdb Jan 21, 2025
f872a82
display: Support sharing graphics context between GraphicsEngines
rdb Jan 21, 2025
8c9ba6d
cocoa: Fix compilation error
rdb Jan 21, 2025
91f124e
display: Allow setting a custom clock for a GraphicsEngine
rdb Jan 21, 2025
674fa44
task: Fix first frame on task chain missed by PStats
rdb Jan 22, 2025
da4e2ca
express: Use monotonic clock on POSIX (has nanosecond precision)
rdb Jan 22, 2025
3082d28
pstatclient: Fix out-of-order events with thread profiling
rdb Jan 22, 2025
7ba4fe3
display: Add gsg.engine property
rdb Jan 25, 2025
3833866
display: Add method to synchronously download SSBO contents
rdb Jan 25, 2025
a55860b
glgsg: Fix memory barrier for extract_shader_buffer_data
rdb Jan 27, 2025
5b0cf9e
glgsg: More efficient handling of texture memory barriers
rdb Jan 27, 2025
67723ca
display: Generalized method for running things on draw thread
rdb Jan 27, 2025
2ea02ef
putil: Add new primitives for async callbacks/futures
rdb Jan 24, 2025
2a47826
glgsg: Big refactoring of texture uploading, add async upload support
rdb Jan 24, 2025
55a3a0d
glgsg: async screenshot refactor, general mechanism for fences
rdb Jan 27, 2025
1a431b3
glgsg: make async texture transfer threads configurable
rdb Jan 28, 2025
3725a00
glgsg: Fix typo
rdb Jan 28, 2025
97fcbc2
glgsg: Fix error message for unhandled external formats
rdb Jan 29, 2025
9c7e9e9
glgsg: Add more debug prints for renderbuffer creation
rdb Jan 29, 2025
1234388
glgsg: Make multisample renderbuffer format match regular one
rdb Jan 29, 2025
fa64a52
glgsg: Do not prefer depth-stencil ms renderbuffers on macOS
rdb Jan 29, 2025
287e456
glgsg: Fix BGR swap regression for sync uploads
rdb Jan 29, 2025
1fa8e2b
webgl: Don't use stringToUTF32 for keypress handling
rdb Jan 29, 2025
1281875
linmath: Fix degenerate case in decompose_matrix
rdb Jan 29, 2025
8114971
webgl: Improve handling of canvas focus
rdb Jan 29, 2025
f6f391b
glgsg: Don't override texture clear color for FBO attachments
rdb Jan 30, 2025
99b3888
gobj: Fix Texture::clear_clear_color()
rdb Jan 30, 2025
f188c8a
tests: Use approx comparison for test_depth_bias
rdb Jan 30, 2025
e681c17
glgsg: Use glClearTexImage even when tex has no storage
rdb Jan 30, 2025
0404feb
windisplay: Fix IME result not showing up without `ime-aware true`
rdb Jan 30, 2025
b0e1e0c
showbase: Annotate callback methods
WMOkiishi Jan 13, 2025
3f0f90d
makepanda: Don't try to call interrogate_module with -vv
rdb Feb 2, 2025
ea1cbe4
dist: Add missing hidden import for panda3d.core on enum
rdb Feb 2, 2025
79d6727
Move MAIN_DIR initialization code from interrogate to panda3d
rdb Feb 2, 2025
8a1159f
makepanda: Only build pnmimagetypes with exceptions if using OpenEXR
rdb Feb 2, 2025
6452907
Improvements for env handling with node.js and emscripten
rdb Feb 3, 2025
fef27a7
Update emscripten to 4.0.2, Python to 3.12.8, enable bulk memory
rdb Feb 3, 2025
c729c75
display: Add queries for max work group count/size/invocations
rdb Feb 5, 2025
a7f8c57
display: Add per-shader PStats timer for compute dispatches
rdb Feb 5, 2025
993238a
Merge remote-tracking branch 'upstream2'
DarthMDev Feb 7, 2025
24de3ba
Merge branch 'master' of https://github.com/DarthMDev/panda3d-ttap
DarthMDev Feb 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Bug report
about: Report a defect
title:
type: bug
labels:
assignees:
---
Expand Down
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
contact_links:
- name: Community forums
url: https://discourse.panda3d.org/
about: Please visit the community forums for technical support and other questions.

- name: Documentation bugs
url: https://github.com/panda3d/panda3d-docs/issues
about: Problems with the online documentation should be reported on the panda3d-docs issue tracker, not here.

- name: Discord server
url: https://discord.gg/UyepRMm
about: Get real-time help with questions about Panda3D or discuss ideas with the developers on our Discord server.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Enhancement request
about: Request new functionality or improvement to existing functionality
title:
type: feature
labels: enhancement
assignees:
---
Expand Down
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
Loading
Loading