6703 Commits

Author SHA1 Message Date
Darren Ranalli
da1778d054 support for non-DC updates in deferred-generate update queue 2007-11-22 02:33:08 +00:00
Dustin Barnard
228023dff6 *** empty log message *** 2007-11-22 00:15:49 +00:00
Joe Hager
80c18644be Retro fitted the class with security: Username/Password protection. 2007-11-21 02:35:15 +00:00
Darren Ranalli
c9201caa41 allow two capital letters per word in auto-capitalize mode 2007-11-20 05:22:21 +00:00
David Rose
a3dc987415 default parameters for C++ convenience 2007-11-19 18:55:12 +00:00
Gyedo Jeon
ba103752f3 Made selectio not working in the avatar-drive mode 2007-11-17 00:32:30 +00:00
Gyedo Jeon
e1ff1900e8 Added avatar-drive mode to ToonTown leveleditor 2007-11-16 21:01:33 +00:00
Gyedo Jeon
e9fbfd99e0 Made fake avatar-drive mode little better 2007-11-16 03:09:13 +00:00
Gyedo Jeon
1d3de3fb79 Added fake avatar-drive mode 2007-11-16 01:33:27 +00:00
Darren Ranalli
384bd2bb4e added utf_8 import 2007-11-15 22:18:40 +00:00
Darren Ranalli
9d335cb65e added autoCapitalize 2007-11-15 22:00:31 +00:00
Zachary Pavlov
e0d08e45d9 fix for aspect ratio 2007-11-15 19:44:20 +00:00
Josh Wilson
a64d687c52 adding 'no-loading-screen' config variable 2007-11-14 21:35:16 +00:00
Darren Ranalli
b793922c74 fixed crash in handleInterestDoneMessage 2007-11-14 03:19:31 +00:00
Darren Ranalli
6907ad6543 added support for optional printing of object instances and referrers, print types with small number of instances first 2007-11-14 01:53:21 +00:00
Gyedo Jeon
50a3d5d0ac Added Maya Cam mode 2007-11-14 00:56:24 +00:00
Joe Hager
0dc83f067b Web interface to view and toggle the debug status of direct Notify objects. 2007-11-13 22:52:59 +00:00
Darren Ranalli
8127bcb6b3 added 'safe' mode to GarbageReport for dealing with C++ crashes in __repr__ 2007-11-13 21:23:28 +00:00
David Rose
7f31a5fb83 fix toon furniture moving 2007-11-13 00:36:03 +00:00
Darren Ranalli
dbe9ec8337 fix for IOError unpack crash 2007-11-12 21:02:08 +00:00
Josh Wilson
08fd26dbd0 adjusting turning time when ~run is enabled 2007-11-10 01:11:29 +00:00
David Rose
711e1faaa6 fix error message to display the numbers that actually caused the problem 2007-11-09 21:38:13 +00:00
Redmond Urbino
945d1c27cf make toontown level editor work with bossbot zone 2007-11-08 23:10:54 +00:00
Josh Wilson
63ee8e35ae setting cNodePath to None in init and disable 2007-11-08 21:21:13 +00:00
Josh Wilson
05f73ce836 renaming swapWallBitMask to adjustWallBitMask 2007-11-07 02:09:08 +00:00
Darren Ranalli
515a6ba022 added comment 2007-11-02 01:14:47 +00:00
Josh Wilson
fc993f793c applying smooth updates immediately if smoothing not enabled 2007-11-02 00:16:00 +00:00
Josh Wilson
bee9436134 increasing interestSettled event wait from 3 to 5 frames 2007-10-30 02:17:22 +00:00
Darren Ranalli
c1e524f3da added queueAllInterestsCompleteEvent 2007-10-29 19:49:06 +00:00
Zachary Pavlov
9c32b2ec63 removed excess logging 2007-10-26 20:41:36 +00:00
Dustin Barnard
487ac293c7 *** empty log message *** 2007-10-24 23:06:57 +00:00
Darren Ranalli
6eb6e236db added task counts to AI pstats collection 2007-10-24 08:40:20 +00:00
M. Ian Graham
0f403bca36 Added support for inverted scrollbar, values descend from top to bottom 2007-10-24 05:43:49 +00:00
Redmond Urbino
5dde973966 kill crash on removeAllTasks 2007-10-24 02:09:48 +00:00
Redmond Urbino
2716bc4cda proper solution when calling removeTask with a task name 2007-10-23 00:38:56 +00:00
Redmond Urbino
847517b632 let removeTask handle a task name parameter 2007-10-23 00:20:41 +00:00
Darren Ranalli
fcee0e315f remove name and value from builtins 2007-10-22 20:59:07 +00:00
Zachary Pavlov
a25ba7ef8b debugging on approaches 2007-10-19 19:20:16 +00:00
Zachary Pavlov
50f646ed6b debugging on approaches 2007-10-19 19:04:53 +00:00
David Rose
ed3a0dd294 allow auto-incrementing custom names 2007-10-19 17:29:52 +00:00
Joe Shochet
b280d1253c slight optimization in string handling on taskName and uniqueName 2007-10-17 07:57:18 +00:00
Zachary Pavlov
a20301a2b5 faster tasks and network updates from objects 2007-10-16 23:49:18 +00:00
David Rose
2a3d4d0934 use new parabola-based collision system 2007-10-16 20:11:56 +00:00
Darren Ranalli
77a4ea9542 added pstats-eventmanager config 2007-10-13 06:19:24 +00:00
Darren Ranalli
99b64f5e9d added client-cpu-affinity-mask config 2007-10-13 04:20:54 +00:00
Darren Ranalli
670c7496b9 added named collTrav per AI zone 2007-10-13 00:36:51 +00:00
Joe Hager
7041778657 Restructured module to prevent memory leak. 2007-10-12 23:47:44 +00:00
Justin Butler
156c36acbb Unprivatized posHprBroadcast function so it can be overriden, I did this so asserts from out of range positions can be caught and handled. 2007-10-11 23:21:33 +00:00
Darren Ranalli
a5502e3b43 POD: fixed compilation of DataSet wrt inheritance, removed unnecessary getter default value handling, better documentation, more testing 2007-10-11 23:13:44 +00:00
Zachary Pavlov
41d4c7a9c0 used global config instead of base.config (same thing) 2007-10-11 00:01:51 +00:00