Posted: Sun Apr 10, 2011 4:34 pm
Official forum of the Irrlicht Engine
https://irrlicht.sourceforge.io/forum/
ChaiRuiPeng wrote:http://images2.memegenerator.net/ImageM ... turama-Fry


Code: Select all
///@todo: this is a hacky fix, fix the hacky fix to fix the problem which is of causing
Probably a good thingChaiRuiPeng wrote:world will never know...
Looks like a sims mod script.Lambda wrote:This one is betterGeomaster wrote:I personally like this piece of code:^^Code: Select all
void Woman::toBathroom() { while (true) { } }![]()
Code: Select all
void CWoman::InitBathroom() { CWoman* pFriend = 0; CWoman* pHuman = CBaseHuman::FindNextHuman( EHT_GIRL ); while( pHuman ) { if( pHuman->IsFriend( this ) ) { pFriend = pHuman; break; } pHuman = CBaseHuman::FindNextHuman( EHT_GIRL ); } while( true ) { if( pFriend ) pFriend->ProcessMisteriousThings(); ProcessMisteriousThings(); } } void CWoman::ProcessMisteriousThings() { //! Who knows... }
Code: Select all
IPlatformAnimatorVisualDebugger::getAnimator()
idk about a bullet, if one class injects into another I image the worst that would happen is a BSOD and maybe loss of unsaved work.. but when you compile with an IDE is saves at compile time and that code wouldn't do anything until it were executed anyway. I'm not sure how that's funny either, must have to have been there or care or something.ChaiRuiPeng wrote:tonight i feel i dodged a bullet![]()
look at this method
well IPlatformAnimatorVisualDebugger is kind of an injective class, draws lines to oultine animation paths, dervied from ISceneNode. good thing i made it getAnimator() and not getAnimators(), since that is an irrlicht method and could cause mayhem.. when some irrlicht internals call that...Code: Select all
IPlatformAnimatorVisualDebugger::getAnimator()
![]()
i dont know how thats funny but i laughed creepy when i realized i should make that method name more specific to my class. now off to go eat breakfast.. or a midnight snack... or whatever time it is..
EDIT: probbly good time for sleep too
Code: Select all
bool Me::WakeUp()
{
if(m_bladder->IsFull())
GoPee();
WashFace();
return true;
}
I've actually solved some really nasty bugs in my dreams, and amazingly enough the fixes used in the dream mostly work in real life tookazymjir wrote:I see that not only I dream about code
I know thatRadikalizm wrote:I've actually solved some really nasty bugs in my dreams, and amazingly enough the fixes used in the dream mostly work in real life tookazymjir wrote:I see that not only I dream about code