12104 Commits

Author SHA1 Message Date
Darren Ranalli
35290754c9 removed debugging 2007-04-25 21:03:06 +00:00
Greg Wiatroski
f9890a4f67 Ok, now the phantom scroll bug is REALLY fixed - honest! 2007-04-25 19:06:09 +00:00
David Rose
6a29807423 show signed hash 2007-04-25 15:42:20 +00:00
Josh Wilson
f695365e9a "using modifySolid instead of getSolid" 2007-04-25 02:15:15 +00:00
Darren Ranalli
ba78c5139f track time that jobs spend beyond their timeslice and compensate 2007-04-24 19:33:49 +00:00
David Rose
67da79e374 add scrollStep(), scrollPage() 2007-04-24 18:53:01 +00:00
David Rose
490d24ef41 add get_key() method for Python hashing 2007-04-24 14:56:23 +00:00
Darren Ranalli
936e6dcbbc removed old comment 2007-04-24 02:52:48 +00:00
Josh Wilson
e088d31e98 "copy/paste bug fix" 2007-04-24 01:49:51 +00:00
Darren Ranalli
59b7f35cad more debugging for deleteObjectLocation parentId=4294967295 AI crash 2007-04-23 22:46:27 +00:00
David Rose
a51d4712cf prebuild-bison 2007-04-21 01:45:13 +00:00
David Rose
d1f08df2c9 add BLOCKING 2007-04-21 01:44:30 +00:00
Greg Wiatroski
3b57b93a98 Fix for divide by zero error 2007-04-20 23:26:53 +00:00
Josh Wilson
d9dcbfc429 "using new ShipFloorCollide for avatars on a ship" 2007-04-20 19:08:31 +00:00
David Rose
de7e08b8ee whoops, allow const CollisionSolid 2007-04-20 19:01:44 +00:00
Darren Ranalli
5f07d8f5da added job-manager-timeslice config 2007-04-20 07:50:17 +00:00
Roger Hughston
6b968ee0ee Changes to help support focus and window embeding in parent 2007-04-20 07:49:58 +00:00
Darren Ranalli
80d18524aa make firstCheckDelay actually the delay before the first check (take a measurement before firstCheckDelay) 2007-04-20 06:56:56 +00:00
Darren Ranalli
6ee6a27100 added CppMemoryUsage 2007-04-20 06:55:44 +00:00
Darren Ranalli
dfcf899a23 added pdb-on-leak-detect 2007-04-20 00:25:55 +00:00
Darren Ranalli
f82ac8cfde prevent cycles in the ObjectRefs (i.e. base.loader.base.loader) 2007-04-19 22:24:49 +00:00
Darren Ranalli
f619fd68bd show priorities and jobIds in repr 2007-04-19 22:22:50 +00:00
David Rose
936412fae2 merge cow_thread_2007_04_12: make copy-on-write operations thread-safe 2007-04-19 18:23:10 +00:00
Darren Ranalli
5e208f23e8 give timeslices to newly-added jobs right away 2007-04-19 10:14:55 +00:00
Darren Ranalli
301c6d9aea better timeslicing 2007-04-19 01:48:11 +00:00
David Rose
01b6acdcfe PyEval_InitThreads 2007-04-18 22:05:19 +00:00
David Rose
afabf9df4e regularize extraArgs 2007-04-18 22:03:03 +00:00
David Rose
346928ece7 support BLOCKING keyword 2007-04-18 21:51:36 +00:00
David Rose
3d86e7bf8b secondary button should be called mouse3 2007-04-18 21:39:34 +00:00
David Rose
88fee08547 fix error message output 2007-04-18 20:26:09 +00:00
David Rose
029bd3476e rename MOUSE_* -> M_* 2007-04-18 20:14:00 +00:00
David Rose
82a9bbab45 fix escape key handling 2007-04-18 19:14:43 +00:00
Darren Ranalli
657792498a added GarbageLeakDetector 2007-04-18 09:40:15 +00:00
Darren Ranalli
83b5b73359 don't hide errors in __len__ 2007-04-18 09:36:45 +00:00
Darren Ranalli
aa1193a076 added new items to __all__ 2007-04-18 09:35:58 +00:00
Darren Ranalli
df4b19725c log and send server event if DOAI is created with parentId of 4294967295 (32-bit -1, unsigned) 2007-04-18 06:31:13 +00:00
Darren Ranalli
c6fdac34e3 put StackTrace in __builtin__ 2007-04-18 05:34:28 +00:00
Roger Hughston
531d6f9a12 hanged a bunch of function definition from in to ZONEID_TYPE OR DOID_TYPE .. having problems with high bits on 32 bit builds. 2007-04-18 05:22:59 +00:00
Darren Ranalli
61550870cb quicker discovery of LeakDetector objects 2007-04-18 01:01:57 +00:00
Darren Ranalli
09926188fd prevent infinite iteration in flywheel 2007-04-18 00:59:10 +00:00
Josh Yelon
7b300b2413 Made some changes for Maya 8.5 2007-04-17 22:45:49 +00:00
David Rose
8566b388fb add count_num_descendants() 2007-04-17 18:21:29 +00:00
Darren Ranalli
2144050758 bug fixes, multiple pools of traversal starting points 2007-04-17 06:52:16 +00:00
Darren Ranalli
2e55c5bc14 use flywheel for round-robin 2007-04-17 06:50:08 +00:00
Darren Ranalli
2e9142fe53 first rev 2007-04-17 06:49:06 +00:00
Darren Ranalli
89278bf460 added nullGen, loopGen, flywheel 2007-04-17 06:48:11 +00:00
greytower
4f51f073a0 deal with 0 duration projectile interval 2007-04-17 01:17:27 +00:00
David Rose
8d662e51f7 revert unfortunate fix 2007-04-17 00:07:03 +00:00
David Rose
ea3d4eea3f stub thread functions 2007-04-16 22:17:49 +00:00
Darren Ranalli
590b711680 don't crash in job.remove if jobId not in timeslicesLeft 2007-04-16 21:29:59 +00:00