Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-08 | Various clean ups. | onefang | 1 | -69/+44 | |
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 | 6 | -3/+29 | |
2019-08-07 | Fix scope support to get friends list names across co-hosted grids | Melanie | 7 | -20/+37 | |
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-07 | More account manager. | onefang | 2 | -11/+62 | |
Select with more parameters. Tables, with member accounts. Print the query values. | |||||
2019-08-07 | Testing MySQLRaw's SELECT. | onefang | 1 | -0/+11 | |
2019-08-07 | Swap out MySQLGenericHandler and swap in MySQLRaw. | onefang | 3 | -362/+152 | |
Smaller, simpler, works better. | |||||
2019-08-07 | The beginnings of an account management web page. | onefang | 1 | -24/+183 | |
Just some simple dynamic pages that don't actually do anything. | |||||
2019-08-06 | The knomes have been obsconded with by hippos. | onefang | 1 | -2/+2 | |
2019-08-06 | Maybe now we can properly count locals and hypergridders on the web page? | onefang | 1 | -7/+4 | |
2019-08-06 | Add actual grid stats to the web page. | onefang | 1 | -8/+40 | |
Except HGers, still trying to sort that one out. | |||||
2019-08-06 | Add a more direct MySQL handler. | onefang | 1 | -0/+353 | |
2019-08-05 | ROBUST now reports INITIALIZATION COMPLETE FOR ROBUST. | onefang | 1 | -0/+2 | |
2019-08-05 | Limits -= 2 | onefang | 2 | -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-05 | More basic web server. | onefang | 1 | -7/+46 | |
2019-08-05 | Warning-- | onefang | 1 | -1/+1 | |
2019-08-04 | Add a basic generic web server, and a login page, plus stubs for the other ↵ | onefang | 2 | -0/+112 | |
basic pages. And update everyone to suit. | |||||
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 | 7 | -16/+33 | |
Are you a local? Asking for a friend. | |||||
2019-08-02 | cosmetics | UbitUmarov | 5 | -46/+22 | |
2019-08-01 | Tag and release OpenSim_SC 0.9.0.1 RC0.OpenSim_SC_0.9.0.1_RC0 | onefang | 1 | -7/+6 | |
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 | 4 | -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-31 | fix configuration loader test | UbitUmarov | 1 | -0/+1 | |
2019-07-30 | now i can login on win .net4.8, but just a little drop on a large (broken) ↵ | UbitUmarov | 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 | |||||
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 | Also remove the defaults from Configger | Melanie | 1 | -31/+0 | |
2019-07-30 | Remove the outdated and no longer useful hardcoded config defaults | Melanie | 1 | -39/+0 | |
2019-07-30 | cosmetics | UbitUmarov | 3 | -4/+5 | |
2019-07-30 | Don't try to print XML if a corrupted asset is actually binary data | Melanie | 1 | -0/+9 | |
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 | 2 | -4/+5 | |
2019-07-27 | Fix godnames module to not add the empty string if only one option is used | Melanie | 1 | -8/+14 | |
2019-07-25 | Merge LureModule into HGLureModule. | onefang | 2 | -304/+18 | |