Jump to content

Home

Funny Comments ?


Raze

Recommended Posts

Anyone found some funny comments by Raven in the source code? I've only looked at it some minutes and found these:

 

cg_main.c

//NOTE: This is used by the effect bolting which is actually not used at all. I'm fairly sure if you try to use it with vm's it will just give you total garbage. In other words, use at your own risk.

 

cg_main.c

// this is kinda dumb

 

cg_event.c

//Hopefully even if this entity is somehow removed and replaced with, say, another item, this time will have expired by the time that item needs to be picked up. Of course, it's quite possible this will fail miserably, so if you've got a better solution then please do use it.<br>

 

cg_event.c

//it isn't a hack, it's ingenuity!

 

cg_event.c

//only autoselect if not explosive ("safe")

 

cg_event.c<

//FIXME: need some sort of body impact on ground sound and maybe kick up some dust?<br>

 

g_main.c

//rww - this is an unpleasent hack

 

g_missile.c

//(to prevent giant swarms of projectiles being blocked)

 

 

 

 

Anyone else found any ?

 

 

-Raze

Link to comment
Share on other sites

This proves that Raven are l337 h4X0rz, but we knew that already. ;)

 

g_saga.c line 374

//j00 fux0red something up

 

Also...

 

cg_info.c line 97

// Draw all the status / pacifier stuff during level loading

// I know, this is total crap, but as a post release asian-hack.... -Ste

 

WTF is an asian-hack? :confused:

Link to comment
Share on other sites

i saw a lot of funny comments

sadly i do not remember any.

moreover, there are some functions like this:

 

void function1(int a, int b, int c, int used1, int used2)

{

globalvar=used1+used2;

}

 

no a,b or c

 

or something like

 

void function(int a, int b, int c, int d, int e, int f, int g)

{

return;

}

 

someone was too lazy :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...