Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 223264047e uncomment "load iar" help lines which added the --merge option 14 years ago
  Justin Clark-Casey (justincc) bf9555eaee minor: add [-p|--profile=<url>] to usage line that pops up if save iar console command isn't valid 14 years ago
  Justin Clark-Casey (justincc) ef43f98686 Raise maximum iar version that master can load to 1.x, so that it can load its own iars (oops) 14 years ago
  Melanie b32dcc6913 Fix notecards that end with an embedded object causing an exception 14 years ago
  Justin Clark-Casey (justincc) 5782f5662b remove now unused subversion serialization backup config 14 years ago
  Justin Clark-Casey (justincc) 490d05d212 remove broken and unmaintained subversion serialization module and it's associated libraries and licenses 14 years ago
  Justin Clark-Casey (justincc) 3d32f05cde remove mono compiler warning: if (sop.Color != null) always returns true as sop.Color is a value type. 14 years ago
  Justin Clark-Casey (justincc) 3b1c91c24b remove mono compiler warnings 14 years ago
  Justin Clark-Casey (justincc) 0913d43c50 minor: 'debug packet' console command level <= 50 then don't log ImprovedTerseObjectUpdate messages 14 years ago
  Justin Clark-Casey (justincc) 19f70b93a0 tidy up the [Groups] section in OpenSim.ini.example 14 years ago
  Justin Clark-Casey (justincc) 0745d65344 Put in locks on m_killRecord to replace changed locks on m_entityUpdates.SyncRoot 14 years ago
  Diva Canto ed26376ec5 Yet more things out of the main Update thread loop and into threadlets. This time, SendPrimsUpdate. Plus a few more tweaks on triggering actions from the Update loop. #LoginLag. 14 years ago
  Diva Canto 74c68474e0 Another attempt at moving heavy computation away from the Update loop. #LoginLag 14 years ago
  Diva Canto e3262ef5ac Commented out the UpdateLand call from the Update thread loop, because this may be causing the #LoginLag. Attachments taint the prim count. Twice. Each. 14 years ago
  justincc eb07dfc900 Fix windows compile break 14 years ago
  justincc b643661938 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 14 years ago
  justincc d0576f39e0 replace ode.dll with one built without asserts turned on 14 years ago
  Justin Clark-Casey (justincc) 6b135ee371 fix mistake in last change of local.include 14 years ago
  Diva Canto 9d0339e8f9 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 14 years ago
  Diva Canto a4309578e2 Another stab at #LoginLag. Looking forward to hear the feedback! This makes updates for self movement as absolute top priority, going in to the unthrottled category. Self only, not other avies. 14 years ago
  Justin Clark-Casey (justincc) 5f8c660489 add new optionalmodules test dll to panda test run (and nant test command) 14 years ago
  Justin Clark-Casey (justincc) 3643be1c97 Rename SceneObjectUserTests to SceneObjectDeRezTests to better reflect its contents 14 years ago
  Justin Clark-Casey (justincc) 92727ad596 minor: disable debug logging for previous test 14 years ago
  Justin Clark-Casey (justincc) 8a5f9b91de Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 14 years ago
  Justin Clark-Casey (justincc) 81bccd6d13 Start implementing a test for 'share with group' object functionality. Not yet complete. 14 years ago
  Justin Clark-Casey (justincc) 42c9c30e4c Add mock group services connector and use this in tests 14 years ago
  Justin Clark-Casey (justincc) c620e4c822 add infrastructure for groups module tests 14 years ago
  Diva Canto ff8ff773e7 Relax a highly constraining lock on m_entityUpdates that may be preventing reprioritizations from actually happening. #LoginLag 14 years ago
  Diva Canto 10ae5454cb Made the map thread request the map items asynchronously, as the name suggested -- but with a cap of 20 async requests max at any given time. 14 years ago
  Diva Canto 4357288a94 More on mantis #5270 14 years ago