| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | HG Friends: allow the establishment of HG friendships without requiring co-pr... | Diva Canto | 2012-03-20 | 5 | -167/+276 |
* | | Added GetUUID(first, last) on UserAgentsService so that we can finally make d... | Diva Canto | 2012-03-17 | 2 | -7/+34 |
|/ |
|
* | Amend to previous commit: normalize strings ToLower. | Diva Canto | 2012-03-17 | 1 | -2/+6 |
* | More on HG access control. This commit splits the UserManagementModule into t... | Diva Canto | 2012-03-17 | 3 | -40/+182 |
* | Moved HandleAvatarPickerRequest from the generic Scene.PacketHandlers to the ... | Diva Canto | 2012-03-17 | 1 | -0/+62 |
* | Region access control! Region operators can now specify things like DisallowF... | Diva Canto | 2012-03-17 | 2 | -27/+140 |
* | Clean up "save iar" help | Justin Clark-Casey (justincc) | 2012-03-17 | 1 | -8/+8 |
* | Terrain: added [Terrain] section with an option to load an initial flat terra... | Diva Canto | 2012-03-16 | 1 | -1/+6 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2012-03-15 | 1 | -72/+51 |
|\ |
|
| * | In Top Scripts report, don't show scripts with no or less than 1 microsecond ... | Justin Clark-Casey (justincc) | 2012-03-16 | 1 | -0/+6 |
| * | Fix owner name display in "Top Colliders" and "Top Script" region reports. | Justin Clark-Casey (justincc) | 2012-03-16 | 1 | -45/+1 |
| * | Replace script-lines-per-second with the script execution time scaled by its ... | Justin Clark-Casey (justincc) | 2012-03-16 | 1 | -30/+47 |
* | | More on map search: send extra messages to the user regarding the region bein... | Diva Canto | 2012-03-15 | 1 | -0/+11 |
|/ |
|
* | More on SLURLs and V3. This is hacky, but it works. Basically, we have to red... | Diva Canto | 2012-03-15 | 1 | -3/+12 |
* | Revert "Revert "More hacking around viewer bug"" | Diva Canto | 2012-03-15 | 1 | -1/+1 |
* | These SLURLs are very confusing! -- reverting the revert. Hack is, indeed, ne... | Diva Canto | 2012-03-15 | 1 | -1/+13 |
* | Revert "Hack around https://jira.secondlife.com/browse/VWR-28570" | Diva Canto | 2012-03-15 | 1 | -13/+1 |
* | Revert "More hacking around viewer bug" | Diva Canto | 2012-03-15 | 1 | -1/+1 |
* | More hacking around viewer bug | Diva Canto | 2012-03-15 | 1 | -1/+1 |
* | Hack around https://jira.secondlife.com/browse/VWR-28570 | Diva Canto | 2012-03-15 | 1 | -1/+13 |
* | Teleports: bounce off repeated requests of teleporting the same agent. Some s... | Diva Canto | 2012-03-13 | 1 | -0/+13 |
* | Fix TestSaveOarNoAssets() by not launch a no-assets request on a separate thr... | Justin Clark-Casey (justincc) | 2012-03-10 | 1 | -1/+1 |
* | minor: In IAR save, log when we start adding the control file rather than say... | Justin Clark-Casey (justincc) | 2012-03-10 | 1 | -2/+3 |
* | minor: rearrange some save oar messages so they say what they're about to do ... | Justin Clark-Casey (justincc) | 2012-03-10 | 1 | -8/+7 |
* | On OAR saving, try fetch assets serially rather than firing all the requests ... | Justin Clark-Casey (justincc) | 2012-03-10 | 2 | -9/+18 |
* | More on inventory transfer hold ups: | Diva Canto | 2012-03-09 | 2 | -2/+77 |
* | More on HG inventory transfers. Move the FireAndForget higher up. | Diva Canto | 2012-03-09 | 1 | -1/+1 |
* | More on the freeze on HG inventory transfers: spawn a threadlet on the funct... | Diva Canto | 2012-03-08 | 1 | -1/+1 |
* | Merge branch 'xassetservice' | Justin Clark-Casey (justincc) | 2012-03-09 | 1 | -2/+5 |
|\ |
|
| * | Merge branch 'master' into xassetservice | Justin Clark-Casey (justincc) | 2012-03-02 | 1 | -2/+11 |
| |\ |
|
| * | | Start by adding XAssetService as a copy of the existing AssetService. | Justin Clark-Casey (justincc) | 2012-03-02 | 1 | -2/+5 |
* | | | Uses shorter AddCommand form for "show estates" | Justin Clark-Casey (justincc) | 2012-03-08 | 1 | -1/+1 |
* | | | Display help commander topics in capitalized form - the commands themselves a... | Justin Clark-Casey (justincc) | 2012-03-08 | 1 | -40/+7 |
* | | | Change "help" to display categories/module list then "help <category/module>"... | Justin Clark-Casey (justincc) | 2012-03-08 | 15 | -44/+53 |
* | | | Remove static m_MainInstance in LocalGridServiceConnector. | Justin Clark-Casey (justincc) | 2012-03-06 | 1 | -24/+10 |
* | | | Add sensor, dataserver requests, timer and listener counts to "xengine status... | Justin Clark-Casey (justincc) | 2012-03-06 | 1 | -0/+20 |
| |/
|/| |
|
* | | Send the right name and creation date on the BasicProfileModule. | Diva Canto | 2012-03-01 | 1 | -2/+11 |
|/ |
|
* | Fixed two typos. White space cleanups. | Kevin Cozens | 2012-02-28 | 1 | -16/+16 |
* | HG: Remove async in posting assets to foreign grid. Mono hates concurrency th... | Diva Canto | 2012-02-25 | 1 | -1/+1 |
* | Remove EXPERIMENTAL tags from load iar/save iar commands. | Justin Clark-Casey (justincc) | 2012-02-25 | 1 | -3/+0 |
* | Stop spurious scene loop startup timeout alarms for scenes with many prims. | Justin Clark-Casey (justincc) | 2012-02-24 | 2 | -1/+2 |
* | Try to resolve some problems with viewers crashing after hitting parcel banli... | Justin Clark-Casey (justincc) | 2012-02-23 | 1 | -6/+21 |
* | Add a position parameter to region crossing of objects. This avoids the | Melanie | 2012-02-23 | 3 | -11/+10 |
* | Fix problem with dragging child part inventory item to user inventory. | Justin Clark-Casey (justincc) | 2012-02-21 | 1 | -19/+3 |
* | One more tweak related to the previous 2 commits. | Diva Canto | 2012-02-19 | 1 | -1/+3 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2012-02-19 | 1 | -1/+2 |
|\ |
|
| * | Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view.... | PixelTomsen | 2012-02-19 | 1 | -1/+2 |
* | | A few more tweaks on position updates and create child agents. Mono hates con... | Diva Canto | 2012-02-19 | 1 | -4/+8 |
|/ |
|
* | This should smooth movement in heteregeneous networks by a lot: cache the reg... | Diva Canto | 2012-02-18 | 2 | -2/+40 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Dan Lake | 2012-02-17 | 2 | -1/+139 |
|\ |
|