Gdm - #11
Open
SirDragonClaw wants to merge 186 commits into
Open
Conversation
[SDL] Fix setting IsBorderless state inverse
Upgrade Xamarin Studio Addin for Version 6.0
Some updates to documentation
Update Dependencies
Improve setting BlendState in DX
[Pipeline Tool] Add SucceedWithWarnings Icon
…creen borderless mode
* Fix for Pipeline Filter View blocking MGCB.exe output * remove check for UI thread.
Also make the window start on the primary monitor like XNA.
Also renamed _form -> Form for style
This filters messages above 32 so specifically the WM_TIMER is filtered out, this event would prevent us from reading the WM_QUIT message and exiting the application. More explanation and discussion in MonoGame#3995 I also made it ignore the peeking in DEBUG mode since it's only necessary when testing. Not sure if the sleeping is still necessary with this...
* As a consequence, font glyph packing and DXT3 font texture compression was also fixed to suit. * Ensured that non-premultiplied SpriteFont works correctly for compressed and non-compressed font textures. * Changed GraphicAdapter widescreen test to treat 16:10 as widescreen for MonoGame but not for XNA. Included fixes from @Jjagg * Disable `PixelBitmapContext<byte>` tests for XNA. * `PixelBitmapContext<float>` and `PixelBitmapContent<Vector4>` tests that resize the bitmap now use an epsilon comparison. * Add [Ignore] attribute to `MiscellaneousTests.DrawOrder_falls_back_to_order_of_addition_to_Game` for XNA.
WinDX: Frame latency fix
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.
No description provided.