M-HT
M-HT
Just to be sure: Did you try changing `CPU_SleepMode` in the configuration file (Septerra.cfg) to `reduced` or `nosleep` ?
I added support for generating 64-bit (x64, arm64) Linux version of Albion executable. It's still experimental, but should be usable.
I added x64 and arm64 versions of Albion and Septerra Core to the Releases.
I don't know what might be the problem. What distribution are you using ? I tried Linux Mint with MATE and it worked there. I installed Sawfish, but when I...
An which version of Ubuntu ?
I can't get Sawfish working in Ubuntu 16.04, but Albion doesn't freeze when switching desktops in MATE with SDL 2.0.4 which is default in Ubuntu 16.04. Can you test it...
Here's a sample text file where the detection doesn't work - encoding CP932. [test.txt](https://github.com/geany/geany/files/14471001/test.txt) Detection works when I add `G_REGEX_RAW` to function `g_regex_new`. From Glib source: if G_REGEX_RAW is not...
Yes, the detection works when I change the case. I'll make a pull request later.
The process is complicated (more complicated than you think), it's time consuming and there's big chance of failure. If you don't have a really good reason to do it, then...
I do the recompilation in several steps. **Step 1**: Compile `SR` with `OUTPUT_TYPE` set to `OUT_ORIG` (in `SR_defs.h`). Apply `SR` to the DOS executable (no SCI files are needed) -...