Skip to content
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

refactor!: possible changes to be made #1

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

refactor!: possible changes to be made #1

wants to merge 4 commits into from

Conversation

asppsa
Copy link

@asppsa asppsa commented Jul 25, 2024

This compares the 2.4.1-derived code with some patches that were floating around internally.

@asppsa asppsa force-pushed the commonjs branch 2 times, most recently from 684976e to 408455b Compare July 25, 2024 09:01
Comment on lines -3237 to +3190
var mixingType = animationState.getMixingTransform(this.name);
var mixingType = animationState.getMixingTransform(name);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverts 8dcc9b1

this.scaleMode = 1;
this.fixedRotation = false;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverts 8b85a71

for (var index in this._animationDataList) {
if (!this._animationDataList.hasOwnProperty(index)) continue;
for (var index=0; index < this._animationDataList.length; index++) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These hasOwnProperty checks were added in cfaaa8b

package.json Outdated Show resolved Hide resolved
src/dragonBonesCreateJS.js Outdated Show resolved Hide resolved
@asppsa asppsa changed the title refactor!: patched dragonbones+createjs code refactor!: possible changes to be made Aug 6, 2024
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.

1 participant