Vasilii Rogin
Vasilii Rogin
In current implementation we assume that `compat_splitpath` will receive files with `/` when we are running on Linux platform. This is mostly true except cases when path is originated from...
This PR changes how touchscreen is operated. Now user can tap game buttons as everyone expects - you tap where you want to click. Other gestures works the same way...
Very simple scanner of missing opcodes. I used this to understand is something missing in Nevada. When game starts it reads all `master.dat/scripts/*.int` files and prints if some opcode is...
This PR adds cities limit patch from sfall. It allows Resurrection to start instead of crashing on startup. According to sfall code here https://github.com/sfall-team/sfall/blob/a19f9d0b83e5ef8456d351728c08b08e98076534/sfall/Modules/Worldmap.cpp#L389 this patch is enabled by default,...
This tag prevents line break in parameters. Unfortunately this might lead to long parameters lines so horizontal scrollbar appears 
### Description This PR embeds a WebAssembly-compiled `compile.exe` into this extension. It is under options flag and it is disabled by default. Having this compiler as WebAssembly build allow using...
This PR adds an overlay to hide parts of the map which should not be visible in the original game resolution. It is achieved by traversing adjacent tiles starting from...
If you have nothing to do then you can take a look on this report. Some of the errors are actually errors, for example https://github.com/alexbatalov/fallout2-ce/pull/432 - [ ] src/actions.cc 478...