aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2009-10-0142-165/+165
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into x-opensimdr scofield (aka dirk husemann)2009-09-292-0/+22
|\
| * A little hack to see if this fixes the problems with ~20% of SOG's becoming p...Diva Canto2009-09-292-0/+22
* | This fix addresses the problem where phantom objects do notAlan M Webb2009-09-291-1/+1
|/
* I think I have fixed something that was broken in the scene setup (tests) and...Diva Canto2009-09-281-3/+4
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-281-1/+1
|\
| * Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+1
* | Improved the Local grid connector to fetch data from the DB when it doesn't f...Diva Canto2009-09-281-3/+4
|/
* Neighbours cache working.Diva Canto2009-09-272-3/+5
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto2009-09-275-95/+74
* Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto2009-09-262-23/+29
* Fixed MapBlocks bug, wrong order of arguments. First version that seems compl...Diva Canto2009-09-261-7/+1
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-264-13/+23
|\
| * * Does a full battery of tests to ensure that the object isn't an attachment ...Teravus Ovares (Dan Olivares)2009-09-251-1/+6
| * * Fixes teleporting within megaregions on HG enabled regions. You can tele...Teravus Ovares (Dan Olivares)2009-09-252-3/+9
| * Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-09-251-0/+7
| |\
| * | minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-09-251-9/+8
* | | First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-266-455/+181
| |/ |/|
* | Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...Diva Canto2009-09-251-0/+7
|/
* addition of a new script function osSetParcelSIPAddress(string SIPAddress), n...Rob Smart2009-09-181-0/+45
* Alternate algorithm for fixing avatar capsule tilt (Mantis #2905)nlin2009-09-181-1/+1
* While running a test case I had written to pursue problems withAlan M Webb2009-09-171-113/+152
* SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul...John Hurliman2009-09-164-118/+52
* Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-09-161-1/+2
|\
| * updated the IAuthorizationService interface so that a message is passed back ...Rob Smart2009-09-161-1/+2
* | on iar save/load, let the user know if they put in the wrong passwordJustin Clark-Casey (justincc)2009-09-161-4/+1
|/
* Some OSGrid specific changes, please use this or later for OSGrid useMelanie2009-09-151-3/+3
* * Use the BeginInvoke methodology instead of the FireAndForget methodology to...Teravus Ovares (Dan Olivares)2009-09-131-5/+25
* Change the type value for given folders to -1. Prevents inventory blowupsMelanie2009-09-131-1/+1
* Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-09-131-7/+7
|\
| * Formatting cleanup.Jeff Ames2009-09-131-7/+7
* | * More comments in the RegionCombinerModuleTeravus Ovares (Dan Olivares)2009-09-132-15/+135
|/
* Changed the interface of IAuthorizationService to get less data.Diva Canto2009-09-101-5/+3
* The stubs for an authorization service, at the moment the service will always...Rob Smart2009-09-101-1/+32
* Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-09-103-4/+8
|\
| * * Fix an off by one error on visible neighbors in the 'RequestNeighbors' meth...Teravus Ovares (Dan Olivares)2009-09-101-2/+2
| * Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-09-091-0/+1
| |\
| * | * Lock timers when Calling Start() and Stop() when the Thread Context is murk...Teravus Ovares (Dan Olivares)2009-09-092-2/+6
* | | fix spurious loading... messages on iar load by creating folders as version 1...Justin Clark-Casey (justincc)2009-09-101-1/+0
| |/ |/|
* | minor: suppress mono warning 0162 generated when comparing const RegionSize a...Justin Clark-Casey (justincc)2009-09-091-0/+1
|/
* Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-09-081-4/+6
|\
| * Only allow iar load/save if user is logged in to the region simulatorJustin Clark-Casey (justincc)2009-09-071-4/+6
* | * Fixes a 'take object from mega region' and rez it in a regular region.. ...Teravus Ovares (Dan Olivares)2009-09-082-1/+52
|/
* * Enables Child Agents for all virtual regions in the region and their neighb...Teravus Ovares (Dan Olivares)2009-09-071-2/+56
* minor: organizationalTeravus Ovares (Dan Olivares)2009-09-061-1/+19
* Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-09-061-3/+32
|\
| * Addendum to last commit. With the last commit, some other code that shouldMelanie2009-09-061-0/+5
| * Remove the encryption from the IAuthenticationService interface. ThatMelanie2009-09-061-3/+27
* | * Moves another Legacy avatar inbounds check to BorderTeravus Ovares (Dan Olivares)2009-09-061-4/+10
|/
* Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-09-051-18/+18
|\