[WIP] Overall upgrade in Drawables#143
Draft
WilliamQiufeng wants to merge 84 commits intoQuaver:masterfrom
Draft
[WIP] Overall upgrade in Drawables#143WilliamQiufeng wants to merge 84 commits intoQuaver:masterfrom
WilliamQiufeng wants to merge 84 commits intoQuaver:masterfrom
Conversation
…le bounds for a better detection of drawing.
…ding rect position
22 tasks
…parent's rotation
de6517e to
cba13dc
Compare
Remove SetRenderTarget(null)s and do that only after all scheduled render target draws have been called
Allow sprites to bind to a container that projects
Revert changes to SpriteBatchOptions.cs in 1362c52
* Split render target related code from Sprite.cs to RenderProjectionSprite.cs * Allow extra region of rendering for Containers
…t_uvtosize and p_rendertarget_sizetouv) if they are declared
GraphicsHelper.Align no longer swaps the boundary left and right values when left > right.
…nts. This is to address the compatibility issue introduced from the reverted commits below. Revert "Make Alpha a Drawable property, and allow alphas to be multiplied down to the children drawables" This reverts commit 2b9bb98. Revert "Fix text tint, make alpha animation able to be applied to all drawables" This reverts commit 609b87b.
# Conflicts: # Wobble.Tests/Screens/Selection/SelectionScreen.cs # Wobble.Tests/Screens/Selection/SelectionScreenView.cs # Wobble/Graphics/Container.cs # Wobble/Graphics/Drawable.cs # Wobble/Graphics/Sprites/RenderTargetContainer.cs # Wobble/Graphics/Sprites/Sprite.cs # Wobble/Graphics/Sprites/Text/SpriteTextPlusLineRaw.cs # Wobble/Screens/ScreenManager.cs
Add independent quad transform
… DrawableTransform
Make primitives draw with the same vertices as normal quads, not offset to center
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Game window manipulationA new system for drawing 3D objects with
Drawable3Dand its descendents, separate fromDrawable. This is intended to be used in modcharts.The system is similar to the design of
Drawable, expect everything is made 3D..fbxor.daefiles instead of.xnbfiles for future compatibility