New issue: Issue 1538 - Add the screePointToRay method to the Camera class.
New pull request for review: PR 131 - maven.adoc: update for JME v3.4 and JCenter sunset.
New pull request for review: PR 1541 - correct the dependencies of jme3-jbullet.
3 issues opened in a single hour:
New pull requests for review:
New pull request for review:
Edit: also PR 1550 - Matrix4f javadoc
Another PR ready for review:
New issues:
- Issue 1554 - avoid deprecated FrameBuffer methods in jme3-examples
- Issue 1555 - determine supported widths for OpenGL lines
- Issue 1557 - OpenGLException in TestToneMapFilter
Since I don’t have a deep understanding of frame buffers, OpenGL, and filters, I’m begging for help with all 3 issues.
Pull request ready for review:
Number of open issues against the Engine: 158
Another PR for review:
Two more new issues, found during beta testing of v3.4:
- Issue 1558 - TestAWTPanels hangs with LWJGL v3
- Issue 1559 - TestSoftwareMouse differences LWJGL v2 vs v3
Both issues require further investigation. Help!
Another PR ready for code review:
An opinion to provide a discussion for, which is modifying android build script to a dynamic android build script based on the SDK.Dir & ndk.Dir specified from local.properties :
Edit : check the last comment & the 2 previous ones…
New issue (easy first fix!)
I have changed it, but if i do a PR that would redirect commits towards the docs PR…that would obviously disrupt everything
Thanks for working on that. You should make a new branch and commit the changes to that so it won’t disrupt your previous PR (animation JavaDoc).
Its already in a new branch, even i made a new organization w/ a new fork, but it actually redirects me to the same PR, i think i should make a new github acc
EDIT : Branch name : Scrappers-glitch:BinEnhancement
@Ali_RS I have understood now why did that happen, that’s because I have first committed to my master fork, then I did the new Branch (BinEnhancement) which is now (new+master), the right order should be creating the branch then doing a PR from that branch(w/o merging into the master fork directly).
Alright i did the PR from other organization through git directly
Thanks @Pavl_G