Commit History

Author SHA1 Message Date
  Melanie f25749f025 Merge branch 'master' of [email protected]:/var/git/opensim 13 years ago
  Justin Clark-Casey (justincc) 435d72f106 Add SignpostMarv to contributors 13 years ago
  Justin Clark-Casey (justincc) 797128a6ad Rename some member fields to standard m_ OpenSim code convention 13 years ago
  Justin Clark-Casey (justincc) 83f48c26d6 add header file 13 years ago
  Justin Clark-Casey (justincc) de0730a54c Add OpenSim.Server.Base reference in prebuild.xml. Initialize svc_checks dictionary in WebkeyOrPasswordAuthenticationService, which was what was causing the load failure. 13 years ago
  SignpostMarv Martin 361b3e7ab8 Removing hard-coded plugin loading in favour of direct class instantiation 13 years ago
  SignpostMarv Martin 3f4be42a87 Altering log feedback 13 years ago
  SignpostMarv Martin e93531e124 Fixing bug that occurs when using web login- the result was not checked 13 years ago
  SignpostMarv Martin 3bc859a834 Making combined auth service re-use the existing auth services instead of duplicating code 13 years ago
  SignpostMarv Martin 0e808950fb InfoFormat > DebugFormat 13 years ago
  SignpostMarv Martin 6153c45973 LLLoginHandlers now supports both password & web login 13 years ago
  SignpostMarv Martin af3956348f Adding a combined auth service, allowing users to login with either web login or password 13 years ago
  SignpostMarv Martin 482686daab WebkeyAuthenticationService is now no longer a stub! 13 years ago
  Justin Clark-Casey (justincc) f2d2470c25 When an object is duplicated, add it to the full/local id SOG indexes as well as Entities 13 years ago
  Justin Clark-Casey (justincc) b11e3d33f1 add save of LLClientView I forgot from last commit 13 years ago
  Justin Clark-Casey (justincc) 541cd3e8c8 move total parcel prim calculations into IPrimCounts instead of doing this in LLClientView 13 years ago
  Justin Clark-Casey (justincc) bfd9cc44b4 When an object is duplicated, add the dupe to the uuid/local id indexes as well as the basic entities list. 13 years ago
  Justin Clark-Casey (justincc) 3d0e072d50 Merge branch 'master' into primcounts 13 years ago
  Justin Clark-Casey (justincc) 26d16567e1 Make SceneGraph.ForEachSOG() execute once for each SOG, not once for each prim (e.g. a SOG with 3 prims would have the action executed three times). 13 years ago
  Justin Clark-Casey (justincc) f30bf429c2 refactor: rename SOG collections in SceneGraph to make it clearer that they are indexing each part's UUID, not just the root part. 13 years ago
  Justin Clark-Casey (justincc) cc8897fceb Add test for PCM taint. This currently fails due to unexpected behaviour of SceneGraph.ForEachSOG(). This will be corrected soon. 13 years ago
  Justin Clark-Casey (justincc) d8e1c380e6 minor: make it clearer in the log where we're loading region config files and not the regions themselves 13 years ago
  Justin Clark-Casey (justincc) 3a55d59b45 in region web loader, print out url that config is being loaded from (this wasn't being done anywhere). 13 years ago
  Justin Clark-Casey (justincc) ea72745d43 Log the xml/ini regions config files that opensim loads from, and the regions that it loaded from them 13 years ago
  Justin Clark-Casey (justincc) 6ae04448f7 Start using IPrimCounts populated by PrimCountModule instead of LandData counts populated by LandManagementModule. 13 years ago
  Justin Clark-Casey (justincc) 7f5019b0f2 Add ILandObject.IPrimCounts for the new prim count module. 13 years ago
  Justin Clark-Casey (justincc) eaa37d15f2 factor out common test setup code in PCM tests 13 years ago
  Justin Clark-Casey (justincc) f001aab8aa extend TestAddOwnerObject() to add a second object 13 years ago
  Justin Clark-Casey (justincc) ebbe3afaf1 Add PrimCountModuleTests.TestRemoveOwnerObject(). 13 years ago
  Justin Clark-Casey (justincc) d5c7ae5c6b refactor common sop setup parts into a single method 13 years ago