Chromowolf

Results 7 issues of Chromowolf

This currently compiles to: `1 * EUDNot(_ARRC(a, 0) >= a[0])`

bug
P-critical

Q1. The VAL syntax of MSQC is: ``` [Condition(s)]; val, [Address]: [DeathUnit or PVariable or...] ``` It requires at least 1 condition. Why is the condition necessary? If I wanna...

question

I'm reading the source code of `StringBuffer`. `f_println`, `f_printAt`, `f_simpleprint` have the following bug: main.eps: ```js const me = getuserplayerid(); function afterTriggerExec() { const cp = getcurpl(); setcurpl(me); printAt(1, "Always...

bug

(using euddraft 0.9.1.2) main.eps: ```js //Encode "生命" using utf-8: E7 94 9F E5 91 BD //Decode "E7 94 9F E5 91 BD" using cp949: illegal character //Decode "E7 94 9F...

question

`GetTBLAddr(TBLkey)` would return the TBL address of the corresponding TBLkey, but it is English. Suppose I change my starcraft to Chinese or Korean, `GetTBLAddr(TBLkey)` still get me English: ```js function...

question

Sorry to disturb again with this question. In my eps file, I've written a funtion which returns a list (or a tuple?) of numbers, like `function shuffle(.....) {` ` const...

您好。我用的win10,开机后输入密码进入桌面后,在app自动启动之前就重启电脑,重启完成再次进入桌面之后,app会自动启动,但是无法自动执行任务,我必须手动点“开始任务”才行。