Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory ↵ | UbitUmarov | 2019-08-16 | 5 | -40/+72 |
| | | | | item ID within prim inventory. the llGetInventory does return the asset it, not item. | ||||
* | move file HGworldMapModule to where it belongs( runprebuild) | UbitUmarov | 2019-08-15 | 1 | -0/+0 |
| | |||||
* | still another missing ShowNPCs case, and needed changes for prev commit | UbitUmarov | 2019-08-15 | 1 | -6/+8 |
| | |||||
* | make HGworldmap initialize its base wordmap | UbitUmarov | 2019-08-15 | 1 | -1/+9 |
| | |||||
* | mantis 8575: npc map dots could be sent on another spot | UbitUmarov | 2019-08-13 | 1 | -0/+3 |
| | |||||
* | set default value for timestand on groups v2 invites table | UbitUmarov | 2019-08-10 | 1 | -0/+8 |
| | |||||
* | mantis 8573 and 8569: be more aggressive on drag block with touch on non ↵ | UbitUmarov | 2019-08-10 | 1 | -4/+2 |
| | | | | physical prims | ||||
* | Make the DNS cache timeout configurable. | Melanie | 2019-08-09 | 3 | -3/+8 |
| | | | | | | In containerized environments, DNS is simulated. It can change several times per second as containers move around. The hardcoded timeout was too long for a container environment. | ||||
* | Merge branch 'master' of brain.opensimulator.org:/var/git/opensim | Melanie | 2019-08-09 | 6 | -31/+295 |
|\ | |||||
| * | add cap EstateChangeInfo | UbitUmarov | 2019-08-07 | 6 | -31/+295 |
| | | |||||
* | | No idea where this diff comes from - change case to lower | Melanie | 2019-08-09 | 1 | -1/+1 |
| | | |||||
* | | Fix #8572 | Melanie | 2019-08-09 | 1 | -1/+4 |
| | | |||||
* | | Make showing NPCs on the world map an option | Melanie | 2019-08-07 | 2 | -2/+11 |
|/ | |||||
* | Remove debug output i left in | Melanie | 2019-08-07 | 2 | -9/+0 |
| | |||||
* | Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknown | Melanie Thielker | 2019-08-07 | 6 | -3/+29 |
| | |||||
* | Merge branch 'master' of brain.opensimulator.org:/var/git/opensim | Melanie | 2019-08-07 | 35 | -513/+822 |
|\ | |||||
| * | cap EstateAccess: don't meed with keepAlive unless needed | UbitUmarov | 2019-08-07 | 1 | -8/+6 |
| | | |||||
| * | pesty warning; btw thx LiruCookies for help on estateaccess cap viewer protocol | UbitUmarov | 2019-08-07 | 1 | -1/+1 |
| | | |||||
| * | add cap EstateAccess: missing file | UbitUmarov | 2019-08-07 | 1 | -0/+226 |
| | | |||||
| * | add cap EstateAccess | UbitUmarov | 2019-08-07 | 1 | -0/+1 |
| | | |||||
| * | silly bug in libomv | UbitUmarov | 2019-08-02 | 3 | -0/+0 |
| | | |||||
| * | cosmetics | UbitUmarov | 2019-08-02 | 5 | -46/+22 |
| | | |||||
| * | update libopenmetaverse including a ugly hack to try to workaround issues ↵ | UbitUmarov | 2019-08-02 | 4 | -0/+0 |
| | | | | | | | | detected with new windows .net4.8 JIT. this can be reverted with that is fixed, this can also go wrong, as usual ;) | ||||
| * | remove redundant code | UbitUmarov | 2019-08-01 | 1 | -5/+0 |
| | | |||||
| * | make sure XEngine does release script events when a script is destroyed | UbitUmarov | 2019-08-01 | 2 | -4/+4 |
| | | |||||
| * | mantis8569: do aggregate script events when a script is deleted; block ↵ | UbitUmarov | 2019-08-01 | 3 | -22/+40 |
| | | | | | | | | nonphysical drag if a touch event is triggered, add a time guard on that | ||||
| * | mantis8548: let rotation division be -(olderResult) this is formally more ↵ | UbitUmarov | 2019-08-01 | 1 | -2/+6 |
| | | | | | | | | correct (and it is the same rotation), keep not normalizing, as SL seems to do | ||||
| * | mantis8548: change more LSL arguments declarations to their formal form. ↵ | UbitUmarov | 2019-07-31 | 3 | -100/+108 |
| | | | | | | | | Still a lot more to do. This is a case where coerence matters over performance, to avoid more future issues | ||||
| * | mantis8564: add region_up_time to llGetEnv. Returns string with seconds ↵ | UbitUmarov | 2019-07-31 | 1 | -66/+55 |
| | | | | | | | | since region start. There where ways do get it, but this makes life easier | ||||
| * | change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ↵ | UbitUmarov | 2019-07-31 | 6 | -11/+27 |
| | | | | | | | | standard values, change return types, update script syntaxe | ||||
| * | Mantis #8481 part two. | TBG Renfold | 2019-07-31 | 3 | -0/+16 |
| | | | | | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
| * | Mantis #8481 part one. | TBG Renfold | 2019-07-31 | 2 | -0/+4 |
| | | | | | | | | | | | | Add llGetParcelDetails(vector pos, [PARCEL_DETAILS_LANDDWELL]) Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
| * | fix configuration loader test | UbitUmarov | 2019-07-31 | 1 | -0/+1 |
| | | |||||
| * | now i can login on win .net4.8, but just a little drop on a large (broken) ↵ | UbitUmarov | 2019-07-30 | 9 | -308/+364 |
| | | | | | | | | OSD ocean. some of this changes are actually good even on good JIT. Failure seems to be on same code pattern, but same points seem to vary with each JIT compilation, sometimes work, others don't, others always fail, etc | ||||
| * | cosmetics | UbitUmarov | 2019-07-30 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' of opensimulator.org:/var/git/opensim | UbitUmarov | 2019-07-30 | 1 | -39/+0 |
| |\ | |||||
| * | | cosmetics | UbitUmarov | 2019-07-30 | 3 | -4/+5 |
| | | | |||||
* | | | Fix scope support to get friends list names across co-hosted grids | Melanie | 2019-08-07 | 7 | -20/+37 |
| | | | |||||
* | | | Also remove the defaults from Configger | Melanie | 2019-07-30 | 1 | -31/+0 |
| |/ |/| | |||||
* | | Restore the OpenSimDefaults I had to move out of the way to test this | Melanie | 2019-07-30 | 1 | -0/+2248 |
| | | |||||
* | | Remove the outdated and no longer useful hardcoded config defaults | Melanie | 2019-07-30 | 2 | -2287/+0 |
|/ | |||||
* | Don't try to print XML if a corrupted asset is actually binary data | Melanie | 2019-07-30 | 1 | -0/+9 |
| | |||||
* | Put back the code to create the ready marker file. | Melanie | 2019-07-29 | 1 | -0/+23 |
| | |||||
* | Fix godnames module to not add the empty string if only one option is used | Melanie | 2019-07-27 | 1 | -8/+14 |
| | |||||
* | Merge branch 'master' of brain.opensimulator.org:/var/git/opensim | Melanie | 2019-07-27 | 83 | -2597/+4716 |
|\ | |||||
| * | mantis 8563: do not modify collection inside a loop on it a foreach on it | UbitUmarov | 2019-07-15 | 1 | -8/+10 |
| | | |||||
| * | When using FSAssets, the HGAssetService would still use AssetService. | Melanie | 2019-07-13 | 1 | -13/+70 |
| | | | | | | | | | | | | This introduces a new HGAssetService config option named BackingService, which defaults to the old behaviour, loading AssetService. It can, however, be used to load FSAssets for HG assets, which eliminates numerous problems. | ||||
| * | mantis 8558: send sane values for Agents and objects capability (max hard limit) | UbitUmarov | 2019-07-06 | 3 | -28/+15 |
| | | |||||
| * | reduce httptimout on first try to save a asset to grid | UbitUmarov | 2019-06-14 | 1 | -1/+1 |
| | | |||||
| * | make materials save to grid less async on manual backup or shutdown | UbitUmarov | 2019-06-14 | 1 | -4/+17 |
| | |