-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some improvements #42
Conversation
Add an easy way to include/exclude classes to Tea reflection
Hi, thanks. I see that there are some classes with line ending problem. For example, there are no changes in bullet extension but its showing as a changed file. |
Ah yes, changed automatically by the system (I use Ubuntu).. But with this formatting there shouldn't be problems with sharing code between Windows and Linux.. I could revert if it's a issue for you |
Hi, please make a pull to get the changes I made. I think I fixed the line ending problem. There were some files with windows line ending so I converted everything to LF. About the currupted jar file, I think git checkout was messing with it. I added to ignore in .gitattributes. I also removed eclipse files so its gradle only. |
Add an easy way to include/exclude classes to Tea reflection
# Conflicts: # .gitignore # extensions/gdx-bullet/gdx-bullet/.settings/org.eclipse.jdt.ui.prefs
Hi,
These are the improvements I made to get HyperLap2D working with TeaVM backend:
WebBuildConfiguration#getReflectionInclude
andWebBuildConfiguration#getReflectionExclude
to automatically scan classes and add to reflection whenAdditionalClasspath
are provided"C:\TeaVMCache"
now points to system default temp directory withSystem.getProperty("java.io.tmpdir")
)HyperLap2DTest
Thanks :)