aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a few more changes to iar/oar assets save error/warning to show problems ↵UbitUmarov2017-06-241-7/+11
| | | | known to be asset errors
* code actually has no ideia if a id is a asset or not and does try to handle ↵UbitUmarov2017-06-231-4/+4
| | | | all as assets, it really can't report errors. Change messages to make more clear they are only warnings and may mean nothing at all
* coment out missing or damage assets messages in uuidgather that are not ↵UbitUmarov2017-06-231-2/+27
| | | | very usefull. In IAR save display information about items that contain references to broken assets. Note that as explained on mantis 8195 this can't will not detect all problems
* several changes to iar/oar assets error reportsUbitUmarov2017-06-231-4/+6
|
* actually iar do it for iarUbitUmarov2017-06-221-0/+3
|
* avoid some broken object assets present in osgrid inventories due to past ↵UbitUmarov2017-06-212-2/+6
| | | | problems, etc
* make oar/iar assets writer be done by caller thread like the rest of theUbitUmarov2017-06-211-4/+2
| | | | | | oar/iar save. This may look more painfull but should reduce errors and threads fights. Fill lucky i just don't stop the entire simulation during this
* update inventory item permissions on deattachUbitUmarov2017-06-151-0/+25
|
* some cleanup.. remove some stats that only some do look at once on a lifetimeUbitUmarov2017-06-142-4/+5
|
* we don't need to keep refs to baked textures assetsUbitUmarov2017-05-311-1/+1
|
* we don't need to keep refs to baked textures assetsUbitUmarov2017-05-311-6/+9
|
* remove the option to store baked textures on assets service, thats suicide ↵UbitUmarov2017-05-311-19/+19
| | | | use xbakes
* enclose GetRequestStream on try/catchUbitUmarov2017-05-281-6/+6
|
* avoid a null refUbitUmarov2017-05-111-12/+16
|
* let new regions know about grid services godUbitUmarov2017-05-111-26/+74
|
* let StreamReader be in using statementsUbitUmarov2017-05-071-3/+4
|
* dispose some MemoryStreamsUbitUmarov2017-05-061-0/+2
|
* mantis 8131: make the new Offline IM code optional and disabled by default, ↵UbitUmarov2017-03-301-32/+55
| | | | since it is not compatible with current central servers, like in osgrid.
* Merge branch 'melanie'Melanie Thielker2017-02-013-22/+7
|\
| * Refactor asset handling as per Ubit's suggestionMelanie Thielker2017-02-011-2/+2
| |
| * Make negative asset caching actually workMelanie Thielker2017-01-301-1/+2
| | | | | | | | | | | | Also fixes some merge artefacts in HGAssetBroker where cached assets were requested but not actually used and completely squelch a materials debug message because there is nothing the user can do to fix it anyway.
| * Disable spam in profiles module. Modules should not say they're disabled.Melanie Thielker2017-01-231-1/+1
| |
| * Activate the new Offline IM module code instead of the old codeMelanie Thielker2017-01-231-20/+4
| | | | | | | | | | As most have gone to OfflineMessaging V2, this change will not affect existing users but will benefit future grids.
* | remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPointUbitUmarov2017-01-261-26/+16
| |
* | object Take and TakeCopy are for in scene SOPs and SPs and permitions module ↵UbitUmarov2017-01-191-2/+3
|/ | | | is NOT a shared module
* Correct casing on isGod and isViewerUIGodMelanie Thielker2017-01-074-5/+5
|
* Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker2017-01-073-8/+8
|
* missing changed fileUbitUmarov2017-01-071-4/+4
|
* replace godlevel compares by the new faster bool isViewerUIGodUbitUmarov2017-01-074-5/+5
|
* prevent gods kick wars using the new god level variableUbitUmarov2017-01-071-4/+4
|
* During login cancel, don't error out here on a null client.Melanie Thielker2017-01-071-0/+3
|
* Squelch red ink for login cancel by the user during circuit setupMelanie Thielker2017-01-071-1/+12
|
* Restructure god level and permissionsMelanie Thielker2017-01-065-11/+11
| | | | | Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level.
* Massive tab and trailing space cleanupMelanie Thielker2017-01-0533-576/+576
|
* Make it possible to disable the bakes module in the way it is described in ↵Melanie Thielker2017-01-051-1/+10
| | | | config comments
* a few changes to Gods ( ie administrators) controlUbitUmarov2017-01-051-69/+56
|
* Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache ↵Melanie Thielker2016-12-292-4/+4
| | | | is long gone.
* a few more changes on user profilesUbitUmarov2016-12-231-20/+76
|
* UserProfileModule threading issuesUbitUmarov2016-12-231-63/+77
|
* UserProfileModule refuse changes to classifieds outside home grid ( viewers ↵UbitUmarov2016-12-221-13/+39
| | | | may show a delete until profile is open again). Charge money only on classified creation sucess
* UserProfileModule we can't use parcels globalID because we do not have a ↵UbitUmarov2016-12-221-24/+41
| | | | global locator. we need to send replies to viewer on pick update and delete
* take UserProfileModule out on onMakeRoot event, add some cachingUbitUmarov2016-12-211-91/+296
|
* break userprofiles a bit moreUbitUmarov2016-12-171-75/+113
|
* give regions a option to block profile web urls, so users are not sent to ↵UbitUmarov2016-12-151-1/+10
| | | | unknown web sites set by other users
* show online on profile, if target is in same region.( possible should be ↵UbitUmarov2016-12-141-1/+5
| | | | done elsewhere)
* New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This ↵Mandarinka Tasty2016-12-141-1/+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>
* Rename charterMember to membershipType to show what it actually is.Melanie Thielker2016-12-122-8/+8
| | | | | | This field started out as a simple flag in the protocol to indicate a user being a SL charter member. It has since then taken on additional functionality that means that the name is no longer appropriate.
* Setting precise date of creation in NPC's profile.Mandarinka Tasty2016-12-101-1/+1
| | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* if we have profile then npc is onlineUbitUmarov2016-12-061-1/+1
|
* add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile ↵UbitUmarov2016-12-061-2/+2
| | | | About text. requires OsNpcCreate rights