| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-03-10 | 1 | -1/+1 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-03-10 | 1 | -0/+17 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-03-09 | 1 | -1/+1 |
* | * Tweak llMoveToTarget per mantis 3265 | Teravus Ovares | 2009-03-09 | 2 | -3/+732 |
* | Correct casts so that the target id in the at_target event matches the origin... | idb | 2009-03-07 | 1 | -8/+5 |
* | * Fixes mantis: #3241 | Teravus Ovares | 2009-03-07 | 1 | -2/+13 |
* | Fixes Mantis #3260. Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-03-06 | 2 | -0/+48 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-03-06 | 1 | -3/+4 |
* | * refactor: Remove GetLandOwner function from Scene | Justin Clarke Casey | 2009-03-06 | 1 | -13/+0 |
* | * Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi... | Justin Clarke Casey | 2009-03-05 | 4 | -8/+4 |
* | * refactor: move media and music url setting from scene into LandObject | Justin Clarke Casey | 2009-03-05 | 1 | -14/+0 |
* | * simplify media and music url setting since we never get back a null land ob... | Justin Clarke Casey | 2009-03-05 | 1 | -24/+5 |
* | * Replace some string to byte conversions for object/item name/description fi... | Justin Clarke Casey | 2009-03-05 | 2 | -2/+1 |
* | * remove now unused serialization code | Justin Clarke Casey | 2009-03-05 | 4 | -602/+5 |
* | * More work on MiniRegionModule module. | Adam Frisby | 2009-03-04 | 1 | -0/+1 |
* | Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The... | MW | 2009-03-03 | 1 | -5/+22 |
* | After another heroic and bloody battle, OpenSim Dino Expedition 1, killed off... | MW | 2009-03-02 | 1 | -18/+0 |
* | As part of a dinosaur hunting expedition, IScenePresenceBody.cs was terminate... | MW | 2009-03-02 | 1 | -37/+0 |
* | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 2009-02-26 | 1 | -11/+27 |
* | Add check in SceneManager to stop opensim.exe crashing if no regions/scenes w... | MW | 2009-02-26 | 1 | -1/+8 |
* | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 2009-02-25 | 1 | -2/+2 |
* | * Experimental softening of SOG waiting for update on link - changing from ab... | lbsa71 | 2009-02-25 | 1 | -3/+3 |
* | * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I... | lbsa71 | 2009-02-25 | 1 | -1/+3 |
* | A few updates necessary for load balancer. | Mike Mazur | 2009-02-25 | 3 | -9/+18 |
* | Close-to-final tweaking with appearance. This time sending *everything*. Addr... | diva | 2009-02-24 | 2 | -36/+29 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-02-23 | 1 | -0/+1 |
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-02-23 | 1 | -2/+2 |
* | * Commenting out threaded Scene update for the moment. | Adam Frisby | 2009-02-23 | 1 | -2/+3 |
* | * Fix for recent thread patch - IsAlive apparently is not as reliable as Thre... | Adam Frisby | 2009-02-23 | 1 | -1/+2 |
* | * Performance Changes: | Adam Frisby | 2009-02-23 | 2 | -3/+17 |
* | Prevent avatar from walking along z-axis | Mike Mazur | 2009-02-23 | 1 | -1/+19 |
* | A little bit more tweaking with appearance. Now passing both the wearables an... | diva | 2009-02-23 | 2 | -66/+75 |
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 19 | -89/+100 |
* | * Fixes an assumption whereby Scene assumes that each client is capable of pr... | Adam Frisby | 2009-02-22 | 1 | -0/+8 |
* | Addresses some issues with appearance after TPs. Appearance.Owner was not bei... | diva | 2009-02-22 | 2 | -5/+9 |
* | * Renamed and encapsulated m_sceneGraph as SceneGraph for ccc | lbsa71 | 2009-02-20 | 2 | -4/+13 |
* | * Consistently lock part.TaskInventory as pointed out in http://opensimulator... | Justin Clarke Casey | 2009-02-20 | 3 | -17/+30 |
* | THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi... | diva | 2009-02-20 | 2 | -44/+0 |
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-02-20 | 2 | -507/+506 |
* | This moves the 2 friends-related interregion messages out of OGS1 and into th... | diva | 2009-02-20 | 1 | -10/+0 |
* | * refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it... | Justin Clarke Casey | 2009-02-19 | 1 | -4/+4 |
* | Thank you, Snowdrop, for a patch that makes the callback ID parameter | Melanie Thielker | 2009-02-19 | 2 | -7/+8 |
* | Fix region crossing for unscripted prims, avoid costly SEH | Melanie Thielker | 2009-02-19 | 1 | -1/+3 |
* | Make in-code provisions for the tests. Tests would fail because the | Melanie Thielker | 2009-02-18 | 1 | -1/+14 |
* | Fix the windows sharing violations on script crossings | Melanie Thielker | 2009-02-18 | 1 | -13/+46 |
* | Stops animations on Teleports, to conform with what the viewer does. | diva | 2009-02-18 | 3 | -0/+11 |
* | * Change AssetGatherer method access so that only methods which are worth cal... | Justin Clarke Casey | 2009-02-18 | 1 | -86/+96 |
* | Fixes height on Basic Physics in local teleports. Plus some small refactoring. | diva | 2009-02-18 | 2 | -2/+18 |
* | * minor: comment out a few more [de]serialization sog timing messages | Justin Clarke Casey | 2009-02-18 | 1 | -3/+3 |
* | * Move asset gathering code from oar module to OpenSim.Region.Framework since... | Justin Clarke Casey | 2009-02-18 | 1 | -0/+259 |