Sergio Martin

Results 9 issues of Sergio Martin

Similar fix to that of feather fall for quickload/save It remembers the time waited in crouching.

Here I added a cache for read-only (.dat, images, sounds) files to only be loaded into memory once and re-read from there. This reduces the number of I/O accesses to...

The overflow glitch that allows for skips on level 10 and 12 requires that the exit room timer is conserved through savestates. Currently in SDLpop, if you quicksave just before...

The problem module should both describe the inputs, but also the results to be produced. This standarizes access to result, independently from the solver of choice. Needed for hierarchical.

low
idea

For pointer check, use assert(conduit != nullptr); _Originally posted by @ikicic in https://github.com/_render_node/MDE3OlB1bGxSZXF1ZXN0UmV2aWV3NDIxNDk2NDYy/pull_request_reviews/more_threads_

enhancement
low

Throughout Korali to reduce leaks even further.

enhancement
low

Update: This PR now satisfies issue #3848. That is, it integrates the new [quickerNES](https://github.com/SergioMartin86/quickerNES/tree/main/source/quickerNES) core in replacement of quickNES. This brings [performance benefits](https://tasvideos.org/Forum/Topics/25145), additional support for 54 mappers (see below),...

These are the instructions I have to build and install Mirheo: > > ### Install Mirheo Tools > > cd $HOME > mkdir src > cd src > git clone...

[//]: # "This description supports Markdown syntax. There's a cheatsheet here: https://guides.github.com/features/mastering-markdown/" [//]: # "These lines are comments, for letting you know what you should be writing. You can delete...