Results 126 issues of Andre Weissflog

Adds my KC85 emulator project and a simple Pacman clone written in Zig: - https://github.com/floooh/kc85.zig - https://github.com/floooh/pacman.zig Also, I was wondering if it makes sense to add my Sokol library...

* [ ] since MSAA must be either on or off for all MRT render targets, the SampleCount should move from TextureOptions to PassOptions, and the glMSAARenderBuffer should not be...

- the floppy disc emulation doesn't take timing of 'phyisical components' into account (e.g. all seek times are 'immediate'), this causes some demos to temporarily speed up during disc loading...

...the CPC numberpad keys should be mapped to PC numberpad keys....

enhancement

See: * https://twitter.com/petrih3/status/1218081532717543425 * http://sleepingelephant.com/ipw-web/bulletin/bb/viewtopic.php?f=11&t=8733&start=210 * http://www.pelulamu.net/pwp/vic20/waveforms.txt

bug

The problem are shift-combinations like here: https://github.com/floooh/chips-test/blob/f63750b9195e0bc2cc7ba01eccadce00d7e55680/examples/sokol/kc85.c#L252 If the keydown happened with shift, and the keyup without shift (or vice versa), then the key will get stuck. Especially with the...

bug

...instead of delaying the cmake target creating the the ```fips_end_*()``` function, an empty target is now created in the ```fips_begin_*()``` macros, and adding sources, options, dependencies etc is now directly...

See here: https://github.com/floooh/fips/blob/2b42c3408088a8f3bf94789169183a868f33819d/mod/tools/cmake.py#L89 The code assumes that all builds on Windows are done with Visual Studio, and on all other platforms with a build tool which understands the ```-j``` option....

See this issue for details: https://github.com/floooh/fips/issues/239

enhancement

```fips config xxx``` should be a shortcut for ```fips set config xxx```, and ```fips config``` should print the currently selected build config (instead of ```fips list settings```). cc @gustavolsson Existing...