-
Notifications
You must be signed in to change notification settings - Fork 13
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
Documentation for GM_runtime_type constant, support for calling batch files during Clean operation, various fixes on pages #239
Merged
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
…nds value YoYoGames/GameMaker-Bugs#8700 * Changed the code example to use game_get_speed(gamespeed_microseconds) and clarified that the base speed should also be expressed in pixels per step * Small changes to game_get_speed() page
…tes" in its function description YoYoGames/GameMaker-Bugs#8780 Fixed "sprites" -> "times"
…onds value YoYoGames/GameMaker-Bugs#8700 * Added a second example that explains how the original example can be used with a base speed in pixels per second * Tiny fixes on the "speed" function page
…ion on how to obtain a list of system variables YoYoGames/GameMaker-Bugs#8927 Changed the CMD command to "set" and the Powershell command to "ls env:" (appears to require the colon at the end to work)
YoYoGames/GameMaker-Bugs#8891 Corrected the element ID
…conds when it should be milliseconds YoYoGames/GameMaker-Bugs#8959 * Changed two mentions of "microseconds" to "milliseconds" * Updated a few names in the text to match IDE descriptions, along with a few other things
YoYoGames/GameMaker-Bugs#8897 * The Depth And Stencil Buffer page: Added a note explaining that the application surface is only used in the regular Draw events, mentioning that you can use custom surfaces if you need to use the depth or stencil buffer * A few small changes and fixes on related pages
…on "Tile Map Elements" page. YoYoGames/GameMaker-Bugs#8920 Fixed incorrect link
… during a Clean operation YoYoGames/GameMaker-Bugs#8695 Compiler Batch Files page: Added a new table underneath the existing one in the "Execution" section
… during a Clean operation YoYoGames/GameMaker-Bugs#8695 Compiler Batch Files page: Small change to the note to make it clearer that it applies to both tables
…GMS2 and GMRT YoYoGames/GameMaker-Bugs#9055 * Added new manual page for GM_runtime_type and added to ToC * Minor changes to other pages * Removed semicolons at the end of the variable & constant syntax section (doesn't stand on its own as a statement)
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.
This PR contains changes for the following: