rubybrowncoat
rubybrowncoat
**Describe the bug** The currently built .common.js asset is not compatible with commonjs because of its dependencies (namely the threejs example modules loaded from the jsm directory both inside the...
I'm trying to find a way to draw a mitered open path with a starting line width different from the ending line width. I'm thinking the approach is likely to...
Here's an initial proof of concept regarding Issue #49. There's more work to be done before this can be confidently merged, especially regarding general clean up, the various signatures and...
A loader for asset manager in the vein of what was done with ktx-freetype but for distance field fonts: https://github.com/libgdx/libgdx/wiki/Distance-field-fonts A loader for this type of fonts might be desirable,...
Intersector.intersectPolygons issue with overlap polygon: polygons must contain at least 3 points.
#### Issue details `Intersector.intersectPolygons` gives an unexpected error `polygons must contain at least 3 points.` when it is trying to generate the overlap polygon. #### Reproduction steps/code ```java import com.badlogic.gdx.*;...
Obfuscated methods with the name `new` are not recognized as obfuscated so they can't be renamed. This doesn't happen with properties. Images for example's sake.  
I'm on Windows. The debug works fine for a while but at some point it stops attaching. (Pretty randomly thus far, once it was after I put the system to...
I'm opening this so we may discuss the approach to see if fits and holds up, The repro repository for the hot-reloading issue is still at [https://github.com/rubybrowncoat/becsy-hot-reloading](https://github.com/rubybrowncoat/becsy-hot-reloading) but I pointed...
If you activate the Rename Members option  Automatically renamed fields and methods can't be remapped. 
I'm not sure how to title this issue, so please feel free to add a better name. I don't know the technical name of this kind of nesting. As you...