Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | suspend httpdos on mapimge, fix image not been updated after first Get till ↵ | UbitUmarov | 2016-09-05 | 2 | -12/+24 |
| | | | | restart | ||||
* | Fix some wrong handling of booleans for SeeAVs, AnyAVSounds and ↵ | tglion | 2016-09-05 | 1 | -0/+3 |
| | | | | | | GroupAVSounds fields in sqlite3-database Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | mantis 8013: change attachment group to active group on attach from inventory | UbitUmarov | 2016-08-29 | 1 | -3/+5 |
| | |||||
* | change my previus fix, change xengine to expect SOG and not attachments ↵ | UbitUmarov | 2016-08-29 | 1 | -13/+3 |
| | | | | module, this way not breaking other script engines or modules out there for no valid reason | ||||
* | mantis 8006: AttachmentModule triggered OnAttach by SOG xengine expects by SOP | UbitUmarov | 2016-08-29 | 1 | -4/+12 |
| | |||||
* | disable AttachmentModule tests again :( | UbitUmarov | 2016-08-29 | 1 | -1/+2 |
| | |||||
* | allow AttachmentModule tests, some may now work | UbitUmarov | 2016-08-29 | 1 | -3/+2 |
| | |||||
* | mantis: 8006 restrict the suspention of Trigger OnAttach to the problematic ↵ | UbitUmarov | 2016-08-29 | 1 | -4/+4 |
| | | | | case where scripts are created, and not always as i incorrectly did before. This is still a temporary fix, other modules will not get the notification in that case. But that needs a deeper fix possible in xengine | ||||
* | disable AttacmentsModule tests because they depend on OnAttach event ↵ | UbitUmarov | 2016-08-28 | 1 | -2/+4 |
| | | | | currently not avaiable | ||||
* | mantis: rotate avatar to lookAt o login/teleports. Some cases may still be wrong | UbitUmarov | 2016-08-28 | 1 | -0/+8 |
| | |||||
* | mantis: 8006 remove duplication of attach script events. This is a temporary ↵ | UbitUmarov | 2016-08-28 | 1 | -2/+7 |
| | | | | fix because TriggerOnAttach will not be trigger on attachment from inventory, (for now only Xengine connects to it on core). | ||||
* | why did u used RunInThread? change to RunInThreadPool | UbitUmarov | 2016-08-25 | 1 | -1/+1 |
| | |||||
* | dont request a workjob if we can see there is nothing to do | UbitUmarov | 2016-08-24 | 1 | -12/+18 |
| | |||||
* | minor change on warp3d lib | UbitUmarov | 2016-08-24 | 1 | -3/+1 |
| | |||||
* | potencial null ref | UbitUmarov | 2016-08-24 | 1 | -40/+36 |
| |