aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
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-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 Thielker1-1/+22
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-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-05Changed the asynchronous call to get inventory in HG, so that it properly rep...diva1-19/+16
2009-04-05- Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz1-7/+58
2009-04-05Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva3-12/+72
2009-04-05* Fixed copyright headers on HyperGrid source files. (Now match the rest of O...Adam Frisby4-98/+94
2009-04-03* Fixes issue where of you force your avatar against a region corner, it gets...Arthur Valadares1-6/+64
2009-04-03* refactor: Call StatsReporter methods directly rather than through Scene (as...Justin Clarke Casey3-42/+24
2009-04-03* Implements Scene.SimChat(string,...) rather than byte[]. We should probably...Adam Frisby1-0/+10
2009-04-01Refactoring, no functional changes. Moved ChildAgentDataUpdate data structure...diva3-607/+1
2009-04-01* Committing patch in mantis 3376 [Patch] Fix a minor animation handling glit...Teravus Ovares1-20/+0
2009-04-01Finally clean up the Scene.Permissions and permissions module.Melanie Thielker1-790/+353
2009-03-30* refactor: Move god related methods in Scene out to a moduleJustin Clarke Casey2-119/+10
2009-03-28* Remove redundancies in ScenePresenceTeravus Ovares1-63/+59
2009-03-28* Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with...Teravus Ovares1-1/+5
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares2-9/+9
2009-03-27* refactor: call some EventManager triggers directly rather than through sceneJustin Clarke Casey3-23/+10
2009-03-27Moved a method GetDefaultVisualParameters from Scene to AvatarAppearance, whe...diva2-14/+6
2009-03-27* Fix single item iar savingJustin Clarke Casey1-1/+0
2009-03-27* Also temporarily disable T032_CrossAttachments() since this relies on the e...Justin Clarke Casey1-1/+1
2009-03-27* Temporarily disable ScenePresenceTests.T021_TestCrossToNewRegion() as this ...Justin Clarke Casey1-1/+1
2009-03-27* For each test in OpenSim.Region.Framework.Scenes.Tests, tell the console wh...Justin Clarke Casey5-5/+48
2009-03-25* Appearance patches suite: These patches are applied to allow libomv bots to...Sean Dague1-0/+5
2009-03-25Thank you, dslake, for a patch that fixes passing the start param to scriptsMelanie Thielker1-1/+1
2009-03-24* minor: remove load oar logging I accidentally left in a few commits agoJustin Clarke Casey1-2/+2
2009-03-23Root agent retrieval via http/REST. This is a pull, the caller gets the agent...diva3-6/+39
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+7