Rustam Zigandarov

Results 17 issues of Rustam Zigandarov

When bot's courier tries to give requested gem to him and there's no room for new item in inventory, bot and its courier will walk around at their meet position...

### Type Other ### Description There must be an ability to tweak already existing circles, sliders, etc. when timing section's offset is changed by buttons near metronome ### Screenshots or...

area:editor

*del*

Couple days ago I seen a video about rounded rectangles and how they calculate them. I wonder if this can be borrowed for this library. https://www.youtube.com/watch?v=3CWsy4kP6wU

for some reason, calling `getLength()` on `MASound` instances which were constructed from byte array returns Infinity. ```java static final short load_flags = (short) (MA_SOUND_FLAG_DECODE | MA_SOUND_FLAG_NO_SPATIALIZATION); public static void test(MiniAudio...

In its current state `Drawing` can only be used for very static things. I'd like to have method which will draw all vertices with specified offset. Or maybe it makes...

Currently, It's very painful to extend `ShapeDrawer` class in almost any way without directly modifying source code because most of fields and classes are just package-private