Commit History

Author SHA1 Message Date
  UbitUmarov d550b485f1 viewer crash bug fix: fis the udp packets split of SendEstateList() large lists; Enforce size limits on the estate lists since currently required for viewers compatibily; improve handling of changes with large selected items. This is still bad, users may need to close and reopen the region/estate information to get correct Allowed and Banned lists after a change. This happens because of viewer resent/outOfOrder packets that completly break this lists updates protocol 8 years ago
  UbitUmarov 586e4cf163 ignore prims with shape type none on max size check for physics 8 years ago
  UbitUmarov eaac332d00 fix a coment on OpenSim.ini.example ( mantis 8037) 8 years ago
  UbitUmarov 90be326457 Xengine option AppDomainLoading default option true is causing problems with several mono versions. Until a fix is found change the default to false, so this is not a major problem for the less technical skilled users. 8 years ago
  UbitUmarov 954bcbc5ef bug fix: let ALL avatar controls have a repeat rate controled by viewer (so as before commit 8a3958ad048535ad4f8a752cbd71d9114e53a42b on this) 8 years ago
  UbitUmarov 7cd4fa8cf5 bug fix: We can't filter out any of the avatar controls relative to movement, even if not flying (a condition i incorrectly added recently) in fact the entire AgentUpdates throotling is questionable, since its viewer Job. But keeping it... 8 years ago
  UbitUmarov 7494d7726a change math on GetParcelMaxPrimCount and GetSimulatorMaxPrimCount to reduce round errors, limit both to region max prims. consider ObjectBonus on last one also. Change a variable name in PrimLimitsModule to make it more clear 8 years ago
  UbitUmarov 76a2d90dad remove attachment to event OnPreAgentUpdate that is doing nothing 8 years ago
  UbitUmarov 2e863edfe9 Merge branch 'master' of opensimulator.org:/var/git/opensim 8 years ago
  UbitUmarov 8a3958ad04 dont let ignored AgentUpdates change their throttles. Apply respective movement to physics on the handling thread, not heartbeat, avoiding missing transitions that should get into physics. Make some usefull sp state flags visible everywhere 8 years ago
  Robert Adams e13fecfd3d BulletSim: zero velocity target when setting velocity through the 8 years ago
  UbitUmarov f3e7603c37 minor cleanup 8 years ago
  UbitUmarov cd9d176c3c change avatar and attachments priority (downgraded) in priritizer option SimpleAngularDistance 8 years ago
  UbitUmarov 878fac3fe3 fix comment telling the correct default physics engine 8 years ago
  Robert Adams c7e4b14a26 BulletSim: fix problem with avatar velocity going to zero when flying across 8 years ago
  UbitUmarov 46dd899d9e MySQLFSAssetData asset type is a int not a varchar 8 years ago
  UbitUmarov 9b2f186a8c MySQLFSAssetData on store, if a asset already exists, assume its a valid store or regions will keep retry. The other DBs do replace the item, why doesn't FS do the same? 8 years ago
  UbitUmarov 58513fab8f save oar: simplify confusing successefull assets saving message 8 years ago
  UbitUmarov 3e47df735b exclude invalid collision sound (used as collision type flag) from assets UUIDGather 8 years ago
  UbitUmarov f6e77e3935 load oar; activate area cliping if bounding-origin option is given. as help says 8 years ago
  UbitUmarov 6779f41e21 fix linknumbers when unlink the root prim 8 years ago
  UbitUmarov 9e074988f0 remove a redundant and potencially dangerous child.AbsolutePosition = child.AbsolutePosition 8 years ago
  UbitUmarov 42989176ec mute a debug message to mute jak daniels 8 years ago
  UbitUmarov d196958cc4 make sendRegionInfoPacketToAll really send to all ( inc child agents) thx Jak Daniels 8 years ago
  UbitUmarov f613b5f517 fix caching of wind and cloud packets in the case of several regions on a instance, that got broken with the necessary send to child agents. 8 years ago
  UbitUmarov 22b531f2e4 make clouds a bit diferent on regions running on same instance.. well should be diferent .. :) 8 years ago
  UbitUmarov f5189b2cdd do the same for legacy clouds (still visible on older viewer ie singu 1.8.7). Fix clouds update. Send clouds and wind also to child agents. 8 years ago
  UbitUmarov 8d7f10e36b cache wind compressed data so cpu burning compression is only done after a change. Not happy with version scheme for several regions on same instance, but should be ok for now 8 years ago
  UbitUmarov a6df626868 add a version tag to wind and cloud data updates to iclient 8 years ago
  UbitUmarov 984cb38583 move wind generation out of heartbeat to a pool job. Use that to send to all clients and not one per client 8 years ago