Renée

Results 201 issues of Renée

This `enum LOG_LEVELS` declaration also included a _variable name_, causing https://github.com/RuntimeTools/appmetrics/issues/641. It ended up defining a `Log_levels` variable in every compilation unit that included "Log.h", which then caused duplicate symbols...

Extremely WIP. Attempts to provide C APIs for some things.

Supports 8 bit and 32 bit slps. Still needs some ergonomic improvements... The current design is suitable for static rendering (eg. outputting to a file), but not really for realtime...

AoE DE appears to use a `,` instead of whitespace to separate key/value pairs. ``` 1107,"Saving game..." 1108,"Waiting for other players...\nPlease wait while we establish your connection quality..." 1150,"Victory!" ```

enhancement

INI files use the machine's local encoding by default, similarly to AoC itself. This patch detects the encoding of these files using the `chardet` crate. TODO: - [x] Detect the...

WIP, currently this expects the title to come _after_ the artist, and it breaks when that's not the case (parsing both the title and the artist as the title).

currently: > HA:TFELT [핫펠트(예은)] "Truth" M/V → > HA - Truth It splits on : first, and then removes everything outside quotes from the title. Should perhaps check the ""...

Keyv 5 was released today. It appears to have [some issues](https://github.com/jaredwray/keyv/issues/1113), but once resolved It would be nice to support the new version. Someone tried it already and got this...

Mostly works using SQLite. A few things to do: - [ ] votes - [ ] i would probably want this to also work with other SQL databases - [...