aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prevent avatar from walking along z-axisMike Mazur2009-02-231-1/+19
* Mantis#3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke2009-02-236-0/+169
* A little bit more tweaking with appearance. Now passing both the wearables an...diva2009-02-232-66/+75
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-2262-321/+373
* Allow delivery of object messages gridwideMelanie Thielker2009-02-221-1/+2
* * Fixes an assumption whereby Scene assumes that each client is capable of pr...Adam Frisby2009-02-221-0/+8
* Refactor log4net logger handling in script engine. (#3148)Jeff Ames2009-02-2215-126/+134
* Addresses some issues with appearance after TPs. Appearance.Owner was not bei...diva2009-02-222-5/+9
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-222-26/+26
* Applied patch from mantis #3217, which allows Dynamic Images of type RGB (so ...MW2009-02-211-7/+23
* Thank you kindly, DoranZemlja for a patch that:Charles Krinke2009-02-211-1/+1
* Applied patch from mantis #3213. Which adds a check to create region command,...MW2009-02-211-1/+6
* Added a check to LLClientView.RegisterInterface<T>(T iface), so that it can'...MW2009-02-211-1/+4
* * Applied a patch that: Added estate ban table to migration scripts and nhibe...lbsa712009-02-212-9/+9
* Add copyright headers. Minor formatting cleanup.Jeff Ames2009-02-211-2/+2
* Thank you, robsmart, for a patch that allows the shard to be set.Melanie Thielker2009-02-211-1/+9
* * Renamed and encapsulated m_sceneGraph as SceneGraph for ccclbsa712009-02-204-6/+15
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712009-02-2011-33/+33
* * Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey2009-02-206-199/+412
* Revert previous commitMelanie Thielker2009-02-202-13/+1
* Committing interface and stubs for IM interceptionMelanie Thielker2009-02-202-1/+13
* Thanks DoranZemlja for a patch implementing non-shortcircuiting inMike Mazur2009-02-202-12/+31
* THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva2009-02-2014-2573/+6
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-205-560/+553
* * Another stab at removing AssetServer.exe dependencieslbsa712009-02-201-1/+0
* This moves the 2 friends-related interregion messages out of OGS1 and into th...diva2009-02-203-90/+94
* * Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa712009-02-191-0/+2
* * moved the Get/PostAssetStreamHandler to the Servers namespace... slowly get...lbsa712009-02-191-1/+0
* * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa712009-02-191-1/+0
* * refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...Justin Clarke Casey2009-02-193-7/+7
* * Do deep inspection when saving inventory items in order to capture all the ...Justin Clarke Casey2009-02-191-1/+1
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa712009-02-197-7/+7
* Make the implementation of the message transfer module protected virtualMelanie Thielker2009-02-191-13/+13
* reverted last revision, until we decide how to handle capturing IM'sMW2009-02-192-18/+1
* Added a event to IMessageTransferModule (and MessageTransferModule) so that o...MW2009-02-192-0/+17
* Force plugin state update when region crossingMelanie Thielker2009-02-191-0/+4
* Try this, then :) remove just one line from script serialization, Melanie Thielker2009-02-191-1/+0
* Refix the fix, adding a forgotten lineMelanie Thielker2009-02-191-0/+1
* Attempt to fix a Windows only race in thread terminationMelanie Thielker2009-02-191-1/+8
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-196-14/+16
* Mantis#3188. Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-02-191-3/+49
* Fix region crossing for unscripted prims, avoid costly SEHMelanie Thielker2009-02-191-1/+3
* Make in-code provisions for the tests. Tests would fail because the Melanie Thielker2009-02-181-1/+14
* Fix standalone / simulator local script crossings.Melanie Thielker2009-02-181-0/+2
* Fix the windows sharing violations on script crossingsMelanie Thielker2009-02-183-16/+91
* Stops animations on Teleports, to conform with what the viewer does.diva2009-02-183-0/+11
* * Change AssetGatherer method access so that only methods which are worth cal...Justin Clarke Casey2009-02-183-88/+101
* Fixes height on Basic Physics in local teleports. Plus some small refactoring.diva2009-02-182-2/+18
* * minor: comment out a few more [de]serialization sog timing messagesJustin Clarke Casey2009-02-181-3/+3
* * Move asset gathering code from oar module to OpenSim.Region.Framework since...Justin Clarke Casey2009-02-183-198/+264