-
Notifications
You must be signed in to change notification settings - Fork 450
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
George 6.0.0 #3079
Closed
Closed
George 6.0.0 #3079
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c72b219
Enable GLSL 3.00 migration
EliteMasterEric f2959a6
Fix issue causing his to be null on HTML5
EliteMasterEric 8708ef1
Merge remote-tracking branch 'eric/bugfix/glsl-300-shader' into dev-new
EliteMasterEric 9bdea91
Merge remote-tracking branch 'eric/bugfix/switch-state-crash' into de…
EliteMasterEric adcaa36
Merge remote-tracking branch 'flixel/dev' into dev
EliteMasterEric a837386
Readd wasDestroyed warnings to camera draw functions.
EliteMasterEric 6af9faf
Update BitmapFrontEnd.hx
EliteMasterEric 8c030ad
Update FlxGraphic.hx
EliteMasterEric b2d2363
Prevent readding collections.
EliteMasterEric 07c6018
Merge branch 'dev' of https://github.com/FunkinCrew/flixel into dev
EliteMasterEric 25c84b2
Merge remote-tracking branch 'flixel/dev' into dev
EliteMasterEric 2afdd54
Merge remote-tracking branch 'flixel/release6' into dev-6.0.0
EliteMasterEric 4d054bd
Merge remote-tracking branch 'flixel/dev' into dev-6.0.0
EliteMasterEric edfaf85
Fix a crash when flickering in onComplete
EliteMasterEric 44f2961
Include the text in the bitmap key.
EliteMasterEric 5823c46
Add convenience functions to FlxFlicker.
EliteMasterEric 4d51f0c
Merge branch 'release6' into george-6.0.0
Geokureli a7d8e3b
debug pointer accounts for flxsprite opacity
ninjamuffin99 ed33afd
Merge branch 'release6' into george-6.0.0
Geokureli 735187e
Merge remote-tracking branch 'flixel/release6' into HEAD
EliteMasterEric 128d9ee
Merge branch 'release6' into george-6.0.0
Geokureli fd4a996
Merge branch 'dev-6.0.0' into george-6.0.0
Geokureli 9d3d561
Merge branch 'release6' into george-6.0.0
Geokureli d3f64d7
Merge branch 'release6' into george-6.0.0
Geokureli 7845afc
revert style deviations
Geokureli 6b4260c
remove duplicate pause/resume
Geokureli 7427f01
revert style deviations
Geokureli ce3661f
revert pre-tracking key
Geokureli 09c891b
more reverts
Geokureli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,4 +148,4 @@ class FlxDrawQuadsItem extends FlxDrawBaseItem<FlxDrawQuadsItem> | |
parameter.value[0] = value; | ||
} | ||
#end | ||
} | ||
} |
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does this change?