| Commit message (Expand) | Author | Files | Lines |
2014-04-23 | Show Group name when land is group-owned | Dev Random | 1 | -7/+28 |
2014-04-23 | minor: Remove unused System.Linq reference and use ParcelFlags.None instead o... | Justin Clark-Casey (justincc) | 1 | -2/+1 |
2014-04-23 | Prevent sending Land Properties for unprivileged users | Dev Random | 1 | -5/+8 |
2014-04-23 | Dynamic textures shouldn't be saved in the assets service (only in the simula... | Oren Hurvitz | 1 | -2/+2 |
2014-04-23 | Hypergrid: don't send Local assets to other grids | Oren Hurvitz | 1 | -35/+34 |
2014-04-23 | Removed GetUserInventory(). It wasn't being used, and was creating warnings b... | Oren Hurvitz | 5 | -67/+1 |
2014-04-23 | Eliminated many warnings | Oren Hurvitz | 10 | -11/+13 |
2014-04-22 | Changed the maximum asset name and description lengths to constants. Also, pr... | Oren Hurvitz | 1 | -0/+2 |
2014-04-21 | Fixed: when a user logged-in, sometimes he didn't get notified of the Online ... | Oren Hurvitz | 2 | -2/+24 |
2014-04-20 | Better error-handling when storing assets: recognize that 'null' is an error ... | Oren Hurvitz | 2 | -12/+9 |
2014-04-20 | Fixed: once a user has rezzed an object, they could then duplicate it as much... | Oren Hurvitz | 1 | -3/+5 |
2014-04-20 | Fixed: if a user belonged to the parcel's group then he was allowed to rez ob... | Oren Hurvitz | 1 | -16/+16 |
2014-04-20 | Fixed: the parcel flag "Allow Scripts from Group" should only check if the pa... | Oren Hurvitz | 3 | -12/+17 |
2014-04-19 | Catch empty url error | BlueWall | 1 | -0/+3 |
2014-04-13 | In teleports, when sending the Source region, set its ServerURI to the Gateke... | Oren Hurvitz | 2 | -2/+7 |
2014-04-10 | Allows to sell objects on a parcel of land together with that parcel of land.... | Snoopy Pfeffer | 1 | -0/+44 |
2014-04-09 | In teleports, pass the source region to the destination (similar to an HTTP r... | Oren Hurvitz | 4 | -18/+25 |
2014-04-08 | Improved error messages when a teleport fails. The viewer's dialog already sa... | Oren Hurvitz | 1 | -4/+4 |
2014-04-08 | Allow invalidating the users cache | Oren Hurvitz | 2 | -2/+15 |
2014-04-07 | When sending QueryAccess to a region, also send the user's Home URI | Oren Hurvitz | 3 | -7/+10 |
2014-04-07 | Refactored: use Scene.GetAgentHomeURI() to get the Home URI of a user | Oren Hurvitz | 3 | -14/+3 |
2014-04-06 | Fixed: during a teleport we always sent the error "The teleport destination c... | Oren Hurvitz | 2 | -7/+1 |
2014-04-06 | When preparing a Hypergrid teleport, tell the receiving grid which user is en... | Oren Hurvitz | 3 | -6/+23 |
2014-04-06 | Pass the correct position to QueryAccess() instead of UUID.Zero (it was wrong... | Oren Hurvitz | 1 | -1/+1 |
2014-04-03 | remove some whitespace that snuck in with last patch | Michael Cerquoni | 1 | -2/+2 |
2014-04-03 | Add Varregion support to Terragen Handler | Dev Random | 1 | -28/+23 |
2014-04-03 | Move new Estate commands to OpenSim.cs | Dev Random | 2 | -188/+21 |
2014-04-03 | When teleporting using Hypergrid, show more informative error messages in cas... | Oren Hurvitz | 3 | -11/+39 |
2014-04-02 | BulletSim: make avatar physical shape to be a rectangle rather than | Robert Adams | 1 | -5/+1 |
2014-04-03 | minor: Fix warning in AvatarFactoryModule | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-04-03 | Wrap contents of ETM.CrossAgentToNewRegionAsync() in try/catch to avoid a fai... | Justin Clark-Casey (justincc) | 1 | -13/+19 |
2014-04-02 | Added assets service method AssetsExist(), which returns whether the given li... | Oren Hurvitz | 4 | -20/+83 |
2014-04-01 | fix orphaned code in sun module per mantis 7068 | Mic Bowman | 1 | -5/+5 |
2014-04-02 | remove EstateManagmentCommands.m_commander that has been unused for some time | Justin Clark-Casey (justincc) | 1 | -2/+0 |
2014-04-02 | Console command to rename Estate | Dev Random | 2 | -221/+325 |
2014-03-29 | Console command to change Estate owner | Dev Random | 2 | -3/+157 |
2014-03-28 | Removed default timeout when starting scripts after Load OAR | Oren Hurvitz | 1 | -2/+2 |
2014-03-26 | refactor: Actually use MaptileStaticFile in RegionInfo rather than having bot... | Justin Clark-Casey (justincc) | 1 | -4/+10 |
2014-03-26 | - Increased the threadpool timeout to 10 minutes | Oren Hurvitz | 1 | -2/+2 |
2014-03-25 | Fix issue with user picks creation. The snapshot id is UUID.Zero in new parcels. | BlueWall | 1 | -6/+0 |
2014-03-25 | Move JsonRpc request code out for general availability | BlueWall | 1 | -173/+19 |
2014-03-25 | In Core Profiles: as a fallback, try to get profiles from foreign grids using... | Oren Hurvitz | 2 | -2/+219 |
2014-03-25 | Run slow operations in a separate thread, instead of using FireAndForget (whi... | Oren Hurvitz | 4 | -7/+7 |
2014-03-25 | Don't fail to enable permissions modules correctly if there is any leading or... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2014-03-24 | In Load OAR, correctly restore group-owned objects | Oren Hurvitz | 1 | -3/+3 |
2014-03-24 | In Load OAR: Zero isn't a valid Group ID | Oren Hurvitz | 1 | -4/+2 |
2014-03-24 | During Load OAR, fix the User and Group ID's in objects that are embedded in ... | Oren Hurvitz | 1 | -53/+77 |
2014-03-24 | Refactored Load IAR: created a generic mechanism to modify the SOG's as they ... | Oren Hurvitz | 1 | -47/+19 |
2014-03-24 | When searching for users, don't add users from the local cache if they have a... | Oren Hurvitz | 1 | -2/+3 |
2014-03-24 | Trim search queries (for users, groups, etc.). I have found that sometimes th... | Oren Hurvitz | 1 | -1/+3 |