Innitial commit of experimental v2 texture system port work. Compiles and runs on windows, at least. Fixing bugs as they come.
Need to test: localassetbrowser preview related floaters hgfloatertexteditor maps media textures! Currently very hacky web browser alpha masks on avatars bumpmaps Are all sky components appearing? LLViewerDynamicTexture (texture baking, browser, animated textures, anim previews, etc) Snapshot related features Customize avatar vfs floater UI textures in general Texture priority issues
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
#include "llurlhistory.h" // OGPX : regionuri text box has a history of region uris (if FN/LN are loaded at startup)
|
||||
#include "llurlsimstring.h"
|
||||
#include "llviewerbuild.h"
|
||||
#include "llviewerimagelist.h"
|
||||
#include "llviewertexturelist.h"
|
||||
#include "llviewermenu.h" // for handle_preferences()
|
||||
#include "llviewernetwork.h"
|
||||
#include "llviewerwindow.h" // to link into child list
|
||||
@@ -456,7 +456,7 @@ LLPanelLogin::~LLPanelLogin()
|
||||
gResponsePtr->setParent( 0 );
|
||||
|
||||
//// We know we're done with the image, so be rid of it.
|
||||
//gImageList.deleteImage( mLogoImage );
|
||||
//gTextureList.deleteImage( mLogoImage );
|
||||
|
||||
if ( gFocusMgr.getDefaultKeyboardFocus() == this )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user