aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)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() t...John Hurliman3-3/+3
2010-08-16Attempt at sending TeleportProgress, but it doesn't seem to be doing anything...Diva Canto1-0/+3
2010-08-16Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files ...Diva Canto3-0/+12
2010-08-16Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto8-19/+22
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 -- thing...Diva Canto2-6/+23
2010-08-14In EventQueueHelper.uintToByteArray, fetch big end-ian bytes directly from li...Justin Clark-Casey (justincc)1-6/+4
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 suppo...randomhuman4-41/+67
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
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 s...Justin Clark-Casey (justincc)4-21/+10
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
2010-08-10Removed abstract SetText method from EntityBase to make cleaner API.Mikko Pallari3-8/+1
2010-08-10On shift-copy of an object, set up a new physics actor (as appropriate) for e...Justin Clark-Casey (justincc)4-23/+48
2010-08-10Avoid truncation of error message during region creation.Marck1-1/+1
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 rather...Justin Clark-Casey (justincc)1-15/+25
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
2010-08-08Tests for distance-sorted fallback regions.Marck1-7/+57
2010-08-08In my crusade against facelights, I am striking the killing blow. Add aMelanie2-0/+26
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
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. Chang...Diva Canto2-7/+7
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 r...Marck2-0/+10
2010-08-07Remove old test classes that don't actually test anything not done elsewhereJustin Clark-Casey (justincc)3-234/+1
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, caus...unknown1-8/+14
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
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