aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the scripted dialogs and restart message appear in the top right cornerMelanie Thielker2015-03-231-2/+2
| | | | | | again. Viewers have been busy making these notifications all into toasts but we believe there are message that are important enough to make the user acknowledge them.
* Remove braindead "fix" that messed up intersim scripted giving.Melanie Thielker2014-11-211-11/+0
|
* Remove the Invisible stuff and add more baked caching. Refactor selection of ↵Melanie Thielker2014-11-111-13/+3
| | | | textures to save to Bakes module.
* Only send the actual bakes to the bakes moduleMelanie Thielker2014-11-101-6/+8
|
* change last commit, need to send to Xbakes or changes will not be detectedUbitUmarov2014-10-291-1/+2
|
* bug fix and don't send to xbakes if requesting rebakesUbitUmarov2014-10-291-12/+13
|
* Fix baked textures for regions without external Xbakes adding rebakeUbitUmarov2014-10-291-32/+35
| | | | | | requests. Those may also be trigger if for same reason one is missing even with Xbakes. Later we can let this regions send the assets on teleports, changing how those are serialized
* do consider skirt baked texture on validationUbitUmarov2014-10-261-3/+9
|
* dont send baked textures assets, but send cache informationUbitUmarov2014-10-261-5/+13
|
* exclude npcs from baked cacheUbitUmarov2014-09-191-0/+10
|
* ... and a few more..UbitUmarov2014-09-171-18/+31
|
* remove messing with KeyframeMotion on attachUbitUmarov2014-09-091-2/+2
|
* drop attachments with original physical proprietiesUbitUmarov2014-09-091-21/+6
|
* on drop send full update on root prim, terse on others ( as sl ). FixUbitUmarov2014-09-081-2/+5
| | | | count down of number of physicial prims on attach, if removing them
* change attachment drop, to make object Phanton. THis is not as SL, butUbitUmarov2014-09-081-8/+12
| | | | | rez position is automatic and object interpenetrations will happen including with the avatar, with the usual ugly effects.
* *NEEDS more testing* on attachment drop: fix adding prims to physicsUbitUmarov2014-09-081-4/+31
| | | | | | | engine, remove disturbing phantom flag. On attach: fix removing prims from physics engine, delete any keyframeMotion, remove physical flag. This is executed in all attachs possible only need on attach from the scene (?), but its where original code removed only root part from physics engine
* try external bakedModule when local cache is invalid and not just at loginUbitUmarov2014-08-141-9/+13
|
* reduced debug msgsUbitUmarov2014-08-141-3/+7
|
* only try external baked texture module on loginUbitUmarov2014-08-141-26/+36
|
* *DANGER* make baked textures cross and make use of it * UNTESTED *UbitUmarov2014-08-141-95/+92
| | | | issue: alll this seems to be sent back to childs, need to stop that
* put back baked textures debug msgs at start of validatebaked...UbitUmarov2014-08-131-0/+12
|
* remove confusing defonly controlUbitUmarov2014-08-111-14/+4
|
* ... one day..UbitUmarov2014-08-111-1/+2
|
* will get there..UbitUmarov2014-08-111-4/+3
|
* validatebaked still not okUbitUmarov2014-08-111-5/+4
|
* of course.. bug..UbitUmarov2014-08-081-1/+2
|
* lock set appearence during ValidateBakedTextureCache there seems to be aUbitUmarov2014-08-081-93/+97
| | | | overlap in same cases
* bugUbitUmarov2014-08-071-1/+2
|
* remove annoying debug msg . still a lot of spam, but to remove laterUbitUmarov2014-08-071-1/+1
|
* make grid baked textures override the ones on appearance. Due to bugUbitUmarov2014-08-071-35/+60
| | | | | | somewhere they are always bad at ValidateBakedTextures entry. ( even if they where good and on assets cache we whould need to generate the cacheID hash )
* bug on upload new bakes decisionUbitUmarov2014-08-071-2/+3
|
* minor clean, dont check for cache if we aren't using it..UbitUmarov2014-08-071-23/+5
|
* bugUbitUmarov2014-08-071-1/+1
|
* only send to bakedmodule the baked textures :)UbitUmarov2014-08-071-10/+13
|
* buggUbitUmarov2014-08-071-28/+26
|
* DANGER... changed bakedtextures caching. Assuming grid baking is cacheUbitUmarov2014-08-071-81/+198
| | | | only, reduced number of accesses to it. TESTING
* local chat gods bug fixUbitUmarov2014-08-041-2/+2
|
* remove debug msgs at attachments deRezUbitUmarov2014-08-031-7/+1
|
* buggUbitUmarov2014-08-031-11/+15
|
* dont get script states for NPCs on deRezUbitUmarov2014-08-031-8/+11
|
* replace debug msgs by othersUbitUmarov2014-08-031-1/+12
|
* god also read local chatUbitUmarov2014-08-021-1/+6
|
* filter local chat from avatars or attachment acording to parcel hide (UbitUmarov2014-08-011-3/+34
| | | | not fully tested)
* Fix duplicate attach message being sent to objects picked up from the groundMelanie Thielker2014-07-201-1/+4
|
* Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie Thielker2014-06-2119-188/+2241
|\ | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
| * Merge branch 'master' into careminsterMelanie2014-01-281-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/RegionSettings.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs OpenSim/Region/Framework/Interfaces/IInterregionComms.cs OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs
| | * Materials module: a) Store materials as assets; b) Finalized it (removed the ↵Oren Hurvitz2014-01-201-2/+2
| | | | | | | | | | | | | | | | | | "Demo" label; removed most of the logging); c) Enabled by default Changed UuidGatherer to use 'sbyte' to identify assets instead of 'AssetType'. This lets UuidGatherer handle Materials, which are defined in a different enum from 'AssetType'.
| * | Intermediate commit. Sill errors.Melanie2014-01-051-2/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into careminster Conflicts: OpenSim/Data/SQLite/SQLiteUserProfilesData.cs OpenSim/Framework/RegionInfo.cs OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Services/UserProfilesService/UserProfilesService.cs
| | * Fix issue with editing notes for other avatarsBlueWall2013-12-161-2/+2
| | |
| | * Committing the Avination Scene Presence and related texture codeMelanie2013-12-112-90/+474
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Parts of region crossing code - New bakes handling code - Bakes now sent from sim to sim without central storage - Appearance handling changes - Some changes to sitting - A number of unrelated fixes and improvements