Jakub Czekański

Results 11 issues of Jakub Czekański

As mentioned in #28, support for different disc dump formats is a nice feature to have for end-user. As for now Avocado supports: - [x] single file .bin/.img/.iso (2352) images...

improvement

Implement support for GP0(e3/e4) commands in hardware renderer. Related: #57 Test: [gpu/clipping](https://github.com/JaCzekanski/ps1-tests/tree/master/gpu/clipping)

feature
hw_renderer

- [ ] Research how existing GPU plugins handle subpixel precision - [ ] Reimplement GTE functions using float operations - [ ] Implement fixed point -> floating point cache...

feature

- [ ] Extract Z values for vertices transformed on GTE unit into some kind of key-value storage (x,y) -> z - [ ] Add missing z values to vertices...

feature

![](https://user-images.githubusercontent.com/3386359/63705516-fde55d80-c835-11e9-9ab0-ba5273740db3.jpg) - ghc::filesystem throws "No such file or directory". - ImGui does not render unicode glyphs.

improvement
emu_crash

Memory card is saved only when quitting Avocado. To prevent loss of data it should be saved periodically when data was changed (memory card marked as "dirty").

improvement

Example: Moto Racer is running way too fast. ![2017-07-18_21h26_39](https://user-images.githubusercontent.com/3662990/28335778-d006bd80-6bff-11e7-8da2-33f1aa8aafc7.png)

## Problem Original flow of authentication using embedded Webview doesn't work for Google accounts that are secured using U2F key like Yubikey. ![Screenshot 2019-08-22 at 14 00 25](https://user-images.githubusercontent.com/3662990/63513033-791cdb80-c4e5-11e9-8b55-aca3f89593ba.png) _comment: WebKit...

Allows binaries to be extracted to `--outdir` without having to manually create it. ### Before ``` $ python extractodx.py --file ../FL_3Q0980654_X921.odx --outdir ../X921/ FD_7000FLASHDATA Traceback (most recent call last): File...

When writing a MQB can simulator I used this project for CAN frame definitions and CRC calculations. CRC calculation for some of the messages was missing, as they are not...