aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-25Thank you kindly, RemedyTomm, for a patch that fixes:Charles Krinke1-1/+4
2009-04-23From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2-70/+70
2009-04-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2-67/+162
2009-04-22Thank you kindly, Marcus Llewellyn, for a patch that:Charles Krinke1-4/+24
2009-04-21Thank you kindly, MPallari for a patch that:Charles Krinke1-2/+31
2009-04-20* Allow passing of material type to physics engineTeravus Ovares1-1/+8
2009-04-19Thank you kindly, MPallari, for a patch that:Charles Krinke1-1/+9
2009-04-19Accounting for the changes introduced in AssetServerBase in r9143 related to ...diva1-0/+1
2009-04-19Moved ITerrainModule and ITerainEffect to OpenSim.Region.Framework.Interfaces...Homer Horwitz2-0/+100
2009-04-19Thank you kindly, MCortez, for a patch that:Charles Krinke1-0/+2
2009-04-18Bug fix in HG asset posts. Get the inner assets not just from mem cache but f...diva1-18/+24
2009-04-17Thank you M1sha for diagnosing and patching a lock bug affecting region cross...diva1-13/+16
2009-04-16Expose the GroupRecord and it's accessor APIMelanie Thielker1-9/+1
2009-04-15Prevent a nullref when no script engines are loadedMelanie Thielker1-0/+3
2009-04-15Commit the group deeding support, thank you, mcortezMelanie Thielker1-0/+9
2009-04-15Make sim health data more usefulMelanie Thielker1-1/+23
2009-04-15* Make it possible to add a request id to load and save oar requestsJustin Clarke Casey2-10/+27
2009-04-15Convert both script engines to new region module format. Add proper unloadMelanie Thielker1-1/+1
2009-04-15* Resolve unit test failure introduced in r9148 (probably)Justin Clarke Casey1-1/+0
2009-04-15Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a...Johan Berntsson2-3/+3
2009-04-15Renamed splitID in Scene and added comments on usageJohan Berntsson1-1/+8
2009-04-14Adds session authentication upon NewUserConnections. Adds user key authentica...diva1-38/+55
2009-04-14* Make archiver tests pump the asset server manually instead of starting the ...Justin Clarke Casey2-2/+2
2009-04-14Formatting cleanup.Jeff Ames2-6/+6
2009-04-14Add the RegionLoaded(Scene) API to the new region module interface to allowMelanie Thielker1-0/+13
2009-04-14Cleaning up old circuit upon client close.diva1-0/+2
2009-04-14* Commit a variety of fixes to bugs discovered while trying to fix the NaN si...Teravus Ovares1-22/+30
2009-04-13Remove m_moduleCommands. It wasn't used anywhere; probably a left-over from b...Homer Horwitz1-31/+8
2009-04-12Thank you, dslake, for a patch that converts many of the linear searchesMelanie Thielker2-256/+197
2009-04-12Fix a regression where animations would only be sent if the avatar hasMelanie Thielker1-1/+1
2009-04-11Adding a script event, changed(CHANGED_ANIMATION)Melanie Thielker2-1/+23
2009-04-11* Add catch-all error handlers back to scene.Teravus Ovares1-8/+8
2009-04-11* Instead of referencing mesh stuff in the physics plugin.. change the IMesh ...Teravus Ovares1-8/+8
2009-04-10Introduce IXmlRpcRouter, an interface that allows registering XMLRPCMelanie Thielker2-1/+42
2009-04-10Expose the XMLRPC listener port on the IXMLRPC interface to allowMelanie Thielker1-0/+1
2009-04-10Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin5-0/+180
2009-04-09* Reinstated Scene Crossing tests, now with timeouts to check for race condit...Arthur Valadares1-16/+55
2009-04-09* Tagged long running tests with LongRunningAttribute.lbsa713-6/+9
2009-04-09* Added additional debug testing info to SceneAdam Frisby1-0/+1
2009-04-09* Implements retrieving child primitives via World.Objects[id] (MRM)Adam Frisby1-0/+3
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey3-9/+9
2009-04-07* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+2
2009-04-07* Apply http://opensimulator.org/mantis/view.php?id=3227Justin Clarke Casey2-0/+11
2009-04-06Added some null-checks to Intimidated's patch in r9024.Homer Horwitz1-5/+5
2009-04-06Applying Intimidated's patch to fix anim handling.Melanie Thielker2-7/+32
2009-04-06Thank you, Intimidated, for a patch too fix the movement animation handlingMelanie Thielker1-43/+183
2009-04-06* Implements World.Parcels[] array for MRM scripting.Adam Frisby1-1/+3
2009-04-05Changed the asynchronous call to get inventory in HG, so that it properly rep...diva2-22/+19
2009-04-05- Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz5-7/+247
2009-04-05- Move IWindModule to OpenSim.Region.Framework.InterfacesHomer Horwitz1-0/+83