| .. |
|
assimp
|
assimp: Add assimp-disable-extensions config var (for #1537)
|
2023-10-22 11:59:30 +02:00 |
|
bam
|
pandatool: Fix typo in bam-info help page
|
2021-08-03 13:25:56 +02:00 |
|
converter
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
cvscopy
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
daeegg
|
daeegg: Fix a compiler warning
|
2022-10-24 01:39:52 +02:00 |
|
daeprogs
|
general: Distinguish local/system includes
|
2018-11-10 18:00:10 -07:00 |
|
deploy-stub
|
Report errors if calls to `close()` fail
|
2024-01-25 12:33:20 +01:00 |
|
dxf
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
dxfegg
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
dxfprogs
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
egg-mkfont
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
egg-optchar
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
egg-palettize
|
egg-palettize: fix writing Magfilter
|
2024-01-04 16:22:30 +01:00 |
|
egg-qtess
|
egg-qtess: Fix an unused variable warning
|
2024-03-12 15:32:44 +01:00 |
|
eggbase
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
eggcharbase
|
general: use nassert_raise instead of nassertv(false) et al
|
2018-11-28 17:35:20 +01:00 |
|
eggprogs
|
Rename CollisionTube to CollisionCapsule (bam 6.44)
|
2018-12-23 22:28:06 +01:00 |
|
flt
|
flt: fix crash due to macOS libc++ bug in istream::eof()
|
2019-01-09 22:54:36 +01:00 |
|
fltegg
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
fltprogs
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
gtk-stats
|
pstats: Show collector start/stop pair count in time-based graphs
|
2022-11-29 13:01:55 +01:00 |
|
imagebase
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
imageprogs
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
lwo
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
lwoegg
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
lwoprogs
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
maxegg
|
general: Distinguish local/system includes
|
2018-11-10 18:00:10 -07:00 |
|
maxprogs
|
general: Distinguish local/system includes
|
2018-11-10 18:00:10 -07:00 |
|
maya
|
maya: Allow more than three eggObjectTypes in a Maya model
|
2021-03-31 22:57:26 +02:00 |
|
mayaegg
|
maya: Allow more than three eggObjectTypes in a Maya model
|
2021-03-31 22:57:26 +02:00 |
|
mayaprogs
|
mayapath: Properly handle new bin2/bin3 folders on Windows for Maya 2022
|
2022-01-06 17:06:16 +01:00 |
|
miscprogs
|
bin2c: fix compilation warning
|
2019-09-01 21:46:41 +02:00 |
|
objegg
|
general: fix many compilation warnings in GCC 8
|
2018-06-19 00:37:28 +02:00 |
|
objprogs
|
Separate out CPython calls from core libs; eliminate need for pystub
|
2016-07-20 14:30:41 +02:00 |
|
palettizer
|
palettizer: Fix magfilter on KW_mipmap
|
2024-03-27 11:12:58 +01:00 |
|
pandatoolbase
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
pfmprogs
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
progbase
|
progbase: respect SOURCE_DATE_EPOCH in -write-man option
|
2021-01-18 16:41:04 +01:00 |
|
pstatserver
|
pstats: Server can handle new protocol version 2.3
|
2022-12-10 19:45:29 +01:00 |
|
ptloader
|
ptloader: Fix wrong initialization order issue
|
2022-11-02 23:02:20 +01:00 |
|
scripts
|
general: Remove more unnecessary +x UNIX modes
|
2018-02-07 11:29:48 -07:00 |
|
text-stats
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
vrml
|
general: fix many compilation warnings in GCC 8
|
2018-06-19 00:37:28 +02:00 |
|
vrmlegg
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
vrmlprogs
|
general: Replace NULL (and 0 as pointer) with C++11 nullptr
|
2018-06-03 16:35:13 -06:00 |
|
win-stats
|
pstats: Show collector start/stop pair count in time-based graphs
|
2022-11-29 13:01:55 +01:00 |
|
xfile
|
xfile: fix read from uninitialized memory (see #554)
|
2019-02-12 15:40:31 +01:00 |
|
xfileegg
|
pandatool: Fix several missing includes
|
2018-10-28 03:16:22 -06:00 |
|
xfileprogs
|
general: Fully qualify header references into the std namespace
|
2018-06-07 10:35:12 +02:00 |