Armoha

Results 72 issues of Armoha

... and therefore revision 4 of Socket.IO protocol and revision 3 of Engine.IO protocol, behind feature gate I suppose. The v3 server can communicate with v2 clients, but v3 client...

feature

AlphaID is CUnit handle StarCraft uses on hotkeyed unit, unit in transport, command packet etc. CUnit is 1700-sized generational arena (pool). `alphaID = (uniquenessIdentifier

enhancement
good first issue

## Example 1 ```js if (!MemoryEPD(epd + 0x5C/4, Exactly, 0)) { } ``` ### Current behavior (~5T 1C 9A) 1. Create temporary variable for `epd + 0x5C/4` (2T 5A) 2....

enhancement

## epScript Example ```js function isMultipleOf7(x) { return l2v(x * -1227133513 < 613566757); } ``` ## See - https://github.com/ridiculousfish/libdivide - https://github.com/lemire/fastmod

enhancement

- [ ] Built-in sounds * [ ] in-game: `sound/protoss/artanis/patpss01.wav` * [ ] campaign: `campaign\protoss\protoss04\staredit\wav\p4m02uta.ogg` * [ ] localized: `locales\koKR\Assets\campaign\Protoss\Protoss04\staredit\wav\p4m02uta.ogg` - [ ] Imported sounds from input map

enhancement

thinking of similar syntax with Swift ```js 0...4 // closed range 1..

enhancement

## Current status - [x] `core.allocator` - [ ] `core.calcf` - [ ] `core.eudfunc` - [x] `core.eudobj` - [ ] `core.eudstruct` - [x] `core.mapdata` - [x] `core.rawtrigger` - [x] `core.variable`...

enhancement

## Current workaround ```diff There is an open issue at numpy talking about the import error with numpy: https://github.com/numpy/numpy/issues/13248 --- numpy-1.23.4/numpy/core/overrides.py.orig 2019-05-27 12:41:06.000000000 +0200 +++ numpy-1.23.4/numpy/core/overrides.py 2019-10-13 18:51:06.387037239 +0200 @@...

bug

But new issue remains while moving optimizing pass from eudplib to epScript. In euddraft 0.9.7.4, `if (a[0])` will call subscript while `if (a[0] > 0)` does in-place comparison. :( _Originally...

enhancement
P-low

Flickering sprites are resolved by removing sprite limit extension. ```py ''' unlimiter v1 ''' from eudplib import * def connectDList(el_start, el_end, itemSize, itemN): dataDb = Db(bytes(itemSize * itemN)) a1, a2,...

documentation
enhancement