| Commit message (Expand) | Author | Files | Lines |
2017-01-30 | Make negative asset caching actually work | Melanie Thielker | 1 | -2/+1 |
2017-01-30 | Comment two very spammy debug messages that the usr can't do anything about | Melanie Thielker | 1 | -1/+2 |
2017-01-07 | Fix custom dialogs working when bin/ is read-only | Melanie Thielker | 1 | -1/+1 |
2017-01-06 | Restructure god level and permissions | Melanie Thielker | 1 | -1/+1 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 70 | -1067/+1067 |
2016-12-29 | Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is... | Melanie Thielker | 1 | -2/+2 |
2016-12-29 | reinforce gc.collect on region load to also do pending finalizers | UbitUmarov | 1 | -0/+4 |
2016-12-14 | avoid a null ref | UbitUmarov | 1 | -1/+5 |
2016-12-14 | New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc... | Mandarinka Tasty | 1 | -0/+8 |
2016-12-12 | Rename charterMember to membershipType to show what it actually is. | Melanie Thielker | 2 | -2/+2 |
2016-12-10 | Setting precise date of creation in NPC's profile. | Mandarinka Tasty | 2 | -0/+9 |
2016-12-06 | add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou... | UbitUmarov | 1 | -1/+12 |
2016-12-04 | remove SOG.FromPartID from main code and flag it obsolete | UbitUmarov | 1 | -1/+1 |
2016-11-23 | safeguard against unknown material replacemet | UbitUmarov | 1 | -1/+1 |
2016-11-22 | Coding standards: A local variable may not use the prefix m_ | Melanie Thielker | 1 | -15/+15 |
2016-11-22 | supress some warnings by explict(confirm) the hide of parent fields | UbitUmarov | 1 | -9/+5 |
2016-11-09 | change the clock source on udp outgoing, remove some dead code | UbitUmarov | 1 | -25/+0 |
2016-11-05 | avoid a null ref, few changes to udp updates send | UbitUmarov | 1 | -1/+4 |
2016-11-05 | It looks, that attachments show console command incorrectly returns Item ID. ... | Mandarinka Tasty | 1 | -14/+9 |
2016-10-11 | change math on GetParcelMaxPrimCount and GetSimulatorMaxPrimCount to reduce ... | UbitUmarov | 1 | -2/+2 |
2016-09-23 | add a version tag to wind and cloud data updates to iclient | UbitUmarov | 2 | -4/+4 |
2016-09-04 | try to reduce the amount of assets created editing materials | UbitUmarov | 1 | -23/+167 |
2016-09-04 | make sure materials are cached. Split POST and PUT handlers for better readab... | UbitUmarov | 1 | -125/+156 |
2016-08-25 | send selected objects Proprieties udp part outside update queues and as a ph... | UbitUmarov | 2 | -0/+8 |
2016-08-24 | use known name a group ejetee if its local client | UbitUmarov | 1 | -13/+10 |
2016-08-22 | change ODEs topcolliders code ( still bad), plus a few memory leaks | UbitUmarov | 3 | -12/+7 |
2016-08-22 | minor locking issue | UbitUmarov | 1 | -13/+3 |
2016-08-18 | Collect any group join fees. Pass group name when applying join/create fees. | Kevin Cozens | 1 | -6/+22 |
2016-08-18 | Fixed grammer in a comment | Kevin Cozens | 1 | -1/+1 |
2016-08-18 | add caps HomeLocation ; add client SendAlertMessage(string message, string in... | UbitUmarov | 2 | -0/+9 |
2016-08-17 | Fixed typo in two group messages | Kevin Cozens | 1 | -1/+1 |
2016-08-14 | remove OptionalModules\ViewerSupport\SimulatorFeaturesHelper ShouldSend() sin... | UbitUmarov | 3 | -105/+5 |
2016-08-11 | to do that don't use slideexpiration; add cap event ChatterBoxForceClose | UbitUmarov | 1 | -1/+1 |
2016-08-11 | stop renewing xml cache entries expires. Let them expire or grid changes wil... | UbitUmarov | 1 | -4/+4 |
2016-08-05 | more changes relative to incorrect use of activegroupid | UbitUmarov | 1 | -1/+2 |
2016-08-04 | add GetActiveMembershipData() to groups modules, let core groups also have Ge... | UbitUmarov | 1 | -0/+5 |
2016-07-28 | remove the RegionCombinerModule (mega regions), references still all over the... | UbitUmarov | 8 | -1762/+0 |
2016-07-26 | reduce some grid services calls on region crossings, sending more informatio... | UbitUmarov | 1 | -1/+2 |
2016-07-26 | add a public SetGroupPowers to clientView | UbitUmarov | 2 | -1/+5 |
2016-07-26 | let some group related data to have a public set | UbitUmarov | 2 | -0/+5 |
2016-07-26 | get a copy of current clientView group powers | UbitUmarov | 2 | -0/+10 |
2016-07-23 | change group lists control so it does show something (only xmlrpcgroups for n... | UbitUmarov | 2 | -98/+100 |
2016-07-23 | add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ... | UbitUmarov | 1 | -1/+4 |
2016-07-06 | finish removing child-repri option | UbitUmarov | 1 | -2/+0 |
2016-07-06 | add test option ObjectsCullingByDistance. In future, if true, it may | UbitUmarov | 1 | -10/+0 |
2016-07-04 | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 1 | -2/+1 |
2016-07-02 | revert to previus GroupProfileRequest because floatsam groups server seems t... | UbitUmarov | 1 | -3/+3 |
2016-07-01 | xmlrpcgroups: make use of a forgotten GetMemberGroupProfilemethod, put back x... | UbitUmarov | 3 | -15/+23 |
2016-07-01 | save one call to grid to get agent groups powers (xmlrpcgoups only for now | UbitUmarov | 1 | -2/+1 |
2016-07-01 | add a few methods to modify clientview group powers | UbitUmarov | 2 | -0/+28 |