| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor: Move methods to start a monitored thread, start work in its own thr... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -2/+2 |
* | Label all threadpool calls being made in core OpenSimulator. This is to add ... | Justin Clark-Casey (justincc) | 2014-11-25 | 2 | -3/+5 |
* | Add an IConfigSource constructor to HGAssetBroker so that it can be instantia... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -0/+7 |
* | minor: remove warnings from unused fields in LocalGridServicesConnector | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -2/+2 |
* | Make "generate map" console command also trigger upload to maptiles as well a... | Justin Clark-Casey (justincc) | 2014-09-26 | 1 | -40/+47 |
* | For monitoring purposes, start non-timeout tasks (which do not currently use ... | Justin Clark-Casey (justincc) | 2014-09-05 | 1 | -2/+3 |
* | Move the inventory request lock introduced in git master a58152bd to HGInvent... | Justin Clark-Casey (justincc) | 2014-08-09 | 1 | -20/+43 |
* | OpenSimExtras | BlueWall | 2014-08-06 | 2 | -0/+17 |
* | Allow the "debug scene set physics false|true" command to work when bulletsim... | Justin Clark-Casey (justincc) | 2014-07-29 | 1 | -4/+4 |
* | Fix recent regression in 3c6becd5 where login or hg login to variable sized r... | Justin Clark-Casey (justincc) | 2014-07-22 | 1 | -15/+12 |
* | On login and first HG entrance to a foreign grid, perform query access checks... | Justin Clark-Casey (justincc) | 2014-07-21 | 1 | -11/+15 |
* | Eliminated common but un-useful log messages | Oren Hurvitz | 2014-07-21 | 1 | -1/+3 |
* | In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ca... | Justin Clark-Casey (justincc) | 2014-07-18 | 1 | -4/+3 |
* | Manual change as per patch in mantis #7212. (the patch failed to apply, but t... | Diva Canto | 2014-06-15 | 1 | -1/+1 |
* | Added simulation version compatibility check so that agents coming from 0.7.6... | Diva Canto | 2014-06-06 | 2 | -6/+26 |
* | Modifications to debugging printouts. No functional changes. | Robert Adams | 2014-05-31 | 1 | -2/+8 |
* | Don't report NPC presences. | Diva Canto | 2014-05-26 | 1 | -1/+2 |
* | Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro... | Oren Hurvitz | 2014-05-19 | 2 | -5/+5 |
* | Return more specific error messages if an attempt to enter a region fails due... | Oren Hurvitz | 2014-05-19 | 1 | -13/+21 |
* | Removed GetUserInventory(). It wasn't being used, and was creating warnings b... | Oren Hurvitz | 2014-04-23 | 4 | -51/+1 |
* | Better error-handling when storing assets: recognize that 'null' is an error ... | Oren Hurvitz | 2014-04-20 | 1 | -11/+8 |
* | In teleports, pass the source region to the destination (similar to an HTTP r... | Oren Hurvitz | 2014-04-09 | 2 | -5/+5 |
* | Allow invalidating the users cache | Oren Hurvitz | 2014-04-08 | 2 | -2/+15 |
* | When sending QueryAccess to a region, also send the user's Home URI | Oren Hurvitz | 2014-04-07 | 2 | -5/+5 |
* | Added assets service method AssetsExist(), which returns whether the given li... | Oren Hurvitz | 2014-04-02 | 2 | -0/+22 |
* | Run slow operations in a separate thread, instead of using FireAndForget (whi... | Oren Hurvitz | 2014-03-25 | 1 | -2/+2 |
* | Enable MapImageServiceModule with no refresh | Dev Random | 2014-03-11 | 1 | -12/+22 |
* | Non-functional changes of numbers into symbolic references and a few | Robert Adams | 2014-02-15 | 1 | -2/+2 |
* | Merge branch 'master' into varregion | Robert Adams | 2014-01-19 | 2 | -4/+4 |
|\ |
|
| * | Remove old IInterRegionComms and references. This hasn't been used since 200... | Justin Clark-Casey (justincc) | 2014-01-16 | 2 | -4/+4 |
* | | varregion: Update Warp3D to properly handle varregions. | Robert Adams | 2014-01-19 | 1 | -5/+3 |
* | | varregion: split up generated maptile images for storage in map. This | Robert Adams | 2014-01-19 | 1 | -21/+67 |
* | | varregion: Debug messages for region crossing debugging. | Robert Adams | 2014-01-11 | 1 | -7/+17 |
* | | varregion: many more updates removing the constant RegionSize and replacing | Robert Adams | 2013-12-26 | 3 | -3/+3 |
* | | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 2013-12-14 | 1 | -2/+2 |
* | | varregion: Add MaxRegionSize constant and enforce in RegionInfo. | Robert Adams | 2013-11-30 | 1 | -0/+3 |
* | | varregion: many replacements of in-place arithmetic with calls to | Robert Adams | 2013-11-28 | 4 | -2/+15 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-11-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 1 | -1/+1 |
* | | varregion: elimination of Constants.RegionSize from all over OpenSimulator. | Robert Adams | 2013-11-08 | 2 | -3/+3 |
* | | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 2013-09-28 | 1 | -2/+2 |
|/ |
|
* | refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ... | Justin Clark-Casey (justincc) | 2013-09-27 | 1 | -1/+1 |
* | minor: correct spelling of Initialized in LSC connector version message | Justin Clark-Casey (justincc) | 2013-09-25 | 1 | -1/+1 |
* | refactor: rename *ChildAgentDataUpdate() methods to *UpdateChildAgent() | Justin Clark-Casey (justincc) | 2013-09-18 | 1 | -3/+3 |
* | Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo... | Justin Clark-Casey (justincc) | 2013-09-02 | 2 | -0/+25 |
* | Amend Justin's last commit regarding the new config var ServiceVersion. The s... | Diva Canto | 2013-08-02 | 1 | -1/+2 |
* | Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manua... | Justin Clark-Casey (justincc) | 2013-08-02 | 2 | -27/+27 |
* | Fix regression from 056a6ee7 because the RemoteSimulationConnector uses a cop... | Justin Clark-Casey (justincc) | 2013-07-26 | 1 | -2/+5 |
* | Fix regression tests relating to agent transfer by making simulator use last ... | Justin Clark-Casey (justincc) | 2013-07-26 | 1 | -4/+9 |
* | New Teleport protocol (V2), still compatible with V1 and older. (version of t... | Diva Canto | 2013-07-24 | 1 | -1/+1 |