aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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-111-1/+22
* * 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
* 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
* Changed the asynchronous call to get inventory in HG, so that it properly rep...diva2009-04-051-19/+16
* - Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz2009-04-051-7/+58
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva2009-04-053-12/+72
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of O...Adam Frisby2009-04-054-98/+94
* * 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
* 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
* * refactor: Move god related methods in Scene out to a moduleJustin Clarke Casey2009-03-302-119/+10
* * 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
* * refactor: call some EventManager triggers directly rather than through sceneJustin Clarke Casey2009-03-273-23/+10
* Moved a method GetDefaultVisualParameters from Scene to AvatarAppearance, whe...diva2009-03-272-14/+6
* * Fix single item iar savingJustin Clarke Casey2009-03-271-1/+0
* * Also temporarily disable T032_CrossAttachments() since this relies on the e...Justin Clarke Casey2009-03-271-1/+1
* * Temporarily disable ScenePresenceTests.T021_TestCrossToNewRegion() as this ...Justin Clarke Casey2009-03-271-1/+1
* * For each test in OpenSim.Region.Framework.Scenes.Tests, tell the console wh...Justin Clarke Casey2009-03-275-5/+48
* * Appearance patches suite: These patches are applied to allow libomv bots to...Sean Dague2009-03-251-0/+5
* Thank you, dslake, for a patch that fixes passing the start param to scriptsMelanie Thielker2009-03-251-1/+1
* * minor: remove load oar logging I accidentally left in a few commits agoJustin Clarke Casey2009-03-241-2/+2
* Root agent retrieval via http/REST. This is a pull, the caller gets the agent...diva2009-03-233-6/+39
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+7