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

Flx strip debug draw #2909

Draft
wants to merge 55 commits into
base: dev
Choose a base branch
from
Draft

Conversation

Geokureli
Copy link
Member

WIP
fixes #2908

@Geokureli Geokureli added this to the 6.0.0 milestone Sep 27, 2023
Geokureli and others added 8 commits November 29, 2023 11:11
* update children origins relative to their positions

* add originTransform unit test
* adjust lerp based on the current frame rate

* better framerate independant camera lerping

* fix error

* remove setter

* docs

* fix default lerp in follow()

* fix typo
* take FlxState constructor instead of FlxState

* add NextState type

* 4.0.5 fixes

* more 4.0.5 fixes

* fix deprecation warnings in unit tests

* take nextState in VCRFrontEnd

* remove @from Instance in InitialState

* use is operator

* improve docs

* rename method

* more docs

* more modular FlxSplash, set _gameJustStarted in FlxGame

* allow splash to be skipped by a switchState call
* take FlxState constructor instead of FlxState

* add NextState type

* 4.0.5 fixes

* more 4.0.5 fixes

* fix deprecation warnings in unit tests

* take nextState in VCRFrontEnd

* remove @from Instance in InitialState

* use is operator

* improve docs

* rename method

* more docs

* more modular FlxSplash, set _gameJustStarted in FlxGame

* allow splash to be skipped by a switchState call

* touch-ups
@Geokureli Geokureli changed the base branch from dev to release6 January 8, 2024 01:21
Geokureli and others added 23 commits March 11, 2024 12:43
* add bindScrollPos

* improve SCREEN_BY_SCREEN follow mode

* make cameras suck less when using FlxCamera.defaultZoom <> 1.0
…xel#3072)

* add getDefaultCamera, stop using FlxG.camera for everything

* more uses of getDefaultCamera

* fix flxpath
* Calculate adjustedLerp only when necessary

* Skip updateLerp on followLerp <= 0

* replace boundLerp with gt/lt checks

---------

Co-authored-by: George Kurelic <[email protected]>
* change logs to include posInfos

* fix flash errors

* D'oh
@Geokureli Geokureli removed this from the 6.0.0 milestone Jan 29, 2025
@Geokureli Geokureli marked this pull request as draft January 29, 2025 19:09
@Geokureli Geokureli deleted the branch HaxeFlixel:dev January 31, 2025 14:28
@Geokureli Geokureli closed this Jan 31, 2025
@Geokureli Geokureli reopened this Jan 31, 2025
@Geokureli Geokureli changed the base branch from release6 to dev January 31, 2025 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.

FlxStrip debug wireframe
4 participants