David Rose
|
a8b6320080
|
fix getPart()
|
2006-10-24 19:22:30 +00:00 |
Zachary Pavlov
|
538e31b081
|
fixed 'if part:' typo, and I added a small hack to make SubpartDef work with a [0] reference (ugg)
|
2006-10-24 18:59:50 +00:00 |
David Rose
|
860a8f16ca
|
use repr() instead of str() to print diagnostics
|
2006-10-24 17:11:45 +00:00 |
David Rose
|
1373705582
|
reorganize Actor dictionaries a bit; keep around ModelRoot node for proper ModelPool reference counting
|
2006-10-24 17:11:22 +00:00 |
Josh Wilson
|
79d14e2fc8
|
added global function 'giveNotify(cls)'
|
2006-10-24 01:54:33 +00:00 |
David Rose
|
064fd1dc07
|
oops, build on Windows
|
2006-10-23 20:10:24 +00:00 |
David Rose
|
b783726b11
|
fix initial delay for smooth mover
|
2006-10-23 18:59:12 +00:00 |
Darren Ranalli
|
410a57c7e4
|
name objects via base and simbase
|
2006-10-21 04:51:57 +00:00 |
aignacio_sf
|
388e80b02d
|
Initial nurbs support. Sampled points are used as control points to create nurbs curves.
|
2006-10-21 02:05:46 +00:00 |
Darren Ranalli
|
f804219bb6
|
return ClassTree instead of printing it
|
2006-10-20 21:36:06 +00:00 |
Josh Wilson
|
463cc7be4f
|
added lateral distance monitoring
|
2006-10-20 16:34:55 +00:00 |
Josh Wilson
|
c1f040a7d1
|
added ability to query airborne state. Be careful this only works if the walker supports the airborne state
|
2006-10-20 16:16:55 +00:00 |
Darren Ranalli
|
193478aacf
|
prevent redundant DoHierarchy adds/removes
|
2006-10-20 02:57:58 +00:00 |
Darren Ranalli
|
3b64bad745
|
added printClassTree
|
2006-10-20 02:56:17 +00:00 |
Darren Ranalli
|
90bcf39b91
|
better error messages
|
2006-10-20 02:43:09 +00:00 |
Redmond Urbino
|
7a2e78cbb3
|
added new method removeAllItems
|
2006-10-20 00:49:23 +00:00 |
M. Ian Graham
|
7a41d118c7
|
Removed debug line that keeps 'reload' containers from appearing
|
2006-10-19 21:42:24 +00:00 |
M. Ian Graham
|
432c06f65d
|
Sorting entries lexicographically within the same quantity buckets.
|
2006-10-19 21:30:24 +00:00 |
M. Ian Graham
|
5db62c7cb9
|
Changed timer task removal to properly remove--memory leak fix.
|
2006-10-19 21:13:14 +00:00 |
M. Ian Graham
|
5b3f37c360
|
Report output order is now deterministic within the same container size
|
2006-10-19 18:30:29 +00:00 |
David Rose
|
403301b470
|
remove ctrav.resetPrevTransform()
|
2006-10-19 18:07:49 +00:00 |
Darren Ranalli
|
8750d233f8
|
better logging
|
2006-10-19 18:01:17 +00:00 |
David Rose
|
3c0d5e6342
|
fix taskMgr formatting, fix bug with delayed doLater tasks
|
2006-10-18 22:37:55 +00:00 |
David Schafer
|
b92660bf13
|
Import changes to get level editor to run
|
2006-10-18 18:13:10 +00:00 |
David Rose
|
08c3f5e2d5
|
direct -> base.direct
|
2006-10-16 19:10:13 +00:00 |
Darren Ranalli
|
fda8e1f335
|
added _is
|
2006-10-16 18:36:15 +00:00 |
David Rose
|
ce4568d89e
|
enable intra-frame animation interpolation
|
2006-10-15 00:24:34 +00:00 |
David Rose
|
731ab7b576
|
enable intra-frame animation interpolation
|
2006-10-14 23:58:48 +00:00 |
David Rose
|
95985c7c1b
|
the default notify level needs to be info.
|
2006-10-14 00:05:52 +00:00 |
David Schafer
|
6555ffda44
|
Import error fix;
|
2006-10-13 23:45:29 +00:00 |
David Rose
|
14350abf52
|
use new binary option
|
2006-10-13 20:38:56 +00:00 |
Josh Wilson
|
c2afbcaac9
|
fixed suspended particles by calling finalize in instant
|
2006-10-13 18:50:42 +00:00 |
Darren Ranalli
|
6ddc1ca7be
|
don't include global set of ignored object ids, added header
|
2006-10-13 01:24:20 +00:00 |
Darren Ranalli
|
431d855513
|
breadth-first search
|
2006-10-13 00:10:57 +00:00 |
David Rose
|
f8c2e9d790
|
meta is a modifier key too
|
2006-10-12 23:05:44 +00:00 |
Darren Ranalli
|
08711a6866
|
added front() and back() to Queue
|
2006-10-12 22:00:38 +00:00 |
Asad M. Zaman
|
16814f4709
|
little fix for copy actor
|
2006-10-12 17:48:59 +00:00 |
David Rose
|
5d9ded7299
|
allow passing in an LODNode to the constructor
|
2006-10-12 14:20:51 +00:00 |
David Rose
|
9433b488ec
|
minor assertion check
|
2006-10-12 14:19:59 +00:00 |
David Rose
|
fa760d2285
|
fix copyActor when subparts are in use
|
2006-10-12 00:49:20 +00:00 |
David Rose
|
d6049a6276
|
fix copyActor when subparts are in use
|
2006-10-12 00:49:16 +00:00 |
Darren Ranalli
|
caa7b9404d
|
working depth-first object discovery
|
2006-10-11 21:24:35 +00:00 |
aignacio_sf
|
19eebe69c1
|
Add assert before notify.
|
2006-10-11 20:18:31 +00:00 |
Josh Wilson
|
378c3757d5
|
added setVerbose() and modified setDconfigLevels to undo setVerbose()
|
2006-10-11 02:13:29 +00:00 |
David Rose
|
d7dcd2bc0b
|
add barTexture
|
2006-10-10 16:24:36 +00:00 |
David Rose
|
96571d412f
|
fix fixBounds()
|
2006-10-07 16:27:50 +00:00 |
Redmond Urbino
|
5972918101
|
fix crash in toontown tutorial
|
2006-10-07 01:59:24 +00:00 |
Darren Ranalli
|
4484b622f1
|
ZoneData system to prevent resource leaks
|
2006-10-07 00:36:05 +00:00 |
Asad M. Zaman
|
074afb48f5
|
fixes a crash on the actor subpart
|
2006-10-06 02:07:40 +00:00 |
David Rose
|
b4238d94b7
|
add setSubpartsComplete()
|
2006-10-05 18:10:43 +00:00 |