Home
last modified time | relevance | path

Searched refs:tERR_ERROR_INT (Results 1 – 11 of 11) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tools/
H A DtError.h44 …Y( x ) { if ( !( x ) ){ char const * mess = "Assertion " #x " failed"; tERR_ERROR_INT( mess ); } }
64 …T( x ) { if ( !( x ) ){ char const * mess = "Assertion " #x " failed"; tERR_ERROR_INT( mess ); } }
66 …L( x ) { if ( !( x ) ){ char const * mess = "Assertion " #x " failed"; tERR_ERROR_INT( mess ); } }
106 #define tERR_ERROR_INT(mess) { std::ostringstream s; s << "Internal error in " << __PRETTY_FUNCTIO… macro
H A DtHeap.cpp68 tERR_ERROR_INT("Error in lower/upper " << i << "!"); in CheckHeap()
71 tERR_ERROR_INT("Heap structure corrupt!"); in CheckHeap()
74 tERR_ERROR_INT("Heap list structure corrupt!"); in CheckHeap()
164tERR_ERROR_INT("Element is not in this heap! (Note: this usually is a followup error when the syst… in Remove()
190tERR_ERROR_INT("Element is not in this heap! (Note: this usually is a followup error when the syst… in Replace()
H A DtArray.h141 tERR_ERROR_INT("Range error;accesed negative element " << i );
163 if (i<0) {tERR_ERROR_INT("Range error;accesed negative element " << i )}
165 {tERR_ERROR_INT("Range error;accesed element "
H A DtList.h133 tERR_ERROR_INT("Corrupted list structure!"); in Remove()
137 tERR_ERROR_INT("Corrupted list structure!"); in Remove()
H A DtMemManager.cpp745 tERR_ERROR_INT("Error in lower/upper " << i << "!"); in CheckHeap()
748 tERR_ERROR_INT("Heap structure corrupt!"); in CheckHeap()
815 tERR_ERROR_INT("Element is not in this heap!"); in Remove()
841 tERR_ERROR_INT("Element is not in this heap!"); in Replace()
H A DtLocale.cpp150 tERR_ERROR_INT("Language " << name << " not found."); in FindStrict()
557 tERR_ERROR_INT("Locale Recursion!"); in operator const char*()
H A DtConfiguration.cpp391 tERR_ERROR_INT("Two tConfItems with the same name " << t << "!"); in tConfItemBase()
412 tERR_ERROR_INT("Two tConfItems with the same name " << t << "!"); in tConfItemBase()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DeGrid.cpp901 tERR_ERROR_INT("Point " << *start << " does not have a eFace in direction " in DrawLine()
910 tERR_ERROR_INT("currentEdge not correct!"); in DrawLine()
1606 tERR_ERROR_INT("We shound never get here!"); in DrawLine()
1638 tERR_ERROR_INT("I told you not to split that!"); in Split()
1652 tERR_ERROR_INT("I told you not to split that!"); in Split()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/network/
H A DnNetwork.cpp1155 tERR_ERROR_INT("floating ePoint format does not work!"); in operator <<()
1229 tERR_ERROR_INT("Floating ePoint tranfer failure!"); in operator <<()
1255 tERR_ERROR_INT("Floating ePoint tranfer failure!"); in operator <<()
H A DnNetObject.cpp495 tERR_ERROR_INT("Not enough nNetObject IDs to distribute. Sorry!\n"); in next_free()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgGame.cpp2981 tERR_ERROR_INT("Someone messed with the camera!"); in NetSync()