Search found 207 matches

by Harkonnen
Sat Jan 21, 2017 5:24 pm
Forum: General discussion
Topic: Factorio development explained in gifs
Replies: 133
Views: 312274

Re: Factorio development explained in gifs

Me optimizing belts
by Harkonnen
Sat Jan 21, 2017 4:02 pm
Forum: General discussion
Topic: Parrallel processing in games & applications
Replies: 433
Views: 201141

Re: Parrallel processing in games & applications

TL;DR: Factorio has multithreaded update since around October 2016. The code of Factorio is so clean that I managed to inject threading in roughly 2 months with seeing quite big codebase for the first time :) That implementation scales almost linearly from 1 to 2 cores. Gives an extra of 15% when j...
by Harkonnen
Mon Nov 14, 2016 12:29 pm
Forum: Resolved Problems and Bugs
Topic: [0.12.30] Blueprint preview doesn't show belt turns
Replies: 2
Views: 1441

Re: [0.12.30] Blueprint preview doesn't show belt turns

This was fixed for 0.15 for blueprint preview when you are building it (placing on the map). Preview and ghosts are still showing default sprites.
by Harkonnen
Mon Sep 19, 2016 11:37 am
Forum: Minor issues
Topic: zoom rebinding
Replies: 4
Views: 2279

Re: zoom rebinding

Solution could be in treating zoom-in/zoom-out hotkeys as mousewheel events just everywhere (and ignoring mousewheel at all if they are bound to something different). some mouses have cranky wheels which jitter all so often. some mouses have non-jittery wheels, but they still tend to scroll a little...
by Harkonnen
Sun Sep 11, 2016 11:55 am
Forum: Resolved Problems and Bugs
Topic: [13.9][Harkonnen] Server gets deselected when changing sorting
Replies: 2
Views: 2079

Re: [13.9][Harkonnen] Server gets deselected when changing sorting

Fixed for coming versions. It could also happen when changing filters. Auto-scrolling is still not implemented though. The reason - headers are scrolled away with current implementation. Auto-scrolling to new position would make sense only when header line with ordering is always on top.

Go to advanced search