aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ...Adam Johnson2009-08-162-0/+24
| |/
* | Changed one word in a commentDiva Canto2009-08-151-1/+1
* | Changed FromAssetID to FromItemIDDiva Canto2009-08-155-24/+24
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-153-28/+331
|\ \ | |/
| * * 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
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-141-0/+25
|\ \ | |/
| * * 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
* | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-134-26/+26
* | Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto2009-08-136-306/+118
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-132-27/+24
|\ \ | |/
| * Formatting cleanup. Fix some compiler warnings.Jeff Ames2009-08-132-27/+24
* | Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto2009-08-124-696/+446
|/
* * 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
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
* 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
* * Small commented out debug message for module loading, partly to test my abi...Justin Clark-Casey2009-08-041-0/+2
* 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-046-3/+52
* * 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