Eric

Results 204 issues of Eric

The following data was generated by this user using the Editor mode. Any required images should be uploaded to this issue by dragging and dropping. ``` { "name": { "en":...

mapping

The following data was generated by this user using the Editor mode. Any required images should be uploaded to this issue by dragging and dropping. ``` { "name": { "en":...

mapping

The following data was generated by this user using the Editor mode. Any required images should be uploaded to this issue by dragging and dropping. ``` { "name": { "en":...

mapping

Did a LOT of exploration (with screenshots) of several ore nodes. Needs to be sorted. The following data was generated by this user using the Editor mode. Any required images...

mapping

I was eventually able to figure out how custom widgets work by reading the source code and checking out the demo, but I think it makes sense to include explicit...

``` var uiButtonUp = new FlxUIButton(BUTTON_X, BUTTON_Y, null, onClickButton.bind(-1)); uiButtonUp.loadGraphicsUpOverDown(FlxUIAssets.IMG_BUTTON_ARROW_UP); uiButtonUp.resize(24, 24); ``` Expected behavior: the UI button should display the provided graphic `FlxUIAssets.IMG_BUTTON_ARROW_UP` at the specified size. Actual behavior:...

Ideally, running `./MasterServer` should, aside from displaying logs, also provide a prompt with which commands can be run. This terminal should have access to any commands a GM level 9...

enhancement
A-exec
P-Fixer

https://github.com/HaxeFoundation/hscript/blob/891a085f2b75acbf4700cfdffa80fb0b9532d325/hscript/Interp.hx#L627 ![image](https://user-images.githubusercontent.com/4635334/152733870-72347169-9039-4d4a-89d9-e714ca2f38d5.png) ![image](https://user-images.githubusercontent.com/4635334/152733907-9dfa661a-e0ae-43eb-8327-a1875a60ac44.png) I was able to resolve the issue, will make a PR now.

Fixes #114, tested and found no difference in the behavior of scripts.

I am looking into methods of retrieving a highly precise timestamp corresponding with a user's keypress. This is important for applications which need to know exactly when a given key...