Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-25 | Add missing prototype for GetRezReadySceneObjects() variant. | onefang | 1 | -0/+1 | |
2020-09-11 | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 1 | -1/+2 | |
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-10 | Various map generation tweaks. | onefang | 1 | -0/+1 | |
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. | |||||
2020-09-09 | Bandaid for ghost users, check and remove them from Presence when they log on. | onefang | 1 | -0/+8 | |
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. | |||||
2020-09-09 | Remove useless executable bit that Windows adds. | onefang | 1 | -0/+0 | |
2019-11-13 | limit max number of attachments to 38. All can be on same point | UbitUmarov | 1 | -1/+0 | |
2019-11-12 | terrain replace double by float | UbitUmarov | 1 | -1/+1 | |
2019-11-09 | terraforming changes: make sliders work, remove some brushs, etc. Feedback ↵ | UbitUmarov | 2 | -2/+3 | |
needed (run prebuild) | |||||
2019-10-22 | missing file | UbitUmarov | 1 | -1/+1 | |
2019-09-11 | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 1 | -1/+1 | |
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | |||||
2019-08-22 | When the generate map command is given, generate the map. | onefang | 1 | -0/+1 | |
The month check seems a bit dodgy, but I'll let it ride for now. | |||||
2019-08-20 | Massive console refactor. Greatly simplify interface. | Melanie | 1 | -1/+1 | |
2019-08-15 | Bandaid for ghost users, check and remove them from Presence when they log on. | onefang | 1 | -0/+8 | |
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-07 | add cap EstateChangeInfo | UbitUmarov | 1 | -0/+3 | |
2019-07-31 | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 1 | -0/+1 | |
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-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 50 | -167/+316 | |
2019-04-04 | control visible regions by avatar position and view range, first dirty code | UbitUmarov | 1 | -0/+2 | |
2019-02-24 | also throttle llhttprequest by owner, options: PrimOwnerRequestsBurst = 5, ↵ | UbitUmarov | 1 | -1/+1 | |
PrimOwnerRequestsPerSec = 25; increase concurrency to 8 | |||||
2019-02-24 | several changes to llHttpRequest processing: options section renamed ↵ | UbitUmarov | 1 | -0/+1 | |
ScriptsHttpRequestModule; throttle by prim (PrimRequestsBurst = 3, PrimRequestsPerSec = 1) and max concurrent connections per instance (MaxPoolThreads = 5), llhttprequest returns if error, nullkey if throttled, reqid otherwise | |||||
2019-01-26 | change encoding of a few event caps messages | UbitUmarov | 1 | -1/+4 | |
2019-01-25 | script mono is meaningless for us | UbitUmarov | 1 | -1/+1 | |
2018-04-10 | sound radius is a prim prop only set by llSetSoundRadius, fix it in case ↵ | UbitUmarov | 1 | -11/+5 | |
viewers do fix its use (ignored for now) | |||||
2018-04-01 | try fix git | UbitUmarov | 1 | -0/+40 | |
2017-06-24 | revert the thread level change; remove unused dynamic texture timer from ↵ | UbitUmarov | 1 | -14/+8 | |
internal code; let blend alpha work if < 255; let blend work with the selected face; etc | |||||
2017-05-31 | change child agents close control; disablesimulator is not a caps event message | UbitUmarov | 1 | -1/+1 | |
2017-05-14 | fix some issue on parcels loading and make parcels dwell show something. ↵ | UbitUmarov | 1 | -0/+1 | |
Resolution is 2.5min aprox. | |||||
2017-04-15 | missing file and remove warnings | UbitUmarov | 1 | -0/+2 | |
2017-03-31 | Add the ability to post to and act uponconfiguration in etcd | Melanie Thielker | 1 | -0/+37 | |
Etcd is a distributed, highly available name-value store that is the basis of many clustered applications. However, it can also be run on a standalone machine. Using etcd allows live monitoring and possibly changing configuration while the sim is running. | |||||
2017-01-16 | chance new effective permissions code to ease aggregation on demand( ie on ↵ | UbitUmarov | 1 | -4/+1 | |
changes). But still doing full aggregation on checks, so still heavy | |||||
2017-01-15 | add code for fixing effective permitions. This is a test, and currently too ↵ | UbitUmarov | 1 | -0/+5 | |
slow for prodution. just finding our way home | |||||
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 33 | -86/+86 | |
2017-01-05 | a few changes to Gods ( ie administrators) control | UbitUmarov | 1 | -3/+2 | |
2017-01-05 | a few changes to estates and estate teleportHome (used kick) | UbitUmarov | 1 | -0/+2 | |
2016-12-14 | New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This ↵ | Mandarinka Tasty | 1 | -0/+1 | |
patch gives possibility to set image in created NPC's profile. You can use UUID of the texture or name of texture included in prim's inventory. Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2016-12-10 | Setting precise date of creation in NPC's profile. | Mandarinka Tasty | 1 | -0/+1 | |
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2016-12-06 | add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile ↵ | UbitUmarov | 1 | -0/+1 | |
About text. requires OsNpcCreate rights | |||||
2016-11-18 | add expire time for aliens | UbitUmarov | 1 | -0/+2 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 38 | -500/+671 | |
2016-09-23 | move wind generation out of heartbeat to a pool job. Use that to send to all ↵ | UbitUmarov | 1 | -1/+1 | |
clients and not one per client | |||||
2016-09-17 | add load baked terrain methods. missing file | UbitUmarov | 1 | -0/+1 | |
2016-09-17 | add load baked terrain methods | UbitUmarov | 1 | -1/+2 | |
2016-09-17 | add to databases a table to store baked terrain. | UbitUmarov | 2 | -2/+17 | |
2016-08-11 | to do that don't use slideexpiration; add cap event ChatterBoxForceClose | UbitUmarov | 1 | -5/+6 | |
2016-08-05 | more changes relative to incorrect use of activegroupid | UbitUmarov | 1 | -1/+16 | |
2016-08-04 | add GetActiveMembershipData() to groups modules, let core groups also have ↵ | UbitUmarov | 1 | -0/+1 | |
GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do. | |||||
2016-08-04 | fix a typo | UbitUmarov | 1 | -1/+1 | |
2016-07-28 | remove references to RegionCombinerModule | UbitUmarov | 1 | -64/+0 | |
2016-07-26 | take friends out of onMakeRoot if crossing | UbitUmarov | 1 | -0/+2 | |
2016-07-23 | add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵ | UbitUmarov | 1 | -1/+1 | |
and its use even worse | |||||
2016-07-01 | missing file | UbitUmarov | 1 | -1/+0 | |