-
Notifications
You must be signed in to change notification settings - Fork 566
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
Defines cleanup #5439
Merged
Merged
Defines cleanup #5439
Commits on Jan 11, 2024
-
replace Clamp() define with native clamp() function
Configuration menu - View commit details
-
Copy full SHA for c400516 - Browse repository at this point
Copy the full SHA c400516View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b74c30 - Browse repository at this point
Copy the full SHA 8b74c30View commit details -
replace roundNearest() define with native round(x, 1) function
Configuration menu - View commit details
-
Copy full SHA for aaaa73c - Browse repository at this point
Copy the full SHA aaaa73cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff5e63 - Browse repository at this point
Copy the full SHA 8ff5e63View commit details -
replace CEILING(x, 1) use with simpler Ceiling() define, in 515 all Ceiling() use can be replaced by native ceiling()
Configuration menu - View commit details
-
Copy full SHA for 8fab189 - Browse repository at this point
Copy the full SHA 8fab189View commit details -
replace FLOOR(x, 1) use with simpler Floor() define, in 515 all Floor() use can be replaced by native floor()
Configuration menu - View commit details
-
Copy full SHA for ae64bd1 - Browse repository at this point
Copy the full SHA ae64bd1View commit details -
TGMC-ifies LERP(), moves to DEFINES
pulls out of projectile code and changed to a more robust version, copied from TGMC: https://github.com/tgstation/TerraGov-Marine-Corps/blob/2da5c237640d73e3e66ad79e34861e9682f4609c/code/__DEFINES/maths.dm#L87-L90
Configuration menu - View commit details
-
Copy full SHA for c044b78 - Browse repository at this point
Copy the full SHA c044b78View commit details
Commits on Jan 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 862c224 - Browse repository at this point
Copy the full SHA 862c224View 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.