aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-24Add a method to delete left over / dropped attachmentsMelanie Thielker1-0/+32
2010-08-23minor: some doc for the MoveTaskInventoryItem method in Scene.Inventory.csJustin Clark-Casey (justincc)1-1/+5
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)1-2/+4
2010-08-22Add printing the default script engine name. Report real exceptions whenMelanie Thielker1-2/+3
there is an issue with the config file, as a typo could cause configuration to silently fail.
2010-08-22Suppress error messages about scripts not foind if they're in fact disabledMelanie Thielker1-0/+3
2010-08-20Unit test breakage fix.Diva Canto2-6/+11
2010-08-20Cleaned up a few more things related to incoming agents.Diva Canto1-45/+42
2010-08-20Add some maptile options, change maptile generation from OpenSimBase to SceneMelanie1-9/+54
to make it more configurable.
2010-08-20Add some maptile options, change maptile generation from OpenSimBase to SceneMelanie Thielker1-8/+53
to make it more configurable.
2010-08-19Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on ↵Diva Canto1-25/+27
myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general.
2010-08-19minor: Correct string format in "Can't find linkset root prim" messageJustin Clark-Casey (justincc)1-1/+1
2010-08-14Fix a possible nullref in BestAvatarResponsiveness policyMelanie Thielker1-2/+2
2010-08-13Updated the create_region command in the RemoteAdmin plugin to properly ↵randomhuman1-39/+0
support estates without seeking further input on the console.
2010-08-13refactor: move binary statistics logging from scene into separate region moduleJustin Clark-Casey (justincc)2-110/+12
2010-08-13refactor: move Scene.PerformObjectBuy into BuySellModuleJustin Clark-Casey (justincc)4-162/+49
2010-08-13Establish new Objects/BuySellModuleJustin Clark-Casey (justincc)1-22/+1
Move Scene.ObjectSaleInfo() to this
2010-08-13refactor: move Scene.TerrainUnAcked() handling into TerrainModuleJustin Clark-Casey (justincc)1-8/+0
2010-08-13refactor: remove Scene.SetRootAgentScene() in favour of existing event with ↵Justin Clark-Casey (justincc)3-14/+2
same name
2010-08-13refactor: move more map tile generation code from scene to IWorldMapModuleJustin Clark-Casey (justincc)2-28/+4
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)3-12/+12
2010-08-12Fix a nullref exception in the prioritizermeta71-1/+12
2010-08-11File wants to be committedDiva Canto1-2/+2
2010-08-11Add some console debug to help fix a threadlock issue.meta71-2/+9
2010-08-11Fix Omega getting overwritten on startup.meta71-1/+1
2010-08-11Log the state of the prejump flagMelanie Thielker1-0/+2
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)3-23/+44
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-10Fix a nullref issue in the AgentSetAppearance packet handler when removing ↵meta71-6/+11
the physactor from the scene
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-10Note to self: don't break the buildmeta71-1/+1
2010-08-10Resolve merge issuesMelanie1-22/+46
2010-08-10Remove 4000+ DOS line endings. Grrr!Melanie1-4332/+4332
2010-08-10Remove windows line endingeMelanie2-118/+118
2010-08-10Add a stack trace to the error output on the recursive read lock warning on ↵meta71-104/+114
my RWlocks. Whilst recursive locks are safe, coupled with other issues we're experiencing with the TaskInventoryDictionary it implies that somewhere the lock is not being freed possibly due to a merge error somewhere, and thus it needs to be looked into.
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-10Change prejump from hardcoded true to default true so it can be disabled.Melanie Thielker1-2/+1
It completely destroys roleplay jumping
2010-08-09Whitespace conflictMelanie Thielker1-1/+1
2010-08-08Print a console message when we deny access because of no valid parcel found.meta71-1/+2
2010-08-08Fix minimap issues. This addresses mantis #228.meta71-21/+2
2010-08-08Add debug messages to attachment receiving and cowardly refuse to createMelanie Thielker1-1/+19
them if the owner can't be determined.
2010-08-07The real fix for unscripted sit positions. This one doesn't fuck everything ↵meta71-1/+4
else up. Promise.
2010-08-07Reverted: * Fix the unscripted sit rotation being incorrect .. will commit ↵meta71-7/+3
a proper fix now.
2010-08-07Increase sit distance to 256 meters, but leave the initial autopilot process ↵meta71-1/+1
in the picture so sit position can still be raycast by the existing code.
2010-08-07Get rid of some debug chatter that someone who can't spell left behind. ;)meta71-2/+1
2010-08-07Fix the unscripted sit rotation being incorrect (relative to the prim). Note ↵meta71-3/+7
that unscripted sit offset is still really poor but this is not something i'm prepared to spend time on fixing.
2010-08-07Fix a rather nasty issue where the Backup() process causes objects and ↵meta72-104/+120
avatars sitting on them to be pushed to the corner of the sim.
2010-08-07minor: Remove overly verbose schedule full update log message for attachmentsJustin Clark-Casey (justincc)1-2/+2