Skip to content

Conversation

rh101
Copy link
Contributor

@rh101 rh101 commented Jul 9, 2023

Describe your changes

Re-added zip files that were removed a long while back. These files are required by the Unzip tests. This commit diff shows when they were removed:
1ae9cd3#diff-30c89ee12d5dd3d94bb0df104924229627a3862032b88b0324e021370655b422

Fix incorrect random number index being generated, where the random number being generated ended up going over the allowed index range. The valid indexes of the frames in the animation are 01 to 14, yet the code was incorrectly generating 14 then adding 1 to it, which ended up as 15 (that frame does not exist).

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • I have checked readme and add important infos to this PR (if it needed).
  • I have added/adapted some tests too.

rh101 added 30 commits August 11, 2022 03:08
Fix update override warning
Improve code
rh101 added 27 commits March 21, 2023 22:54
Re-add missing zip files for Unzip test.
@halx99 halx99 merged commit 3d0d425 into axmolengine:dev Jul 9, 2023
@rh101 rh101 deleted the fix-test-crashes branch July 9, 2023 15:18
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.

2 participants