Warmist

Results 12 issues of Warmist

Looks like Lua 5.3 deprecates bit32 in favor of operators e.g. bit32.band(x,y) -> x & y. This breaks bit operations.

This (some day will) implements #1366

Now machine powered workshops need to be placed before what they connect to. Toady exposed new vmethods (in building manager and machine manager) to allow us to implement this correctly.

internal

The file in question is a wrapper for coroutine based gui dialogs.

documentation

Allow using system eigen instead of included packaged one as it could be outdated.

I've asked Toady One for some info about jobs: Me: > I've got a few questions about the job system: > * is there anything special about plant gathering? >...

research
official

**Describe the bug** Xlsx exporter eats the headers. **To Reproduce** Steps to reproduce the behavior: 1. Export Xlsx 2. Import back to ts 3. Get error "Invalid XLSX file, check...

Currently exporting to xlsx and then back to ts mangles plural forms (e.g. day vs days) **Describe the solution you'd like** I would like them to remain unchanged **Describe alternatives...

When exporting and then reimporting translation file the information that the translation is unfinished is lost. **Describe the solution you'd like** Imho it would be easy enough to check if...

The example is given `shake256(out, 256, in, inlen);` but the second arg mus be in BYTES not bits!