Changed: #825 Remove all warnings when compiling Ryzom
This commit is contained in:
parent
c03110acdf
commit
665873a2f8
26 changed files with 26 additions and 160 deletions
|
@ -1973,7 +1973,7 @@ void CPSConstraintMesh::newElement(const CPSEmitterInfo &info)
|
||||||
NL_PS_FUNC(CPSConstraintMesh_newElement)
|
NL_PS_FUNC(CPSConstraintMesh_newElement)
|
||||||
newSizeElement(info);
|
newSizeElement(info);
|
||||||
newPlaneBasisElement(info);
|
newPlaneBasisElement(info);
|
||||||
// TODO : avoid code cuplication with CPSFace ...
|
// TODO : avoid code duplication with CPSFace ...
|
||||||
const uint32 nbConf = (uint32)_PrecompBasis.size();
|
const uint32 nbConf = (uint32)_PrecompBasis.size();
|
||||||
if (nbConf) // do we use precomputed basis ?
|
if (nbConf) // do we use precomputed basis ?
|
||||||
{
|
{
|
||||||
|
|
|
@ -2326,9 +2326,9 @@ namespace NLNET
|
||||||
// recall the dump for the module class
|
// recall the dump for the module class
|
||||||
NLMISC_CLASS_COMMAND_CALL_BASE(CModuleBase, dump);
|
NLMISC_CLASS_COMMAND_CALL_BASE(CModuleBase, dump);
|
||||||
|
|
||||||
log.displayNL("------------------------------");
|
log.displayNL("-----------------------------");
|
||||||
log.displayNL("Dumping gateway information :");
|
log.displayNL("Dumping gateway information :");
|
||||||
log.displayNL("------------------------------");
|
log.displayNL("-----------------------------");
|
||||||
|
|
||||||
log.displayNL("The gateway has %u locally plugged module :", _PluggedModules.getAToBMap().size());
|
log.displayNL("The gateway has %u locally plugged module :", _PluggedModules.getAToBMap().size());
|
||||||
{
|
{
|
||||||
|
|
|
@ -271,13 +271,6 @@ public:
|
||||||
/*
|
/*
|
||||||
* CSurfElement methods
|
* CSurfElement methods
|
||||||
*
|
*
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -401,21 +394,9 @@ CAABBox NLPACS::CSurfElement::getBBox() const
|
||||||
return box;
|
return box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CComputableSurfaceBorder methods implementation
|
* CComputableSurfaceBorder methods implementation
|
||||||
*
|
*
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void NLPACS::CComputableSurfaceBorder::dump()
|
void NLPACS::CComputableSurfaceBorder::dump()
|
||||||
|
@ -502,34 +483,9 @@ void NLPACS::CComputableSurfaceBorder::smooth(float val)
|
||||||
nlinfo("smoothed border %d-%d: %d -> %d", Left, Right, before, after);
|
nlinfo("smoothed border %d-%d: %d -> %d", Left, Right, before, after);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CComputableSurface methods implementation
|
* CComputableSurface methods implementation
|
||||||
*
|
*
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
void NLPACS::CComputableSurface::followBorder(CZoneTessellation *zoneTessel, CSurfElement *first, uint edge, uint sens, vector<CVector> &vstore, bool &loop)
|
void NLPACS::CComputableSurface::followBorder(CZoneTessellation *zoneTessel, CSurfElement *first, uint edge, uint sens, vector<CVector> &vstore, bool &loop)
|
||||||
{
|
{
|
||||||
|
|
|
@ -86,6 +86,7 @@ const char *CBodyToBoneSheet::getBoneName(BODY::TBodyPart part, BODY::TSide side
|
||||||
case BODY::HHands: return ClientSheetsStrings.get(side == BODY::Left ? LeftHand : RightHand);
|
case BODY::HHands: return ClientSheetsStrings.get(side == BODY::Left ? LeftHand : RightHand);
|
||||||
case BODY::HLegs: return ClientSheetsStrings.get(side == BODY::Left ? LeftLeg : RightLeg);
|
case BODY::HLegs: return ClientSheetsStrings.get(side == BODY::Left ? LeftLeg : RightLeg);
|
||||||
case BODY::HFeet: return ClientSheetsStrings.get(side == BODY::Left ? LeftFoot : RightFoot);
|
case BODY::HFeet: return ClientSheetsStrings.get(side == BODY::Left ? LeftFoot : RightFoot);
|
||||||
default: return NULL;
|
default: break;
|
||||||
}
|
}
|
||||||
|
return NULL;
|
||||||
}
|
}
|
|
@ -1454,5 +1454,3 @@ void CFarTP::farTPmainLoop()
|
||||||
if(welcomeWindow)
|
if(welcomeWindow)
|
||||||
initWelcomeWindow();
|
initWelcomeWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -157,4 +157,3 @@ EGSPD::CPeople::TPeople CHairSet::getPeopleFromHairItemID(uint id) const
|
||||||
}
|
}
|
||||||
return EGSPD::CPeople::EndPeople;
|
return EGSPD::CPeople::EndPeople;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2088,6 +2088,7 @@ bool SBagOptions::canDisplay(CDBCtrlSheet *pCS) const
|
||||||
if (pIS->Id.toString().substr(0, 6) == "rpjob_")
|
if (pIS->Id.toString().substr(0, 6) == "rpjob_")
|
||||||
bDisplay = false;
|
bDisplay = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return bDisplay;
|
return bDisplay;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -617,8 +617,8 @@ int CLuaIHM::luaMethodCall(lua_State *ls)
|
||||||
//
|
//
|
||||||
state->remove(1); // remove 'self' reference from parameters stack
|
state->remove(1); // remove 'self' reference from parameters stack
|
||||||
//
|
//
|
||||||
int numResults = 0;
|
sint numResults = 0;
|
||||||
int initialStackSize = state->getTop();
|
sint initialStackSize = state->getTop();
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// call the actual method
|
// call the actual method
|
||||||
|
|
|
@ -1029,9 +1029,7 @@ sint32 CViewRenderer::getTextureIdFromName (const string &sName) const
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
// convert to lowCase
|
// convert to lowCase
|
||||||
static string nameLwr;
|
static string nameLwr = toLower(sName);
|
||||||
nameLwr= sName;
|
|
||||||
strlwr(nameLwr);
|
|
||||||
string::size_type stripPng = nameLwr.find(".png");
|
string::size_type stripPng = nameLwr.find(".png");
|
||||||
if (stripPng != string::npos)
|
if (stripPng != string::npos)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1935,7 +1935,7 @@ void CViewText::CWord::build(const ucstring &text, uint numSpaces/*=0*/)
|
||||||
// ***************************************************************************
|
// ***************************************************************************
|
||||||
void CViewText::removeEndSpaces()
|
void CViewText::removeEndSpaces()
|
||||||
{
|
{
|
||||||
int i = (int)_Text.size()-1;
|
sint i = (sint)_Text.size()-1;
|
||||||
while ((i>=0) && ((_Text[i] < 0x20) || (_Text[i] == ' ')))
|
while ((i>=0) && ((_Text[i] < 0x20) || (_Text[i] == ' ')))
|
||||||
{
|
{
|
||||||
i--;
|
i--;
|
||||||
|
|
|
@ -653,8 +653,9 @@ bool isUserColorSupported(const CPlayerSheet &playerSheet, SLOTTYPE::EVisualSlot
|
||||||
case SLOTTYPE::FEET_SLOT: return isUserColorSupported(playerSheet.Feet);
|
case SLOTTYPE::FEET_SLOT: return isUserColorSupported(playerSheet.Feet);
|
||||||
case SLOTTYPE::RIGHT_HAND_SLOT: return isUserColorSupported(playerSheet.ObjectInRightHand);
|
case SLOTTYPE::RIGHT_HAND_SLOT: return isUserColorSupported(playerSheet.ObjectInRightHand);
|
||||||
case SLOTTYPE::LEFT_HAND_SLOT: return isUserColorSupported(playerSheet.ObjectInLeftHand);
|
case SLOTTYPE::LEFT_HAND_SLOT: return isUserColorSupported(playerSheet.ObjectInLeftHand);
|
||||||
default: return false;
|
default: break;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}// isUserColorSupported //
|
}// isUserColorSupported //
|
||||||
|
|
||||||
|
|
||||||
|
@ -1078,9 +1079,7 @@ void setCase (ucstring &str, TCaseMode mode)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case CaseNormal:
|
default:
|
||||||
break;
|
|
||||||
case CaseCount:
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1508,7 +1508,6 @@ void CSoundManager::stopEventMusic(const string &fileName, uint xFadeTime)
|
||||||
if(_AudioMixer)
|
if(_AudioMixer)
|
||||||
{
|
{
|
||||||
// if the event music is the one currently played, or if empty fileName
|
// if the event music is the one currently played, or if empty fileName
|
||||||
|
|
||||||
if(fileName.empty() || nlstricmp(_EventMusicPlayed,fileName)==0)
|
if(fileName.empty() || nlstricmp(_EventMusicPlayed,fileName)==0)
|
||||||
{
|
{
|
||||||
// stop the music
|
// stop the music
|
||||||
|
@ -1851,4 +1850,3 @@ bool CMaterialStepSounds::getSounds( TMoveType moveType, bool soft, vector<strin
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
} // getSounds //*/
|
} // getSounds //*/
|
||||||
|
|
||||||
|
|
|
@ -1153,25 +1153,3 @@ NLMISC_COMMAND(setMaxNumTimedFXs, "set the max number of timed fx that are visib
|
||||||
CTimedFXManager::getInstance().setMaxNumFXInstances(maxNumInstances);
|
CTimedFXManager::getInstance().setMaxNumFXInstances(maxNumInstances);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -283,65 +283,3 @@ public:
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue