Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a adicional in transit flag to signal HG tps, and use it to ignore ↵ | UbitUmarov | 2017-06-09 | 1 | -4/+15 |
| | | | | usernames requests sent to start region during tp; don't send unknows display names ( getdisplaynames cap ) | ||||
* | move mesh pbs creation code out of mesh upload code into to ↵ | UbitUmarov | 2017-04-25 | 1 | -71/+14 |
| | | | | PrimitiveBaseShape.cs | ||||
* | cosmetics on mesh upload encoding of number of faces on pbs shape. Use ↵ | UbitUmarov | 2017-04-25 | 1 | -23/+36 |
| | | | | opensim shape enums in place of libovm for coerence, add a few coments. | ||||
* | finish encoding number of mesh faces in pbs shape on new meshs upload, and ↵ | UbitUmarov | 2017-04-25 | 1 | -6/+19 |
| | | | | *HACK* flag it setting hollow shape to triangle. (some limited encoding as added some months ago, but only for viewers LOD). Use this hack flag to fix sop number of faces. old meshs will still report 8 faces, information to fix this seems lost unless the mesh asset is decoded | ||||
* | Restructure god level and permissions | Melanie Thielker | 2017-01-06 | 1 | -1/+1 |
| | | | | | Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level. | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 3 | -47/+47 |
| | |||||
* | set pbs shape acording to mesh number of (material) faces | UbitUmarov | 2016-12-15 | 1 | -19/+25 |
| | |||||
* | change caps Sethome fail error report | UbitUmarov | 2016-12-07 | 1 | -1/+1 |
| | |||||
* | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 2016-12-04 | 1 | -0/+2 |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | a few changes to new GetDisplaynames and friends | UbitUmarov | 2016-12-04 | 1 | -9/+15 |
| | |||||
* | replace GetDisplaynames by a handler really usable as a client cap. Most ↵ | UbitUmarov | 2016-12-04 | 1 | -0/+84 |
| | | | | capabilities.handlers are so it all things not propor PER CLIENT CAP handlers | ||||
* | catch some NULL refs | UbitUmarov | 2016-08-19 | 1 | -1/+6 |
| | |||||
* | add cap GroupMemberData | UbitUmarov | 2016-08-19 | 1 | -1/+132 |
| | |||||
* | allow cap HomeLocation to be disabled setting Cap_HomeLocation = "" | UbitUmarov | 2016-08-18 | 1 | -3/+16 |
| | |||||
* | add caps HomeLocation ; add client SendAlertMessage(string message, string ↵ | UbitUmarov | 2016-08-18 | 1 | -2/+143 |
| | | | | info), where info in info message field. only minimal testing done | ||||
* | several changes on BunchOfCaps. Move some mesh cost initialization to its ↵ | UbitUmarov | 2016-08-18 | 3 | -129/+78 |
| | | | | class it, change caps path to be plain random UUID (except SEED) | ||||
* | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 2016-07-04 | 1 | -1/+1 |
| | | | | | | | | be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set. | ||||
* | Allow default permissions from the viewer to be applied to uploaded objects. | Melanie Thielker | 2016-04-29 | 1 | -9/+38 |
| | | | | Make inventory items reflect coorect permissions immediately unstead of after relog | ||||
* | Make mesh upload respect the same parts maximum as what is set for the | Melanie Thielker | 2016-03-05 | 2 | -1/+2 |
| | | | | simulator | ||||
* | Fix a couple of typos | Melanie Thielker | 2016-03-05 | 1 | -1/+1 |
| | |||||
* | change the return list of objects costs, sending a answer if none found | UbitUmarov | 2015-12-20 | 1 | -38/+30 |
| | |||||
* | fix the default shape type on upload, it is always convex | UbitUmarov | 2015-11-29 | 1 | -3/+1 |
| | |||||
* | remove some compile warnings increasing total number by 2 | UbitUmarov | 2015-11-21 | 1 | -5/+3 |
| | |||||
* | change copyright to opensim | UbitUmarov | 2015-09-28 | 1 | -3/+27 |
| | |||||
* | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 2015-09-03 | 1 | -2/+2 |
| | | | | scenepresence) | ||||
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 2 | -112/+14 |
| | |||||
* | bad merge? | UbitUmarov | 2015-09-01 | 2 | -127/+1554 |
|\ | |||||
| * | changed skeleton, do parse the mesh on upload to check skeleton. Sooner or | UbitUmarov | 2014-10-11 | 2 | -26/+26 |
| | | | | | | | | later this parsing needs to validate the model cost also. | ||||
| * | dont let test mesh go to meshes inventory folder that is not displayed by | UbitUmarov | 2014-10-11 | 1 | -1/+3 |
| | | | | | | | | viewers | ||||
| * | bug fix | UbitUmarov | 2014-10-11 | 1 | -2/+3 |
| | | |||||
| * | check for avatar skeleton data on meshs headers on cost estimation. Dont | UbitUmarov | 2014-10-11 | 2 | -11/+101 |
| | | | | | | | | | | | | | | let a model have more than one mesh with skeleton, for testing create a mesh inventory item, for this meshs. Add also option to read a avatar collider replacement. This information still needs to be saved somewhere so it can be checked on attachment, etc, without parsing the mesh asset again. | ||||
| * | change it again... | UbitUmarov | 2014-09-26 | 1 | -1/+1 |
| | | |||||
| * | remove unnecessary argument ref | UbitUmarov | 2014-09-26 | 1 | -1/+1 |
| | | |||||
| * | make c# more happy | UbitUmarov | 2014-09-26 | 1 | -4/+1 |
| | | |||||
| * | use central animationset permitions define | UbitUmarov | 2014-09-26 | 1 | -2/+2 |
| | | |||||
| * | Extend upload verification to all upload paths | Melanie Thielker | 2014-09-25 | 1 | -0/+8 |
| | | |||||
| * | fix animation asset name to "animatn", use "animset" for the new | UbitUmarov | 2014-09-25 | 1 | -8/+10 |
| | | | | | | | | animationSet | ||||
| * | add also the name animset until its clear the name liru will use | UbitUmarov | 2014-09-25 | 1 | -0/+7 |
| | | |||||
| * | add animationset to upload assets, for now no cost | UbitUmarov | 2014-09-25 | 1 | -0/+6 |
| | | |||||
| * | also on other case | UbitUmarov | 2014-08-09 | 1 | -0/+11 |
| | | |||||
| * | return even zero costs ( prims on other regions ) | UbitUmarov | 2014-08-09 | 1 | -1/+1 |
| | | |||||
| * | move from RegisterInventoryServiceHandlers to | UbitUmarov | 2014-08-09 | 1 | -9/+14 |
| | | | | | | | | RegisterRegionServiceHandlers what belongs there ( readabilitly only ) | ||||
| * | Merge branch 'master' into careminster | Melanie | 2013-12-07 | 1 | -0/+4 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs | ||||
| * \ | Merge branch 'master' into careminster | Melanie | 2013-07-24 | 1 | -12/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs | ||||
| * \ \ | Merge branch 'master' into careminster | Melanie | 2013-07-18 | 1 | -2/+8 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/SensorRepeat.cs OpenSim/Server/Handlers/Simulation/AgentHandlers.cs OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs OpenSim/Services/HypergridService/UserAgentService.cs | ||||
| * | | | | Explicitly set uploaded mesh object perms | Melanie | 2013-06-10 | 1 | -10/+13 |
| | | | | | |||||
| * | | | | Fix CAPS to work like they should - do not send caps to the viewer if ↵ | Melanie | 2013-04-30 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they're not in the requested caps list. The previous wrong behavior caused the debug setting "UseHTTPInventory" to fail on all viewers when turned off. UDB inventory would not be correctly used in that case. | ||||
| * | | | | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 2013-03-24 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions" | ||||
| * | | | | Merge branch 'avination' into careminster | Melanie | 2013-03-03 | 1 | -0/+3 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | ||||
| | * | | | | Fix an issue where the viewer would request the seed cap before | Melanie | 2013-02-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | there was a handler for it. |