| .. |
|
AppRunnerGlobal.py
|
more scriptability wip
|
2009-07-01 15:52:08 +00:00 |
|
Audio3DManager.py
|
Fix use of has_key and map()
|
2013-12-17 19:49:09 +00:00 |
|
BpDb.py
|
BpDb - fix for call=True when bpdb is disabled
|
2010-06-07 23:05:09 +00:00 |
|
BufferViewer.py
|
Add support for 2D texture arrays to ShaderGenerator and BufferViewer (actual render-to-texture-array functionality to come)
|
2013-08-12 09:18:24 +00:00 |
|
BulletinBoard.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
BulletinBoardGlobal.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
BulletinBoardWatcher.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
ContainerLeakDetector.py
|
fix for crash due to previous checkin
|
2009-02-11 01:33:01 +00:00 |
|
ContainerReport.py
|
removed unnecessary assert utils
|
2007-05-04 22:24:33 +00:00 |
|
CountedResource.py
|
added getCount()
|
2007-06-21 04:02:42 +00:00 |
|
DirectObject.py
|
revert object inheritance for now, causes problems
|
2009-09-04 18:24:35 +00:00 |
|
DistancePhasedNode.py
|
Ditch stuff like has_key and backticks
|
2010-03-19 10:32:09 +00:00 |
|
ElementTree.py
|
A few modernisation fixes, mostly for Python 3 support
|
2013-12-17 22:51:28 +00:00 |
|
EventGroup.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
EventManager.py
|
Ditch stuff like has_key and backticks
|
2010-03-19 10:32:09 +00:00 |
|
EventManagerGlobal.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
ExcelHandler.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
ExceptionVarDump.py
|
More Python 3 support, and a bit of work toward being able to compile as panda3d/core.pyd, etc.
|
2013-12-23 18:57:48 +00:00 |
|
Factory.py
|
Fix use of has_key and map()
|
2013-12-17 19:49:09 +00:00 |
|
FindCtaPaths.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
Finder.py
|
More Python 3 support, and a bit of work toward being able to compile as panda3d/core.pyd, etc.
|
2013-12-23 18:57:48 +00:00 |
|
GarbageReport.py
|
added support for _garbageInfo custom info callback
|
2010-08-11 00:43:03 +00:00 |
|
GarbageReportScheduler.py
|
added GarbageReportScheduler
|
2007-04-25 21:13:26 +00:00 |
|
HTMLTree.py
|
fixed garbage leak
|
2009-10-09 00:27:49 +00:00 |
|
InputStateGlobal.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
Job.py
|
added isFinished() method
|
2008-08-11 20:27:59 +00:00 |
|
JobManager.py
|
added isFinished() method
|
2008-08-11 20:27:59 +00:00 |
|
JobManagerGlobal.py
|
added JobManager
|
2007-03-10 11:06:21 +00:00 |
|
LazySort.py
|
removed hardcoded data in test cases
|
2007-08-26 09:53:30 +00:00 |
|
LeakDetectors.py
|
added object type leak detector
|
2009-02-13 19:59:28 +00:00 |
|
Loader.py
|
loader.saveModel(), EggToObjConverter, etc.
|
2012-12-20 00:09:14 +00:00 |
|
Messenger.py
|
Big commit aiding in separation of Python bindings:
|
2014-02-20 13:33:26 +00:00 |
|
MessengerGlobal.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
MessengerLeakDetector.py
|
first rev
|
2007-05-14 23:44:19 +00:00 |
|
MirrorDemo.py
|
add rootCamera
|
2011-07-15 00:13:54 +00:00 |
|
ObjectPool.py
|
added support for optional printing of object instances and referrers, print types with small number of instances first
|
2007-11-14 01:53:21 +00:00 |
|
ObjectReport.py
|
support for OP3/OP4
|
2007-05-17 06:16:14 +00:00 |
|
OnScreenDebug.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
PandaObject.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
PhasedObject.py
|
made automatic cleanup optional. Now can have only one sphere if desired as long as you explicitly call cleanup when done with it
|
2007-04-09 17:56:50 +00:00 |
|
PhysicsManagerGlobal.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
Pool.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
ProfileSession.py
|
Ditch stuff like has_key and backticks
|
2010-03-19 10:32:09 +00:00 |
|
PythonUtil.py
|
Big commit aiding in separation of Python bindings:
|
2014-02-20 13:33:26 +00:00 |
|
RandomNumGen.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
ReferrerSearch.py
|
add some comments and treating circular references as 'roots' to stop searching at
|
2010-10-26 22:09:54 +00:00 |
|
SfxPlayer.py
|
Partially apply typo fix patch I found somewhere on the web, by someone named Christoph Korn
|
2010-11-16 08:58:45 +00:00 |
|
ShadowDemo.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
ShadowPlacer.py
|
fixed TT shadowTraverser crash
|
2009-12-08 00:11:20 +00:00 |
|
ShowBase.py
|
More Python 3 support, and a bit of work toward being able to compile as panda3d/core.pyd, etc.
|
2013-12-23 18:57:48 +00:00 |
|
ShowBaseGlobal.py
|
use more standard __builtin__ module instead of hacky __builtins__ dictionary
|
2007-03-14 01:26:49 +00:00 |
|
Sources.pp
|
UnalignedLVecBase etc, remove lerp etc, moving towards Eigen on win32
|
2011-12-18 16:30:31 +00:00 |
|
TaskThreaded.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
ThreeUpShow.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
TkGlobal.py
|
Add import for backward compatibility
|
2013-08-25 19:38:25 +00:00 |
|
Transitions.py
|
prevent a nasty gl/panda issue with buffers getting thrown off the card
|
2010-05-01 00:40:51 +00:00 |
|
VFSImporter.py
|
The 'new' module has been deprecated since 2.6 and removed in Python 3, let's not use it (use 'types' module instead)
|
2013-12-23 15:08:00 +00:00 |
|
VerboseImport.py
|
Fix use of has_key and map()
|
2013-12-17 19:49:09 +00:00 |
|
WxGlobal.py
|
invert the WxGlobal loop: now wx owns the main loop, it seems to like that a lot better.
|
2012-01-14 00:16:05 +00:00 |
|
__init__.py
|
explicit import paths
|
2004-06-01 19:31:48 +00:00 |
|
extend_frozen.c
|
use _vfsimporter.pyd instead of runp3d_frozen.pyd
|
2009-08-28 01:55:05 +00:00 |
|
pandaSqueezeTool.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
pandaSqueezer.py
|
more __all__ fixes from Josh Yelon
|
2006-08-10 22:14:31 +00:00 |
|
showBase.N
|
simplify ConfigureDecl etc.
|
2009-06-15 22:25:52 +00:00 |
|
showBase.cxx
|
more mac app focus issues
|
2009-12-12 01:47:59 +00:00 |
|
showBase.h
|
more mac app focus issues
|
2009-12-12 01:47:59 +00:00 |
|
showBase_assist.mm
|
build error
|
2009-12-16 20:21:10 +00:00 |