Age | Commit message (Collapse) | Author |
|
success notification
|
|
|
|
|
|
service host location as needed.
|
|
|
|
|
|
|
|
missing code block from previous change as per Dave P's advice
|
|
|
|
|
|
on state changes. Instead it returns true if the user successfully connected and false if the user successfully disconnected.
|
|
|
|
|
|
bullet-proof. Reviewed by Kelly
|
|
|
|
|
|
|
|
|
|
10.6.8 nV driver issues
|
|
goes blank if location is selected and a menu item is seleted
|
|
|
|
setting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
srgb_mac version of the shader
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mac GLSL compiler
|
|
mac GLSL compiler
|
|
|
|
viewer_manifest.py uses its base-class llmanifest.LLManifest.put_in_file()
method to create several different files in the install image being
marshalled. I based the logic to create settings_install.xml on that example.
Unfortunately I failed to notice that after every existing call, the script
also explicitly appended the newly-created file to self.file_list... which
only matters on Windows. file_list is fed to the NSIS installer.
Change put_in_file() method to implicitly append to self.file_list.
Change every existing viewer_manifest.py call to pass new put_in_file(src=)
param instead of explicitly appending to self.file_list.
|
|
|
|
|
|
The comment advises grepping for "Global" rather than specifically pointing to
llcontrol.cpp because that's NOT the only place that relies on the name
"Global"! Besides, by the time someone does want to change the name, still
other such dependencies could've crept in.
|
|
|
|
|