aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2009-10-011-4/+4
* A little hack to see if this fixes the problems with ~20% of SOG's becoming p...Diva Canto2009-09-291-0/+5
* Neighbours cache working.Diva Canto2009-09-271-0/+4
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto2009-09-271-43/+20
* First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-261-52/+62
* 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
|/
* Formatting cleanup.Jeff Ames2009-09-131-7/+7
* 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
* 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
* * Fixes a 'take object from mega region' and rez it in a regular region.. ...Teravus Ovares (Dan Olivares)2009-09-081-0/+17
* 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
|/
* * Fixes various quirks rezzing in virtual regions.Teravus Ovares (Dan Olivares)2009-09-041-27/+241
* Add copyright headers. Formatting cleanup.Jeff Ames2009-09-031-1/+1
* * One last attempt to get the bordercrossing/primcrossing/attachmentcrossing ...Teravus Ovares (Dan Olivares)2009-09-021-16/+20
* Thank you, dslake, for a set of patches to improve OpenSim startupMelanie2009-09-021-1/+1
* * The return of fuzzy borders!Teravus Ovares (Dan Olivares)2009-08-311-8/+8
* No more fuzzy bordersTeravus Ovares (Dan Olivares)2009-08-311-8/+8
* * -2 on the south and west side, -1 on the north and east side. Fuzzy borde...Teravus Ovares (Dan Olivares)2009-08-311-8/+8
* * Fix attachment cross issues with new borders.Teravus Ovares (Dan Olivares)2009-08-311-1/+6
* * Fixes a teleport issue when teleporting out of a region to a different one.Teravus Ovares (Dan Olivares)2009-08-301-0/+6
* * whoops, forgot the other class initializer.Teravus Ovares (Dan Olivares)2009-08-301-4/+4
* * When the RegionCombinerModule is off, make borders have an infinite aabb pe...Teravus Ovares (Dan Olivares)2009-08-301-5/+5
* * Only lock the Borders when they're being changed, otherwise one avatar's mo...Teravus Ovares (Dan Olivares)2009-08-291-49/+130
* * Deal with teleports to other virtual regions in the same scene.Teravus Ovares (Dan Olivares)2009-08-281-1/+32
* * Allow corner prim crossings. Previously this was only on a single cardinal...Teravus Ovares (Dan Olivares)2009-08-281-20/+125
* Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-08-261-4/+9
|\
| * * Once more into the breach!Adam Frisby2009-08-211-1/+4
| * * Attempting to diagnose a connection bug.Adam Frisby2009-08-211-3/+5
* | * Switch border cross tests over to the new Border class.Teravus Ovares (Dan Olivares)2009-08-201-4/+103
|/
* Removed some debug messagesDiva Canto2009-08-161-2/+4
* Making attachments work again. Tons of debug more. This needs more testing an...Diva Canto2009-08-161-3/+12
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim into in...Diva Canto2009-08-161-0/+1
|\
| * Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ...Adam Johnson2009-08-161-0/+1
* | Changed FromAssetID to FromItemIDDiva Canto2009-08-151-1/+1
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-151-5/+167
|\ \ | |/
| * * minor: commentsTeravus Ovares (Dan Olivares)2009-08-151-2/+99
| * * minor : CommentsTeravus Ovares (Dan Olivares)2009-08-141-3/+68
* | Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto2009-08-121-51/+45
|/
* * Added two new packet handler implementations for inventory ops. This is sta...Diva Canto2009-08-121-2/+4
* * More tweaking of the various services to work with nonstandard region sizes...Teravus Ovares (Dan Olivares)2009-08-081-0/+6
* * Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)2009-08-071-0/+13
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-2/+2
* * minor ccclbsa712009-07-241-0/+6