open_toontown_panda3d/direct/src/directbase
rdb f97959e94b Full rewrite of ppython. Instead of invoking the python interpreter by launching it's process, it interfaces to the Python API to import the script as module.
Basically, it's a hybrid between what it used to be and what the scripts would be, frozen.
The advantage of the first is that ppython is now a very small wrapper instead of the hacky problematic mess it used to be.
The advantage of the second is that the scripts are not as big as if they would be frozen. And they can be modified.
2009-09-18 16:08:30 +00:00
..
DirectStart.py explicit import paths 2004-06-01 19:31:48 +00:00
Sources.pp support for LINK_ALL_STATIC 2009-04-28 01:01:33 +00:00
TestStart.py loadModelOnce -> loadModel 2008-08-28 19:24:59 +00:00
ThreeUpStart.py loadModelOnce -> loadModel 2008-08-28 19:24:59 +00:00
__init__.py explicit import paths 2004-06-01 19:31:48 +00:00
directbase.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
directbase.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
directsymbols.h simplify ConfigureDecl etc. 2009-06-15 22:25:52 +00:00
ppython.cxx Full rewrite of ppython. Instead of invoking the python interpreter by launching it's process, it interfaces to the Python API to import the script as module. 2009-09-18 16:08:30 +00:00