David Rose
|
0c5b3eb47c
|
add inline tags
|
2007-04-10 18:02:28 +00:00 |
|
David Rose
|
4c376a37f3
|
add missing thread_tick in the !DO_PSTATS case
|
2007-04-10 17:55:05 +00:00 |
|
Darren Ranalli
|
8464d45d9f
|
split out FindContainers job
|
2007-04-10 08:34:50 +00:00 |
|
Darren Ranalli
|
c5e0e5907a
|
round-robin Jobs based on priority
|
2007-04-10 08:33:31 +00:00 |
|
Josh Wilson
|
8e9d2b85ab
|
added optional 'from' collider node parameter to optimize triggered phase changes
|
2007-04-10 06:33:20 +00:00 |
|
Samir Naik
|
34793b5be7
|
removed printout
|
2007-04-10 04:09:51 +00:00 |
|
Darren Ranalli
|
b3f7067483
|
break ParamObj garbage cycle
|
2007-04-10 02:32:48 +00:00 |
|
Josh Yelon
|
2443e6c76a
|
Fixed looping bug, maybe
|
2007-04-09 21:54:32 +00:00 |
|
Josh Yelon
|
929d371b8f
|
*** empty log message ***
|
2007-04-09 21:52:17 +00:00 |
|
Josh Wilson
|
85a1b1bcdd
|
handle the case where base.cTrav is not yet set
|
2007-04-09 21:15:24 +00:00 |
|
David Rose
|
601057c3a0
|
better pstats tracking of loader task
|
2007-04-09 20:55:25 +00:00 |
|
Justin Butler
|
ee3d5337d5
|
(darren) fixed problem with generator running on destroyed ContainerRef
|
2007-04-09 20:25:57 +00:00 |
|
David Rose
|
f7e01783ba
|
oops
|
2007-04-09 20:23:36 +00:00 |
|
David Rose
|
dd82d38eb9
|
allow cancelling requests
|
2007-04-09 20:18:25 +00:00 |
|
Josh Wilson
|
3bd78f3bf4
|
hiding collision spheres
|
2007-04-09 18:47:36 +00:00 |
|
Samir Naik
|
9dad81603f
|
take noTransition out of fade ivals, that is just wrong
|
2007-04-09 18:36:52 +00:00 |
|
Josh Wilson
|
50cc26d546
|
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 |
|
Darren Ranalli
|
ad2d371605
|
log some items from leaking containers, shorter delay before first check
|
2007-04-09 07:34:20 +00:00 |
|
Darren Ranalli
|
47ffbc3ebd
|
fixed __repr__, timeslice -> .5ms
|
2007-04-09 07:30:58 +00:00 |
|
Darren Ranalli
|
b6cafaa582
|
put safeRepr and fastRepr in __builtin__
|
2007-04-09 07:26:16 +00:00 |
|
Samir Naik
|
55374a72bf
|
oops, fixed a cut and paste error
|
2007-04-08 05:22:55 +00:00 |
|
Darren Ranalli
|
98e5e19348
|
more fine-grained CPU usage, better notification messages
|
2007-04-07 21:21:52 +00:00 |
|
Samir Naik
|
42a7730537
|
added getter functions for fadeIn and fadeOut ivals for use in cutscenes
|
2007-04-07 21:07:23 +00:00 |
|
Darren Ranalli
|
786af32d44
|
don't use gc.get_referents (it's slow), more fine-grained CPU usage
|
2007-04-07 08:34:50 +00:00 |
|
Darren Ranalli
|
e5fc82670d
|
added Job pstats, derive from DirectObject
|
2007-04-07 08:26:30 +00:00 |
|
Josh Wilson
|
1b12685fee
|
"switch inheritance order to satisfy MRO requirements. Removed debugging code. One-off traverse on render instead of only this object in order to preserve eventHandler states. Proper propagation of init parameters"
|
2007-04-07 06:44:39 +00:00 |
|
Josh Wilson
|
0698befa25
|
"adding PhasedObjects to showbase"
|
2007-04-07 04:50:50 +00:00 |
|
David Rose
|
6381866a56
|
allow-collider-bitarray -> allow-collider-multiple
|
2007-04-06 15:43:44 +00:00 |
|
David Rose
|
ceace684a2
|
add double, quad BitMask objects
|
2007-04-06 15:38:33 +00:00 |
|
Darren Ranalli
|
a463d3cffe
|
added getBase to __builtin__
|
2007-04-06 12:37:35 +00:00 |
|
Darren Ranalli
|
88950518ab
|
many bug fixes, almost completed
|
2007-04-06 11:14:07 +00:00 |
|
Darren Ranalli
|
5e7eeef6e2
|
reduced debug logging
|
2007-04-06 11:09:56 +00:00 |
|
David Rose
|
6757b8b92c
|
turn off allow-collider-bitarray by default
|
2007-04-06 00:40:43 +00:00 |
|
David Rose
|
5e86a1c8b3
|
allow-collider-bitarray
|
2007-04-05 17:04:49 +00:00 |
|
David Rose
|
05b0adcbb5
|
64-bit collision traverser; add CollisionNode::set_collider_sort()
|
2007-04-05 15:34:36 +00:00 |
|
David Rose
|
846e46b8c7
|
better 64-bit support
|
2007-04-05 15:33:53 +00:00 |
|
David Rose
|
291c14a9b4
|
oops, another threading fix
|
2007-04-05 14:38:25 +00:00 |
|
David Rose
|
26f4073003
|
resolve threading crash
|
2007-04-05 13:36:29 +00:00 |
|
Darren Ranalli
|
375450db4b
|
support for dict keys that can't be repr/eval'd
|
2007-04-05 09:38:41 +00:00 |
|
Darren Ranalli
|
47008cd950
|
crash fixes
|
2007-04-05 01:45:47 +00:00 |
|
Darren Ranalli
|
8829174d40
|
first revision of ContainerLeakDetector
|
2007-04-04 23:54:06 +00:00 |
|
David Rose
|
93807927f9
|
add detect-graph-cycles
|
2007-04-04 21:21:23 +00:00 |
|
David Rose
|
05b5aea19c
|
squelch compiler warnings
|
2007-04-04 19:00:59 +00:00 |
|
David Rose
|
65a84a7074
|
squelch warning
|
2007-04-04 18:50:58 +00:00 |
|
Josh Yelon
|
cc60fad2a5
|
Modified handling of raw mouse IDs
|
2007-04-04 18:20:42 +00:00 |
|
David Rose
|
cd85248a06
|
revert accidental checkin
|
2007-04-04 17:03:15 +00:00 |
|
David Rose
|
f36b15fd99
|
loader.asyncFlattenStrong()
|
2007-04-04 17:00:20 +00:00 |
|
Darren Ranalli
|
8a6258a803
|
publish get_collision_origin
|
2007-04-04 09:41:51 +00:00 |
|
Darren Ranalli
|
990af2a153
|
added subdivideCollisions
|
2007-04-04 07:47:13 +00:00 |
|
David Rose
|
d94f65c29e
|
put WIN32_LEAN_AND_MEAN on command line, for now
|
2007-04-04 01:59:28 +00:00 |
|