431 Commits

Author SHA1 Message Date
David Rose
e177b34c23 fix lockup on exit 2007-08-29 17:53:30 +00:00
Darren Ranalli
6605f0fef3 added client-cpu-affinity 2007-08-26 00:16:20 +00:00
David Rose
ff73e659db add render2d support to bufferviewer 2007-08-23 16:42:11 +00:00
David Rose
a8ae4fa3f1 reorder for thread cleanup 2007-08-01 23:22:33 +00:00
Darren Ranalli
e51f0b2baf moved lifter to shadow-placer traverser, fixes fall-through-ledge problem 2007-08-01 01:31:56 +00:00
Chris Brunner
181d891578 whrandom -> random 2007-07-26 22:52:32 +00:00
David Rose
9f2e1596fd fix deadlock at exit 2007-06-29 21:46:14 +00:00
Zachary Pavlov
7177c38580 profiling is cordoned off 2007-06-28 22:45:10 +00:00
Zachary Pavlov
5567d71a07 oops, typo 2007-06-25 21:40:16 +00:00
Zachary Pavlov
04a353cdbf made default bias 0 to ensure transparency 2007-06-25 21:25:14 +00:00
Zachary Pavlov
d3886f08e8 default bias value 2007-06-25 21:24:28 +00:00
Zachary Pavlov
f2f61a626c moved profiling code into showbase for a more reasonable access 2007-06-25 21:23:19 +00:00
David Rose
bc99d07099 SIMPLE_THREADS implementation 2007-06-25 18:59:26 +00:00
aignacio_sf
872f08f70c Add self.a2dBackground 2007-06-13 22:31:00 +00:00
Roger Hughston
4f13ddc9ac expermential use of inter-frame yielding... 2007-06-06 01:01:57 +00:00
David Rose
c99351eb7d still better open/close window behavior 2007-04-27 21:25:39 +00:00
David Rose
5bff4621e1 better behavior when switching windows 2007-04-27 17:07:07 +00:00
Josh Yelon
d3b05dc48c First attempt at code for raw mice under Linux 2007-03-23 19:42:19 +00:00
Josh Yelon
be067c60dd Added raw_mice flag to WindowProperties 2007-03-22 19:59:33 +00:00
David Rose
e2ac31938f use more standard __builtin__ module instead of hacky __builtins__ dictionary 2007-03-14 01:26:49 +00:00
Darren Ranalli
611cb9d8e8 support for runtime pstat connections 2007-03-12 23:26:23 +00:00
Darren Ranalli
89b2d71e56 added JobManager 2007-03-10 12:04:29 +00:00
Darren Ranalli
a88183a033 support for profiling multiple frames 2007-03-07 02:59:43 +00:00
David Rose
290f49c761 more fixes to want-direct startup sequence 2007-02-22 20:03:00 +00:00
Redmond Urbino
76242876c3 kill starting up toontown crash 2007-02-22 00:43:46 +00:00
David Rose
86d6eeefaf allow want-direct to work with window-type none 2007-02-21 21:23:50 +00:00
Josh Yelon
4be8e217f7 Added support for $MAIN_DIR in model-path 2007-02-13 19:05:40 +00:00
aignacio_sf
ac014bcf3e fix error 2007-01-24 02:53:23 +00:00
aignacio_sf
baf81ca972 Allow passing old gsg again (pass gsg = None instead).
Restore stencil clear states for recreated window.
2007-01-03 20:53:10 +00:00
Darren Ranalli
785d78f6ec added temp getExitErrorCode, remove when TT is using the new launcher in production 2006-11-23 04:26:25 +00:00
aignacio_sf
c734cfa1e3 Do not reuse gsg. This fixes fullscreen/window display switching problems. 2006-11-22 19:19:51 +00:00
David Rose
7c430582d2 don't drop gsg parameter to makeWindow() 2006-11-14 19:45:31 +00:00
Darren Ranalli
0341696500 added *base.profileNextFrame 2006-10-28 13:15:53 +00:00
Josh Wilson
79d14e2fc8 added global function 'giveNotify(cls)' 2006-10-24 01:54:33 +00:00
David Rose
403301b470 remove ctrav.resetPrevTransform() 2006-10-19 18:07:49 +00:00
David Rose
08c3f5e2d5 direct -> base.direct 2006-10-16 19:10:13 +00:00
David Rose
f8c2e9d790 meta is a modifier key too 2006-10-12 23:05:44 +00:00
Josh Yelon
215e2bf894 Audio changes 2006-09-27 16:24:07 +00:00
David Rose
216e635ee7 more __all__ fixes from Josh Yelon 2006-08-10 22:14:31 +00:00
David Rose
08de280be6 deal with ClockObject having moved out of libpandaexpress 2006-07-06 16:42:28 +00:00
Joe Shochet
45a584ba05 no more fsm redefine config 2006-06-29 18:03:34 +00:00
David Rose
898f587386 makeOutput() parameter list has changed 2006-06-15 14:03:08 +00:00
David Rose
2b1941a12b return filename from base.screenshot(), etc. 2006-06-15 00:17:55 +00:00
Josh Yelon
e8f749cf1e Buffer/Window creation overhaul 2006-06-07 17:38:32 +00:00
David Rose
70dda7cff5 use PandaNode.getAllCameraMask() 2006-05-23 12:52:58 +00:00
Josh Yelon
a8f09b9631 Fixed BufferViewer bug 2006-05-18 18:21:06 +00:00
Josh Wilson
61f1eb930b BufferViewer needs to be enabled in Config.prc with 'show-buffers' 2006-05-07 22:54:43 +00:00
Darren Ranalli
b760defb50 enabled base.guiItems as an e3 hack 2006-05-06 05:43:34 +00:00
Darren Ranalli
a8697a4594 track-gui-items and cTrav stack 2006-05-04 20:09:30 +00:00
John Loehrlein
f2d6c73ccb Optional sleep scheme. Tested and can handle up to 4 clients at once without any starving. Client with focus will not run as fast, obivously. 2006-04-21 18:39:25 +00:00