IntegratedQuantum

Results 331 issues of IntegratedQuantum

This is a list of all assets(textures, models, sound/music) Cubyz already has or still needs. Make sure to check the [style restrictions](https://github.com/PixelGuys/Cubyz/blob/master/README.md#textures) of our textures before contributing. If existing, the...

enhancement
help wanted

### Zig Version 0.10.0-dev.3880+e2bb92b2e ### Steps to Reproduce Call `@floatToInt` for a `nan` value, like this: ``` const std = @import("std"); pub fn main() void { var float: f32 =...

error message

### Zig Version 0.10.0-dev.4640+20925b2f5 ### Steps to Reproduce and Observed Behavior I tried to reduce this error, but I was unable to do that. Whenever I remove too many lines...

bug

Adding an error message seems to be the only reasonable way to handle this. Otherwise we'd need to have a memory region that contains the sentinel value. However I took...

### Zig Version 0.11.0-dev.1913+95f6a5935 ### Steps to Reproduce and Observed Behavior I discovered this while investigating a compile error when trying to include `linmath.h` discovered by abcode89 on the zig...

bug

### Zig Version 0.11.0-dev.3602+387f9568a ### Steps to Reproduce and Observed Behavior The following code causes a runtime panic exclusively when linking libc: ```zig const std = @import("std"); threadlocal var x:...

bug

### Zig Version 0.11.0-dev.3655+a2f54fce5 ### Steps to Reproduce and Observed Behavior ```zig const std = @import("std"); pub fn main() !void { _ = try std.os.poll(undefined, undefined); } ``` Output: ```...

bug

### Zig Version `0.11.0-dev.3655+a2f54fce5` worked in `0.11.0-dev.3395+1e7dcaa3a` ### Steps to Reproduce and Observed Behavior ```zig const std = @import("std"); x: void, pub fn main() !void { @compileLog(@typeInfo(@This()).Struct.fields[0].name[0..]); } ``` Output:...

contributor friendly
proposal
accepted

Fixes #16095 Previously the case of signed integers was ignored ignored as "out of range" for auto-numbered enums.

### Zig Version 0.11.0-dev.1182+fd0fb26ab ### Steps to Reproduce and Observed Behavior Trying to call `Ip4Address.resolveIP` leads to a compiler error: ``` /home/mint/Downloads/zig/lib/std/net.zig:241:60: error: switch must handle all possibilities if (parse(name,...

bug
standard library