Skip to content

Conversation

@joliver82
Copy link
Owner

No description provided.

tonihele and others added 30 commits July 17, 2018 11:42
* Update LWJGL to 3.1.6

* Change LinkedLists to ArrayDeques

* Call glfwTerminate & set NULL error callback on destroy

fixes crash when context is re-created
…actoring (#875)

* Fix AudioNode issues when using velocityFromTranslation and small refactoring

* Fix audionode fix
jme3-bullet: add and improve comments, mostly JavaDoc
@joliver82 joliver82 merged commit 7176bac into joliver82:master Nov 14, 2018
joliver82 pushed a commit that referenced this pull request Jun 1, 2019
joliver82 pushed a commit that referenced this pull request Jan 25, 2021
* Update Weights.java

* Update SkinningControl.java

* Update SeparateJointModelTransform.java (#2)

* Update SeparateJointModelTransform.java

* Update MorphControl.java

* Update MatrixJointModelTransform.java

* Update Joint.java

* Update ArmatureMask.java

* Update Armature.java

* Update AnimationMask.java

* Update AnimTrack.java

* Update AnimComposer.java

* Update AnimClip.java

* Update Weighted.java

* Update Primitives.java

* Update JointModelTransform.java

* Update HasLocalTransform.java

* Update AnimMigrationUtils.java

* Update ContainsTweens.java

* Update LinearBlendSpace.java

* Update ClipAction.java

* Update BlendableAction.java

* Update BlendSpace.java

* Update BlendAction.java

* Update BaseAction.java

* Update Action.java

* Update AnimTrack.java (#3)

* Update AnimTrack.java

* Update ArmatureMask.java

* Update MatrixJointModelTransform.java

* Update SeparateJointModelTransform.java

* Update Weights.java

* Update Action.java

* Update BaseAction.java

* Update ContainsTweens.java

* Update SkinningControl.java

* Update AnimTrack.java (#6)

* Update AnimTrack.java

* Update BlendAction.java

* Update BlendSpace.java

* Update BlendableAction.java

* Update AnimMigrationUtils.java (#7)

* Update AnimMigrationUtils.java

* Update HasLocalTransform.java

* Update JointModelTransform.java

* Update Primitives.java

* Update Weighted.java

* Update ClipAction.java

* Update AnimInterpolator.java

* Update AnimInterpolators.java

* Update FrameInterpolator.java

* Update LinearBlendSpace.java

* Revert AnimTrack.java to original state.

* Delete AnimTrack.java

* Add files via upload
joliver82 pushed a commit that referenced this pull request Oct 7, 2024
* coding style improvements
 + use curly braces where optional (4.1.1)
 + indent continuation lines by +8 (4.5.2)
 + no single space after an open paren or before a close paren (4.6.2)
 + no single space before an unary operator (4.6.2)
 + no single space before a square bracket (4.6.2)
 + single space before "else" (4.6.2 #2)
 + single space before an open curly brace (4.6.2 #3)
 + single space around a binary or ternary operator (4.6.2 #4)
 + single space after a comma (4.6.2 #5)

* coding style improvements:  no wildcard imports (3.3.1)

* RenderContext:  import ordering and spacing (3.3.3)

* wrap lines that exceed 110 characters

* single variable per declaration (4.8.2.1)

* Caps:  mark fallthrough with comments (4.8.4.2)

* RenderContext:  "static" before "final" (4.8.7)

* constant names use CONSTANT_CASE (5.2.4) Note: **API change**

* ignore acronyms in camel case (5.3) Note: **API change**

* improve the javadoc style:
 + paragraphs separated by a blank line (7.1.2)
 + successive paragraphs start with "<p>" (7.1.2)
 + javadoc blocks begin with a summary fragment, not a sentence (7.2)
 + summary not in imperative mood (7.2)
 + summary capitalized and punctuated like a sentence (7.2)

* Renderer:  re-order block tags (7.1.3)

* indent block-tag continuations by at least +4 (7.1.3)

* one blank line before the first block tag (7.1.3)

* correct indentation of javadoc in 2 places (7.1.1)

* TestIDList:  ignore acronyms in camel case (5.3)

* revisit the javadoc style, reverting portions of e763ecb

* one annotation per line (4.8.5)

* add required javadoc (7.3)

* Camera:  blank line before the first block tag (7.1.2)

* Camera:  revert an unintented change

* Camera:  change "Determines" to "Returns" in 2 places

* no trailing spaces

* revert API changes

* convert comment to javadoc and add missing javadoc
joliver82 pushed a commit that referenced this pull request Apr 25, 2025
Fix missing wViewDir variable and undeclared/wrongly declared vars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants