aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-08Various clean ups.onefang1-69/+44
2019-08-07Make showing NPCs on the world map an optionMelanie1-2/+8
2019-08-07Remove debug output i left inMelanie2-9/+0
2019-08-07Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknownMelanie Thielker6-3/+29
2019-08-07Fix scope support to get friends list names across co-hosted gridsMelanie7-20/+37
2019-08-07cap EstateAccess: don't meed with keepAlive unless neededUbitUmarov1-8/+6
2019-08-07pesty warning; btw thx LiruCookies for help on estateaccess cap viewer protocolUbitUmarov1-1/+1
2019-08-07add cap EstateAccess: missing fileUbitUmarov1-0/+226
2019-08-07More account manager.onefang2-11/+62
Select with more parameters. Tables, with member accounts. Print the query values.
2019-08-07Testing MySQLRaw's SELECT.onefang1-0/+11
2019-08-07Swap out MySQLGenericHandler and swap in MySQLRaw.onefang3-362/+152
Smaller, simpler, works better.
2019-08-07The beginnings of an account management web page.onefang1-24/+183
Just some simple dynamic pages that don't actually do anything.
2019-08-06The knomes have been obsconded with by hippos.onefang1-2/+2
2019-08-06Maybe now we can properly count locals and hypergridders on the web page?onefang1-7/+4
2019-08-06Add actual grid stats to the web page.onefang1-8/+40
Except HGers, still trying to sort that one out.
2019-08-06Add a more direct MySQL handler.onefang1-0/+353
2019-08-05ROBUST now reports INITIALIZATION COMPLETE FOR ROBUST.onefang1-0/+2
2019-08-05Limits -= 2onefang2-5/+6
Low Y regions are no longer reserved for HG links. Varregions don't have to be square. Both now report a warning, but continue anyway. Cool VL Viewer handles non square regions, Singularity crashes. Not tested on others.
2019-08-05More basic web server.onefang1-7/+46
2019-08-05Warning--onefang1-1/+1
2019-08-04Add a basic generic web server, and a login page, plus stubs for the other ↵onefang2-0/+112
basic pages. And update everyone to suit.
2019-08-04Better sim startup finished messages.onefang1-4/+4
Inform neighbours we are up before the finished messages. Always send the "[RegionReady]: INITIALIZATION COMPLETE FOR" message.
2019-08-04Don't inform neighbours that we are up twice.onefang1-3/+4
2019-08-03Hypergridders have their full name in firstname, and their grid in lastname. ↵onefang1-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-02Another attempt at sorting out the auto group chicken and egg problems.onefang7-16/+33
Are you a local? Asking for a friend.
2019-08-02cosmeticsUbitUmarov5-46/+22
2019-08-01Tag and release OpenSim_SC 0.9.0.1 RC0.OpenSim_SC_0.9.0.1_RC0onefang1-7/+6
2019-08-01AddDefaultGroup and AddHGDefaultGroup_ config options added.onefang1-48/+33
2019-08-01remove redundant codeUbitUmarov1-5/+0
2019-08-01make sure XEngine does release script events when a script is destroyedUbitUmarov2-4/+4
2019-08-01mantis8569: do aggregate script events when a script is deleted; block ↵UbitUmarov3-22/+40
nonphysical drag if a touch event is triggered, add a time guard on that
2019-08-01mantis8548: let rotation division be -(olderResult) this is formally more ↵UbitUmarov1-2/+6
correct (and it is the same rotation), keep not normalizing, as SL seems to do
2019-07-31mantis8548: change more LSL arguments declarations to their formal form. ↵UbitUmarov3-100/+108
Still a lot more to do. This is a case where coerence matters over performance, to avoid more future issues
2019-07-31mantis8564: add region_up_time to llGetEnv. Returns string with seconds ↵UbitUmarov1-66/+55
since region start. There where ways do get it, but this makes life easier
2019-07-31change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ↵UbitUmarov5-6/+7
standard values, change return types, update script syntaxe
2019-07-31Mantis #8481 part two.TBG Renfold3-0/+16
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2019-07-31Mantis #8481 part one.TBG Renfold2-0/+4
Add llGetParcelDetails(vector pos, [PARCEL_DETAILS_LANDDWELL]) Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2019-07-31Automatically add members to certain groups, and HGers from specific grids ↵onefang4-6/+130
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-31fix configuration loader testUbitUmarov1-0/+1
2019-07-30now i can login on win .net4.8, but just a little drop on a large (broken) ↵UbitUmarov9-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
2019-07-31OpenSim found a new way for archiving to be spammy.onefang2-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-30cosmeticsUbitUmarov1-2/+2
2019-07-30Also remove the defaults from ConfiggerMelanie1-31/+0
2019-07-30Remove the outdated and no longer useful hardcoded config defaultsMelanie1-39/+0
2019-07-30cosmeticsUbitUmarov3-4/+5
2019-07-30Don't try to print XML if a corrupted asset is actually binary dataMelanie1-0/+9
2019-07-29Put back the code to create the ready marker file.Melanie1-0/+23
2019-07-30Move from IG to SC flavour.onefang2-4/+5
2019-07-27Fix godnames module to not add the empty string if only one option is usedMelanie1-8/+14
2019-07-25Merge LureModule into HGLureModule.onefang2-304/+18