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