rdb
|
0d03207d1b
Dramatically reduce size of frozen/compiled code by pruning/masking unnecessary imports/code
|
10 年之前 |
rdb
|
e0e2d6d222
Ignore run() in emscripten
|
10 年之前 |
rdb
|
03c8d4c009
Fix use of many builtins
|
10 年之前 |
rdb
|
dafe48a6bc
Begin to add snake_case/property interfaces to important direct classes
|
10 年之前 |
rdb
|
0a9f9887f9
Merge branch 'release/1.9.x'
|
10 年之前 |
rdb
|
2d6c2c5c6d
Remove dependency on tkpanels and tkwidgets modules when building .p3d package
|
10 年之前 |
rdb
|
31dbcae262
Deprecate many extension methods, make extension methods imported via modules instead of dumped into core.py, move _core.pyd and _direct.pyd back to core.pyd, direct.pyd respectively, move MAIN_DIR set-up code to module init time
|
10 年之前 |
rdb
|
d9342043b0
Deprecate pandac.PandaModules and genPyCode, move extensions to panda3d/, clean up imports and deprecated behaviour
|
10 年之前 |
rdb
|
f87785d2c0
Allow using Panda without 'signal' module in platforms that do not have one (eg. JavaScript)
|
10 年之前 |
rdb
|
0aa0f34c74
Lots of work to make the rtdist work with the new library building system
|
11 年之前 |
rdb
|
f8acde64f7
taskMgr.destroy() should imply stop()
|
11 年之前 |
rdb
|
c729775265
The 'new' module has been deprecated since 2.6 and removed in Python 3, let's not use it (use 'types' module instead)
|
12 年之前 |
David Rose
|
646f12f625
squelch backtrace on SystemExit
|
14 年之前 |
Darren Ranalli
|
9462d332dc
upload client stack dump to event logs
|
15 年之前 |
rdb
|
ac1223d0da
Ditch stuff like has_key and backticks
|
15 年之前 |
David Rose
|
73943dd77e
taskMgr.getCurrentTask()
|
16 年之前 |
David Rose
|
50b9e51aa6
fix shutdown while downloading
|
16 年之前 |
David Rose
|
62aaf94cb0
frameSync
|
16 年之前 |
David Rose
|
7de817fb2b
remove old task manager
|
16 年之前 |
David Rose
|
05a2432673
safe to make this the default now
|
17 年之前 |
David Rose
|
993b1af160
remove __debug__
|
17 年之前 |
David Rose
|
cd8f9030d8
wip: starting experimental C-based task manager
|
17 年之前 |
Darren Ranalli
|
26d56476f0
added ~ailogtaskprofiles, added ~aitaskprofileflush <name>
|
17 年之前 |
Darren Ranalli
|
a7f8a4af41
include max non-spike profile, added ~taskprofileflush/~aitaskprofileflush
|
17 年之前 |
Darren Ranalli
|
8bf2bdfa1f
added RAM-file support to prevent disk access while profiling
|
17 年之前 |
Darren Ranalli
|
35a6e9f49e
don't warn about leaked garbage collect task on exit
|
17 年之前 |
Darren Ranalli
|
2d8e530230
clean up doLater task
|
17 年之前 |
Darren Ranalli
|
9b36b7b487
fixed mismatched-spike-task bug
|
17 年之前 |
Darren Ranalli
|
86d00a7024
added explicit garbage collect task
|
17 年之前 |
Darren Ranalli
|
6895e25221
added task profiler
|
17 年之前 |