Age | Commit message (Collapse) | Author |
|
|
|
|
|
black-on-black text in various places)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
when you leave group
|
|
|
|
|
|
|
|
constant treated as string. Adding logging of unrecognised token groups.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
signalling arrival of Syntax file from capability.
|
|
|
|
Re-utilized the technique Richard put in the corner drag code.
|