Armoha

Results 72 issues of Armoha

cf. saturating operator syntax in Zig: * `a +| b` : saturating addition * `a -| b` : saturating subtraction * `a *| b` : saturating multiplication * `a

enhancement

Currently https://github.com/saintofidiocy/EUDEnableR can't run the latest euddraft compiled maps. Running EUD map on SC 1.16.1 is handy for debugging, especially for game crashes. I need to provide minimal reproducible example...

enhancement

```js $Set = 4 // Switch condition uses 2 and SetSwitch action uses 4 ```

bug

```js object Foo { var next: selftype; // okay var refVec: EUDVArray(10, selftype); // not supported var refreshFn: EUDTypedFuncPtr(selftype, None); // not supported }; ```

enhancement

Environment data - Language Server version: v2024.9.100 - OS and version: Windows 10 22H2 19045.4894 x64 - Python version (and distribution if applicable, e.g. Anaconda): 3.11.9 - python.analysis.indexing: true -...

bug

Copied from SEN discord server (Nov 24, 2024) > **GGRush**: Hi Dr.zzt, I would greatly appreciate it if you could help me improve this code > If you could add...

enhancement

The flag seems to be flipped, by GGRush in Nov 11, 2024 (SEN discord): ![8084f5d89056679e8ad0722303931158](https://github.com/user-attachments/assets/df95d2a6-232e-4b48-8c55-c36fe7b59002) ![fb0e79f1d3aae1e89d1b21d8c85286f9](https://github.com/user-attachments/assets/ce0d8d48-ae19-479a-8283-365e706bc1eb) > Answer by **DarkenedFantasies**: `isBuilding` is a bad name. that status flag makes units...

bug
question

from StarEdit Network discord server (Oct 18, 2024) > **GGRush**: Hi Armo, may I ask you a question, what's difference between CUnit(epd) and CUnit(epd, ptr=ptr)? > If epd is enough...

enhancement

```js // unitType is TrgUnit const unitType = cunit.unitType; switch (unitType) { case TrgUnit("Terran Marine"): // do something break; } var player: TrgPlayer = P12; switch (player) { case P1:...

enhancement