Armoha
Armoha
### Characteristics - `Bag` in Artemis Framework - Fast to iterate, add and remove. - Has fixed capacity. - Unstable collection; does not preserve items order after removal
`filename.encode("mbcs")` got error on Korean output filename + Japanese Windows locale, during freeze protection invocation. Original issue: https://cafe.naver.com/edac/108616 How to fix: - [ ] Add unicode (UTF-16) support for mpq...
Examples: https://www.sphinx-doc.org/en/master/examples.html https://docs.python.org/3/index.html
Only reproducible when Cython enabled: ```js function afterTriggerExec() { var x; x -= Db(4); } ``` > [1/3 Step] Collecting objects... ========================================== [Error] Python int too large to convert to...
Currently `EPDOffsetMap` has `_checkEPDAddr`, so `const cunit = EPDOffsetMap(ptr);` raises following warning: > ``` > E:\eudplib\eudplib\utils\eperror.py:49: EPWarning: EPD check warning. Don't use raw pointer address > warnings.warn(message, EPWarning) > File...
Ofc we don't have bool type yet. **Summary of ~~unusual~~ Condition usages:** 1. Caching ```js var upnum, charge; const cache3051 = MemoryXEPD(3051, Exactly, 0, 15); if (!cache3051) { // these...
- [ ] Peephole optimizations: `2 * a` → `a + a` - [ ] Loop-invariant code motion: ```js while(true) { a += dwread(dest); } // ↓ const v =...
We had password-based unprotect WIP feature (https://github.com/armoha/eudplib/commit/2d70b25cbba38abc020bfa09d80bd0421fe9bd28, https://github.com/armoha/eudplib/commit/10d05a7436f8cf92bbb739e936209029c16fe13a) and moved it to feature branch due to inactivity (https://github.com/armoha/eudplib/commit/a90a52c3250607506f042d2e4ccdf869eb8543d7). If enough people are interested in this, we may proceed again.
Copied from https://github.com/phu54321/eudplib/issues/9 and phu54321/epScript#5 ```js function afterTriggerExec() { while(Bring(P1, AtLeast, 1, "Zerg Drone", "Anywhere")) { MoveLocation("loc", "Zerg Drone", P1, "Anywhere"); RemoveUnitAt(1, "Zerg Drone", "loc", P1); CreateUnit(1, "Zerg Mutalisk", "loc",...