aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Another attempt to remedy the 'ghost prim' situation. This time for attach...Teravus Ovares2009-07-171-0/+3
* fixed the bug where changing the rotation of a selection of prims in a linkse...MW2009-07-171-0/+1
* * Change the order of Update so Physics processes a frame before the scene ma...Teravus Ovares2009-07-171-18/+20
* Changed it so that when rezzing prims from inventory, a bounding box containi...MW2009-07-131-2/+1
* Attempt to make it so items rezzed from inventory aren't half in the ground o...MW2009-07-131-2/+10
* * Added a user friendly message to the sqlite regionsettings saver giving the...Teravus Ovares2009-07-101-1/+1
* Prevent teleports from ending undergroundMelanie Thielker2009-07-081-0/+41
* * Minuscule CC fixlbsa712009-06-221-0/+2
* When a shared module hooks OnClientClosed, it has no way of findingMelanie Thielker2009-06-191-1/+1
* Pulled out HelloNeighbour into its own service, INeighbourService, which may ...diva2009-06-141-1/+1
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-0/+20
* Formatting cleanup. Ignore some generated files.Jeff Ames2009-06-091-3/+3
* * Making sure we fail a bit earlier if we have no AssetServicelbsa712009-06-031-0/+7
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Bug fix: Fixes an exception when Scene.RemoveClient is called to remove on aArthur Valadares2009-05-291-117/+117
* * refactor: Remove redundent prim id attribute on Scene.AddSceneObject()Justin Clarke Casey2009-05-291-8/+3
* * Add save xml2 serialization testJustin Clarke Casey2009-05-291-2/+1
* Added ITeleportModule interface, and added a hook into scene so if a module h...MW2009-05-211-13/+13
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-1/+1
* * EventManager's OnNewPresence event now fires correctly again.Adam Frisby2009-05-121-0/+3
* Add AssetService of type IAssetService to SceneMelanie Thielker2009-05-111-0/+14
* Squashed commit of the following:Dr Scofield2009-05-111-5/+45
* Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker2009-05-101-1/+5