| Commit message (Expand) | Author | Files | Lines |
2015-05-03 | Only send parcel layer data around the point of interest. Can be disabled | Robert Adams | 1 | -5/+79 |
2015-05-02 | Mantis #7514 | Diva Canto | 1 | -2/+2 |
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8... | Diva Canto | 1 | -1/+1 |
2015-04-12 | Change UserProfiles so that the parcel name is used for a ProfilePick and not... | AliciaRaven | 1 | -17/+9 |
2015-03-29 | varregion: update MapImageServiceModule to upload multiple map tiles for larg... | Robert Adams | 1 | -17/+65 |
2015-03-29 | varregion: update MapImageModule and ShadedMapTimeRenderer for variable sized... | Robert Adams | 2 | -29/+43 |
2015-03-29 | varregion: update LandManagementModule and LandObject for variable sized regi... | Robert Adams | 2 | -106/+133 |
2015-03-29 | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 17 | -73/+70 |
2015-03-27 | varregion: refactor use of 'double heightmap[,]' into references to new class... | Robert Adams | 2 | -99/+391 |
2015-03-27 | varregion: restore checkAgentAccessToRegion routine in EntityTransferModule. | Robert Adams | 1 | -2/+31 |
2015-03-23 | Allow re-setting the region restart timer. Also move restart notifications to | Melanie Thielker | 1 | -2/+6 |
2015-03-23 | Make the scripted dialogs and restart message appear in the top right corner | Melanie Thielker | 1 | -2/+2 |
2015-03-22 | Varregion: first cut at removing Border class checks for region crossings. | Robert Adams | 1 | -458/+382 |
2015-03-13 | Fix script state not being preserved in objects sent via Hypergrid. | Justin Clark-Casey (justincc) | 2 | -9/+79 |
2015-03-11 | minor: Remove windows build warning about CompressionLevel package ambiguity. | Justin Clark-Casey (justincc) | 2 | -0/+2 |
2015-03-06 | Remove references to MAX_ASSET_DESC from the dynamic texture module, hardcode... | BlueWall | 1 | -2/+2 |
2015-03-05 | adjusted new UserManagementModule to accept the HG UUI test harness | Freaky Tech | 1 | -1/+5 |
2015-03-05 | solving HG IM, HGFriends issues based on falsified GridUser data | Freaky Tech | 3 | -272/+324 |
2015-03-04 | Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri... | Justin Clark-Casey (justincc) | 3 | -27/+154 |
2015-02-28 | Use using constructs on disposable io objects in LLRaw to ensure they are alw... | Justin Clark-Casey (justincc) | 1 | -113/+111 |
2015-02-28 | Add OpenSim.Framework using statement necessary to get previous fad4d4dc to c... | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2015-02-28 | Permit loading of LLRAW files bigger than 256x256 by calculating size based o... | Magnuz Binder | 1 | -1/+9 |
2015-02-25 | minor: In HGAssetMapper, don't complain on seeing an XmlDeclaration as we kno... | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2015-02-25 | Reduce coupling in regression test task inventory creation methods to make th... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2015-02-21 | Fix cross-grid inventory delivery notifications, fixes http://opensimulator.o... | BlueWall | 1 | -0/+1 |
2015-02-21 | In HGAssetMapper.RewriteSOP(), don't explicitly end the document. | Justin Clark-Casey (justincc) | 1 | -2/+0 |
2015-02-19 | If HGAssetMapper.PostAsset fails then be more explicit about the uuid, type, ... | Justin Clark-Casey (justincc) | 1 | -2/+27 |
2015-02-19 | Add the type of the unrecognized node to the HG asset mapping error message i... | Justin Clark-Casey (justincc) | 1 | -1/+3 |
2015-02-18 | Comment out unnecessary "Region Found!" alert message when searching map | dahlia | 1 | -2/+3 |
2015-02-03 | If the owner of an object is taking a copy from the scene (e.g. via the "take... | Justin Clark-Casey (justincc) | 2 | -15/+16 |
2015-01-23 | Fix regression where the stored state of every second script in an object rez... | Justin Clark-Casey (justincc) | 1 | -1/+4 |
2015-01-17 | minor: In AttachmentsModule.UpdateKnownItem use the existing IInventoryAccess... | Justin Clark-Casey (justincc) | 1 | -3/+2 |
2015-01-16 | minor: Suppress the log messages when user profiles data is requested for an ... | Justin Clark-Casey (justincc) | 1 | -3/+10 |
2015-01-15 | Fix a recent regression with HG asset posting to other grids where the assets... | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2015-01-14 | Stop simulators attempting to contact registered but offline regions (RegionF... | Justin Clark-Casey (justincc) | 1 | -14/+23 |
2015-01-12 | Make the performance controlling job processing threads introduced in confere... | Justin Clark-Casey (justincc) | 2 | -356/+29 |
2015-01-09 | Added GetDisplayNames capability. For now, we don't actually use display name... | Diva Canto | 2 | -0/+2 |
2015-01-08 | Make the IteratingUuidGatherer the only UuidGatherer. | Justin Clark-Casey (justincc) | 5 | -33/+30 |
2014-12-30 | Renamed VERSION_NUMBER to VersionNumber | Diva Canto | 1 | -2/+2 |
2014-12-30 | This cleans up versioning. Specifically: | Diva Canto | 1 | -2/+2 |
2014-12-30 | WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT. | Diva Canto | 1 | -1/+1 |
2014-12-29 | Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ... | Diva Canto | 2 | -2/+2 |
2014-12-23 | If a moap entry has EnableWhiteList but WhiteList == null, then properly bloc... | Justin Clark-Casey (justincc) | 1 | -0/+3 |
2014-12-20 | In XBakesModule.Get() use using() to always dispose of RestClient which dispo... | Justin Clark-Casey (justincc) | 1 | -31/+35 |
2014-12-20 | Use using() semantics in XBakesModule to ensure disposable objects are alway ... | Justin Clark-Casey (justincc) | 1 | -39/+42 |
2014-12-17 | Fix recent regression where a race condition meant SP.MakeRootAgent() would s... | Justin Clark-Casey (justincc) | 1 | -5/+11 |
2014-12-16 | Add command to reset region's user cache | BlueWall | 1 | -0/+15 |
2014-12-10 | Fix a regression where objects crossing regions in the same simulator (on the... | Justin Clark-Casey (justincc) | 1 | -0/+7 |
2014-12-05 | refactor: rename IteratingUuidGather.AddAssetUuidToInspect() and RecordAssetU... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-12-05 | Make "fache assets" console command more efficient by only updating access ti... | Justin Clark-Casey (justincc) | 1 | -17/+24 |