Search found 27 matches

by cncr04s
Fri Dec 11, 2015 4:47 am
Forum: News
Topic: Friday Facts #115 - The power switch
Replies: 66
Views: 54534

Re: Friday Facts #115 - The power switch

If I make a change, only the changed c++ file gets re-built, and it just relinks. Takes all of a few seconds. I have 1.1MB of code, not as much as factorio but..
header changes.. well depends on which header and how many other objects it effects.
by cncr04s
Fri Dec 04, 2015 9:57 pm
Forum: News
Topic: Friday Facts #115 - The power switch
Replies: 66
Views: 54534

Re: Friday Facts #115 - The power switch

I'd go with some of the suggestions already, more hardware, better compile options, header optimizations. I'm anti-boost. The whole library sucks to be honest. I write my own stuff, I try not to use some one elses code. But if your set on using boost, then just cut and paste the classes that you use...
by cncr04s
Sat Oct 31, 2015 4:26 pm
Forum: Won't fix.
Topic: [0.12.x] [Michal] Game not detecting GPU properly when not using opengl
Replies: 15
Views: 24000

Re: [0.12.x] Game not detecting GPU properly when not using opengl

I've been using .12.2
All the recent versions since that one, the game is very choppy. I'm not sure what they did to make it like that, it's unplayable =(
by cncr04s
Sat Oct 17, 2015 8:07 pm
Forum: News
Topic: Friday Facts #108 - Unexpected Features
Replies: 74
Views: 51172

Re: Friday Facts #108 - Unexpected Features

You should be using %f at least... not %g
Though on the other hand, if you use C++ output methods instead of C. you should run into greater compatibility across platforms.
by cncr04s
Mon Oct 05, 2015 1:45 am
Forum: News
Topic: Friday Facts #106 - Brain satisfaction tool
Replies: 41
Views: 42332

Re: Friday Facts #106 - Brain satisfaction tool

I've lost interest in playing altogether. I've done pretty much all there is to do with the game already - there is not enough new content to bring me back. I do agree with all the bug fixing that is going on, I applaud. I await such time that the devs have to sit down and really think about the dir...
by cncr04s
Sat Sep 26, 2015 4:55 pm
Forum: News
Topic: Friday Facts #105 - The Grey Zone
Replies: 48
Views: 42786

Re: Friday Facts #105 - The Grey Zone

I don't think releasing on steam is going to be a benefit to the game all that much. All to frequently, I see big game launches on steam that look like they have had millions of dollars of investment into developing the game/story/graphics/engine etc.. but have low numbers of purchases even after we...
by cncr04s
Wed Aug 19, 2015 4:03 pm
Forum: Resolved Problems and Bugs
Topic: [0.12.1] A blocking operation was interrupted by a call to WSACancelBlockingCall.
Replies: 4
Views: 3394

Re: [0.12.1] A blocking operation was interrupted by a call to WSACancelBlockingCall.

Blocking in a Winsock call has nothing to do with your firewall. Blocking is the method of waiting for the response from the other peer. It waits there, aka blocks execution. The fact that it was a sento is unusual, however if this happens often it is likely to need some care to handle that exceptio...

Go to advanced search