Age | Commit message (Collapse) | Author |
|
design input
|
|
|
|
black-on-black text in various places)
|
|
|
|
friends calling cards in search results.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with audio device disabled.
|
|
Trigraphs can cause some real special headaches. The only part that's annoying is the comment in newview/llimview.cpp where there's an unfortunate collision of a trigraph sequence with a character sequence that could be displayed by the viewer. Thankfully, it's only a comment!
|
|
|
|
of ui stack following bottom of window
|
|
on designer feedback.
|
|
|
|
|
|
only gestures
|
|
|
|
|
|
|
|
|
|
folder
merged InventoryCategory processing with other objects.
Removed one of explicit GiveAcceptable checks (there were three, one per step).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in world view, a double click teleport to clicked point happens under certain
circumstances
|
|
|
|
|
|
|
|
|
|
chunk of XML - crasher on login
|
|
|
|
|
|
|
|
detection as well
|
|
|
|
|
|
|
|
Two problems found in DLL involving threads. First, DllMain
was reinitializing a critical section for all entry reasons
(process attach, detach and thread attach, detach). Should
only be done on process attach. Second, static container
object was being modified and accessed without serialization.
Added some double-check locking to the initialization path
to reduce the total number of serialization calls made while
making the code thread safe.
|
|
|
|
Secondlife.log filehandle, XP Crash.
|