aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert both script engines to new region module format. Add proper unloadMelanie Thielker2009-04-151-1/+1
* * Resolve unit test failure introduced in r9148 (probably)Justin Clarke Casey2009-04-151-1/+0
* Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a...Johan Berntsson2009-04-152-3/+3
* Renamed splitID in Scene and added comments on usageJohan Berntsson2009-04-151-1/+8
* Adds session authentication upon NewUserConnections. Adds user key authentica...diva2009-04-141-38/+55
* * Make archiver tests pump the asset server manually instead of starting the ...Justin Clarke Casey2009-04-142-2/+2
* Formatting cleanup.Jeff Ames2009-04-142-6/+6
* Add the RegionLoaded(Scene) API to the new region module interface to allowMelanie Thielker2009-04-141-0/+13
* Cleaning up old circuit upon client close.diva2009-04-141-0/+2
* * Commit a variety of fixes to bugs discovered while trying to fix the NaN si...Teravus Ovares2009-04-141-22/+30
* Remove m_moduleCommands. It wasn't used anywhere; probably a left-over from b...Homer Horwitz2009-04-131-31/+8
* Thank you, dslake, for a patch that converts many of the linear searchesMelanie Thielker2009-04-122-256/+197
* Fix a regression where animations would only be sent if the avatar hasMelanie Thielker2009-04-121-1/+1
* Adding a script event, changed(CHANGED_ANIMATION)Melanie Thielker2009-04-112-1/+23
* * Add catch-all error handlers back to scene.Teravus Ovares2009-04-111-8/+8
* * Instead of referencing mesh stuff in the physics plugin.. change the IMesh ...Teravus Ovares2009-04-111-8/+8
* Introduce IXmlRpcRouter, an interface that allows registering XMLRPCMelanie Thielker2009-04-102-1/+42
* Expose the XMLRPC listener port on the IXMLRPC interface to allowMelanie Thielker2009-04-101-0/+1
* Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin2009-04-105-0/+180
* * Reinstated Scene Crossing tests, now with timeouts to check for race condit...Arthur Valadares2009-04-091-16/+55
* * Tagged long running tests with LongRunningAttribute.lbsa712009-04-093-6/+9
* * Added additional debug testing info to SceneAdam Frisby2009-04-091-0/+1
* * Implements retrieving child primitives via World.Objects[id] (MRM)Adam Frisby2009-04-091-0/+3
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-083-9/+9
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-071-1/+2
* * Apply http://opensimulator.org/mantis/view.php?id=3227Justin Clarke Casey2009-04-072-0/+11
* Added some null-checks to Intimidated's patch in r9024.Homer Horwitz2009-04-061-5/+5
* Applying Intimidated's patch to fix anim handling.Melanie Thielker2009-04-062-7/+32
* Thank you, Intimidated, for a patch too fix the movement animation handlingMelanie Thielker2009-04-061-43/+183
* * Implements World.Parcels[] array for MRM scripting.Adam Frisby2009-04-061-1/+3
* Changed the asynchronous call to get inventory in HG, so that it properly rep...diva2009-04-052-22/+19
* - Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz2009-04-055-7/+247
* - Move IWindModule to OpenSim.Region.Framework.InterfacesHomer Horwitz2009-04-051-0/+83
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva2009-04-054-12/+82
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of O...Adam Frisby2009-04-054-98/+94
* Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz2009-04-041-0/+38
* * Fixes issue where of you force your avatar against a region corner, it gets...Arthur Valadares2009-04-031-6/+64
* * refactor: Call StatsReporter methods directly rather than through Scene (as...Justin Clarke Casey2009-04-033-42/+24
* * Implements Scene.SimChat(string,...) rather than byte[]. We should probably...Adam Frisby2009-04-031-0/+10
* One more bit of refactoring, so this can be used outside region code.diva2009-04-011-42/+0
* Refactoring, no functional changes. Moved ChildAgentDataUpdate data structure...diva2009-04-013-607/+1
* * Committing patch in mantis 3376 [Patch] Fix a minor animation handling glit...Teravus Ovares2009-04-011-20/+0
* Finally clean up the Scene.Permissions and permissions module.Melanie Thielker2009-04-011-790/+353
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-03-311-0/+15
* * refactor: Move god related methods in Scene out to a moduleJustin Clarke Casey2009-03-303-119/+68
* Add AcceptNotices member to GroupMembershipData and an overload toMelanie Thielker2009-03-291-0/+1
* Module interface changeMelanie Thielker2009-03-291-1/+1
* * Remove redundancies in ScenePresenceTeravus Ovares2009-03-281-63/+59
* * Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with...Teravus Ovares2009-03-281-1/+5
* * This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares2009-03-272-9/+9