forked from love2d/love
-
Notifications
You must be signed in to change notification settings - Fork 6
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
11.5 ported supports emscripten 2.0.0 #3
Open
alexjgriffith
wants to merge
104
commits into
Davidobot:emscripten
Choose a base branch
from
alexjgriffith:emscripten-11.5
base: emscripten
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
11.5 ported supports emscripten 2.0.0 #3
alexjgriffith
wants to merge
104
commits into
Davidobot:emscripten
from
alexjgriffith:emscripten-11.5
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
Fixes love2d#1444. The reason for the SetWindowMinSize call after exiting fullscreen doesn't seem to be needed anymore, and it was breaking setFullscreen(false) in Linux.
Fixes loading love.framework from a standalone Lua executable, and potentially fixes some code signing issues (love2d#1737)
CMake: Allow LuaJIT on macOS. Note that love doesn't officially support using cmake on Apple platforms.
Windows: Fix compile error loses precision
…are temporarily off.
Use DwmFlush instead of OpenGL vsync, when specific conditions are met. Fixes love2d#1628.
This uses ALC_SOFT_pause_device extension which is available since OpenAL-soft 1.16. We guarantee almost 100% availability of this extension since we've been using OpenAL-soft in Android since beginning. Fixes love2d#1828
With GCC or Clang, LOVE_EXPORT is defined as __attribute__((visibility("default"))).
This gives around 1MB size reduction.
Compile with hidden symbol visibility by default.
The varargs will be forwarded to the function.
…sult if it's not there already.
…replacing an existing binding. issue love2d#1936.
Fix love2d#1943 - Duplicate frames being skipped when decoding Theora
Clamp the mouse coordinates to the window's dimensions.
It hard-crashes inside the alcCaptureOpenDevice call with Apple's OpenAL implementation. See love2d#1912.
Autotools uses CPPFLAGS for C preprocessor and CXXFLAGS for C++ compile flags.
MinGW / MSYS2 Support
It's been moved to the love-apple-dependencies repository.
Turning off JIT is now done in jitsetup.lua.
MinGW: Adapt to utf-16 encoded love.rc
When it's set to earlier versions, love fails to link when new versions of the macOS SDK are used.
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.
The latest changes to this repo were reflected in this port of 11.5. I recommend a rebase.