Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup a bit | UbitUmarov | 2014-08-15 | 1 | -10/+1 |
| | |||||
* | do CrossAttachmentsIntoNewRegion for old versions in the right place | UbitUmarov | 2014-08-15 | 1 | -7/+8 |
| | |||||
* | refix hide on crossings | UbitUmarov | 2014-08-15 | 1 | -1/+2 |
| | |||||
* | let failed crossing say something abotu reason | UbitUmarov | 2014-08-15 | 1 | -5/+14 |
| | |||||
* | adjust createAgent delay on childs creation. Beeing bad, it should be high | UbitUmarov | 2014-08-15 | 1 | -3/+9 |
| | | | | enougth to reasonable account for grid and region lag spikes | ||||
* | remove ban check from create caps. That needs to be done on caller | UbitUmarov | 2014-08-15 | 1 | -5/+19 |
| | | | | | (scene.NewUserConnection()) acording to cases, and with minimal calls to external grid services. | ||||
* | remove the delay on child creation on Neighbour since its amout in not | UbitUmarov | 2014-08-15 | 1 | -3/+4 |
| | | | | predictable. | ||||
* | add a extra delay in EnableChildAgents between CreateAgent() return and | UbitUmarov | 2014-08-14 | 1 | -5/+14 |
| | | | | | telling client to connect, to account for potencial async tasks that need to finish before the client knocks at the door. Empirical value used | ||||
* | try external bakedModule when local cache is invalid and not just at login | UbitUmarov | 2014-08-14 | 1 | -9/+13 |
| | |||||
* | reduced debug msgs | UbitUmarov | 2014-08-14 | 1 | -3/+7 |
| | |||||
* | only try external baked texture module on login | UbitUmarov | 2014-08-14 | 1 | -26/+36 |
| | |||||
* | *DANGER* dont send baked textures assets to Neighbours. Possible we could | UbitUmarov | 2014-08-14 | 1 | -2/+6 |
| | | | | send a lot less | ||||
* | *DANGER* make baked textures cross and make use of it * UNTESTED * | UbitUmarov | 2014-08-14 | 1 | -95/+92 |
| | | | | issue: alll this seems to be sent back to childs, need to stop that | ||||
* | put back baked textures debug msgs at start of validatebaked... | UbitUmarov | 2014-08-13 | 1 | -0/+12 |
| | |||||
* | remove confusing defonly control | UbitUmarov | 2014-08-11 | 1 | -14/+4 |
| | |||||
* | ... one day.. | UbitUmarov | 2014-08-11 | 1 | -1/+2 |
| | |||||
* | will get there.. | UbitUmarov | 2014-08-11 | 1 | -4/+3 |
| | |||||
* | validatebaked still not ok | UbitUmarov | 2014-08-11 | 1 | -5/+4 |
| | |||||
* | TEST move parcelRegionCross to EntityTransferModule cross so it works on | UbitUmarov | 2014-08-10 | 1 | -4/+10 |
| | | | | | | sitting avatars. (may be bad) comented out sending root avatars information to the child that was just a root it should have it all already. Dont turn a sitting avatar physical, that needs to be a stand at SOG | ||||
* | of course.. bug.. | UbitUmarov | 2014-08-08 | 1 | -1/+2 |
| | |||||
* | lock set appearence during ValidateBakedTextureCache there seems to be a | UbitUmarov | 2014-08-08 | 1 | -93/+97 |
| | | | | overlap in same cases | ||||
* | bug | UbitUmarov | 2014-08-07 | 1 | -1/+2 |
| | |||||
* | remove annoying debug msg . still a lot of spam, but to remove later | UbitUmarov | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | make grid baked textures override the ones on appearance. Due to bug | UbitUmarov | 2014-08-07 | 1 | -35/+60 |
| | | | | | | somewhere they are always bad at ValidateBakedTextures entry. ( even if they where good and on assets cache we whould need to generate the cacheID hash ) | ||||
* | bug on upload new bakes decision | UbitUmarov | 2014-08-07 | 1 | -2/+3 |
| | |||||
* | minor clean, dont check for cache if we aren't using it.. | UbitUmarov | 2014-08-07 | 1 | -23/+5 |
| | |||||
* | bug | UbitUmarov | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | only send to bakedmodule the baked textures :) | UbitUmarov | 2014-08-07 | 1 | -10/+13 |
| | |||||
* | bugg | UbitUmarov | 2014-08-07 | 1 | -28/+26 |
| | |||||
* | DANGER... changed bakedtextures caching. Assuming grid baking is cache | UbitUmarov | 2014-08-07 | 1 | -81/+198 |
| | | | | only, reduced number of accesses to it. TESTING | ||||
* | apply objectSlamSale to all roots of coalescence objects. replace the | UbitUmarov | 2014-08-05 | 1 | -7/+7 |
| | | | | single object condition for renaming | ||||
* | dont mess with names and descriptions on coalescence objects. Inventory | UbitUmarov | 2014-08-05 | 1 | -1/+4 |
| | | | | name can change for inventory purposes only. | ||||
* | Merge branch 'master' into ubitworkmaster | UbitUmarov | 2014-08-05 | 1 | -13/+17 |
|\ | |||||
| * | Stop deleting objects that have status DIE_AT_EDGE set when they cross regions. | Melanie Thielker | 2014-08-03 | 1 | -13/+17 |
| | | | | | | | | This was an OpenSim hack to prevent vehicles from trying to cross. | ||||
* | | local chat gods bug fix | UbitUmarov | 2014-08-04 | 1 | -2/+2 |
| | | |||||
* | | missing currentParcelUUID update | UbitUmarov | 2014-08-03 | 1 | -0/+1 |
| | | |||||
* | | mess update ( hide avatars ) | UbitUmarov | 2014-08-03 | 1 | -8/+12 |
| | | |||||
* | | remove debug msgs at attachments deRez | UbitUmarov | 2014-08-03 | 1 | -7/+1 |
| | | |||||
* | | bugg | UbitUmarov | 2014-08-03 | 1 | -11/+15 |
| | | |||||
* | | dont get script states for NPCs on deRez | UbitUmarov | 2014-08-03 | 1 | -8/+11 |
| | | |||||
* | | replace debug msgs by others | UbitUmarov | 2014-08-03 | 1 | -1/+12 |
| | | |||||
* | | god also read local chat | UbitUmarov | 2014-08-02 | 1 | -1/+6 |
|/ | |||||
* | add some filters for NPCs | UbitUmarov | 2014-08-02 | 2 | -0/+7 |
| | |||||
* | handle change of hide avatars flag. Parcel limits edition still need work | UbitUmarov | 2014-08-01 | 1 | -10/+17 |
| | |||||
* | remove unnecessary sendparceloverlay | UbitUmarov | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | filter local chat from avatars or attachment acording to parcel hide ( | UbitUmarov | 2014-08-01 | 1 | -3/+34 |
| | | | | not fully tested) | ||||
* | MESS: changes in MakeRootAgent and CompleteMovement reordering things. | UbitUmarov | 2014-07-31 | 2 | -5/+29 |
| | | | | | | Added sending of land overlay and parcel information. This in order to only send avatar related information after having its position well defined and on the right parcel. THIS MAY STILL BE BAD :) | ||||
* | restrict other avatar sounds to parcel flags ( untested ) | UbitUmarov | 2014-07-30 | 1 | -17/+34 |
| | |||||
* | changes to parcels code (still more to to) | UbitUmarov | 2014-07-30 | 2 | -77/+134 |
| | |||||
* | Correct nomenclature for LLSD messages. LL sure suck | Melanie Thielker | 2014-07-29 | 1 | -4/+4 |
| |