Commit History

Author SHA1 Message Date
  Diva Canto 9923a2ff10 Pull up Assembly of the MySQL classes as a protected property, so that it can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is just a refactor -- no functional changes whatsoever. 13 years ago
  Justin Clark-Casey (justincc) 9b345ebf73 factor out SetPartMediaFlags() function in MoapModule. 13 years ago
  Justin Clark-Casey (justincc) 2e46027c14 Construct test load iar only once and reuse for each test, rather than recreating it every time 13 years ago
  Justin Clark-Casey (justincc) 9e579a7891 Fold ClearMediaEntry() back into SetMediaEntry() 13 years ago
  Justin Clark-Casey (justincc) 9f85ee29ac Change MoapModule.ClearMediaEntry to set TextureEntryFace.MediaFlags back to false 13 years ago
  Mic Bowman 12d5a20094 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 13 years ago
  Mic Bowman 3c0d607f45 Changed order of checks for local regions when processing 13 years ago
  Justin Clark-Casey (justincc) 8efb01b3df minor: remove some mono compiler warnings 13 years ago
  Justin Clark-Casey (justincc) 72cb498fd0 minor: Make MoapModule namespace consistent with other modules 13 years ago
  Justin Clark-Casey (justincc) 481ca910da add test for MoapModule.SetMediaUrl() 13 years ago
  Justin Clark-Casey (justincc) 3c89527b22 Fix bug where llSetPrimMediaParams() reported success but never set the media texture. 13 years ago
  Diva Canto b82b0b1677 Normalizing comparison to lower case, just in case ppl set their config vars inconsistently. (maybe related to mantis #5386) 13 years ago
  Sean McNamara 60989521a6 Merge git://opensimulator.org/git/opensim 13 years ago
  Sean McNamara b3c42e952f Fix small bug with remove region; update settings docs. 13 years ago
  Sean McNamara 018645f9f8 First pass at busy heuristics. Compile-tested only. 13 years ago
  Sean McNamara a01c44e74d Be smarter about stopping timers. Cleanup formatting. 13 years ago
  Melanie cea47491de Fix a few little things 13 years ago
  Sean McNamara 34b6904939 First working commit of AutoBackupModule. 13 years ago
  Sean McNamara d3511ca592 Start the timer. (Could it be that simple?) 13 years ago
  Sean McNamara cb049aa15f s/True/true 13 years ago
  Sean McNamara bb1f03abc6 Make timer auto-respawn. 13 years ago
  Sean McNamara 7fa8ed0c47 Config works, but timer isn't firing. Hmm. 13 years ago
  Sean McNamara 2da9bb3ca2 Try to fix config one more time. 13 years ago
  Justin Clark-Casey (justincc) 2b04cab1ee change some log messages from info to debug 13 years ago
  Justin Clark-Casey (justincc) 0f545abfc1 Make the file expiration defaults the same whether the whole [FLOTSAM ASSET CACHE] section is missing or just the particular config values 13 years ago
  Justin Clark-Casey (justincc) 939c47ac52 instead of using different default memory expiration depending on whether there is a [FLOTSAM ASSET CACHE] section present at all, use the same default all the time 13 years ago
  Justin Clark-Casey (justincc) beff0ac32f log actual cache directory for FlotsamAssetCache instead of always logging the default 13 years ago
  Justin Clark-Casey (justincc) 197cc3883f Fix bug where having no maximum memory cache timeout would cause the flotsam asset cache to try using Double.MaxValue, which would cause the underlying OpenMetaverse.ExpiringCache to choke. 13 years ago
  Justin Clark-Casey (justincc) 2f5394e70d Fix bug where avatars in other regions would not always show up on the mini-map 13 years ago
  Justin Clark-Casey (justincc) db7c758b7f On a Grid Handler exception, explicitly log the exception message and stack trace so that we get somewhat better diagnostics on windows 13 years ago