Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 467d7060ca Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 13 years ago
  Justin Clark-Casey (justincc) 4232b1a89b convert tabs to spaces 13 years ago
  Kim King 901448a8eb Fixup documentation for AutoBackupModule. 13 years ago
  Diva Canto a2f034c554 Changed yet more Warns to Debugs. 13 years ago
  Diva Canto be6feff331 Also changed a couple of messages in WebUtil from Wanr/Info to Debug. 13 years ago
  Diva Canto 082a9ecd31 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 13 years ago
  Diva Canto a3aa839d75 Stop spamming Nebadon's console when assets aren't found in the asset server. 13 years ago
  Justin Clark-Casey (justincc) e3b8d42bbc refactor: improve PrimLimitsModule to call ILandObject.GetSimulatorMaxPrimCount() rather than use copy/pasted code 13 years ago
  Justin Clark-Casey (justincc) 340e3ccf16 refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() instance methods since it didn't make sense to use anything other than the instance themselves. 13 years ago
  Justin Clark-Casey (justincc) bef1ffa7db simplify code in llGetParcelMaxPrims() to use existing code in LandObject rather than duping the algo 13 years ago
  Justin Clark-Casey (justincc) 1d86079141 Correct llGetParcelMaxPrims() to use the same calculation as used elsewhere instead of the old 0.22 prims/meter squared fudge factor. 13 years ago
  Justin Clark-Casey (justincc) 26ce1d27d0 Minor doc change to see if this provokes a good panda build 13 years ago
  Oren Hurvitz 64d868fb64 When loading an OAR that doesn't have parcels, create a default parcel 13 years ago
  SignpostMarv Martin cb6cd3714e The get_grid_info REST call now encodes XML Entities 13 years ago
  Makopoppo 7a54638b57 Swapped the two restart command descriptions each other 13 years ago
  Justin Clark-Casey (justincc) 5573fcfa93 Fix adding/removing/replacing outfits in viewer 2 13 years ago
  Melanie 59d8588ae1 Merge branch 'master' of [email protected]:/var/git/opensim 13 years ago
  Melanie eceedba23b Fix the cert validation handler so that it will not block other parts of 13 years ago
  Diva Canto e39dec6f37 Hopefully this fixes offline messages. The problem was: the server is not setting the ContentLength of the response. That comes up to OpenSim as ContentLength=-1, which made the existing test fail. 13 years ago
  Diva Canto 1cc70df3b4 One more thing printed out. #OfflineIM 13 years ago
  Diva Canto 84f2a779b2 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 13 years ago
  Diva Canto 301321c853 Instrument the heck out of offline messages. THIS IS VERY VERBOSE. 13 years ago
  Justin Clark-Casey (justincc) 5f9edd195c Fix broken inventory links on viewer 2. 13 years ago
  Diva Canto 691283c44e One more debug message for offline IMs. 13 years ago
  Diva Canto 9e310a0c0f Sequencing the using and try clauses as they were before, but this shows that that obsolete function is not catching 404's as it should... 13 years ago
  Diva Canto 42bfab84b8 Bummer, can't print the data I wanted to see. Printing just the context. 13 years ago
  Diva Canto f54a36bd59 Tracking a problem with offline IMs coming in as null list. 13 years ago
  Diva Canto e9e4c009b4 This makes compression of fatpacks actually work. Previously they always failed. See comment in WebUtil. 13 years ago
  Justin Clark-Casey (justincc) 9988bff9e3 Add a smidgen of method doc about the fact that item links reuse the asset id item slot 13 years ago
  Justin Clark-Casey (justincc) ac12ace6f1 Prevent viewer 2 from creating a duplicate outfit inventory links. 13 years ago