Tahsin
Tahsin
very nice addition we could set | as a linebreak here or we need to solve the pesky strings being cut off by n3ui
Well tbh i stumbled upon this repo just today and I don't have nanodbc myself. I have a active subscription to chatgpt 4-o model and thought hey maybe I can...
@carculator You can write a helper function that automatically fetches it by calling getsqldata right before you do a NULL check if that is what you really want. Other than...
This part fixes the item groups, it seems like they have removed random creation of items and replaced it with itemgroups so therefore we have to consider itemdrop 1 as...
> @UTengine fix code formatting issues ;)  Format has been ran
 
I wouldn't mind but this is typical korean RNG. If we add specific drop rates in there it will require additional work not just code but also DB wise. But...
tbh it should just randomly select one from the row, this requires so much work db wise
Does the GetSystemMetrics scale with dpi? Does it even return the correct sized acquainted for 3d styles like aero and glass themes? iWidth = rect.right + GetSystemMetrics(SM_CXFRAME)*2.f;
> if (!spItem->pItemBasic->szRemark.empty()) { // szRemark is not empty, proceed with setting it m_pStr[iIndex]->SetStyle(UI_STR_TYPE_HALIGN, UISTYLE_STRING_ALIGNCENTER); sprintf(szBuff, spItem->pItemBasic->szRemark.c_str()); m_pstdstr[iIndex] = szBuff; iIndex++; }