Advertisement

The new site forum

Started by February 23, 2011 04:11 PM
1 comment, last by V-man 13 years, 8 months ago
I know that it has been a while since gamedev made the switch to the new forum. I've just been lazy to say anything about this problem.
I am using Firefox 3.6 (Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729))

and whenever I click on a forum topic, Firefox jams up for 3 seconds. I can see that it uses one of the CPU cores to 100% during 3 seconds.
I'm quite surprised that a web page can suck so much CPU time.

Does this happen to you guys?
What's a better browser for these forums, other than IE.

PS : I am on Windows Vista 32 bit.
Sig: http://glhlib.sourceforge.net
an open source GLU replacement library. Much more modern than GLU.
float matrix[16], inverse_matrix[16];
glhLoadIdentityf2(matrix);
glhTranslatef2(matrix, 0.0, 0.0, 5.0);
glhRotateAboutXf2(matrix, angleInRadians);
glhScalef2(matrix, 1.0, 1.0, -1.0);
glhQuickInvertMatrixf2(matrix, inverse_matrix);
glUniformMatrix4fv(uniformLocation1, 1, FALSE, matrix);
glUniformMatrix4fv(uniformLocation2, 1, FALSE, inverse_matrix);
There's a help / feedback section here for that kind of stuff :)

Everything is better with Metal.

Advertisement
I didn't want to add to that thread since it is already 24 pages long.
Sig: http://glhlib.sourceforge.net
an open source GLU replacement library. Much more modern than GLU.
float matrix[16], inverse_matrix[16];
glhLoadIdentityf2(matrix);
glhTranslatef2(matrix, 0.0, 0.0, 5.0);
glhRotateAboutXf2(matrix, angleInRadians);
glhScalef2(matrix, 1.0, 1.0, -1.0);
glhQuickInvertMatrixf2(matrix, inverse_matrix);
glUniformMatrix4fv(uniformLocation1, 1, FALSE, matrix);
glUniformMatrix4fv(uniformLocation2, 1, FALSE, inverse_matrix);

This topic is closed to new replies.

Advertisement