12080 Commits

Author SHA1 Message Date
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
Darren Ranalli
45de2983b0 removed forced crash 2007-04-16 21:26:21 +00:00
David Rose
ddc5b64fce build on osx 2007-04-16 20:07:04 +00:00
Josh Wilson
1d286689b2 "fixed init/cleanup ordering issue" 2007-04-16 19:31:20 +00:00
Josh Wilson
9029fd64fc "Changed the way interest is maintained in the world by the local avatar (such as when teleporting, using doors or tunnels, or entering the game). Moved tunnels to be peers of the islands, rather than their children (in the interest graph). This enables the player to teleport to any game area. Enabled teleport to a friend (still needs work)" 2007-04-16 04:24:43 +00:00
David Rose
259ce0f3e3 fix bug in <lines> 2007-04-13 23:05:06 +00:00
Darren Ranalli
da6d5fc3b9 catch exceptions in subjobs so AI won't crash 2007-04-13 18:58:30 +00:00
Josh Yelon
c1ec8b0fb3 Added faster copy in case of rmdir 2007-04-13 17:44:12 +00:00
Darren Ranalli
ddf3b5c518 catch exceptions in getContainerByIdGen, called by CheckContainers.run 2007-04-13 08:04:32 +00:00
Darren Ranalli
375ea545a8 added removeNonCollisions, removed default numSolidsInLeaves 2007-04-13 01:36:44 +00:00
Josh Wilson
71235ae279 "changed order of prefix, added documentation to report" 2007-04-12 19:18:46 +00:00
David Rose
9ada65e1d4 TypeRegistry requires a reentrant mutex 2007-04-12 17:35:00 +00:00
aignacio_sf
ac89fe25bd Add unloadSfx function. 2007-04-11 21:55:15 +00:00
Samir Naik
c390bb15ba added cellWidth as a required field of CartesianGrids 2007-04-11 21:38:26 +00:00
David Rose
95e30464a6 more verbose error messages when exception occurs during dc update 2007-04-11 21:33:14 +00:00
Josh Yelon
fc25635bbc Fixed fmod looping bug again 2007-04-11 16:41:28 +00:00
Darren Ranalli
184ff2a257 added getNumDescendants 2007-04-11 08:37:54 +00:00
Josh Wilson
645a40e7e8 don't reset TimeOutFailureCount. will never timeout 2007-04-11 00:44:40 +00:00
Darren Ranalli
a0d32f9e29 use safeRepr to catch crashes in __repr__ and __str__ calls 2007-04-10 22:24:38 +00:00
Josh Yelon
0c34c9d377 Modified for local installation of CRT 2007-04-10 22:08:02 +00:00
Josh Yelon
fcc960bff8 Experimenting with disabling manifests entirely 2007-04-10 18:13:12 +00:00
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