Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | remove bad merge code.. | UbitUmarov | 2015-09-17 | 1 | -14/+16 |
| | |||||
* | remove bad merge from master | UbitUmarov | 2015-09-16 | 1 | -12/+0 |
| | |||||
* | change point of evocation of AgentHasMovedAway for HG | UbitUmarov | 2015-09-16 | 1 | -19/+9 |
| | |||||
* | restore some avn code, fixing for var regions | UbitUmarov | 2015-09-16 | 1 | -23/+8 |
| | |||||
* | mute watchdog timeouts on world map work threads. They do wait for events ↵ | UbitUmarov | 2015-09-15 | 1 | -2/+2 |
| | | | | for a long time | ||||
* | try to improve vehicles crossing with Xengine. Lag seems main issue now, ↵ | UbitUmarov | 2015-09-14 | 1 | -5/+5 |
| | | | | but needs testing, specially the fail cases, that most likelly need more work | ||||
* | let regionCache really find a varregion by a position | UbitUmarov | 2015-09-12 | 1 | -13/+26 |
| | |||||
* | try to be more friendly to HG | UbitUmarov | 2015-09-12 | 2 | -21/+30 |
| | |||||
* | revert validating Library textures. Those need to be on a grid assets or ↵ | UbitUmarov | 2015-09-12 | 1 | -14/+0 |
| | | | | will not work anyway | ||||
* | try to validate textures from library folder | UbitUmarov | 2015-09-12 | 1 | -0/+14 |
| | |||||
* | send a reply on UpdateInventoryItem with the transactionID viewer sent. ↵ | UbitUmarov | 2015-09-12 | 1 | -1/+3 |
| | | | | Protocol seems to have also a callbackID on this, apparently ignored by viewers ( as possible the transactionID ) | ||||
* | put back diva's cache with her recent fix but also avoid duplicated ↵ | UbitUmarov | 2015-09-11 | 1 | -10/+25 |
| | | | | InventoryService.UpdateItem call in case of m_uploadState is complete. In that case CompleteItemUpload will do it | ||||
* | add a few terminating / in LSLhttp uris as core | UbitUmarov | 2015-09-10 | 1 | -4/+4 |
| | |||||
* | Merge branch 'mbworknew1' into ubitworkvarnew | UbitUmarov | 2015-09-08 | 23 | -207/+11 |
|\ | |||||
| * | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 23 | -207/+11 |
| |\ | | | | | | | | | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1 | ||||
| | * | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 2015-09-04 | 16 | -16/+1 |
| | | | | | | | | | | | | OpenSim.Framework. | ||||
| | * | First commit where physics work as region module. | Diva Canto | 2015-08-31 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager. | ||||
| | * | All physics plugins are now region modules. Compiles but doesn't run. | Diva Canto | 2015-08-31 | 1 | -181/+0 |
| | | | |||||
| | * | More namespace and dll name changes. Still no functional changes. | Diva Canto | 2015-08-30 | 5 | -5/+5 |
| | | | |||||
| | * | Renamed the namespaces too | Diva Canto | 2015-08-30 | 5 | -5/+5 |
| | | | |||||
* | | | recover opensim m_sendTerrainUpdatesByViewDistance. if false do as opensim ↵ | UbitUmarov | 2015-09-07 | 1 | -48/+150 |
| | | | | | | | | | | | | (slower since it depended on sending terrain as TASK). if true send by view range and also all terrain at arrival | ||||
* | | | allocate llRAW LookupHeightTable on demand and release it, saving a few ↵ | UbitUmarov | 2015-09-07 | 1 | -0/+8 |
| | | | | | | | | | | | | 512KB of memory | ||||
* | | | restore terrain modifiers, left out earlier bc of merge errors, (untested) | UbitUmarov | 2015-09-07 | 2 | -12/+12 |
|/ / | |||||
* | | dont store/upload map asset for large regions, ( needs testing) | UbitUmarov | 2015-09-06 | 1 | -2/+12 |
| | | |||||
* | | still a missing stat ID | UbitUmarov | 2015-09-06 | 1 | -1/+1 |
| | | |||||
* | | let extra stats travel side by side with viewers ones... try to fix damm ↵ | UbitUmarov | 2015-09-06 | 1 | -1/+1 |
| | | | | | | | | array indexes all over the place | ||||
* | | a few changes to stats. Array order coerent on users. give up on moses stats ↵ | UbitUmarov | 2015-09-04 | 2 | -4/+4 |
| | | | | | | | | for now, since SimExtraStatsCollector cant reach SimStatsReport etc | ||||
* | | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 2015-09-03 | 2 | -3/+5 |
| | | | | | | | | scenepresence) | ||||
* | | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 34 | -2586/+221 |
| | | |||||
* | | bad merge? | UbitUmarov | 2015-09-01 | 83 | -1737/+5869 |
|\ \ | |/ |/| | |||||
| * | minor changes | UbitUmarov | 2015-08-31 | 1 | -15/+21 |
| | |