aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-27refactor: Make IAR tests set up standard iar for loadingJustin Clark-Casey (justincc)1-44/+60
2010-08-26refactor: Move Scene.Inventory.UpdateKnownItem() into Attachments module ↵Justin Clark-Casey (justincc)1-2/+58
since this appears to relate solely to attachments
2010-08-26refactor: break out attachment position change code in ↵Justin Clark-Casey (justincc)1-1/+20
Scene.UpdatePrimPosition() and move into AttachmentsModule This allows region modules to change attachment positions.
2010-08-26minor: change log message from info to debugJustin Clark-Casey (justincc)1-1/+1
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race ↵Justin Clark-Casey (justincc)5-284/+296
conditions in linking and unlinking
2010-08-24Add automated test at the opensim 'api' level to check that a given item ↵Justin Clark-Casey (justincc)2-3/+21
goes to the correct directory Also removes some mono compiler warnings
2010-08-24Plumb the region type through to the ProductName field in estate messagesMelanie1-0/+1
2010-08-23Add system lookup folder fix to the RemoveXInventoryServiceConnector as well ↵Justin Clark-Casey (justincc)1-0/+17
since this presumably suffers from the same problem.
2010-08-23Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)2-9/+18
This was a regression - the code to look up the correct type folder was no longer being called if items were added without a parent folder set This may have been broken since commit bd49985a on 2010-05-02
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)7-23/+28
2010-08-21Forward-port a small improvement to the land out connectorMelanie Thielker1-1/+2
2010-08-20Unit test breakage fix.Diva Canto1-3/+3
2010-08-20minor: remove mono compiler warningJustin Clark-Casey (justincc)1-9/+9
2010-08-20Some code cleanup for console command alert.Marck1-9/+43
Made parsing of parameters more robust. Allow general alerts without specifying keyword 'general'. Extended help texts.
2010-08-17* Changed a few OSD.FromBinary() calls to the more accurate OSD.FromULong() ↵John Hurliman1-1/+1
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-16Work on TeleportStart: renamed method from TeleportLocationStart to ↵Diva Canto2-9/+4
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-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)10-63/+62
2010-08-13refactor: move binary statistics logging from scene into separate region moduleJustin Clark-Casey (justincc)1-0/+169
2010-08-13refactor: move Scene.PerformObjectBuy into BuySellModuleJustin Clark-Casey (justincc)1-2/+167
2010-08-13minor: remove mono compiler warningJustin Clark-Casey (justincc)1-3/+3
2010-08-13Establish new Objects/BuySellModuleJustin Clark-Casey (justincc)1-0/+98
Move Scene.ObjectSaleInfo() to this
2010-08-13refactor: move Scene.TerrainUnAcked() handling into TerrainModuleJustin Clark-Casey (justincc)1-1/+8
2010-08-13refactor: remove Scene.SetRootAgentScene() in favour of existing event with ↵Justin Clark-Casey (justincc)1-7/+8
same name
2010-08-13refactor: move more map tile generation code from scene to IWorldMapModuleJustin Clark-Casey (justincc)1-2/+15
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)1-2/+2
2010-08-10This file wants to be committedDiva Canto1-37/+37
2010-08-08Tests for distance-sorted fallback regions.Marck1-7/+57
With some extensions to existing grid service tests.
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker4-6/+14
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-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)1-1/+1
Also comment out log4net line in InventoryArchiverTests
2010-08-04Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker2-6/+10
suppresses "Inventory Saved" messages.
2010-08-03Simplify serialized version string. Change element capitalization for ↵Justin Clark-Casey (justincc)1-31/+45
consistency THIS CHANGE ALTERS THE SERIALIZATION FORMAT, HOPEFULLY FOR THE LAST TIME. If you're testing, please start with a new database. This commit also improves locking for manipulation of media entries.
2010-08-03get rid of PrimitiveBaseShape.MediaRaw staging postJustin Clark-Casey (justincc)1-34/+0
using an OSD serialization rather than auto forces serialization code to be placed in OpenSim.Framework this makes the media texture raw data staging post in PrimitiveBaseShape redundant, now we just directly call the code in PrimitiveBaseShape.MediaList itself
2010-08-03remove duplicated serialization codeJustin Clark-Casey (justincc)1-55/+3
2010-08-03serialize media textures to inventory with a largely osd representation ↵Justin Clark-Casey (justincc)1-4/+4
rather than .net auto-serialization THIS WILL BREAK ANY EXISTING MEDIA TEXTURE SERIALIZATIONS. If you're testing this, please start with new databases. This makes media textures serialized in the same way, which is probably better in the long term.
2010-07-30remove gods event subscription to gods module from sceneJustin Clark-Casey (justincc)1-0/+13
2010-07-30move attachment subscription events into AttachmentsModule from scene.Justin Clark-Casey (justincc)1-1/+22
restored to some heavy casting in order to preserve RegionCombinerModule semantics, pending better events.
2010-07-30store terrain module trying to load plugins if plugin path does not existJustin Clark-Casey (justincc)1-2/+7
2010-07-30move ChannelDigger from its own project into the main terrain module with ↵Justin Clark-Casey (justincc)1-1/+1
the rest of the effects
2010-07-30convert attachments module from old region module style to newJustin Clark-Casey (justincc)1-19/+25
2010-07-29Allow gods and estate managers/owners to be unaffected by parcel bansMelanie Thielker2-0/+7
2010-07-28add userExposed parameter to part copy eventJustin Clark-Casey (justincc)1-1/+1
2010-07-28relocate moap specific cloning code to MoapModuleJustin Clark-Casey (justincc)1-0/+20