Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 7d3bafd5ab Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() script functions. 9 years ago
  Justin Clark-Casey (justincc) d9bfc710c0 Replace the tabs that have crept into isolated places in config and config example files with spaces 9 years ago
  Diva Canto e2dd15625f Added GetDisplayNames capability. For now, we don't actually use display names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others. 9 years ago
  Diva Canto 14b3ee636d Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 9 years ago
  Diva Canto 46ab59723d Added a different/better way of specifying data services in DataSnapshot -- using DATA_SRV_ keys, one per service. This allows 3rd party modules to add data services automatically. 9 years ago
  Robert Adams 700543b161 BulletSim: tweek step parameters and logic to make walking up steps 9 years ago
  Diva Canto faea742f32 Slight change in the way region module addins handle their configuration. Rather than opensim grabbing their config file automatically from the addins folder, it's the module's responsibility to read its own config file. This makes it consistent with Robust-bound addins. 9 years ago
  Diva Canto 0af02efaed Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 9 years ago
  Diva Canto a88bc50a16 Add support for expansion of key values in nini config files. 9 years ago
  Mic Bowman 041a09ecb9 Enable runtime configuration of the minimum rate for adaptive 9 years ago
  Justin Clark-Casey (justincc) 59b38f842a Add [Startup] JobEngineEnabled setting that allows the job engine to be disabled for testing purposes if necessary. 9 years ago
  Justin Clark-Casey (justincc) 124be38f74 Add [BulletSim] option AvatarToAvatarCollisionsByDefault to control whether avatars collide. This is true by default. 9 years ago
  Justin Clark-Casey (justincc) a4209d2df4 small adjustment to commented out scene_throttle_max_bps and client_throttle_max_bps examples in OpenSimDefaults.ini 10 years ago
  Justin Clark-Casey (justincc) c5cd93db81 Change help text for client_throttle_max_bps in OpenSimDefaults.ini to state it is in bytes, not bits 10 years ago
  Justin Clark-Casey (justincc) afa85e6b3c Set appearance refresh to false by default. 10 years ago
  Justin Clark-Casey (justincc) 530b0cbbf1 Move expired objects cleaning trigger to the maintenance thread of a region rather than it's main scene loop. 10 years ago
  Jak Daniels bde60cc92e Add persistent command history in console 10 years ago
  Robert Adams 47ac103df7 Merge branch 'master' into bullet-2.82 10 years ago
  Justin Clark-Casey (justincc) ac866a1c46 Add [EntityTransfer] AllowAvatarCrossing setting to determine whether avatars are allowed to cross regions at all. 10 years ago
  Robert Adams 28ef6f83fc Fix typo in OpenSimDefaults.ini comment 10 years ago
  Kevin Cozens 626536b8cc Added RestrictEmail to make llEmail only send to avatars email address if true. 10 years ago
  Justin Clark-Casey (justincc) 4c781db572 Make RootTerseUpdatePeriod and ChildTerseUpdatePeriod configurable in [InterestManagement] in OpenSim.ini for experimental purposes. 10 years ago
  Justin Clark-Casey (justincc) 91f3be71e3 Reduce default rotation AgentUpdate output sensitivity to a setting that cuts down UDP traffic without obvious adverse effects on observed avatar rotations. 10 years ago
  Justin Clark-Casey (justincc) a483525016 Change default max threads if SmartThreadPool is used as the main thread pool from 15 to 300 10 years ago
  Justin Clark-Casey (justincc) 78ccadb27e Add RootPositionUpdateTolerance, RootRotationUpdateTolerance, and RootVelocityUpdateTolerance parameters to [InterestManagement] in OpenSimDefaults.ini 10 years ago
  Robert Adams b81187db5a Set "[Terrain]SendTerrainUpdatesByViewDistance=true" by default. 10 years ago
  Justin Clark-Casey (justincc) 8cd7ca568d Change default script stop method to co-op instead of abort. 10 years ago
  Justin Clark-Casey (justincc) d62acc7e37 Update information in OpenSimDefaults to reflect the fact that ScriptStopStrategy in [XEngine] can now be changed without manually deleting old compiled scripts. 10 years ago
  Vegaslon abf85b7f19 Bulletsim: Create AvatarTerminalVelocity to BulletSim like what ODE and SL has. Before this falling from really high caused the avatar to fall faster then the veiwer can handle and cause camera issues. 10 years ago
  Robert Adams 7f0adfd203 Add [Startup]LogShowStatsSeconds=n parameter which controls the interval 10 years ago