- May 31, 2020
-
-
Pregmodder authored
Improve robustness of art asset lookup See merge request !6893
-
svornost authored
-
svornost authored
Improve robustness of art asset lookup...if an asset is not found, issue a console error and move on instead of crashing hard.
-
Pregmodder authored
MinorFixes See merge request !6892
-
-
Pregmodder authored
saRules and TODO cleanup See merge request !6889
-
brickode authored
-
brickode authored
-
brickode authored
-
Pregmodder authored
Rework diplomacy page See merge request !6886
-
svornost authored
-
svornost authored
-
svornost authored
Port most of neighborInteract.tw to DOM so it can be rebuilt dynamically when changing the selected arcology on the grid or list, and get rid of the old arcology link list entirely. Refactor economic uncertainty calculation into a shared function and eliminate the economicUncertainty global variable. Allow Neighbor Description to be called on your own arcology, because why not?
-
- May 30, 2020
- May 29, 2020
-
-
svornost authored
-
svornost authored
-
svornost authored
Split out container mode and render the cells a few different ways, since we want to avoid a dependency on direction.
-
Pregmodder authored
-
Pregmodder authored
Fix co-existance of TypeScript and JavaScript declarations See merge request !6887
-
Pregmodder authored
Fix text wrapping for slave summary paragraphs See merge request !6888
-
ezsh authored
Replace CSS margin with explicit whitespace to allow line wrap between consequent spans used in the abbreviated mode. Contributes to #1823.
-
ezsh authored
Rename the FC.d.ts to FC.ts to move it from the ambient to normal context, thus making namespace declarations from the FC.ts to extend but not overwrite "namespace" declarations from .js files in the TypeScript AST.
-
svornost authored
-
svornost authored
-
svornost authored
-
brickode authored
-
Pregmodder authored
Fixes See merge request !6885
-
kopareigns authored
-
- May 28, 2020
-
-
Pregmodder authored
Commas and whitespace See merge request !6884
-
lowercasedonkey authored
-
lowercasedonkey authored
-
lowercasedonkey authored
-
Pregmodder authored
Add eslint rule to warn about the comma operator. See merge request !6883
-
svornost authored
Add eslint rule to warn about the comma operator. Comma operators in our code are almost always mistakes stemming from bad or incomplete SC conversion.
-