aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Changed t adding the avatar dependent sit offset and not subtracting, so ↵UbitUmarov2012-06-132-27/+46
| | | | | | | | | | | | | | | | not to break inworld contents. SL ported scripts will show a sit error around 0.1m. Added respective compensation in LSL api to maintain coerence. Fixed several bugs still on SET/GET[link]PrimitiveParams[fast] and llGetObjectDetails()
| * | | convert a LSL rotation of <0,0,0,0> to <0,0,0,1> and not <0,0,1,0> in ↵UbitUmarov2012-06-131-1/+1
| | | | | | | | | | | | | | | | SitTarget. Something seems to be doing that before this gets called, but just in case...
| * | | Fixed llGetObjectDetails(), OBJECT_ROT for sitting avatars case, plus ↵UbitUmarov2012-06-131-9/+23
| | | | | | | | | | | | | | | | 'cosmetics' and added some parts costs information.
| * | | *TEST this will affect inworld sittargets by +-0.1m, so may be very BAD *. ↵UbitUmarov2012-06-132-10/+19
| | | | | | | | | | | | | | | | Changed the sign of the sitoffset dependent on avatar size in SP.cs. Removed that offset correction from SET/GET..primitiveParams in LSL api. If the sign needs to be the previus one, then all references to avatar positions on LSL api need to be fixed with that correction, not only SET/GETprimitiveParams.
| * | | try to replicate SL bug of PRIM_ROTATION also for avas, est a fix to other ↵UbitUmarov2012-06-121-3/+10
| | | | | | | | | | | | | | | | cases
| * | | fix the try.. finally in SetPrimitiveParams i did mess and add one for the ↵UbitUmarov2012-06-121-188/+156
| | | | | | | | | | | | | | | | avatars case, so to optimize a bit 'warp' scripts.
| * | | more changes to Get and Get primitiveparams: Let Get remove avatarheight ↵UbitUmarov2012-06-121-26/+94
| | | | | | | | | | | | | | | | adjust,add Get PRIM_LINK_TARGET handling, changed avatar Set positions code...
| * | | Moved auxiliar funtions of last commit from sop to lsl api since they are ↵UbitUmarov2012-06-122-39/+22
| | | | | | | | | | | | | | | | only used on one place each
| * | | *UNTESTED* extended llGet*PrimitiveParam() to support avatars. Some auxiliar ↵UbitUmarov2012-06-122-3/+272
| | | | | | | | | | | | | | | | code in SOP.cs
| * | | change object drag so it applies a impulse and not a push force so it works ↵UbitUmarov2012-06-111-2/+6
| | | | | | | | | | | | | | | | as before my fix to impulse/forces
| * | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkUbitUmarov2012-06-110-0/+0
| |\ \ \
| | * \ \ Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkMelanie2012-06-0883-16547/+18630
| | |\ \ \
| * | \ \ \ Merge branch 'avination' into ubitworkUbitUmarov2012-06-114-7/+80
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| * | | | *UNTESTED* fix PRIM_LINK_TARGET. Make it work on avatars, set any pending ↵UbitUmarov2012-06-081-7/+37
| | | | | | | | | | | | | | | | | | | | position change on others; don't assume m_host is in same grp that part (possible always is)...
| * | | | *UNTESTED* let SetPrimParams for avatars parse even unsupported parameters ↵UbitUmarov2012-06-081-2/+84
| | | | | | | | | | | | | | | | | | | | so that if a supported one is in the middle of then it still works.
| * | | | *UNTESTED* added PRIM_POS_LOCAL and PRIM_ROT_LOCAL in SetPrimParams for ↵UbitUmarov2012-06-081-6/+46
| | | | | | | | | | | | | | | | | | | | avatars. Stopped setting position twice in normal SetPrimParams
* | | | | Merge branch 'master' into careminsterMelanie2012-06-159-148/+250
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Make the "debug http" command available for robust as well as the simulator. ↵Justin Clark-Casey (justincc)2012-06-156-110/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows one to see incoming requests as they happen. This required making everything use the common MainServer class for registering and retrieving http servers, rather than duplicate structures.
| * | | | Add main instance to internal MainServer.m_Servers list to simplify internal ↵Justin Clark-Casey (justincc)2012-06-155-22/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | logic. This does require the server to be added before it is set as the main Instance
| * | | | minor: Tell user the current debug http level if "debug http" console ↵Justin Clark-Casey (justincc)2012-06-151-3/+11
| | | | | | | | | | | | | | | | | | | | command is executed without a level parameter
| * | | | When setting debug http level, do this for all known http servers, not just ↵Justin Clark-Casey (justincc)2012-06-153-22/+41
| | | | | | | | | | | | | | | | | | | | the main instance.
| * | | | Make XMLRPCModule use an existing HTTP server if one already exists on the ↵Justin Clark-Casey (justincc)2012-06-151-4/+5
| | | | | | | | | | | | | | | | | | | | desired port.
| * | | | Get rid of some unnecessary null checks in ↵Justin Clark-Casey (justincc)2012-06-152-13/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RegionApplicationBase.StartupSpecific() - a constructor can never return null. Also adds some method doc to MainServer
| * | | | minor: Extend 'debug http' usage statement to 0..3 from 0..2Justin Clark-Casey (justincc)2012-06-141-1/+1
| | | | |
| * | | | Shuffle "debug http" levels so that 1 and 2 now cause different levels of ↵Justin Clark-Casey (justincc)2012-06-142-12/+32
| | | | | | | | | | | | | | | | | | | | warn to be logged if we receive invalid xml for xmlrpc.
* | | | | Merge branch 'master' into careminsterMelanie2012-06-152-1/+15
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
| * | | | Fix a regression in BaseHttpServer.HandleXmlRpcRequests() from recent c6e3752Justin Clark-Casey (justincc)2012-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Accidentally make responseString null by default instead of String.Empty. It needs to be something in case the XmlRpcRequest deserialize throws an exception due to bad xml (a failure which we silently swallow!)
| * | | | Fix very recent regression in 917d753 where I put the ++updatesThisCall ↵Justin Clark-Casey (justincc)2012-06-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | outside the batching part of ProcessEntityUpdates() This stopped any batching happening and since this method is called periodically updates were sent very slowly
| * | | | If we're going to discard a terse update block because it's now someone ↵Justin Clark-Casey (justincc)2012-06-141-2/+4
| | | | | | | | | | | | | | | | | | | | else's hud, then don't still add it to the list of blocks for the update message.
| * | | | correct wrong incomplete comment from previous commit 3c3ea19 in ↵Justin Clark-Casey (justincc)2012-06-141-1/+2
| | | | | | | | | | | | | | | | | | | | AttachmentsModule
| * | | | Fix a bug where scene objects attached as HUDs through scripts would not ↵Justin Clark-Casey (justincc)2012-06-141-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disappear for other avatars. We do this by sending a kill message for that object to all other avatars apart from the one that has the hud.
| * | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-06-141-4/+29
| |\ \ \ \
| * | | | | Fix a race condition where an object update for a hud could be sent to ↵Justin Clark-Casey (justincc)2012-06-141-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-owner avatars if the hud was attached directly from within the region. If this happens, then the non-owners would see unremovable huds that they did not own until relog, and sometimes even beyond that. This was due to a race between the entity update and the attachment code when moving an object from within scene to a hud.
* | | | | | Merge branch 'master' into careminsterMelanie2012-06-140-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix not sending TransferInfo when an asset is not found. This clogsMelanie2012-06-141-4/+29
| |/ / / / | | | | | | | | | | | | | | | up the sound pipeline in the viewer.
* | | | | Merge branch 'master' into careminsterMelanie2012-06-144-8/+21
|\ \ \ \ \ | |/ / / /
| * | | | Add SOG.HasPrivateAttachmentPoint to tell if a SOG has a private attachment ↵Justin Clark-Casey (justincc)2012-06-143-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | point. HUDs attachment points are private. Change SOP.SendFullUpdateToClient() and SoundModule.PlayAttachedSound() to use this rather than different magic number formulations. This also corrects a bug in PlayAttachedSound() where the code assumed that all attachment points over 30 were HUDs. It appears this is no longer true with Neck and Root (Avatar Center)
| * | | | minor: remove unnecessary IsAttachment = false setting for new object in ↵Justin Clark-Casey (justincc)2012-06-141-1/+0
| | | | | | | | | | | | | | | | | | | | UploadObjectAssetModule, property always starts as false
* | | | | Merge branch 'master' into careminsterMelanie2012-06-149-24/+60
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * | | | minor: refactor part of LLClientView.ProcessEntityUpdates() to remove ↵Justin Clark-Casey (justincc)2012-06-131-5/+7
| | | | | | | | | | | | | | | | | | | | duplicate code
| * | | | Remove long obsolete and unused IClientAPI.KillEndDone()Justin Clark-Casey (justincc)2012-06-135-19/+0
| | | | |
| * | | | Add ObjectUpdate as one of the packets that can be screened out when setting ↵Justin Clark-Casey (justincc)2012-06-131-1/+2
| | | | | | | | | | | | | | | | | | | | debug packet level
| * | | | In the osGetGrid functions, if the [GridInfo] section does not exist then ↵Justin Clark-Casey (justincc)2012-06-131-1/+6
| | | | | | | | | | | | | | | | | | | | return "Configuration Error", as already happens if there is no GridInfoURI
| * | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-06-132-100/+349
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2012-06-131-0/+4
| | |\ \ \ \
| | | * | | | Add the updated OpenSimDefaults.ini for the prior timer_Interval patch.BlueWall2012-06-121-0/+4
| | | | | | |
| | * | | | | Committing the Avination implementation of llCastRay. This is a complete rewriteMelanie2012-06-131-100/+345
| | |/ / / / | | | | | | | | | | | | | | | | | | wich does it's thing independently of physics. Enjoy!
| * | | | | Add "deregister region" by uuid command to grid service to allow manual ↵Justin Clark-Casey (justincc)2012-06-131-0/+45
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | deregistration of simulators. Useful if a simulator has crashed without removing its regions and those regions have been reconfigured differently
* | | | | Merge branch 'master' into careminsterMelanie2012-06-138-317/+175
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
| * | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-06-131-1/+6
| |\ \ \ \