| Commit message (Expand) | Author | Age | Files | Lines |
* | Setting precise date of creation in NPC's profile. | Mandarinka Tasty | 2016-12-10 | 1 | -1/+1 |
* | Make it more unlikely that a script teleport will be caught by default region... | AliciaRaven | 2016-12-10 | 1 | -1/+1 |
* | avoid a null ref | UbitUmarov | 2016-12-09 | 1 | -1/+1 |
* | add missing sp Intransit control | UbitUmarov | 2016-12-07 | 1 | -10/+18 |
* | set HasGridUserTried on usercache of NPCs | UbitUmarov | 2016-12-07 | 1 | -2/+2 |
* | if we have profile then npc is online | UbitUmarov | 2016-12-06 | 1 | -1/+1 |
* | add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou... | UbitUmarov | 2016-12-06 | 1 | -2/+2 |
* | let NPCs have profile | UbitUmarov | 2016-12-06 | 1 | -11/+22 |
* | HG: fix the never ending avatar confirmation when 2 users from same grid made... | UbitUmarov | 2016-12-04 | 1 | -1/+41 |
* | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 2016-12-04 | 1 | -0/+2 |
* | change a wrong error message and avoid a null ref (that may happen due to nee... | UbitUmarov | 2016-12-02 | 1 | -13/+11 |
* | fix a null ref | UbitUmarov | 2016-11-30 | 1 | -2/+2 |
* | fix null ref on m_CacheCleanTimer control, add a gc.collect on manual floats... | UbitUmarov | 2016-11-30 | 1 | -2/+4 |
* | slow down automatic floatsamAssetCache CleanupExpiredFiles LOT to reduce impa... | UbitUmarov | 2016-11-30 | 1 | -13/+72 |
* | increase HG mapsearch spargetti; add more flexibility on input uri formats. T... | UbitUmarov | 2016-11-28 | 1 | -78/+78 |
* | work around viewers not suporting large regions on landmark creation. They s... | UbitUmarov | 2016-11-24 | 1 | -16/+37 |
* | full change ServiceThrottleModule. Let it still service RegionHandleRequest a... | UbitUmarov | 2016-11-22 | 2 | -127/+20 |
* | Fix typo in a comment | AliciaRaven | 2016-11-22 | 1 | -1/+1 |
* | Include new Region.ini option for DefaultLandingPoint for teleports with no c... | AliciaRaven | 2016-11-22 | 1 | -0/+4 |
* | 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 t... | UbitUmarov | 2016-11-10 | 3 | -13/+11 |
* | 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 lis... | UbitUmarov | 2016-10-24 | 1 | -205/+322 |
* | change math on GetParcelMaxPrimCount and GetSimulatorMaxPrimCount to reduce ... | UbitUmarov | 2016-10-11 | 1 | -7/+18 |
* | 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 Jak... | UbitUmarov | 2016-09-23 | 1 | -1/+2 |
* | fix caching of wind and cloud packets in the case of several regions on a ins... | UbitUmarov | 2016-09-23 | 1 | -3/+2 |
* | make clouds a bit diferent on regions running on same instance.. well should ... | UbitUmarov | 2016-09-23 | 1 | -1/+5 |
* | do the same for legacy clouds (still visible on older viewer ie singu 1.8.7).... | UbitUmarov | 2016-09-23 | 2 | -13/+46 |
* | cache wind compressed data so cpu burning compression is only done after a ch... | UbitUmarov | 2016-09-23 | 1 | -34/+13 |
* | 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 |
* | 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 llRegion... | UbitUmarov | 2016-09-22 | 1 | -2/+5 |
* | check for null target, minor cleanup | UbitUmarov | 2016-09-21 | 1 | -12/+13 |