mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: minor changes
This commit is contained in:
parent
dca0bac052
commit
ac68c846cf
1 changed files with 2 additions and 61 deletions
|
@ -338,14 +338,7 @@ namespace NLGUI
|
||||||
#ifdef LOG_DL
|
#ifdef LOG_DL
|
||||||
nlwarning("Init Image Download");
|
nlwarning("Init Image Download");
|
||||||
#endif
|
#endif
|
||||||
/*
|
|
||||||
// Get current flag
|
|
||||||
int tmpFlag = _CrtSetDbgFlag( _CRTDBG_REPORT_FLAG );
|
|
||||||
// Turn on leak-checking bit
|
|
||||||
tmpFlag |= _CRTDBG_CHECK_ALWAYS_DF;
|
|
||||||
// Set flag to the new value
|
|
||||||
_CrtSetDbgFlag( tmpFlag );
|
|
||||||
*/
|
|
||||||
string pathName = "cache";
|
string pathName = "cache";
|
||||||
if ( ! CFile::isExists( pathName ) )
|
if ( ! CFile::isExists( pathName ) )
|
||||||
CFile::createDirectory( pathName );
|
CFile::createDirectory( pathName );
|
||||||
|
@ -628,32 +621,6 @@ namespace NLGUI
|
||||||
curl_multi_cleanup(MultiCurl);
|
curl_multi_cleanup(MultiCurl);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
void dolibcurltest()
|
|
||||||
{
|
|
||||||
nlwarning("start libcurl test");
|
|
||||||
|
|
||||||
initImageDownload();
|
|
||||||
|
|
||||||
addImageDownload("http://www.ryzom.com/en/");
|
|
||||||
addImageDownload("http://www.ryzom.com/fr/");
|
|
||||||
addImageDownload("http://www.ryzom.com/de/");
|
|
||||||
|
|
||||||
do
|
|
||||||
{
|
|
||||||
checkImageDownload();
|
|
||||||
nlwarning("continue to sleep");
|
|
||||||
nlSleep(300);
|
|
||||||
}
|
|
||||||
while(RunningCurls);
|
|
||||||
|
|
||||||
releaseImageDownload();
|
|
||||||
|
|
||||||
nlwarning("end libcurl test");
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
class CGroupListAdaptor : public CInterfaceGroup
|
class CGroupListAdaptor : public CInterfaceGroup
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -726,10 +693,6 @@ namespace NLGUI
|
||||||
|
|
||||||
// Build a UTF8 string
|
// Build a UTF8 string
|
||||||
string inputString(buf, buf+len);
|
string inputString(buf, buf+len);
|
||||||
// inputString.resize (len);
|
|
||||||
// uint i;
|
|
||||||
// for (i=0; i<(uint)len; i++)
|
|
||||||
// inputString[i] = buf[i];
|
|
||||||
|
|
||||||
if (_ParsingLua && _TrustedDomain)
|
if (_ParsingLua && _TrustedDomain)
|
||||||
{
|
{
|
||||||
|
@ -747,7 +710,6 @@ namespace NLGUI
|
||||||
ucstring tmp;
|
ucstring tmp;
|
||||||
tmp.reserve(len);
|
tmp.reserve(len);
|
||||||
uint ucLen = (uint)inputUCString.size();
|
uint ucLen = (uint)inputUCString.size();
|
||||||
//uint ucLenWithoutSpace = 0;
|
|
||||||
for (uint i=0; i<ucLen; i++)
|
for (uint i=0; i<ucLen; i++)
|
||||||
{
|
{
|
||||||
ucchar output;
|
ucchar output;
|
||||||
|
@ -768,22 +730,7 @@ namespace NLGUI
|
||||||
if (keep)
|
if (keep)
|
||||||
{
|
{
|
||||||
tmp.push_back(output);
|
tmp.push_back(output);
|
||||||
/*
|
}
|
||||||
// Break if the string is more than 50 chars long without space
|
|
||||||
if (output != ucchar(' '))
|
|
||||||
{
|
|
||||||
ucLenWithoutSpace++;
|
|
||||||
if (ucLenWithoutSpace == 50)
|
|
||||||
{
|
|
||||||
tmp.push_back(ucchar(' '));
|
|
||||||
ucLenWithoutSpace = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
ucLenWithoutSpace = 0;
|
|
||||||
}
|
|
||||||
*/ }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!tmp.empty())
|
if (!tmp.empty())
|
||||||
|
@ -1199,7 +1146,6 @@ namespace NLGUI
|
||||||
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case HTML_DIV:
|
case HTML_DIV:
|
||||||
{
|
{
|
||||||
_BlockLevelElement.push_back(true);
|
_BlockLevelElement.push_back(true);
|
||||||
|
@ -1286,7 +1232,6 @@ namespace NLGUI
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case HTML_FONT:
|
case HTML_FONT:
|
||||||
{
|
{
|
||||||
bool found = false;
|
bool found = false;
|
||||||
|
@ -1602,9 +1547,6 @@ namespace NLGUI
|
||||||
getParagraph()->addChild (buttonGroup);
|
getParagraph()->addChild (buttonGroup);
|
||||||
paragraphChange ();
|
paragraphChange ();
|
||||||
}
|
}
|
||||||
|
|
||||||
// addButton (CCtrlTextButton::PushButton, name, normal, pushed.empty()?normal:pushed, over,
|
|
||||||
// globalColor, "html_submit_form", param.c_str(), tooltip);
|
|
||||||
}
|
}
|
||||||
else if (type == "text")
|
else if (type == "text")
|
||||||
{
|
{
|
||||||
|
@ -5829,7 +5771,6 @@ namespace NLGUI
|
||||||
{
|
{
|
||||||
std::string ret;
|
std::string ret;
|
||||||
sint32 number = Value;
|
sint32 number = Value;
|
||||||
bool upper = false;
|
|
||||||
|
|
||||||
if (Type == "disc")
|
if (Type == "disc")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue