Richard Braakman

Results 11 issues of Richard Braakman

When I do `runs-on: windows-latest` it works, but I'm working on a project (realm-js) that builds on `windows-2019`. The ccache action fails there with: `Error: Unable to locate executable file:...

## What, How & Why? Describes the new release process that uses Github Actions. Please let me know if any step is still unclear. ## ☑️ ToDos * [ ]...

cla: yes

It's permissible to set a loc string to a raw text instead of a loc key. This is usually a bad habit because it means it can't be translated, but...

This is mostly useful for script inside scripted effects and such. If an effect has ``` if = { limit = { $COUNT$ == 1 } ... } ``` then...

If a scripted trigger or effect has the corresponding localization, then any tooltips inside of it will be ignored because the localization will replace the whole trigger or effect. This...

```[17:41:05][E][character_interaction.cpp:891]: Interaction 'mtxxx_add_tradition_slots_interaction' is set to be allowed to be sent while there's pending interactions, yet is not auto-accepted. It has to be auto-accepted for bypassing to make sense``` Tiger...

Kazarion on discord: > An issue has been found when checking for diarchy parameters that need a certain level of swing (like `unlock_diarch_requests_military_expedition_interaction` that need 60) but in scripts is...

enhancement

Reference: https://vic3.paradoxwikis.com/Mod_files_load_order Probably these are the same for ck3 and imperator, with the caveat that ck3's history files are another exception to the load order. (Duplicate character entries cause duplicate...

bug
needs research

Tiger currently treats `add_to_temporary_list` and `save_temporary_scope_as` the same as their non-temporary counterparts, which is incorrect because they shouldn't be propagated along event chains. This was fine when tiger didn't do...

bug
needs research

Since local variables are local, their use can be traced just like we currently trace named scopes. This means they can be type checked as well. * Pro: more validation...

enhancement