VOGONS

Common searches


Search results

Display options

Re: Tim Sweeney claims that Microsoft will remove Win32

in Milliways
Also, if I were to just interpret the string as UTF-8, it would also break, because these characters would be interpreted as multi-byte sequences, since their value is > 127 (eg a strlen() for UTF-8 would give different results than a strlen() for codepage 850). This isn't true because strlen() …

Re: Tim Sweeney claims that Microsoft will remove Win32

in Milliways
So, if you have a >2TB drive, you can't describe the size of a single partition with a 32-bit LBA field. Ergo, with an MBR table, you can have a max part size of 2TB. You can have 2x 2TB partitions on a 4TB disk, but that's pretty much the end of the road. Your only alternatives are to use GPT or …

Re: Ion Fury - A new Build Engine game

in Milliways
How hard can it be to set a GNU make flag equivalent in VS... uh. Well hold up there - a make flag isn't the same thing as a preprocessor definition. Visual Studio is a compiler/editor, GNU make is a build system so they perform different functions. The VS equivalent to make would be nmake which …

Re: VIDEO Patch for pixel-perfect scaling (SDL1)

Given whole-integer scaling is straight forward, more accurate on modern high-DPI displays (versus the existing double-every Nth line method), can be implemented along side the current scaling methods without influence on their performance or function, and doesn't require exotic underlying …

Page 55 of 66