aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add copyright header. Formatting cleanup.Jeff Ames2009-08-171-1/+1
* Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-08-166-76/+70
|\
| * Misc cleanup.Jeff Ames2009-08-164-76/+46
| * Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ...Adam Johnson2009-08-162-0/+24
* | * ShortVersion, another attempt at fixing the test thread death that randomly...Teravus Ovares (Dan Olivares)2009-08-161-1/+1
|/
* * minor: commentsTeravus Ovares (Dan Olivares)2009-08-151-2/+99
* * minor : CommentsTeravus Ovares (Dan Olivares)2009-08-141-3/+68
* * minor : commentsTeravus Ovares (Dan Olivares)2009-08-141-3/+69
* * Put the StandaloneTeleportTest in a new thread and call Thread.Join() insid...Teravus Ovares (Dan Olivares)2009-08-141-20/+95
* * allocate the dictionary for AgentCircuitData.ChildrenCapSeeds when creating...Teravus Ovares (Dan Olivares)2009-08-141-0/+1
* Deal with possible race in TestAddNeighborRegion in ScenePresenceTestsTeravus Ovares (Dan Olivares)2009-08-131-0/+24
* Formatting cleanup. Fix some compiler warnings.Jeff Ames2009-08-132-27/+24
* * Added two new packet handler implementations for inventory ops. This is sta...Diva Canto2009-08-122-3/+34
* Fixes a race condition in EQ processing that was making EQs pop up again upon...Diva Canto2009-08-111-12/+12
* Formatting cleanup.Jeff Ames2009-08-091-1/+1
* * More tweaking of the various services to work with nonstandard region sizes...Teravus Ovares (Dan Olivares)2009-08-081-0/+6
* This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)2009-08-072-4/+5
* * Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)2009-08-071-0/+13
* Another stab at cmickeyb's patch for script GC.Melanie2009-08-072-13/+14
* Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensimMelanie2009-08-071-0/+6
|\
| * Added ToXml2() to ISceneObject, so that components other than regions can use...Diva Canto2009-08-061-0/+6
* | Revert the XEngine memleak patch, it causes premature GC.Melanie2009-08-072-14/+13
|/
* |From: James J Greensky <jame.j.greensky@intel.com>Melanie2009-08-062-13/+14
* goose pandaJustin Clark-Casey (justincc)2009-08-061-3/+1
* Slight change to state management for attach scheduling.Alan Webb2009-08-041-2/+2
* This change adds support for the attach event in scripts.Alan Webb2009-08-043-0/+24
* Add plumbing for the SceneObjectDeleter to wait for the script engine toMelanie2009-08-044-3/+49
* * Tweak the caps manager so that the NPCAvatar works again.Teravus Ovares2009-08-012-9/+44
* Preserve the creator of items copied in inventory.Melanie Thielker2009-07-271-7/+7
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-252-2/+3
* * minor ccclbsa712009-07-242-1/+13
* * Updates RESTInterregionComms and LocalInterregionComms to the new region mo...Arthur Valadares2009-07-232-5/+3
* * Fixed a case where a prim was a NullPhysicsActor instead of an OdePrimTeravus Ovares2009-07-211-1/+1
* * Created a way that the OpenSimulator scene can ask the physics scene to do ...Teravus Ovares2009-07-191-1/+72
* * patch from joncTeravus Ovares2009-07-171-2/+2
* * Another attempt to remedy the 'ghost prim' situation. This time for attach...Teravus Ovares2009-07-171-0/+3
* * This should fix the phantom prim from attachments rezzing.Teravus Ovares2009-07-171-0/+3
* fixed the bug where changing the rotation of a selection of prims in a linkse...MW2009-07-173-3/+87
* * Change the order of Update so Physics processes a frame before the scene ma...Teravus Ovares2009-07-172-54/+89
* Allow OpenSim to run without script engines enabledMelanie Thielker2009-07-161-0/+5
* * Tweaking collision reporting a little more in ScenePresence to not check if...Teravus Ovares2009-07-161-1/+1
* There was possible a locking issue in revision 9951 so reverting that revisio...MW2009-07-161-18/+21
* minor: remove some mono compiler warningsJustin Clarke Casey2009-07-153-4/+2
* Bounding Box/find rez from inventory point code now seems to be working corre...MW2009-07-152-6/+24
* Yet more work on fixing the boundingbox code.MW2009-07-151-11/+21
* More fixing of the boundingbox code.MW2009-07-151-8/+9
* A attemp to fix the boundingBox code that I committed the other day.MW2009-07-151-25/+174
* A stab at implementing llSetDamage. Not persistent.Melanie Thielker2009-07-153-1/+21
* A commit to retrigger pandaMW2009-07-131-1/+0
* Changed it so that when rezzing prims from inventory, a bounding box containi...MW2009-07-133-3/+55