Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 3d32f05cde remove mono compiler warning: if (sop.Color != null) always returns true as sop.Color is a value type. 13 years ago
  Justin Clark-Casey (justincc) 3b1c91c24b remove mono compiler warnings 13 years ago
  Justin Clark-Casey (justincc) 0913d43c50 minor: 'debug packet' console command level <= 50 then don't log ImprovedTerseObjectUpdate messages 13 years ago
  Justin Clark-Casey (justincc) 19f70b93a0 tidy up the [Groups] section in OpenSim.ini.example 13 years ago
  Justin Clark-Casey (justincc) 0745d65344 Put in locks on m_killRecord to replace changed locks on m_entityUpdates.SyncRoot 13 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. 13 years ago
  Diva Canto 74c68474e0 Another attempt at moving heavy computation away from the Update loop. #LoginLag 13 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. 13 years ago
  justincc eb07dfc900 Fix windows compile break 13 years ago
  justincc b643661938 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 13 years ago
  justincc d0576f39e0 replace ode.dll with one built without asserts turned on 13 years ago
  Justin Clark-Casey (justincc) 6b135ee371 fix mistake in last change of local.include 13 years ago
  Diva Canto 9d0339e8f9 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 13 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. 13 years ago
  Justin Clark-Casey (justincc) 5f8c660489 add new optionalmodules test dll to panda test run (and nant test command) 13 years ago
  Justin Clark-Casey (justincc) 3643be1c97 Rename SceneObjectUserTests to SceneObjectDeRezTests to better reflect its contents 13 years ago
  Justin Clark-Casey (justincc) 92727ad596 minor: disable debug logging for previous test 13 years ago
  Justin Clark-Casey (justincc) 8a5f9b91de Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 13 years ago
  Justin Clark-Casey (justincc) 81bccd6d13 Start implementing a test for 'share with group' object functionality. Not yet complete. 13 years ago
  Justin Clark-Casey (justincc) 42c9c30e4c Add mock group services connector and use this in tests 13 years ago
  Justin Clark-Casey (justincc) c620e4c822 add infrastructure for groups module tests 13 years ago
  Diva Canto ff8ff773e7 Relax a highly constraining lock on m_entityUpdates that may be preventing reprioritizations from actually happening. #LoginLag 13 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. 13 years ago
  Diva Canto 4357288a94 More on mantis #5270 13 years ago
  Diva Canto 55e04e6c68 Fixes mantis #5270 -- Map tiles for hyperlinks not showing in world map for grided sims. 13 years ago
  Melanie e47cc10674 Null checking ParentGroup is not needed. It can't be null. 13 years ago
  Diva Canto 4bdba0a487 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 13 years ago
  Diva Canto b41164b620 This seems to get rid of the stuck PREJUMP animation, as reported by Justin in -dev. Also in this commit, a slight adjustment to the Velocity of SP -- this makes the avie walking feel less jerky for me. Will wait reports from others. 13 years ago
  Justin Clark-Casey (justincc) e08da02a0f Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 13 years ago
  Justin Clark-Casey (justincc) e62b3dba8a reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being used by a 3rd party region module and contains non-obvious attachment specific code 13 years ago