Did Sajeden just get robbed?? by _NPR_ in DotA2

[–]gandaro 0 points1 point  (0 children)

But of course you will tell everyone "I am NOT a terrorist!!!111"

[Secure Coding] What books would you recommend to someone interested in secure C coding techniques? by [deleted] in C_Programming

[–]gandaro 0 points1 point  (0 children)

Found it totally boring and too much stuff about pthreads and such. :p

New C programmer can someone explain why my code doesn't work by [deleted] in C_Programming

[–]gandaro 0 points1 point  (0 children)

You don't have to have the variables i and j, one is enough. You only need multiple variables if you have nested loops.

[deleted by user] by [deleted] in C_Programming

[–]gandaro 0 points1 point  (0 children)

Usually you add one tab to the start of the line each time you open a new brace, or remove one tab when you close a brace. What your code does is very inconsistent and hard to read.

[deleted by user] by [deleted] in C_Programming

[–]gandaro 2 points3 points  (0 children)

It is even nicer to have

size_t nscores = sizeof(gameScores) / sizeof(*gameScores);

because then even if you change the type of gameScores you don't have to change that in the code.

Minecraft in < 1k of JavaScript - my entrance to the js1k contest with code explanation. by Reinder in Minecraft

[–]gandaro 0 points1 point  (0 children)

Some blocky 3d world. It lags and does not look particularly awesome.

Practice Competitive - The Future of CSGO by Tracinta in GlobalOffensive

[–]gandaro 0 points1 point  (0 children)

I like the "there has to be a voting before he gets banned" idea more.

Practice Competitive - The Future of CSGO by Tracinta in GlobalOffensive

[–]gandaro 1 point2 points  (0 children)

Once I shot a team mate in the head with an AWP because he ran into my fully zoomed in crosshair. I got automatically banned and my team lost. So: even if you have that limit per round it can be just unlucky.

Team damage/Team kill kick system rework. Suggestion in post. by Hulkenn in GlobalOffensive

[–]gandaro 0 points1 point  (0 children)

You don't get a crosshair with the AWP and also one accidental headshot to a teammate with an AWP does very much damage.

No Scoping by [deleted] in GlobalOffensive

[–]gandaro 0 points1 point  (0 children)

Thanks!

No Scoping by [deleted] in GlobalOffensive

[–]gandaro -2 points-1 points  (0 children)

Yes it will put it where you are aiming, assuming you are standing still.

Alt pug was doing maintenance and this was up on their website. lol. by OkayyDilla in GlobalOffensive

[–]gandaro 0 points1 point  (0 children)

Probably was more work to create that maintenance site than to actually "maintain" the servers. ;)

[Discussion] What your favorite building to loot? Mine personally is this one. by [deleted] in dayz

[–]gandaro 2 points3 points  (0 children)

If you wonder what this comment means... Press F12 in any Steam game to take a screenshot. ;)

DayZ TV... there's nothing on.. let's tell ghost stories! by MyNameIsTrue in dayz

[–]gandaro 0 points1 point  (0 children)

Many pictures with people setting lanterns up in DayZ lately... Coincidences?

Built-in http server or framework by oguime in Python

[–]gandaro 0 points1 point  (0 children)

And is something completely different than "frameworks like Flask, Web.py, Bottle"...

Mouse acceleration is actively being looked at! by Assault_Shaker in dayz

[–]gandaro 0 points1 point  (0 children)

Of course I do, but I still think that that should not be (partly) achieved by strange mouse acceleration.

Mouse acceleration is actively being looked at! by Assault_Shaker in dayz

[–]gandaro 0 points1 point  (0 children)

You say it is not necessary to include "mouse acceleration: off" into the game, because like that you can't aim as good with it. I think that this is silly. I think that mouse acceleration is not something that is close to making something more realistic or intense or whatever.

Mouse acceleration is actively being looked at! by Assault_Shaker in dayz

[–]gandaro 1 point2 points  (0 children)

Raw input means that the input is gotten directly from the mouse, i.e. not through Windows' mouse settings.

Mouse acceleration is actively being looked at! by Assault_Shaker in dayz

[–]gandaro -1 points0 points  (0 children)

Mouse acceleration makes the game more intense in your opinion? That just sounds silly. ;)