Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-03 | Backported from 0.9.2 fix owner on user rez from a prim inventory to ground | onefang | 2 | -36/+60 | |
With some minor fixes. | |||||
2021-08-03 | typo-- | onefang | 1 | -1/+1 | |
2021-07-24 | Auto add groups for all hypergridders. | onefang | 1 | -0/+43 | |
2021-07-07 | Don't do the auto join groups thing for child agents. | onefang | 1 | -0/+1 | |
Coz it's done for root agents, all the surrounding sims just waste time doing it to. | |||||
2020-09-11 | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 1 | -5/+126 | |
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. | |||||
2020-09-09 | Various teleport fixes. | onefang | 1 | -17/+40 | |
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. | |||||
2020-09-09 | Remove various limits. | onefang | 1 | -8/+8 | |
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. | |||||
2020-09-09 | Various logging fix ups. | onefang | 6 | -28/+36 | |
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. | |||||
2020-09-09 | Remove useless executable bit that Windows adds. | onefang | 3 | -0/+0 | |
2019-12-03 | mantis 8632: stop trigering Changed on just scale checks | UbitUmarov | 1 | -18/+47 | |
2019-11-27 | a few changes on check targets for lsl | UbitUmarov | 4 | -122/+111 | |
2019-11-23 | fix identation | UbitUmarov | 1 | -3/+2 | |
2019-11-23 | fix xml decode of kfm in single prims case | UbitUmarov | 1 | -5/+6 | |
2019-11-16 | remove some llUDP options | UbitUmarov | 2 | -22/+19 | |
2019-11-13 | limit max number of attachments to 38. All can be on same point | UbitUmarov | 1 | -2/+0 | |
2019-11-12 | terrain replace double by float | UbitUmarov | 1 | -6/+3 | |
2019-11-10 | terraforming changes: support selected parcel edit; fix area smooth | UbitUmarov | 1 | -0/+2 | |
2019-11-09 | terraforming changes: make sliders work, remove some brushs, etc. Feedback ↵ | UbitUmarov | 3 | -21/+17 | |
needed (run prebuild) | |||||
2019-11-07 | let autopilot also stand from a object | UbitUmarov | 1 | -1/+1 | |
2019-11-07 | avoid a null ref | UbitUmarov | 1 | -11/+23 | |
2019-10-30 | always allow part deselect | UbitUmarov | 1 | -12/+9 | |
2019-09-18 | avoid a null ref ( this should not be needed) | UbitUmarov | 1 | -1/+5 | |
2019-09-11 | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 1 | -10/+1 | |
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | |||||
2019-08-29 | update libomv with simpler Texture.GetBakesBytes | UbitUmarov | 1 | -1/+1 | |
2019-08-28 | change appearance data sent to others | UbitUmarov | 1 | -2/+10 | |
2019-08-27 | mantis 8583: update region information on Grid on map regeneration | UbitUmarov | 1 | -2/+4 | |
2019-08-15 | Teleport home from off grid shouldn't land on roofs either. | onefang | 1 | -1/+1 | |
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-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-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 | 1 | -7/+17 | |
Are you a local? Asking for a friend. | |||||
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 | 1 | -4/+1 | |
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-07-31 | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 1 | -6/+113 | |
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-29 | Put back the code to create the ready marker file. | Melanie | 1 | -0/+23 | |
2019-07-24 | Allow sitting on attachments, and attaching tings with people sitting on them. | onefang | 1 | -11/+11 | |
Now we have to fix all the viewers that though it would be great to enshrine this bug in viewer side. | |||||
2019-07-24 | For the "teleport from above" case, do the right thing. | onefang | 1 | -15/+39 | |
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. | |||||
2019-07-23 | Warnings-- | onefang | 1 | -9/+9 | |
2019-07-21 | TPs from scripts avoid all that silly raycasting nonsense, just go where we ask. | onefang | 1 | -1/+1 | |
2019-06-04 | Warnings-- | onefang | 5 | -9/+9 | |
2019-06-01 | A little tweaking of log levels. | onefang | 1 | -2/+2 | |
2019-05-30 | Have some "avatar has left" mesasge hit the INFO console. | onefang | 1 | -1/+1 | |
2019-05-19 | Better archiver console spam. | onefang | 1 | -9/+14 | |
2019-05-19 | Various logging fix ups. | onefang | 3 | -9/+12 | |
Mostly removing console spam. Default to INFO on the console and DEBUG in the log files. More time stamp resolution. | |||||
2019-05-19 | Remove useless executable bit that Windows adds. | onefang | 3 | -0/+0 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 67 | -8792/+16772 | |
2019-05-03 | osLocalTeleportAgent: if lookat or fly options, just move the avatar, not ↵ | UbitUmarov | 1 | -28/+33 | |
telling viewer about any teleport | |||||
2019-05-02 | soem cleanup | UbitUmarov | 1 | -10/+3 | |