Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change a wrong error message and avoid a null ref (that may happen due to ↵ | UbitUmarov | 2016-12-02 | 1 | -13/+11 |
| | | | | needed time delays) | ||||
* | fix a null ref | UbitUmarov | 2016-11-30 | 1 | -2/+2 |
| | |||||
* | fix null ref on m_CacheCleanTimer control, add a gc.collect on manual ↵ | UbitUmarov | 2016-11-30 | 1 | -2/+4 |
| | | | | floatsam fcache assets comand | ||||
* | slow down automatic floatsamAssetCache CleanupExpiredFiles LOT to reduce ↵ | UbitUmarov | 2016-11-30 | 1 | -13/+72 |
| | | | | impact on simulation and to give GC more changes of preventing it from eating up all avaialble physcical memory on loaded machines. | ||||
* | increase HG mapsearch spargetti; add more flexibility on input uri formats. ↵ | UbitUmarov | 2016-11-28 | 1 | -78/+78 |
| | | | | To find regions in memory for a grid the http format needs to be used, because aditional compares made by viewers | ||||
* | work around viewers not suporting large regions on landmark creation. They ↵ | UbitUmarov | 2016-11-24 | 1 | -16/+37 |
| | | | | still may display wrong offset; don't let inventory description be limited by asset description side on a ossl method | ||||
* | full change ServiceThrottleModule. Let it still service RegionHandleRequest ↵ | UbitUmarov | 2016-11-22 | 2 | -127/+20 |
| | | | | and UUIDNameRequest but this wrong since they are diferent services. Keeping gambling about not having 2 much overlaps of the 2 kind of requests. Remove double thottling of RegionHandleRequest | ||||
* | Fix typo in a comment | AliciaRaven | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | Include new Region.ini option for DefaultLandingPoint for teleports with no ↵ | AliciaRaven | 2016-11-22 | 1 | -0/+4 |
| | | | | | | coords specified. This is useful when using a Telehub would be to restrictive as it would block landmarks and map teleports. This location is only ever used when no coordinates are provided. If config value not set, the previous default of 128,128 is used. | ||||
* | supress some warnings by explict(confirm) the hide of parent fields | UbitUmarov | 2016-11-22 | 1 | -2/+0 |
| | |||||
* | work around some more warnings | UbitUmarov | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | handle HG lm tp to large regions in another way | UbitUmarov | 2016-11-20 | 2 | -8/+17 |
| | |||||
* | HG protocol is still broken for large regions. work around it on teleport via lm | UbitUmarov | 2016-11-20 | 1 | -1/+3 |
| | |||||
* | add expire time for aliens | UbitUmarov | 2016-11-18 | 1 | -7/+26 |
| | |||||
* | restore higher resolution clock on udpserver and lower uaeraccouts caching time | UbitUmarov | 2016-11-18 | 1 | -4/+2 |
| | |||||
* | restore large useracconts expire time for testing | UbitUmarov | 2016-11-17 | 1 | -2/+4 |
| | |||||
* | minor change to getdisplaynames cap url | UbitUmarov | 2016-11-16 | 1 | -42/+2 |
| | |||||
* | fix a vector range parsing | UbitUmarov | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | reduce useraccouts cache time | UbitUmarov | 2016-11-11 | 1 | -3/+3 |
| | |||||
* | GetUserAccounts cannot cache null accounts | UbitUmarov | 2016-11-10 | 3 | -5/+13 |
| | |||||
* | also cache not found useraccounts when search by ID. Change the expire time ↵ | UbitUmarov | 2016-11-10 | 3 | -13/+11 |
| | | | | to 5minutes in this case | ||||
* | move UserAccountCache access locking to its methods and not callers. | UbitUmarov | 2016-11-09 | 3 | -55/+54 |
| | |||||
* | minor cleanup | UbitUmarov | 2016-11-09 | 1 | -6/+9 |
| | |||||
* | mantis 8041: check target user password on save/load IAR | UbitUmarov | 2016-10-25 | 1 | -3/+0 |
| | |||||
* | viewer crash bug fix: fis the udp packets split of SendEstateList() large ↵ | UbitUmarov | 2016-10-24 | 1 | -205/+322 |
| | | | | lists; Enforce size limits on the estate lists since currently required for viewers compatibily; improve handling of changes with large selected items. This is still bad, users may need to close and reopen the region/estate information to get correct Allowed and Banned lists after a change. This happens because of viewer resent/outOfOrder packets that completly break this lists updates protocol | ||||
* | change math on GetParcelMaxPrimCount and GetSimulatorMaxPrimCount to reduce ↵ | UbitUmarov | 2016-10-11 | 1 | -7/+18 |
| | | | | round errors, limit both to region max prims. consider ObjectBonus on last one also. Change a variable name in PrimLimitsModule to make it more clear | ||||
* | remove attachment to event OnPreAgentUpdate that is doing nothing | UbitUmarov | 2016-10-05 | 1 | -5/+0 |
| | |||||
* | save oar: simplify confusing successefull assets saving message | UbitUmarov | 2016-09-27 | 1 | -3/+8 |
| | |||||
* | load oar; activate area cliping if bounding-origin option is given. as help says | UbitUmarov | 2016-09-27 | 1 | -2/+12 |
| | |||||
* | mute a debug message to mute jak daniels | UbitUmarov | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | make sendRegionInfoPacketToAll really send to all ( inc child agents) thx ↵ | UbitUmarov | 2016-09-23 | 1 | -1/+2 |
| | | | | Jak Daniels | ||||
* | fix caching of wind and cloud packets in the case of several regions on a ↵ | UbitUmarov | 2016-09-23 | 1 | -3/+2 |
| | | | | instance, that got broken with the necessary send to child agents. | ||||
* | make clouds a bit diferent on regions running on same instance.. well should ↵ | UbitUmarov | 2016-09-23 | 1 | -1/+5 |
| | | | | be diferent .. :) | ||||
* | do the same for legacy clouds (still visible on older viewer ie singu ↵ | UbitUmarov | 2016-09-23 | 2 | -13/+46 |
| | | | | 1.8.7). Fix clouds update. Send clouds and wind also to child agents. | ||||
* | cache wind compressed data so cpu burning compression is only done after a ↵ | UbitUmarov | 2016-09-23 | 1 | -34/+13 |
| | | | | change. Not happy with version scheme for several regions on same instance, but should be ok for now | ||||
* | add a version tag to wind and cloud data updates to iclient | UbitUmarov | 2016-09-23 | 2 | -2/+2 |
| | |||||
* | move wind generation out of heartbeat to a pool job. Use that to send to all ↵ | UbitUmarov | 2016-09-23 | 3 | -58/+55 |
| | | | | clients and not one per client | ||||
* | no need to send wind on avatar arrival when it is sent periodicly | UbitUmarov | 2016-09-22 | 1 | -4/+4 |
| | |||||
* | mantis 8027: allow messages to be sent to attachments child prims in ↵ | UbitUmarov | 2016-09-22 | 1 | -2/+5 |
| | | | | llRegionSayTo | ||||
* | check for null target, minor cleanup | UbitUmarov | 2016-09-21 | 1 | -12/+13 |
| | |||||
* | avoid a null ref | UbitUmarov | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | fix GetUserUUI | UbitUmarov | 2016-09-19 | 1 | -0/+1 |
| | |||||
* | add rest of wiring for terrain bake persistent store (mantis 8024 but not | UbitUmarov | 2016-09-17 | 1 | -6/+15 |
| | | | | using its code). Only did minor testing in MySQL | ||||
* | Minor. Remove unused integer arrays from TerrainModule | AliciaRaven | 2016-09-15 | 1 | -2/+0 |
| | |||||
* | Minor. Make email module log message format consistent with other modules | AliciaRaven | 2016-09-15 | 1 | -6/+6 |
| | |||||
* | move region comands out of LocalGridServiceConnector where they do not belong | UbitUmarov | 2016-09-10 | 2 | -74/+66 |
| | |||||
* | mantis 8021: fix show regionsinview help text | UbitUmarov | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | in show regionsinview display the name of the config option ↵ | UbitUmarov | 2016-09-05 | 1 | -1/+1 |
| | | | | (MaxRegionViewDistance) that controls the regions View range | ||||
* | add console comand show regionsinview lists the regions that can be seen ↵ | UbitUmarov | 2016-09-05 | 1 | -1/+46 |
| | | | | from a region so may also get child agents from it | ||||
* | fix console comand Show Neighbours and enable it | UbitUmarov | 2016-09-05 | 1 | -19/+28 |
| |