-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Table Vectors #789
Open
bjornbytes
wants to merge
28
commits into
dev
Choose a base branch
from
table-vectors
base: dev
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
Table Vectors #789
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57b43f8 - Browse repository at this point
Copy the full SHA 57b43f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5cb811 - Browse repository at this point
Copy the full SHA e5cb811View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f80b9 - Browse repository at this point
Copy the full SHA 70f80b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for da2818d - Browse repository at this point
Copy the full SHA da2818dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40e2d2b - Browse repository at this point
Copy the full SHA 40e2d2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf6063 - Browse repository at this point
Copy the full SHA cdf6063View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6971ee - Browse repository at this point
Copy the full SHA c6971eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a85936b - Browse repository at this point
Copy the full SHA a85936bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bef9ea3 - Browse repository at this point
Copy the full SHA bef9ea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a249b8 - Browse repository at this point
Copy the full SHA 4a249b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d709e85 - Browse repository at this point
Copy the full SHA d709e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for d941e55 - Browse repository at this point
Copy the full SHA d941e55View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf0421 - Browse repository at this point
Copy the full SHA bcf0421View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ea3d7 - Browse repository at this point
Copy the full SHA d1ea3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef4e26 - Browse repository at this point
Copy the full SHA 6ef4e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fcccd3 - Browse repository at this point
Copy the full SHA 3fcccd3View commit details -
Fix Buffer:setData error messages;
Prevents "expected number, got number" type error messages for vectors. Had to add an unfortunate flag for whether checkbufferdata accepts numbers or not...
Configuration menu - View commit details
-
Copy full SHA for 39b4b81 - Browse repository at this point
Copy the full SHA 39b4b81View commit details -
Make readscale consume 1 arg when nil;
That way all the math stuff consumes the same number of arguments when nil.
Configuration menu - View commit details
-
Copy full SHA for 326b0d2 - Browse repository at this point
Copy the full SHA 326b0d2View commit details -
luax_readmat4 uses mat4_fromPose;
No need for a matrix multiplication here.
Configuration menu - View commit details
-
Copy full SHA for 19bb936 - Browse repository at this point
Copy the full SHA 19bb936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af1b07 - Browse repository at this point
Copy the full SHA 2af1b07View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc508c4 - Browse repository at this point
Copy the full SHA dc508c4View commit details -
Mat4 is a plain userdata instead of a refcounted object;
This is a lot faster, since it doesn't have to do all the registry bookkeeping that the other objects do.
Configuration menu - View commit details
-
Copy full SHA for 5eafd30 - Browse repository at this point
Copy the full SHA 5eafd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4bb0c4 - Browse repository at this point
Copy the full SHA f4bb0c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb293d - Browse repository at this point
Copy the full SHA 3fb293dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98f4c24 - Browse repository at this point
Copy the full SHA 98f4c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73025ca - Browse repository at this point
Copy the full SHA 73025caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9da77e9 - Browse repository at this point
Copy the full SHA 9da77e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce14955 - Browse repository at this point
Copy the full SHA ce14955View 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.