Results 10 issues of Tyler

#### Issue details [Intersector#isPointInTriangle](https://github.com/libgdx/libgdx/blob/8ead46fa94c9467138dc9edf0f0a2c04831fcb99/gdx/src/com/badlogic/gdx/math/Intersector.java#L48) fails for points lying on the plane of the triangle but not within it due to a floating-point rounding error in some cases. The last check...

I would appreciate if the Steam Inventory Interface was implemented

I didn't know if this is the right place to post this, but if you assign the same name for 2 ports, the game server will never start and crash...

I currently have about 600+ records in my game and deleting a single item can take 5+ seconds. Would be nice if the editor did some sort of caching so...

bug

My files names end in stuff like ".PNG" instead of ".png" which causes the editor to not identify them correctly as images. The fix is to just rename the files...

bug

Please ensure you have given all the following requested information in your report. #### Issue details If a GlobalSetter registers a texture to be bound by the textureBinder, it's texture...

My server is written in Java and I want to launch it like so: `"StartGameCommand": "C:/Assets/jre/bin/java.exe -jar C:/Assets/gameserver.jar",` However, the second `C:/Assets/` does not get replaced by the proper folder...

#### Issue details Some animations when exported from programs such as blender can start on a frame other than 0. This causes the animation controller to incorrectly animate the object...