aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Added basic 3-5 level undo on prim position/rotation/scale.Teravus Ovares2008-04-281-0/+2
* * Patch from XenReborn to make remove-region work properly without needing to...Teravus Ovares2008-04-271-0/+1
* * Single Attachments now work from inventory. You can attach from inventory ...Teravus Ovares2008-04-271-0/+6
* * More attachment stuff, reworked some of the inventory routines to be what I...Teravus Ovares2008-04-271-1/+1
* * First draft implementation of copying prim inventory items back to agent in...Justin Clarke Casey2008-04-261-0/+1
* * Ooops, attachments now teleport/cross region borders along with your avatar...Teravus Ovares2008-04-261-0/+22
* * Fixes prim crossing. See bug 1050.Teravus Ovares2008-04-251-2/+13
* * Implements llTarget, llTargetRemove, at_target(), not_at_target()Teravus Ovares2008-04-251-0/+11
* * Adds much better support for attachments that you right click on in world.Teravus Ovares2008-04-241-0/+1
* * Fixed an annoying pop-up box when crossing borders.Teravus Ovares2008-04-231-1/+1
* * Implements llScriptDangerTeravus Ovares2008-04-221-5/+30
* * Implemented NoScript areas (without loosing script state).Teravus Ovares2008-04-221-0/+59
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-13/+14
* * Remove user profile from cache when they log out from a region.Justin Clarke Casey2008-04-201-0/+2
* Thank you kindly krtaylor for a patch to solve:Charles Krinke2008-04-191-0/+1
* * Re-Fixed caps Teravus Ovares2008-04-171-20/+3
* * Implements 'Set Home to Here' Teravus Ovares2008-04-171-0/+46
* * Applying melanie's Landmark patch. Thanks Melanie!Teravus Ovares2008-04-161-0/+16
* Thank you very much, Kmeisthax for:Charles Krinke2008-04-161-0/+2
* * A tweak of the caps system so that new caps have random paths instead of a ...Teravus Ovares2008-04-151-2/+19
* * Quick patch before I start on a bigger projectAdam Frisby2008-04-151-46/+47
* * Working towards notifying the client if the inventory service has failed, r...Justin Clarke Casey2008-04-141-1/+1
* * Fixed a few warnings.Teravus Ovares2008-04-141-2/+3
* * Fix bug 934Teravus Ovares2008-04-111-1/+7
* * With Grid Comms up in the air.. I decided have the friends module update ...Teravus Ovares2008-04-101-0/+7
* * Slightly smoother transition between land, shallow water and deep water in ...Teravus Ovares2008-04-101-2/+11
* * Brings back map tile generation based on the terrain. The algorithm produc...Teravus Ovares2008-04-101-0/+108
* * Updates BetaGridLikeMoneyModuleTeravus Ovares2008-04-101-0/+14
* * Nasty hack to reduce the incidence of spurious exceptions where a user dele...Justin Clarke Casey2008-04-071-1/+9
* * The simulator now checks the parcel at the position that you get put by the...Teravus Ovares2008-04-051-0/+10
* * From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-031-2/+4
* * Attempt to resolve mantis 873 by placing caps removal operations in a criti...Justin Clarke Casey2008-04-021-13/+16
* a few small changesMW2008-04-011-9/+12
* * From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-03-311-0/+2
* **Big ass update warning**Adam Frisby2008-03-301-3/+22
* This update has good news and bad news, first the bad.Teravus Ovares2008-03-301-3/+14
* Re-enabled terrain texture generation for the world map. Adam can clean up/ s...MW2008-03-291-12/+17
* attempt to fix mantis # 779. MW2008-03-281-2/+8
* * Massaging CAPS setup/teardown log messagesJustin Clarke Casey2008-03-251-4/+4
* Moved Avatar appearance Factory to its own project so that the reference to M...MW2008-03-251-1/+21
* * Tear down CAPS and http handlers when an agent leaves a region (via crossin...Justin Clarke Casey2008-03-251-7/+26
* * Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f...Teravus Ovares2008-03-251-1/+1
* * Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f...Teravus Ovares2008-03-251-2/+6
* * Remove old CAPS http listeners when a client logs out from a sceneJustin Clarke Casey2008-03-251-1/+2
* Comment out unused private methods.Jeff Ames2008-03-251-19/+20
* * Inflate my commits with yet another snippet of documentation... (j/k)Justin Clarke Casey2008-03-241-1/+2
* * Put in tiny doc snippet while I rememberJustin Clarke Casey2008-03-241-0/+3
* * Clean up Scene.AddCapsHandler(). There was a race condition warning, but I...Justin Clarke Casey2008-03-241-37/+9
* * Implements Oriented Bounding Box raytracing.Teravus Ovares2008-03-231-30/+35
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-61/+27