phoenix-firestorm/indra
Ansariel 4e3fba3cfd FIRE-12004: Extended experimental fix for attachments getting lost on TP
Apparently some recent server side change causes kill object messages for attachments
sometimes being sent after the TP has technically finished already. Currently
the experimental fix doesn't cover that case because the TP state would already be
TELEPORT_NONE. To handle this new failure case, resort to introducing a timer (yuck!)
that will prevent attachments from being detached temporarily after a TP has
finished. This basically has the same effect of enabling TP progress screens, as
it delays the finalization of TP for 2 seconds, which often seem to be enough
time prevent attachments from being detached. For now, set the timer to prevent
attachments being detached after TP to 3 seconds to test how it works out. This
not only affects attachments being falsely detached by the region, but also prevents
manual detaching during this period immediately after a TP.

The delay of this new timer can be configured via FSExperimentalLostAttachmentsFixKillDelay
debug setting.
2018-08-29 01:16:22 +02:00
..
cmake FIRE-22709: Voice not working on OpenSim. Added fix for OS X. 2018-07-08 14:54:02 -05:00
copy_win_scripts
doxygen
integration_tests
lib/python/indra
linux_crash_logger
llappearance
llaudio Backed out changeset f230e265d4bf (Fix for FIRE-11266): 2018-08-01 16:35:20 +02:00
llcharacter
llcommon Merge Firestorm LGPL 2018-07-31 23:46:20 +02:00
llcorehttp
llcrashlogger
llimage
llimagej2coj
llinventory
llkdu
llmath
llmessage
llplugin
llprimitive
llrender
llui FIRE-19933: Open context menu on context menu key press (Windows) 2018-07-13 00:31:07 +02:00
llvfs
llwindow FIRE-19933: Open context menu on context menu key press (Windows) 2018-07-13 00:31:07 +02:00
llxml
mac_crash_logger
media_plugins
newview FIRE-12004: Extended experimental fix for attachments getting lost on TP 2018-08-29 01:16:22 +02:00
test
tools
viewer_components
win_crash_logger
CMakeLists.txt
Version
edit-me-to-trigger-new-build.txt retrigger build 2018-07-29 09:49:55 -04:00
fix-incredibuild.py