Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If no file given for IARs, use users name and put it in the usual backups ↵ | onefang | 2021-07-07 | 1 | -5/+5 |
| | | | | directory. | ||||
* | Don't even try to save the IAR for the default GRID SERVICES pretend user. | onefang | 2021-07-07 | 1 | -0/+7 |
| | |||||
* | No more stack trace due to missing IAR file. | onefang | 2021-07-07 | 1 | -0/+5 |
| | |||||
* | No more stack trace just coz IAR file isn't there. | onefang | 2021-07-07 | 1 | -0/+7 |
| | |||||
* | No need for password to save IARs. | onefang | 2021-07-06 | 1 | -0/+3 |
| | | | | Makes it impossible to script. | ||||
* | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 2020-09-11 | 3 | -9/+15 |
| | | | | | | | | | | | | | | | | | | | | 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. Another attempt at sorting out the auto group chicken and egg problems. Are you a local? Asking for a friend. Hypergridders have their full name in firstname, and their grid in lastname. Sometimes. Code filled with gotos may be spaghetti code, but object oriented code can be like chopped spaghetti that's hidden all over the kitchen. At least with gotos you can follow them. | ||||
* | Add DefaultRegionAccess in [AuthorizationService] section. | onefang | 2020-09-11 | 1 | -1/+2 |
| | |||||
* | Various map generation tweaks. | onefang | 2020-09-10 | 3 | -6/+43 |
| | | | | | | | | Fix up Warp3DCachedImageModule to work with my directory structure. Remove some excess code from it. Clean up maptile directory creation code. When the generate map command is given, generate the map. The month check seems a bit dodgy, but I'll let it ride for now. | ||||
* | Various teleport fixes. | onefang | 2020-09-09 | 1 | -3/+4 |
| | | | | | | | | | | | | | TPs from scripts avoid all that silly raycasting nonsense, just go where we ask. For the "teleport from above" case, do the right thing. Which includes looking for designated floor prims, which have ^ as the first character of their description. Don't do "teleport from above" when we have proper coords. Teleport home from off grid shouldn't land on roofs either. | ||||
* | Gatekeeper -> GatekeeperURI | root | 2020-09-09 | 3 | -5/+5 |
| | | | | | | | | | Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. One of theem even got removed upstream. | ||||
* | OpenSim dev typos -- | root | 2020-09-09 | 1 | -1/+1 |
| | |||||
* | Bandaid for ghost users, check and remove them from Presence when they log on. | onefang | 2020-09-09 | 1 | -1/+6 |
| | | | | | | | | Once again OOP proves it's worse that spaghetti, by 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. | ||||
* | Remove various limits. | onefang | 2020-09-09 | 2 | -32/+11 |
| | | | | | | | | | | | | | | | | | | | | Silly 4096 sim TP check for a client bug that was fixed long ago, seems they removed it themselves. Upgrade sim height. Allow menu items longer than 24 characters once more. Allow sitting on attachments, and attaching things with people sitting on them. Revert don't wear vegetables. Remove some script distance limits. Gods can do anything they want, including bypassing OhSilly threat levels. 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. | ||||
* | Move the terrain.raw file out of tree to a sim specific name. | onefang | 2020-09-09 | 1 | -4/+13 |
| | |||||
* | Various logging fix ups. | onefang | 2020-09-09 | 5 | -33/+22 |
| | | | | | | | | | | | | | | | | | | | Mostly removing console spam. Swap a bunch of info / debug logs. Better archiver console spam. Have some "avatar has left" mesasge hit the INFO console. Tweak the login logging a bit, especially for impersonations. Default to INFO on the console and DEBUG in the log files. More time stamp resolution. Better sim startup console notification. Attempt to render "[LLUDPSERVER]: Malformed data, cannot parse" into something human readable as an aid to diagnosis. Beats hand translating the big block of hex codes it was spewing. Better sim startup finished messages. Inform neighbours we are up before the finished messages. Always send the "[RegionReady]: INITIALIZATION COMPLETE FOR" message. | ||||
* | Remove useless executable bit that Windows adds. | onefang | 2020-09-09 | 13 | -0/+0 |
| | |||||
* | Move various paths out of the bin directory. | onefang | 2020-09-08 | 2 | -2/+8 |
| | |||||
* | do dispatch RequestLure ims | UbitUmarov | 2019-12-16 | 3 | -1/+12 |
| | |||||
* | add a formal lock object | UbitUmarov | 2019-12-10 | 1 | -17/+16 |
| | |||||
* | enforce invariant culture on landmarks | UbitUmarov | 2019-12-10 | 2 | -3/+3 |
| | |||||
* | cosmetics | UbitUmarov | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | fix the block of teleport to same region handle | UbitUmarov | 2019-11-18 | 1 | -10/+7 |
| | |||||
* | fix a info message | UbitUmarov | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | terrain: make sure modify does get unblocked | UbitUmarov | 2019-11-17 | 1 | -115/+122 |
| | |||||
* | work on previus 2 patchs | UbitUmarov | 2019-11-14 | 2 | -12/+0 |
| | |||||
* | Attempt to fix the issue where, when logging into the grid, the user ↵ | Terry | 2019-11-14 | 2 | -0/+12 |
| | | | | | | | supplies a region name, but instead of going to the specific region, they are sent to a region "Like" the one specified. Signed-off-by: Terry <terry@digiworldz.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | Terrain: more double to float | UbitUmarov | 2019-11-13 | 11 | -43/+52 |
| | |||||
* | limit max number of attachments to 38. All can be on same point | UbitUmarov | 2019-11-13 | 1 | -76/+92 |
| | |||||
* | missed a few | UbitUmarov | 2019-11-12 | 1 | -4/+4 |
| | |||||
* | terrain replace double by float | UbitUmarov | 2019-11-12 | 14 | -64/+70 |
| | |||||
* | more changes on terrain edit. Silent ignore comand if busy (large area ↵ | UbitUmarov | 2019-11-12 | 8 | -113/+135 |
| | | | | smooth can take ages), brush changes, etc | ||||
* | terraforming changes: try recover llmodifyland previus behaviur | UbitUmarov | 2019-11-10 | 1 | -3/+5 |
| | |||||
* | terraforming changes: comment a debug message | UbitUmarov | 2019-11-10 | 1 | -1/+1 |
| | |||||
* | terraforming changes: support selected parcel edit; fix area smooth | UbitUmarov | 2019-11-10 | 3 | -24/+63 |
| | |||||
* | terraforming changes: make jenkis happy | UbitUmarov | 2019-11-10 | 4 | -12/+12 |
| | |||||
* | terraforming changes: make sliders work, remove some brushs, etc. Feedback ↵ | UbitUmarov | 2019-11-09 | 23 | -1135/+123 |
| | | | | needed (run prebuild) | ||||
* | dynamic textures: add ' lossless: [true|false] ', default false, extraParam | UbitUmarov | 2019-11-04 | 1 | -5/+10 |
| | |||||
* | FlotSamAssetcache write to disk needs be sync. | UbitUmarov | 2019-11-01 | 1 | -2/+5 |
| | |||||
* | remove some more useless NULL arguments | UbitUmarov | 2019-10-22 | 2 | -4/+4 |
| | |||||
* | remove some more useless NULL arguments | UbitUmarov | 2019-10-22 | 14 | -47/+40 |
| | |||||
* | basic search: fix people search, add some caching | UbitUmarov | 2019-10-14 | 1 | -5/+44 |
| | |||||
* | viewers group search page size is 100 ( and not way to detect other value, ↵ | UbitUmarov | 2019-10-13 | 1 | -1/+9 |
| | | | | so hardwired) | ||||
* | mantis 8598: filter dead groups from group search. honor querystart request. ↵ | UbitUmarov | 2019-10-13 | 1 | -2/+27 |
| | | | | Viewers are very broken on this, seems protocol was made by someone with no idea about lludp | ||||
* | take unit tests limited settings in consideration on setappearance | UbitUmarov | 2019-09-11 | 1 | -2/+2 |
| | |||||
* | pesty warning | UbitUmarov | 2019-09-11 | 1 | -1/+0 |
| | |||||
* | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 2019-09-11 | 2 | -270/+227 |
| | | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | ||||
* | don't wear vegetables | UbitUmarov | 2019-09-04 | 2 | -4/+26 |
| | |||||
* | fix the fix | UbitUmarov | 2019-09-04 | 1 | -1/+1 |
| | |||||
* | fix one of the new warp3d log messages | UbitUmarov | 2019-09-03 | 1 | -1/+1 |
| | |||||
* | avoid potencial null ref | UbitUmarov | 2019-09-03 | 1 | -0/+4 |
| |