| Commit message (Expand) | Author | Age | Files | Lines |
* | * Use profile cache service for data snapshot | Justin Clarke Casey | 2009-04-17 | 1 | -4/+4 |
* | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 2009-04-17 | 1 | -4/+4 |
* | * Some more work on refactoring configs; | lbsa71 | 2009-04-17 | 1 | -4/+4 |
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 1 | -6/+16 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 7 | -30/+22 |
* | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 2009-02-10 | 2 | -2/+2 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 7 | -10/+10 |
* | * refactor: call AddHttpHandler() directly via CommsManager | Justin Clarke Casey | 2009-01-06 | 1 | -1/+1 |
* | Plumb in dwell in a couple of places | Melanie Thielker | 2009-01-03 | 1 | -1/+1 |
* | Make a couple log4net instances static readonly. | Jeff Ames | 2008-12-03 | 1 | -1/+1 |
* | * Swaps Scene.Entities Dictionary for EntityManager. | Adam Frisby | 2008-11-24 | 1 | -1/+1 |
* | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 2008-11-19 | 2 | -4/+4 |
* | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 2008-11-19 | 2 | -4/+4 |
* | Make newly created prims be the correct group | Melanie Thielker | 2008-11-17 | 1 | -1/+1 |
* | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 2008-11-17 | 2 | -4/+4 |
* | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 2008-11-07 | 2 | -44/+29 |
* | * Instead of putting 0.5.11.00000 if there is no revision, just put 0.5.11 in... | Justin Clarke Casey | 2008-10-29 | 1 | -4/+4 |
* | * Stop the DataSnapShot module trying to call home on shutdown even if it isn... | Justin Clarke Casey | 2008-10-29 | 1 | -7/+3 |
* | Mantis #2489 | Melanie Thielker | 2008-10-29 | 1 | -4/+11 |
* | Commit Diva's new patch for the DataSnapshot. Comment the default | Melanie Thielker | 2008-10-11 | 2 | -141/+157 |
* | Committing diva's LandSnapshot update patch. Also included is a small | Melanie Thielker | 2008-10-10 | 1 | -131/+134 |
* | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrabUpdate event, f... | MW | 2008-10-10 | 1 | -1/+1 |
* | Patch by Fly-Man, with modifications. Add more fields to DataSnapshot. | Melanie Thielker | 2008-10-06 | 1 | -11/+36 |
* | Fixed small coordinate issue: The center is (min+max)/2, not (max-min)/2 | Homer Horwitz | 2008-10-05 | 1 | -1/+1 |
* | Fix a problem with land-search and non-convex parcels. | Homer Horwitz | 2008-10-05 | 1 | -2/+39 |
* | Add parcel info "UUID" to snapshot | Melanie Thielker | 2008-10-05 | 1 | -0/+6 |
* | Change category in snapshot to a number, to match the one in search | Melanie Thielker | 2008-10-05 | 1 | -1/+1 |
* | Add a dummy "dwell" value to the data snapshot | Melanie Thielker | 2008-10-05 | 1 | -1/+5 |
* | Unclutter rezzing methods by removing the ad hoc permissions parameters. | Melanie Thielker | 2008-10-04 | 1 | -1/+1 |
* | Remove type="owner" from the data snapshot. Made the parser choke and there | Melanie Thielker | 2008-10-04 | 1 | -3/+3 |
* | Add some needed fields to data snapshot | Melanie Thielker | 2008-10-04 | 1 | -22/+23 |
* | Add <expire> tag to data snapshot to give the search server an idea | Melanie Thielker | 2008-09-20 | 1 | -0/+6 |
* | Reverse yes and no for the parcel's "public" property to make it accurately | Melanie Thielker | 2008-09-18 | 1 | -2/+2 |
* | Add various XML elements to the data snapshot. Changes by Fly-Man and | Melanie Thielker | 2008-09-17 | 3 | -17/+78 |
* | Fix another missing UUID before a ToString(). | Homer Horwitz | 2008-09-13 | 1 | -1/+1 |
* | Remove the cruft of accessing a private member of another module's class | Melanie Thielker | 2008-09-13 | 1 | -17/+11 |
* | Fix a typo in the DataSnapshot module | Melanie Thielker | 2008-09-13 | 1 | -1/+1 |
* | fix: warnings from libomv | Dr Scofield | 2008-09-08 | 1 | -0/+4 |
* | Mantis #2133 | Melanie Thielker | 2008-09-06 | 1 | -1/+1 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 6 | -36/+36 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-19 | 1 | -1/+0 |
* | Fix another compiler warning, based on a patch submitted by Leaf. (bug #1978) | Jeff Ames | 2008-08-18 | 1 | -2/+1 |
* | Fix up master avatar handling for estate owners. Introduces a new | Melanie Thielker | 2008-08-15 | 1 | -4/+10 |
* | * Resolve mantis 1911 without reintroducing warnings | Justin Clarke Casey | 2008-08-09 | 1 | -2/+1 |
* | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 2008-07-23 | 1 | -14/+14 |
* | Patch #9147 | Melanie Thielker | 2008-07-14 | 1 | -2/+2 |
* | * On archive loading, tell the user how many objects we are ignoring because ... | Justin Clarke Casey | 2008-07-12 | 1 | -4/+1 |
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 4 | -12/+13 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 1 | -3/+3 |
* | i'm extending the RestStreamHandler.Handler(...) signature to actually | Dr Scofield | 2008-05-20 | 1 | -1/+2 |