Age | Commit message (Collapse) | Author |
|
|
|
|
|
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!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
is no longer highlighted in the new folder.
|
|
|
|
|
|
when you leave group
|
|
|
|
|
|
|
|
constant treated as string. Adding logging of unrecognised token groups.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
signalling arrival of Syntax file from capability.
|
|
|
|
|
|
|