euddraft icon indicating copy to clipboard operation
euddraft copied to clipboard

System for pluginizing eudplib codes.

Results 77 euddraft issues
Sort by recently updated
recently updated
newest added

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

## How to reproduce 0. Input somewhat impaired basemap (generated from map unprotector) 1. MSQC runs fine when EE2 unchecks Firegraft, MSQC does not work when enables Firegraft. (???) Original...

bug

```js PlayWAV("sound\Zerg\Ultra\ZUlRdy00.WAV"); ``` ```py SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 10-11: truncated \UXXXXXXXX escape ``` ... which is impossible to fix on python side but can...

enhancement

https://github.com/armoha/eudplib/blob/master/docs/funclist.txt Function list documentation (Korean) for `ExprProxy` is only single-line and not very helpful to understand its concept. * ExprProxy(initval) **Advanced** : 'Proxy' which is able to do arithmetic operation....

documentation

MSQC should not have any observable effect on game. QCUnit should not reveal map. According to the report, MSQC reveals vision for last human player. ![image](https://user-images.githubusercontent.com/16814706/192005849-cc1eeec3-f3ac-4cf6-b9dd-b9edcf0f91d0.png)

bug

- Ergonomic error reporting with `chumsky` and `ariadne` crates - Responsive and incremental compiler and Language Server Protocol VSCode extension with `salsa` - See how `dada` lang goes

enhancement

example) ```js // When this line of code is added... const range = EUDArray(40); ``` ```py # This internal helper function is broken def _CGFW(exprf, retn): rets = [ExprProxy(None) for...

bug

https://cafe.naver.com/edac/113430

enhancement