Nathan Sweet

Results 111 comments of Nathan Sweet

FWIW, you can find the latest as of July 16, 2017 (version 1.0.0, commit 69d2972ea10eefa66cdc2c1c283cb6ef79b3c5ba) here: https://github.com/EsotericSoftware/reflectasm/raw/master/build/jarjar-command-1.0.0-all.jar This is packed into a single JAR and made executable.

The documentation says `process ` is supposed to work, but it does not. `-rules [rulesFile] -output [outputJAR] [inputJAR]` is required. `help` still doesn't work.

I'm not a fan of Label `setFontScale`, it feels really hacky. If we add it to TextField, the next request will be TextButton, SelectBox, etc. Maybe a BitmapFont could be...

I have not implemented a good solution for my apps, sorry. I just load multiple fonts, but I generally only need 4-5 max. Maybe we could support creating a new,...

Skin has a lot of conventions. They aren't necessarily wrong, though they may be limited. It appears you are right that Skin doesn't support loading bitmap fonts with multiple textures....

Sorry, but I don't really see the usefulness of this setting. It's not difficult to read files with the naming before this PR. Most people use TextureAtlas to do the...

> The packer doesn't know how many page images there will be. TexturePackerFileProcessor processes a directory hierarchy of image files. It first deletes all output files, then creates and runs...

Do not add @Override, diamond operators, or other stylistic changes if they do not already exist in the class you are modifying. Queue is already thoroughly javadoc'ed before this PR,...

I don't think we would add diamond operators. We don't have redundancy because we just omit generic types on the RHS. Of the rest that you listed, making it nicer...

It's no secret, just look at [the activity](https://github.com/libgdx/libgdx/graphs/contributors) and [search trend](https://trends.google.com/trends/explore?date=2010-05-01%202018-12-20&geo=US&q=libgdx). libgdx is not dead. It is still a great tool, even if it we aren't adding new features. It's...