Firigion

Results 15 issues of Firigion

I added a few funcitons, not sure if all of them should stay, but this is why we have reviews. Comments on functions: * `norm` * `normalize` added because it's...

Adding a few more features ot `block_counter.sc` to make it more flexible and easy to use. I'll start the PR, but will prolly be adding to it as I go,...

app-update

I added a maximum range you can fly from your orignial position. Someone on discord asked for it and I though it was a decent suggestion to add. Modifyin the...

app-update

This PR resolves #81 and #82. It adds - Mirror operation - `mirrorc` and `rotatec` command that mirror and rotata the clipboard (the default behaviour of mirror and rotate in...

enhancement

- [x] `mirror` command to supplement the `rotate` command, so we can set a structure in any possible orientation. - [x] `cut` command to supplement `move` and `copy` (would be...

feature implementation

The help menu is getting out of hand. It was concived when the app was much smaller, but we no have 10 pages of very condensed information. I'd suggest splitting...

enhancement

The thing is still missing support for `set_block` to use palettes, but that's independant of the current development. It should be compatible with the comand-based palettes WE style. There's even...

enhancement

Not by much, but enough that it's the wrong placement. It might have to do with the entity's size. ![image](https://user-images.githubusercontent.com/64820010/112374493-ef388400-8cc0-11eb-9257-5ecbb0be8ed2.png)

bug

Flood, drain, hollow and outline only check for direct cartesian neighbors (the six blocks in the positive and negative offset along the axes). This is fine for most cases, but...

enhancement