-
Notifications
You must be signed in to change notification settings - Fork 313
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
- #1218
Closed
Closed
- #1218
Conversation
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
…xt() to make sure bad access errors don't occur in WidthOfString().
because throw is used, and it wouldn't compile without it
… MOAIFreeTypeFont::RenderTexture().
Feature/ike freetype optimize
… prevent getting FreeType errors due to uninitialized member varibles.
Fixed FreeType error
…nesToDisplayText() to display string correctly and prevent errors. Changed setting value of lineIndex for WORD_BREAK_CHAR mode and the special case of other word break modes to prevent indexing errors.
…too-many-warnings Conflicts: src/moaicore/MOAIFreeTypeFont.cpp
Too many warnings
[FINAL] Added some source files needed to compile CoreMS tests
…buildscript [Final] Adding -fexceptions to moaicore Android.mk.
…rendered with MOAIFreeTypeFont::RenderTextureSingleLine().
…ting a negative value for rewindCount. Refactored repeated code to store glyphs in NumberOfLinesToDisplayText() to new method.
…warnings in MOAIFreeTypeFont.cpp. Changed type of second parameter of ComputeLineStart() to size_t to avoid warnings about integer conversions.
Fixed issues with new lines that caused runtime errors in MOAIFreeTypeFont
…nt by adding explicit casting.
[FINAL] Fixed the last two warnings in MOAIFreeTypeFont.
…ro in MOAITest::Staging().
This enables FK support.
[FINAL] Fix comma warnings
Change STL and platform to support latest android versions
Support building moai in arm 64 bit
…sion Bump from MEDP to HIGHP
…events Fix crash when processing some touch events
…e-rate Support changing frame rate
Build moai for desktop 32 bits
…ks-dev Remove/ui web view for mindsnacks dev
Add cmake to build moai in android
…color-off Bug fix for Premultiplied Alpha PNGs
Thanks for this pull request, @kthotav. There's a lot here; I'll start going through it when I am back on Moai (hopefully in a few weeks). |
This is a mistake. no need to review. |
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.