Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-11 | go back bypassing sog updates control (test) | UbitUmarov | 1 | -12/+12 | |
2013-01-11 | update the last information sent in terse updates where they are sent to all | UbitUmarov | 1 | -10/+19 | |
clients and not only on Scheduled sends | |||||
2013-01-11 | remove redundant lastPhysGroupPos and lastPhysGroupRot checks | UbitUmarov | 1 | -16/+3 | |
in SOG Update(). rootpart does more complet checks | |||||
2013-01-11 | same for AngularVelocity. Use normal terse updates in place of sending | UbitUmarov | 1 | -10/+18 | |
imediatly. If that's good for physics, needs to be good for this | |||||
2013-01-11 | keyframe. Don't use group UpdateRotation since this enqueues a terse | UbitUmarov | 1 | -2/+6 | |
update and we are sending them imediatly | |||||
2013-01-11 | Save attachments on detach/exit if a contained script state has been changed. | Justin Clark-Casey (justincc) | 1 | -0/+3 | |
This involves making Attachments module listen for start/stop script changes. It also involves removing the script from the region on detach in the same manner as every other DeleteSceneObject() call rather than simply stopping it This is necessary tue to the bad assymetry of start and stop script triggers but it appears to be the correct behaviour anyway, as detached objects are completely gone from the sim. Not just in a state where their scripts have been stopped. | |||||
2013-01-10 | Move scene debug commands into separate module. Command changes from "debug ↵ | Justin Clark-Casey (justincc) | 1 | -94/+59 | |
scene <key> <value>" to "debug scene set <key> <value>" to accomodate future settings | |||||
2013-01-10 | refactor: route the final scene backup through the same code that handles ↵ | Justin Clark-Casey (justincc) | 1 | -10/+1 | |
periodic backup This is rather than making unnecessary duplicate checks that the SOG later performs again. | |||||
2013-01-10 | Add "debug scene pbackup true|false" console command. This enables or ↵ | Justin Clark-Casey (justincc) | 1 | -9/+30 | |
disable periodic scene backup. For debug purposes. If false, scene is still saved on shutdown. | |||||
2013-01-09 | Change IsRoot to use ReferenceEquals to prevent operator == messiness | Melanie | 1 | -1/+1 | |
2013-01-09 | Revert "Prevent empty Anim Packs" | Melanie | 1 | -12/+0 | |
This reverts commit 5561333668f61f043cdfc0733a4eb50a1bcfb14e. | |||||
2013-01-09 | Revert "Fix sequence id fr default anim" | Melanie | 1 | -1/+1 | |
This reverts commit a775931a0cec9f65748c6e20dd2695edcbe21b7f. | |||||
2013-01-08 | Fix sequence id fr default anim | Melanie | 1 | -1/+1 | |
2013-01-08 | Prevent empty Anim Packs | Melanie | 1 | -0/+12 | |
2013-01-09 | Revert "Prevent empty Anim Packs" | Melanie | 1 | -12/+0 | |
This reverts commit ab053df706055b0aa8fe2d10f89488be97d36841. | |||||
2013-01-09 | Revert "Fix sequence id fr default anim" | Melanie | 1 | -1/+1 | |
This reverts commit 8f37f2ca7edd408f30165fef9817375a9813ce90. | |||||
2013-01-08 | Fix sequence id fr default anim | Melanie | 1 | -1/+1 | |
2013-01-08 | Prevent empty Anim Packs | Melanie | 1 | -0/+12 | |
2013-01-08 | Remove now superfluous update of m_lastSize | Melanie | 1 | -3/+0 | |
2013-01-08 | also update m_lastSize in SendAvatarDataToAllAgents so more paths update | UbitUmarov | 1 | -0/+2 | |
it | |||||
2013-01-08 | Prevent avatar data from being sent during login when it's not valid and | Melanie | 2 | -2/+6 | |
crashes login on some viewers. | |||||
2013-01-08 | Revert "Remove sending AvatarData because this also happens on login, where ↵ | Melanie | 1 | -1/+9 | |
it chokes" This reverts commit d1fa650c3f16ee74cd39d9258c5ef7aa4869ca03. | |||||
2013-01-08 | Remove sending AvatarData because this also happens on login, where it chokes | Melanie | 1 | -9/+1 | |
Firestorm, Singularity and other viewers with the new appearance pipeline. | |||||
2013-01-08 | put back position and rot change check before sending releasing plane constrain | UbitUmarov | 1 | -4/+7 | |
2013-01-08 | reduce sampling of camera raycasts to previus value | UbitUmarov | 1 | -23/+26 | |
2013-01-08 | * DAnger, TEST * change camera plane collision detection. Still bounces on | UbitUmarov | 1 | -49/+59 | |
* prim edges due to camera lag | |||||
2013-01-07 | in raycast for camera exclude self detection | UbitUmarov | 1 | -3/+2 | |
2013-01-04 | Fix llGetLinkKey() to return the last sat avatar as the last link number. | Justin Clark-Casey (justincc) | 2 | -46/+68 | |
As per http://wiki.secondlife.com/wiki/LlGetLinkKey This is done by keeping a scene-object wide list of sitters. This also fixes bugs in this function where linknums 0 and 1 weren't treated properly if there were sitting avatars on a single prim. This also fixes a minor race condition for multiple concurrent sitters on a prim with no current sitters by locking on the object-wide list rather than individual sop lists Addresses http://opensimulator.org/mantis/view.php?id=6477 | |||||
2013-01-03 | check land permitions on sit target for unscripted sits | UbitUmarov | 1 | -0/+17 | |
2013-01-03 | make ResetMoveToTarget cancel any 'force' waiting to be applied to avatar | UbitUmarov | 1 | -7/+2 | |
( by the odd use of Velocity) | |||||
2013-01-03 | cancel MoveToTarget (viewer 'go here") on sits | UbitUmarov | 1 | -2/+22 | |
2013-01-02 | Fixed several problems with the Sun: some settings didn't work, or were ↵ | Oren Hurvitz | 2 | -35/+6 | |
inconsistently used. - The sun position is always calculated by combining the sun settings in the Region and Estate. This fixes the problem that 'UseEstateSun' didn't work. - To remove ambiguity, the EstateToolsSunUpdate event no longer accepts the sun's position as parameters. That's because the position is always calculated from the Region and Estate settings. - Use only the 'FixedSun' flag to determine whether the sun is fixed; not the 'UseGlobalTime' flag. - Don't change the region's 'SunPosition' field according to the sun's position: this field is used only to set the position when using a FixedSun. (The 'SunVector' field does get updated according to the sun's position in the sky) | |||||
2013-01-02 | *TEST* avatar unscripted sit. Some guessing/automation | UbitUmarov | 1 | -2/+4 | |
2012-12-28 | ScenePresence passes the avatar rotation down to the physics engine. This ↵ | Robert Adams | 1 | -0/+4 | |
will be a no-op for ODE but enables asymmetrical avatars for BulletSim. | |||||
2012-12-27 | Add check to always push terse updates for presences that have new ↵ | Robert Adams | 1 | -3/+8 | |
velocities of zero. | |||||
2012-12-21 | * Partial Commit for Avatar Appearance to include the functionality of ↵ | teravus | 1 | -10/+17 | |
Cached Bakes. | |||||
2012-12-19 | * Send an Unsolicited AgentDataUpdate packet upon Root Agent Status to ↵ | teravus | 1 | -0/+20 | |
synchronize with Agni. | |||||
2012-12-18 | Replace axis rotation numeric constants (STATUS_ROTATE_XYZ) with symbols. ↵ | Robert Adams | 2 | -6/+15 | |
Also made it so llSetStatus() can individually enable disable rotation axi using the bitmask of flags. | |||||
2012-12-18 | Fix locking for good | Melanie | 1 | -3/+3 | |
2012-12-17 | some clean up/fix | UbitUmarov | 1 | -47/+46 | |
2012-12-16 | BulletSim: experimentally remove unit displacement from prim border crossing ↵ | Robert Adams | 1 | -2/+13 | |
test. This seems to cause border crossing to be sensed either a little early or a little late depending on which directin the object is moving. If border crossings become totally borked or someone remembers why this was displacement was done, revert this change. | |||||
2012-12-17 | * TEST * unscripted sit | UbitUmarov | 1 | -174/+48 | |
2012-12-16 | Fix locking objects | Melanie | 1 | -1/+3 | |
2012-12-15 | * Fix for Prim Locking. Prior to the merge, it was just a clone of the ↵ | teravus | 1 | -4/+4 | |
root part to each of the child parts. | |||||
2012-12-15 | minor: If the physics module tells us that an object has gone out of bounds, ↵ | Justin Clark-Casey (justincc) | 1 | -2/+5 | |
more helpfully log the name, id, position and region of that object. | |||||
2012-12-14 | minor: Add commented out log lines to ScenePresenceAnimator for future debug ↵ | Justin Clark-Casey (justincc) | 1 | -1/+10 | |
use (such as logging anim pack contents sent to clients) | |||||
2012-12-14 | Fix issue where calling llVolumeDetect(FALSE) would not remove phantom flag, ↵ | Justin Clark-Casey (justincc) | 2 | -2/+42 | |
causing subsequent issues if physics was re-enabled. Added regression tests Addresses http://opensimulator.org/mantis/view.php?id=6365 | |||||
2012-12-13 | Simplify sit code a bit by determining correct animation in HandleSit ↵ | Dan Lake | 1 | -30/+6 | |
instead of HandleSitRequest. This eliminates m_nextSitAnimation, an unneeded state-saving variable in ScenePresence | |||||
2012-12-13 | right fix this time ?? | UbitUmarov | 1 | -1/+1 | |
2012-12-13 | fix the 'fix' | UbitUmarov | 1 | -2/+2 | |