open_toontown_panda3d/direct/src/showbase
rdb 1375d38725 showbase: Fix assorted issues with GarbageReport:
* Use of removed `types.InstanceType`
* New-style classes are not reported very neatly
* Extreme amount of digits in report due to float division

Fixes #1304
2022-12-09 17:34:27 +01:00
..
AppRunnerGlobal.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
Audio3DManager.py showbase: fix erroneous docstring (audio unit is metres by default) 2020-03-30 13:57:15 +02:00
BufferViewer.py showbase: Fix regression with BufferViewer in double prec build 2022-09-02 23:08:07 +02:00
BulletinBoard.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
BulletinBoardGlobal.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
BulletinBoardWatcher.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
ContainerLeakDetector.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
ContainerReport.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
CountedResource.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
DConfig.py Eliminate C++ DConfig; replace it with a Python compatibility shim 2018-11-02 23:27:07 +01:00
DirectObject.py task: Fix missing `taskMgr` reference when using managed tasks 2022-06-29 15:12:06 +02:00
DistancePhasedNode.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
EventGroup.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
EventManager.py showbase: Add `do_events()` and `process_event()` snake_case aliases 2022-12-06 12:57:02 +01:00
EventManagerGlobal.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
ExceptionVarDump.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
Factory.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
FindCtaPaths.py direct: fix various syntax warnings in Python 3.8 2019-02-11 23:35:56 +01:00
Finder.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
GarbageReport.py showbase: Fix assorted issues with GarbageReport: 2022-12-09 17:34:27 +01:00
GarbageReportScheduler.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
InputStateGlobal.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
Job.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
JobManager.py showbase: Fix assorted issues with GarbageReport: 2022-12-09 17:34:27 +01:00
JobManagerGlobal.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
LeakDetectors.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
Loader.py direct: Additional linking in Loader API documentation 2020-11-17 12:01:42 +01:00
Messenger.py direct: fix various uses of types.MethodType in Python 3 (from #1000) 2020-09-01 10:54:38 +02:00
MessengerGlobal.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
MessengerLeakDetector.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
MirrorDemo.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
ObjectPool.py direct: Fix some NameErrors 2018-03-05 18:32:27 -07:00
ObjectReport.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
OnScreenDebug.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
PhasedObject.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
PhysicsManagerGlobal.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
Pool.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
ProfileSession.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
PythonUtil.py PythonUtil: remove deadlink from normalDistrib docstring 2021-10-26 13:28:35 +02:00
RandomNumGen.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
ReferrerSearch.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
SfxPlayer.py sfxplayer: fixes bug when using the "node argument" in SoundInterval, also fixes Py3 TypeError exception 2019-05-01 17:17:06 +02:00
ShadowDemo.py general: remove all uses of deprecated upcastTo*() methods 2018-02-27 15:02:49 +01:00
ShadowPlacer.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
ShowBase.py showbase: docstring fix 2022-01-14 09:58:57 +01:00
ShowBaseGlobal.py direct: Improvements to API reference, better cross-linking 2020-07-27 13:40:31 +02:00
TaskThreaded.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
ThreeUpShow.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
TkGlobal.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
Transitions.py dgui: allow using various GUI items without instantiating ShowBase 2019-08-14 13:26:27 +02:00
VFSImporter.py VFSImporter: fix detection of source file encoding in Python 3 2020-12-09 15:46:51 +01:00
VerboseImport.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
WxGlobal.py direct: big formatting changes for the benefit of API reference 2019-10-29 20:43:41 +01:00
__init__.py direct: Add more links to manual pages in module docstrings 2020-09-11 13:15:58 +02:00
extend_frozen.c Interrogate overhaul that dramatically increases performance for the simpler methods 2014-07-18 13:54:38 +00:00
showBase.N simplify ConfigureDecl etc. 2009-06-15 22:25:52 +00:00
showBase.cxx Eliminate C++ DConfig; replace it with a Python compatibility shim 2018-11-02 23:27:07 +01:00
showBase.h Eliminate C++ DConfig; replace it with a Python compatibility shim 2018-11-02 23:27:07 +01:00
showBase_assist.mm general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00