Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-21 | Call SetServer on consoles reflectively to avoid having type checks in ↵ | Melanie | 1 | -7/+6 | |
places where it tends to be forgotten to update them. | |||||
2019-08-20 | Massive console refactor. Greatly simplify interface. | Melanie | 32 | -206/+239 | |
2019-08-18 | oops... | UbitUmarov | 1 | -1/+1 | |
2019-08-17 | EstateAccess do fill the fields(mySQL only); fix the response | UbitUmarov | 2 | -20/+37 | |
2019-08-17 | EstateAccess: add some ban fields to fill one day | UbitUmarov | 1 | -0/+3 | |
2019-08-16 | mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory ↵ | UbitUmarov | 4 | -1/+26 | |
item ID within prim inventory. the llGetInventory does return the asset it, not item. | |||||
2019-08-15 | move file HGworldMapModule to where it belongs( runprebuild) | UbitUmarov | 1 | -0/+0 | |
2019-08-15 | still another missing ShowNPCs case, and needed changes for prev commit | UbitUmarov | 1 | -6/+8 | |
2019-08-15 | make HGworldmap initialize its base wordmap | UbitUmarov | 1 | -1/+9 | |
2019-08-15 | Actually calculate the sample money modules fake balance. | onefang | 1 | -2/+11 | |
2019-08-15 | Teleport home from off grid shouldn't land on roofs either. | onefang | 1 | -1/+1 | |
2019-08-15 | Bandaid for ghost users, check and remove them from Presence when they log on. | onefang | 2 | -0/+13 | |
Once again OOP proves it's worse that spaghetti, but cutting up the spaghetti and hiding it all over the kitchen. Note the commented out bits from GateKeeperService.cs, this stuff is checked TWICE, though this time is for HGers, or not. | |||||
2019-08-13 | mantis 8575: npc map dots could be sent on another spot | UbitUmarov | 1 | -0/+3 | |
2019-08-13 | Godliness can be in the first name as well. | onefang | 1 | -0/+14 | |
As it is in IG. | |||||
2019-08-10 | mantis 8573 and 8569: be more aggressive on drag block with touch on non ↵ | UbitUmarov | 1 | -4/+2 | |
physical prims | |||||
2019-08-09 | Make the DNS cache timeout configurable. | Melanie | 2 | -1/+5 | |
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. | |||||
2019-08-09 | No idea where this diff comes from - change case to lower | Melanie | 1 | -1/+1 | |
2019-08-09 | Fix #8572 | Melanie | 1 | -1/+4 | |
2019-08-07 | add cap EstateChangeInfo | UbitUmarov | 4 | -24/+291 | |
2019-08-07 | Make showing NPCs on the world map an option | Melanie | 1 | -2/+8 | |
2019-08-07 | Remove debug output i left in | Melanie | 2 | -9/+0 | |
2019-08-07 | Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknown | Melanie Thielker | 4 | -3/+23 | |
2019-08-07 | Fix scope support to get friends list names across co-hosted grids | Melanie | 4 | -9/+32 | |
2019-08-07 | cap EstateAccess: don't meed with keepAlive unless needed | UbitUmarov | 1 | -8/+6 | |
2019-08-07 | pesty warning; btw thx LiruCookies for help on estateaccess cap viewer protocol | UbitUmarov | 1 | -1/+1 | |
2019-08-07 | add cap EstateAccess: missing file | UbitUmarov | 1 | -0/+226 | |
2019-08-05 | Warning-- | onefang | 1 | -1/+1 | |
2019-08-04 | Better sim startup finished messages. | onefang | 1 | -4/+4 | |
Inform neighbours we are up before the finished messages. Always send the "[RegionReady]: INITIALIZATION COMPLETE FOR" message. | |||||
2019-08-04 | Don't inform neighbours that we are up twice. | onefang | 1 | -3/+4 | |
2019-08-03 | Hypergridders have their full name in firstname, and their grid in lastname. ↵ | onefang | 1 | -1/+14 | |
Sometimes. Code filled with gotos may be spaghetti code, but object oriented code can be like chopped spaghetti. At least with gotos you can follow them. | |||||
2019-08-02 | Another attempt at sorting out the auto group chicken and egg problems. | onefang | 4 | -13/+28 | |
Are you a local? Asking for a friend. | |||||
2019-08-02 | cosmetics | UbitUmarov | 1 | -8/+7 | |
2019-08-01 | AddDefaultGroup and AddHGDefaultGroup_ config options added. | onefang | 1 | -48/+33 | |
2019-08-01 | remove redundant code | UbitUmarov | 1 | -5/+0 | |
2019-08-01 | make sure XEngine does release script events when a script is destroyed | UbitUmarov | 2 | -4/+4 | |
2019-08-01 | mantis8569: do aggregate script events when a script is deleted; block ↵ | UbitUmarov | 3 | -22/+40 | |
nonphysical drag if a touch event is triggered, add a time guard on that | |||||
2019-08-01 | mantis8548: let rotation division be -(olderResult) this is formally more ↵ | UbitUmarov | 1 | -2/+6 | |
correct (and it is the same rotation), keep not normalizing, as SL seems to do | |||||
2019-07-31 | mantis8548: change more LSL arguments declarations to their formal form. ↵ | UbitUmarov | 3 | -100/+108 | |
Still a lot more to do. This is a case where coerence matters over performance, to avoid more future issues | |||||
2019-07-31 | mantis8564: add region_up_time to llGetEnv. Returns string with seconds ↵ | UbitUmarov | 1 | -66/+55 | |
since region start. There where ways do get it, but this makes life easier | |||||
2019-07-31 | change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ↵ | UbitUmarov | 5 | -6/+7 | |
standard values, change return types, update script syntaxe | |||||
2019-07-31 | Mantis #8481 part two. | TBG Renfold | 3 | -0/+16 | |
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2019-07-31 | Mantis #8481 part one. | TBG Renfold | 2 | -0/+4 | |
Add llGetParcelDetails(vector pos, [PARCEL_DETAILS_LANDDWELL]) Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2019-07-31 | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 3 | -6/+121 | |
to certain other groups. It doesn't let them know, though the last group added will be their active group. This replaces a PHP script I used to use, that got broken by a PHP update. It also didn't let people know, no one complained. This is better. | |||||
2019-07-30 | now i can login on win .net4.8, but just a little drop on a large (broken) ↵ | UbitUmarov | 1 | -114/+114 | |
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 | |||||
2019-07-31 | OpenSim found a new way for archiving to be spammy. | onefang | 2 | -23/+17 | |
The few resources that I have checked are actually missing from the database. All the ones I tried in world are not missing anything. | |||||
2019-07-30 | cosmetics | UbitUmarov | 1 | -2/+2 | |
2019-07-30 | Remove the outdated and no longer useful hardcoded config defaults | Melanie | 1 | -39/+0 | |
2019-07-30 | cosmetics | UbitUmarov | 2 | -2/+5 | |
2019-07-29 | Put back the code to create the ready marker file. | Melanie | 1 | -0/+23 | |
2019-07-30 | Move from IG to SC flavour. | onefang | 1 | -2/+2 | |