Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix silly bug | UbitUmarov | 2015-11-10 | 1 | -3/+3 |
| | |||||
* | start TerrainCheckUpdates on heartbeat thread, but do it async; fix a bug ↵ | UbitUmarov | 2015-11-10 | 1 | -18/+33 |
| | | | | on slow terrain send limits check | ||||
* | change OfflineMessageModule from new avination code to original master, for ↵ | UbitUmarov | 2015-11-06 | 1 | -4/+20 |
| | | | | compatibility with current web servers php scripts. This may change after current test phase | ||||
* | Merge branch 'avinationmerge' of opensimulator.org:/var/git/opensim into ↵ | Melanie Thielker | 2015-11-01 | 1 | -1/+7 |
|\ | | | | | | | avinationmerge | ||||
| * | Don't crash the sim if the map image is null. | Diva Canto | 2015-11-01 | 1 | -1/+7 |
| | | |||||
* | | More plumbing of the EntityTransferContext (not yet complete) | Melanie Thielker | 2015-11-01 | 5 | -28/+38 |
|/ | |||||
* | fix more merge issues | UbitUmarov | 2015-11-01 | 1 | -5/+5 |
| | |||||
* | fix merge issues | UbitUmarov | 2015-11-01 | 1 | -8/+9 |
| | |||||
* | Merge branch 'master' into avinationmerge | UbitUmarov | 2015-11-01 | 6 | -72/+51 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/AvatarAppearance.cs OpenSim/Framework/Servers/ServerBase.cs OpenSim/Framework/VersionInfo.cs OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/RemoteSimulationConnector.cs OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs OpenSim/Region/PhysicsModules/Ode/ODEPrim.cs OpenSim/Region/PhysicsModules/Ode/OdeScene.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs OpenSim/Services/HypergridService/GatekeeperService.cs OpenSim/Services/Interfaces/IAvatarService.cs OpenSim/Services/LLLoginService/LLLoginService.cs | ||||
| * | fix typo reported on mantis 7735 | UbitUmarov | 2015-10-31 | 1 | -1/+1 |
| | | |||||
| * | fix internal support for non square regions | UbitUmarov | 2015-10-31 | 1 | -2/+3 |
| | | |||||
| * | Introduce an EntityTransferContext carrying the version numbers to pass | Melanie Thielker | 2015-10-31 | 3 | -26/+29 |
| | | | | | | | | | | to all interested functions. Should fix the varregion conditional. Still a testing version, do NOT use in production! | ||||
| * | Remove testing cruft that is blocking the new protocols. Unit tests no | Melanie Thielker | 2015-10-31 | 2 | -7/+3 |
| | | | | | | | | | | longer test TP v1 now. TP v1 will be removed within 6 months anyway. | ||||
| * | fix mantis 7734, Thanks Garmin for the report | UbitUmarov | 2015-10-31 | 1 | -2/+2 |
| | | |||||
| * | let silly tests override version on local connections | UbitUmarov | 2015-10-31 | 2 | -3/+4 |
| | | |||||
| * | Testing stage of the new versioning system. Use at own risk. May not | Melanie Thielker | 2015-10-31 | 3 | -46/+24 |
| | | | | | | | | work. Will eat your babies. Yada. Yada. | ||||
| * | On to 0.8.3! | Diva Canto | 2015-10-18 | 1 | -1/+1 |
| | | |||||
| * | Clean up of simulation version, the number that rules the compatibility of ↵ | Diva Canto | 2015-10-18 | 2 | -61/+10 |
| | | | | | | | | | | | | | | | | teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3. | ||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2015-09-11 | 1 | -12/+8 |
| |\ | |||||
| | * | Make sure the chat module doesn't deactivate just because the section | Melanie Thielker | 2015-09-09 | 1 | -12/+8 |
| | | | | | | | | | | | | heading is missing | ||||
| * | | Mantis #7720: AssetXferUploader was setting AssetID to UUID.Zero. Before ↵ | Diva Canto | 2015-09-11 | 1 | -5/+7 |
| |/ | | | | | | | that wouldn't matter (item would be a terminal object) but with the introduction of the item cache, it matters, because the object in the cache was being modified to have AssetID=UUID.Zero. Also keeping the item cache consistent when item properties change. | ||||
* | | dont tell clients that we can edit a friend's attachments when we do forbid it | UbitUmarov | 2015-10-27 | 1 | -1/+1 |
| | | |||||
* | | Make changes to a friend rights reach him on another sim; find on map does ↵ | UbitUmarov | 2015-10-26 | 2 | -17/+78 |
| | | | | | | | | show the region. Issues: precise location on region still not avaiable and object edit permitions on viewers edit are not being updated (but are enforced by region). friends information is updated, and warnings are displayed. Only did minor testing... | ||||
* | | merge issue: fix missing '/' | UbitUmarov | 2015-10-24 | 1 | -2/+3 |
| | | |||||
* | | On to 0.8.3! | Diva Canto | 2015-10-18 | 1 | -1/+1 |
| | | | | | | | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | ||||
* | | Fixed merge conflicts | Diva Canto | 2015-10-18 | 2 | -60/+9 |
| | | | | | | | | | | | | | | | | | | | | Clean up of simulation version, the number that rules the compatibility of teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3. Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs | ||||
* | | remove unused method parameter master also removed | UbitUmarov | 2015-10-02 | 1 | -3/+1 |
| | | |||||
* | | do not send DisableSimulator on teleport if agent is already returning | UbitUmarov | 2015-10-02 | 1 | -2/+2 |
| | | |||||
* | | send DisableSimulator messages on closing childagents. Possible still not ↵ | UbitUmarov | 2015-10-01 | 1 | -3/+9 |
| | | | | | | | | on at best timming, or on the right source files | ||||
* | | make bakes reception handle empty BakedTexture elements. But at same time ↵ | UbitUmarov | 2015-10-01 | 1 | -36/+36 |
| | | | | | | | | stop sending them, only sending to Xbakes server items that do have a texture, like master does | ||||
* | | some fixes/changes on land send | UbitUmarov | 2015-09-30 | 1 | -7/+14 |
| | | |||||
* | | add missing handlers for preferences | UbitUmarov | 2015-09-28 | 1 | -0/+2 |
| | | |||||
* | | add missing handlers for preferences | UbitUmarov | 2015-09-28 | 1 | -0/+4 |
| | | |||||
* | | add the Default Groups module lost in the merge | UbitUmarov | 2015-09-26 | 1 | -0/+260 |
| | | |||||
* | | coment out some debug, clean a bit | UbitUmarov | 2015-09-26 | 2 | -24/+3 |
| | | |||||
* | | fix object crossings to other scene on same instance | UbitUmarov | 2015-09-26 | 1 | -0/+2 |
| | | |||||
* | | revert previus wrong commit | UbitUmarov | 2015-09-25 | 1 | -8/+1 |
| | | |||||
* | | patch objects crossings for var regions, until region location is fully fixed | UbitUmarov | 2015-09-25 | 1 | -1/+7 |
| | | |||||
* | | slow down terrain sending so other users of LAND queue do have a chance to ↵ | UbitUmarov | 2015-09-24 | 1 | -3/+3 |
| | | | | | | | | send things | ||||
* | | revert my change to the range of greyscale image maps, setting it back to 0 ↵ | UbitUmarov | 2015-09-21 | 1 | -3/+8 |
| | | | | | | | | - 127.5 so not to break loading of old files. There isnt a range that fits all needs anyway | ||||
* | | fix terrain save greyscale mapping to 1:1 suporting standard 0-255m range ↵ | UbitUmarov | 2015-09-20 | 1 | -54/+16 |
| | | | | | | | | and not only 0-127m. Jpeg format still using a non standard color encoded heightmap | ||||
* | | put back the hack to make viewers display map tags (now and then at least) ↵ | UbitUmarov | 2015-09-19 | 1 | -127/+236 |
| | | | | | | | | that i had removed and do it also on the local region. Make parcel overlay a bit less transparent than i did before. | ||||
* | | a few more changes to worldMap. Use ExpireCaches, cache remote mapItems ↵ | UbitUmarov | 2015-09-19 | 2 | -269/+196 |
| | | | | | | | | requests, etc | ||||
* | | MapBlockFromGridRegion and Map2BlockFromGridRegion are the same thing | UbitUmarov | 2015-09-18 | 2 | -62/+16 |
| | | |||||
* | | sync remote responses for mapItens with the local ones, but sending all ↵ | UbitUmarov | 2015-09-17 | 1 | -18/+11 |
| | | | | | | | | valid information, so later we can cache/throotle | ||||
* | | dont block a region just bc it doesnt have the requested map item | UbitUmarov | 2015-09-17 | 1 | -10/+0 |
| | | |||||
* | | dont create terrain map asset for V1 viewers on large regions again, but do ↵ | UbitUmarov | 2015-09-17 | 1 | -165/+186 |
| | | | | | | | | create parcel overlay since current viewers seem to use it (or we are missing something elsewhere) | ||||
* | | remove messages on agents cross fails that got merged | UbitUmarov | 2015-09-17 | 1 | -64/+40 |
| | | |||||
* | | generate maptile assets again, v2 do use at least the parcels overlay | UbitUmarov | 2015-09-17 | 1 | -2/+2 |
| | | |||||
* | | merge issues and a few more changes | UbitUmarov | 2015-09-17 | 1 | -152/+116 |
| | |