Commit Graph

126 Commits

Author SHA1 Message Date
David Rose 7b00b88f29 separate out cmu and disney distributed systems better 2009-06-08 18:49:09 +00:00
Darren Ranalli 72f7489e66 fixed delayDelete implementation to handle delete via mid-call DelayDelete.destroy 2009-04-22 20:14:55 +00:00
Josh Wilson 69d41d8924 converting a warning to an assert error 2008-10-24 22:58:40 +00:00
Darren Ranalli 78f0fdbf86 typo fix 2008-10-13 18:48:53 +00:00
Darren Ranalli 95abe649e8 moved DelayDelete to /home/WDIG/player/toontown 2008-08-07 21:05:12 +00:00
Darren Ranalli a232e570d8 fixed DelayDelete-related crashes, fixed Toontown crashes on game exit 2008-06-10 20:50:32 +00:00
Darren Ranalli ef0ba78f1d added CRDataCache 2008-05-21 18:29:13 +00:00
Redmond Urbino 5b7e57a9da add temp code to help track down client crash 2008-05-07 00:17:23 +00:00
Darren Ranalli bed83ef77f added forceAllowDelayDelete for legacy support 2008-05-02 21:40:41 +00:00
Redmond Urbino 123ec119f5 UNDO temp hacks 2008-05-02 01:22:27 +00:00
Redmond Urbino 7d4e680002 TEMPORARY hack to kill client crash. UNDO if when proper fix found 2008-05-01 04:28:45 +00:00
Darren Ranalli e7391fd489 don't allow DelayDeletes outside of generated states 2008-05-01 04:13:02 +00:00
Redmond Urbino 8fba5dd807 TEMPORARY hack to kill client crash. UNDO when proper fix found 2008-04-30 19:44:45 +00:00
Darren Ranalli d6a87a9567 prevent multiple auto-interests per DC class 2008-03-25 19:04:33 +00:00
Darren Ranalli 9a0cfd2725 remove DO from location tables etc. before delayDeleting, fixes 'duplicate generate' client crashes 2008-02-21 00:42:09 +00:00
Darren Ranalli a8a8869011 detect leaked DelayDeletes, explicitly name and destroy DelayDeletes, base.cr.printDelayDeletes(), prevent DelayDeleted objs from being cached 2008-02-20 22:30:38 +00:00
Zachary Pavlov 396c40dcb0 new ~ud support 2008-02-05 00:10:51 +00:00
Darren Ranalli 6de182f3bf added warning about objects that are delayDeleted and cannot be deleted by the CRCache 2008-02-02 01:35:40 +00:00
Darren Ranalli 59fe42a254 removed EnforcesCalldowns 2008-01-10 00:06:47 +00:00
Joe Shochet b280d1253c slight optimization in string handling on taskName and uniqueName 2007-10-17 07:57:18 +00:00
Darren Ranalli 6d2fa2fcb2 added getDisableEvent() 2007-10-03 22:44:41 +00:00
Josh Wilson bc62667675 "handleChild(Arrive/Leave)() now only applies when a child is being placed under for the first time or actually leaving. added handleChild(Arrive/Leave)Zone() for the case where the child keeps the same parent, but changes zones" 2007-08-14 07:34:42 +00:00
Zachary Pavlov fc5b2e04ce made post generates for DistributedObject stuff 2007-02-10 02:26:48 +00:00
Joe Shochet 593c0836b6 moved some code to base class, asserted some debugs 2007-01-26 06:18:10 +00:00
Darren Ranalli 11521abf8a moved EnforcesCalldowns to its own file, added getBase() 2006-10-03 20:41:37 +00:00
Darren Ranalli 1983748912 prevent name conflicts: EnforcesCalldowns.destroy()->EC_destroy() 2006-09-30 00:08:00 +00:00
Darren Ranalli 5e751cb8ad added calldownEnforced, EnforcesCalldowns 2006-09-29 00:34:06 +00:00
Darren Ranalli 6a22f406ca print object type when DoHierarchy gets an error 2006-08-23 18:24:08 +00:00
Darren Ranalli 9ce7a90a38 fixed Long-Int leak in doId location tracking 2006-07-07 17:46:24 +00:00
Darren Ranalli 77ec202484 added check for setParentingRules to addInterest 2006-06-09 01:24:45 +00:00
Darren Ranalli 8933f78230 SerialNum->SerialNumGen, auto-interest tracking on the client 2006-06-08 00:06:39 +00:00
Justin Butler 96780fc21f set object location to 0,0 when going into the cache, instead of None,None since when the object is pulled back out of the cache, None,None were not clearing out the old location. 2006-05-02 03:25:24 +00:00
Darren Ranalli fa8c808562 fixed addInterest (return handle), added removeInterest 2006-04-25 21:50:52 +00:00
Dave Schuyler 64d22156c7 removed parens from asserts 2006-04-04 23:32:24 +00:00
Dave Schuyler fc7fc09140 formatting 2006-03-17 22:43:25 +00:00
Dave Schuyler c3f9f335fc formatting 2006-01-09 23:05:04 +00:00
Dave Schuyler 86f4c2e68e remove extra paren from assert 2006-01-09 22:18:28 +00:00
Dave Schuyler 484fb2bd52 using DistributedObjectBase 2005-12-02 05:28:21 +00:00
Dave Schuyler c28e3a500b moving parent zone stuff to collection manager 2005-12-01 02:45:20 +00:00
Darren Ranalli 5c5faf6bbd removed support for pre-OTP server 2005-09-29 00:47:00 +00:00
Darren Ranalli 5be710f8b5 merged from pirates_1_first_merged_to_trunk 2005-09-14 22:13:42 +00:00
Zachary Pavlov c8dbf0251f silly fix here, added an end quote to two comment blocks, so that the emacs color formatting works 2005-07-28 18:10:01 +00:00
Greg Wiatroski 47ca9df31c Changed some logic to enable logging into Toontown 2005-07-20 21:50:30 +00:00
Joe Shochet 0037bf99c2 fixed for Skyler 2005-07-20 02:08:57 +00:00
Dave Schuyler e9c5b8c8bc changed get location 2005-07-20 01:23:51 +00:00
Dave Schuyler c312904694 sendUpdate changes 2005-07-12 21:53:49 +00:00
Dave Schuyler 26f0ad5c7b changed import 2005-07-08 02:18:58 +00:00
Dave Schuyler 87920f25ac using parentId, zoneId rather than __location 2005-06-28 03:06:44 +00:00
Darren Ranalli fb3aab9e9d added handleChildArrive and handleChildLeave 2005-06-25 00:19:16 +00:00
Dave Schuyler 396b2ef8fb status 2005-06-23 23:32:20 +00:00