Blixt

Results 12 issues of Blixt

Lookaheads are only assertions that the following character(s) match, but don't actually consume characters. It seems randexp generates random content for them, however: ``` ^(?=a).$ // can only match a...

bug
feature

A good starting point may be to look at the (very crude) BTreeDB5 writing logic in [the `repair.py` script](https://github.com/blixt/py-starbound/blob/master/repair.py#L198). We need to do reasonably well at packing leaves, balancing the...

Since this is a very isolated feature, it should be designed in a way where it can be used with many other features made by other developers. One way to...

feature request

Very useful for a lot of content generation.

What are the first 7(?) vertical pixels for?

Images can have several operations applied to them: - [x] Hue shifting - [ ] Saturation - [ ] Brightness - [ ] Color fade - [ ] Masking -...

This would be useful for the potential dungeon master mode.

StarboundEd can be a number of things, but how much it can do for the end-user depends on license restrictions. Here's a list of things I'd like it to do...

``` Error: unsupported compression method at Error (native) at new pb (http://blixt.github.io/starbounded/build/worker-world.js:2615:884) at Object.xb [as inflateSync] (http://blixt.github.io/starbounded/build/worker-world.js:2619:46) at World.getRegionData (http://blixt.github.io/starbounded/build/worker-world.js:3258:23) at Object.workerproxy.getRegion (http://blixt.github.io/starbounded/build/worker-world.js:2636:24) at DedicatedWorkerGlobalScope. (http://blixt.github.io/starbounded/build/worker-world.js:3806:16) ```

bug