| Commit message (Expand) | Author | Files | Lines |
2012-07-11 | Add regression TestRezScriptedAttachmentsFromInventory() though this currentl... | Justin Clark-Casey (justincc) | 1 | -1/+26 |
2012-07-11 | remove expensive and leaked ( in Xengine at least) SayShout timer and | UbitUmarov | 1 | -5/+23 |
2012-07-11 | ubitODE leaks | UbitUmarov | 3 | -25/+33 |
2012-07-11 | Melanie fix: detach SOGs from backup on linking | UbitUmarov | 1 | -0/+2 |
2012-07-10 | If a part has a sit target and an avatar is already sitting, allow another av... | Justin Clark-Casey (justincc) | 1 | -7/+4 |
2012-07-10 | refactor: move management of SOP.SitTargetAvatar into SOP.AddSittingAvatar() ... | Justin Clark-Casey (justincc) | 2 | -5/+6 |
2012-07-10 | Revert "refactor: Add SOP.IsSitTargetOccupied to improve readability" | Justin Clark-Casey (justincc) | 2 | -8/+3 |
2012-07-10 | refactor: Add SOP.IsSitTargetOccupied to improve readability | Justin Clark-Casey (justincc) | 2 | -3/+8 |
2012-07-10 | refactor: use sit orientation argument passed in to SP.SendSitResponse() rath... | Justin Clark-Casey (justincc) | 1 | -4/+2 |
2012-07-10 | Move common code to detect whether a part has a valid sit target into a SOP p... | Justin Clark-Casey (justincc) | 2 | -30/+20 |
2012-07-10 | Remove log line accidentally left in SP.SendSitResponse() | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-07-10 | Disable logging in regression test in OSSL_ApiAttachmentTests | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-07-10 | Fix recent SOP.GetSittingAvatars() to return null if there are no sitting ava... | Justin Clark-Casey (justincc) | 2 | -6/+32 |
2012-07-10 | When an attachment is detached to inv or derezzed, stop the scripts, update t... | Justin Clark-Casey (justincc) | 5 | -13/+110 |
2012-07-10 | If a script is being stopped manually, then give the scriptpool thread 1 seco... | Justin Clark-Casey (justincc) | 1 | -1/+5 |
2012-07-10 | console region restart: Let Xengine not cry all over the place with | UbitUmarov | 1 | -6/+10 |
2012-07-10 | lltargetomega efective spinrate now multiplied by gain ( need check ) | UbitUmarov | 1 | -0/+1 |
2012-07-10 | let SOP AngularVelocity set physics actor angular velocity if it's | UbitUmarov | 1 | -1/+9 |
2012-07-10 | more work on llSetAngularVelocity() | UbitUmarov | 2 | -4/+29 |
2012-07-10 | let rotationVelocity or AngularVelocity be setted on prims. Limited to | UbitUmarov | 1 | -19/+46 |
2012-07-09 | This script allows an object to be attached directly from prim inventory to a... | Justin Clark-Casey (justincc) | 4 | -5/+96 |
2012-07-09 | Don't allow a prim to be sat upon if its part of an attachment | Justin Clark-Casey (justincc) | 1 | -0/+9 |
2012-07-09 | Do not allow a script to attach a prim if its being sat upon. | Justin Clark-Casey (justincc) | 5 | -9/+162 |
2012-07-09 | retry fixing ode getconfiguration() | UbitUmarov | 1 | -1/+8 |
2012-07-09 | fix ode getconfiguration | UbitUmarov | 2 | -2/+2 |
2012-07-09 | log ODE lib configuration | UbitUmarov | 1 | -3/+7 |
2012-07-09 | fix ODE dispose plus minor clean. On regions restart ode.dispose seems | UbitUmarov | 1 | -15/+43 |
2012-07-08 | Reinstate parallel fetching of residents and remove a left over return from d... | Melanie | 1 | -5/+7 |
2012-07-08 | Revamp map block sending to eliminate overload of the grid server connection | Melanie | 2 | -98/+204 |
2012-07-08 | Instead of sending 20 records in 2 packets, send just one as we intended in t... | Melanie | 1 | -1/+1 |
2012-07-08 | Address map lag issue seen with non-avination viewers | Melanie | 2 | -261/+257 |
2012-07-07 | Change semantics of FromXML on vehicle data to make the serializer a bit cleaner | Melanie | 2 | -7/+19 |
2012-07-07 | fix vehicle to XML string | UbitUmarov | 1 | -7/+13 |
2012-07-07 | ODE turn off material dependent friction while vehicle linear motor is Effect... | UbitUmarov | 3 | -5/+9 |
2012-07-07 | Add saving vehicle physics data to the database | Melanie | 3 | -25/+56 |
2012-07-07 | minor: rearrange INITIALIZATION COMPLETE log message so that it's clear init ... | Justin Clark-Casey (justincc) | 1 | -3/+2 |
2012-07-07 | minor: remove some recent mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-07-07 | Remove duplicate Warp3DImageModule entry in CoreModulePlugin.addin.xml | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2012-07-07 | minor: Make WORLD MAP category log lines consistent | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2012-07-07 | minor: Get RegionReady module to shout initialization complete status to draw... | Justin Clark-Casey (justincc) | 1 | -1/+3 |
2012-07-07 | Remove redundant SetScene() function in Scene.AddSceneObject() | Justin Clark-Casey (justincc) | 5 | -25/+13 |
2012-07-06 | Remove now duplicate interregion object check that should have been removed a... | Justin Clark-Casey (justincc) | 1 | -12/+0 |
2012-07-06 | minor: Remove some wrong comments in attachments regression tests | Justin Clark-Casey (justincc) | 1 | -2/+0 |
2012-07-06 | Clean up collision reporting code so they are properly passed to | Robert Adams | 4 | -58/+107 |
2012-07-06 | Add assert to attachment regression tests to check that number of objects in ... | Justin Clark-Casey (justincc) | 3 | -5/+38 |
2012-07-06 | Mantis 6077 trim NPC chat on channel zero. | Talun | 1 | -0/+8 |
2012-07-06 | Mantis 6063 osNpcTouch. | Talun | 6 | -0/+98 |
2012-07-06 | Pull prim crossing/teleport checks up into Scene.IncomingCreateObject() from ... | Justin Clark-Casey (justincc) | 1 | -14/+27 |
2012-07-06 | refactor: extract method UpdateUserInventoryWithAttachment() from AttachObjec... | Justin Clark-Casey (justincc) | 1 | -29/+38 |
2012-07-06 | added llSetVelocity. will refuse to work on vehicles and on attachments ( th... | UbitUmarov | 4 | -1/+57 |