forked from id-Software/Quake-III-Arena
-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Emscripten build improvements #658
Merged
Merged
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb56c50 - Browse repository at this point
Copy the full SHA eb56c50View commit details -
ioquake3.html replaces Emscripten-generated HTML shell
This enables several things: * Optionally load pk3 files from a web server at runtime instead of bundling them with Emscripten at build time * Set command line arguments via URL param * It's not ugly
Configuration menu - View commit details
-
Copy full SHA for 67f1db4 - Browse repository at this point
Copy the full SHA 67f1db4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac66a6 - Browse repository at this point
Copy the full SHA 9ac66a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf7d98 - Browse repository at this point
Copy the full SHA 1bf7d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9929cb4 - Browse repository at this point
Copy the full SHA 9929cb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc30dd9 - Browse repository at this point
Copy the full SHA fc30dd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb4db87 - Browse repository at this point
Copy the full SHA bb4db87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 119a08f - Browse repository at this point
Copy the full SHA 119a08fView commit details -
Configuration menu - View commit details
-
Copy full SHA for add1363 - Browse repository at this point
Copy the full SHA add1363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2210e90 - Browse repository at this point
Copy the full SHA 2210e90View commit details
Commits on Jun 9, 2024
-
emscripten 3.1.27 reduced the stack size from 5MB to 64KB. This caused run-time errors: Uncaught RuntimeError: index out of bounds Co-authored-by: James Darpinian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f97a41c - Browse repository at this point
Copy the full SHA f97a41cView commit details -
Allow building for emscripten with "emmake make"
Co-authored-by: James Darpinian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12a86b8 - Browse repository at this point
Copy the full SHA 12a86b8View commit details -
Add -ffast-math for emscripten to match other platforms
Co-authored-by: James Darpinian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03132e4 - Browse repository at this point
Copy the full SHA 03132e4View commit details
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.