aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-18Prevent a bad cast in llCreateLink().Melanie Thielker1-1/+5
2010-08-17* Changed a few OSD.FromBinary() calls to the more accurate OSD.FromULong() ↵John Hurliman3-3/+3
to fix the build
2010-08-16Attempt at sending TeleportProgress, but it doesn't seem to be doing ↵Diva Canto1-0/+3
anything at all. Left it commented, just as a reminder for where those messages could be sent.
2010-08-16Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files ↵Diva Canto3-0/+12
affected.
2010-08-16Work on TeleportStart: renamed method from TeleportLocationStart to ↵Diva Canto8-19/+22
TeleportStart, and now sending this upon all teleports, not just some, and in the right place (EntityTransferModule).
2010-08-15Better comment (related to previous commit)Diva Canto1-1/+1
2010-08-15Addresses mantis #4929. Agent was being logged off the grid too soon -- ↵Diva Canto2-6/+23
things may still fail.
2010-08-14In EventQueueHelper.uintToByteArray, fetch big end-ian bytes directly from ↵Justin Clark-Casey (justincc)1-6/+4
libomv rather than little endian then swapping This avoids a problem with failing to swap on big-endian machines. This addresses http://opensimulator.org/mantis/view.php?id=4849 Thanks to Valy- for pointing this out and submitting a suggestion patch
2010-08-13Configuration files can read include files from relative paths.Marck1-1/+11
2010-08-13Updated the create_region command in the RemoteAdmin plugin to properly ↵randomhuman4-41/+67
support estates without seeking further input on the console.
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)10-63/+62
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-3/+2
2010-08-13refactor: move binary statistics logging from scene into separate region moduleJustin Clark-Casey (justincc)3-110/+181
2010-08-13refactor: move Scene.PerformObjectBuy into BuySellModuleJustin Clark-Casey (justincc)6-173/+222
2010-08-13minor: remove mono compiler warningJustin Clark-Casey (justincc)1-3/+3
2010-08-13Establish new Objects/BuySellModuleJustin Clark-Casey (justincc)2-22/+99
Move Scene.ObjectSaleInfo() to this
2010-08-13refactor: move Scene.TerrainUnAcked() handling into TerrainModuleJustin Clark-Casey (justincc)2-9/+8
2010-08-13minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2010-08-13refactor: remove Scene.SetRootAgentScene() in favour of existing event with ↵Justin Clark-Casey (justincc)4-21/+10
same name
2010-08-13refactor: move more map tile generation code from scene to IWorldMapModuleJustin Clark-Casey (justincc)4-32/+25
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)5-15/+15
2010-08-11File wants to be committedDiva Canto1-2/+2
2010-08-11Prettify console output for long avatar names.Marck1-3/+3
2010-08-10Changing prim color generates event CHANGED_COLOR.Marck1-0/+2
Signed-off-by: Melanie <melanie@t-data.com>
2010-08-10Removed abstract SetText method from EntityBase to make cleaner API.Mikko Pallari3-8/+1
Signed-off-by: Melanie <melanie@t-data.com>
2010-08-10On shift-copy of an object, set up a new physics actor (as appropriate) for ↵Justin Clark-Casey (justincc)4-23/+48
every copied prim, not just the root This addresses http://opensimulator.org/mantis/view.php?id=4295
2010-08-10Avoid truncation of error message during region creation.Marck1-1/+1
Signed-off-by: Melanie <melanie@t-data.com>
2010-08-10This file wants to be committedDiva Canto1-37/+37
2010-08-10Reduce number of paths in SOP code by setting flags via Flags property ↵Justin Clark-Casey (justincc)1-15/+25
rather than _flags Both ObjectFlags and Flags are effectively exactly the same property, except that ObjectFlags is uint and Flags is PrimFlags Both reference the PrimFlags _flags underneath, so you couldn't set a non PrimFlags uint anyway. Deprecated ObjectFlags in favour of Flags.
2010-08-10Extend DuplicateObject() test to check flags on the duplicated objectJustin Clark-Casey (justincc)1-7/+9
2010-08-10extend TestDuplicateObject() to a two prim objectJustin Clark-Casey (justincc)1-10/+19
2010-08-10Handle incoming ObjectImage (TextureEntry) updates synchronously rather than ↵Justin Clark-Casey (justincc)1-1/+5
asynchronously At least on stock Linden clients, updating the texture on all faces of the prim will actually send an ObjectImage packet for each update. There is a race condition if these are handled async, meaning that occasionally not all of the faces are correctly updated.
2010-08-08Tests for distance-sorted fallback regions.Marck1-7/+57
With some extensions to existing grid service tests.
2010-08-08In my crusade against facelights, I am striking the killing blow. Add aMelanie2-0/+26
DisableFacelights option to OpenSim.ini to finally kill those immersion- breaking, silly vanity lights that destroy nighttime RP. Girls, you look just fine without them. Guys, you too. Thank you. Melanie has left the building.
2010-08-07minor: Remove overly verbose schedule full update log message for attachmentsJustin Clark-Casey (justincc)1-2/+2
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker5-9/+17
in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity.
2010-08-07Change the (hackish) constant to match the changed enum for attachsMelanie Thielker1-2/+2
2010-08-07Make the landmark properties work againMelanie Thielker1-1/+1
2010-08-06Added Check4096 config var under [GridService], at the request of many. ↵Diva Canto2-7/+7
Changed the iteration that Marck had on the Hyperlinker. ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example.
2010-08-07Add new SceneGraphTests class. Add simple TestDuplicateObject()Justin Clark-Casey (justincc)3-2/+72
2010-08-06Allow creation of link regions if there is an existing region within a 4096 ↵Marck2-0/+10
range. Also add GetHyperlinks() to the grid service.
2010-08-07Remove old test classes that don't actually test anything not done elsewhereJustin Clark-Casey (justincc)3-234/+1
Also comment out log4net line in InventoryArchiverTests
2010-08-07minor: a few miscellaneous commentsJustin Clark-Casey (justincc)2-0/+9
2010-08-06Fix a parenthesis in prior commitMelanie1-1/+1
2010-08-06Fixes: llSetLinkPrimitiveParams - PRIM_POSITION is not relative to root, ↵unknown1-8/+14
causes unexpected movement of child prims Signed-off-by: Melanie <melanie@t-data.com>
2010-08-06Change XEngine to use the new constantMelanie Thielker1-1/+1
2010-08-06Correct some script constants.Melanie5-10/+12
2010-08-06People can't leave their hands ooff "well enough". StateSource 0 was regionMelanie1-4/+5
start, and they started at 1 for real values. Whoever changed that enum to start at 0 should bow their head in shame. They broke the region start event. This puts it right again. Meow!
2010-08-05Prevent users from becoming stuck online. This affects only 0.7Melanie Thielker1-0/+2
2010-08-05Prevent hammering the grid services with llRequestAgentData requests. Cache theMelanie Thielker1-7/+48
user information permanently, and the online status for 20 seconds. Also cache negatives.