Commit Graph

2453 Commits

Author SHA1 Message Date
David Rose d3c19148bc don't include nametag 2004-08-03 22:43:44 +00:00
David Rose b639794b19 *** empty log message *** 2004-08-03 22:34:53 +00:00
Darren Ranalli 11b51badff added XYH broadcast type 2004-08-02 21:44:52 +00:00
Joe Shochet 13fba5c442 another small opt in removeTasksNamed 2004-08-02 17:44:47 +00:00
Jason Persampieri 3896916ce6 Fixed a text alignment bug 2004-07-29 18:41:43 +00:00
Mark Mine 2949be62cf added text alignment for items 2004-07-29 17:04:43 +00:00
Darren Ranalli 50ee9d2c69 invertDict, invertDictLossless, __contains__/__len__ for Enum 2004-07-29 02:50:05 +00:00
David Rose a5d5321c60 only include -lnet if it is available 2004-07-27 17:29:12 +00:00
jxtaylor 3ee305faf6 *** empty log message *** 2004-07-26 22:19:29 +00:00
Joe Shochet d855d6c85a better cmp operator for mismatched classes 2004-07-26 21:44:49 +00:00
Joe Shochet b1377f317e better cmp operator for Tasks 2004-07-26 21:44:21 +00:00
Joe Shochet 3cbb4819a4 moved some Task params to class variables 2004-07-26 17:17:10 +00:00
Joe Shochet f58a790703 optimizations in the Task system to use heapq 2004-07-26 17:15:58 +00:00
Joe Shochet fb3b03b807 added a priority heap 2004-07-26 17:15:30 +00:00
David Rose 4b2d916630 call destructor 2004-07-23 21:36:50 +00:00
Joe Shochet 39e98b2870 optimizations and handling of extra spaces 2004-07-23 18:47:11 +00:00
Joe Shochet b035fd8349 doMethodLater optimizations 2004-07-23 18:39:17 +00:00
Roger Hughston 3d952861b5 Nallowing new Global DC objects that are always in scope 2004-07-23 02:19:31 +00:00
Darren Ranalli bfb064b72e added sendDeleteEvent func and LogicalZoneChange mechanism 2004-07-23 01:29:30 +00:00
Jason Persampieri 125c2dffbb Added petshop special type 2004-07-22 23:53:39 +00:00
Roger Hughston d74707423c dded Support for 64bit Server Channels
----------------------------------------------------------------------
 	src/dcparser/dcClass.cxx src/dcparser/dcClass.h
 	src/dcparser/dcField.cxx src/dcparser/dcField.h
 	src/dcparser/dcPacker.h src/dcparser/dcbase.h
 	src/distributed/DistributedObjectAI.py
 	src/distributed/PyDatagram.py
 	src/distributed/PyDatagramIterator.py
 	src/distributed/cConnectionRepository.I
 	src/distributed/cConnectionRepository.cxx
 	src/distributed/cConnectionRepository.h
 ----------------------------------------------------------------------
2004-07-21 21:18:06 +00:00
David Rose 0810adaa2c fix runaway default packing, array range syntax 2004-07-21 17:27:00 +00:00
David Rose d7cb3ba181 for scoping 2004-07-15 19:31:39 +00:00
Greg Wiatroski 17ed6fc29a Fixed logic error in drawInFront 2004-07-14 21:51:17 +00:00
David Rose 7a927b7006 irix compiler objections 2004-07-14 20:22:29 +00:00
David Rose ff441a8278 a bit more signed range checking 2004-07-10 00:07:56 +00:00
Joseph Lee 76474cdea9 inline declarations for ConnectionWriter:: get_cw() && get_qcr() should be protected behind #ifdef HAVE_NSPR also 2004-07-09 23:51:35 +00:00
David Rose 316e4e29a1 comment memory leak 2004-07-09 23:19:40 +00:00
David Rose dc251e5e7d add check_match 2004-07-09 23:18:15 +00:00
David Rose 37b1ea93da add check_match 2004-07-09 23:11:20 +00:00
Joe Shochet 1f8a73a6c7 assert debugs 2004-07-09 22:39:53 +00:00
Darren Ranalli d7926f8735 added pre-delete event for AI DistObjs 2004-07-09 21:40:48 +00:00
David Rose 66ac542bce fix overloaded sorting checks 2004-07-06 18:01:00 +00:00
David Rose 2c934140ba support seek-by-index 2004-07-02 17:48:39 +00:00
David Rose a5349528e9 more interfaces to get out the packed data 2004-07-02 17:26:02 +00:00
David Rose 3ac771804b reduce overhead on DCPacker construction and push/pop operations 2004-07-02 17:11:59 +00:00
David Rose 836cc8224d various refinements 2004-07-02 16:47:55 +00:00
David Rose 842dd7bf26 allow defaults everywhere 2004-07-02 00:54:54 +00:00
David Rose 52b632fac8 const downcast methods 2004-07-02 00:25:42 +00:00
David Rose 385876b74a includes 2004-07-02 00:12:30 +00:00
Darren Ranalli 201eedf7bc fix Enum crash 2004-07-02 00:09:56 +00:00
David Rose 2504d41baa add user flags 2004-07-01 23:17:42 +00:00
David Rose 9222e02084 default values 2004-07-01 23:15:19 +00:00
Darren Ranalli 9082f017d4 no MemoryUsage in OP4 2004-07-01 22:31:36 +00:00
David Rose 88975f5f9d more restrictive grammar 2004-07-01 21:14:07 +00:00
David Rose a689a27760 link error 2004-07-01 21:02:27 +00:00
David Rose 341d263011 as_switch_parameter 2004-07-01 18:27:47 +00:00
David Rose 968d889a9c track memory 2004-07-01 17:16:58 +00:00
David Rose bd5004cd49 minor fixes 2004-07-01 17:16:22 +00:00
Darren Ranalli 871105bcba AI waits for shard delete to complete 2004-07-01 01:44:03 +00:00