This repository was archived by the owner on Mar 12, 2023. It is now read-only.
Create new MKW_Classes.lua file, update core and pointers#29
Draft
Create new MKW_Classes.lua file, update core and pointers#29
Conversation
* Fix Guaranteed Crashes on Startup This removes outdated names and replaces them with new ones. The acceleration functions will be rewritten in the future, so functionality does not matter for them at the moment. * MKW_Pointers Formatting Update Suggested by @malleoz. * Fix Inconsistent Formatting Co-authored-by: xi <energeticcamel55@gmail.com> Co-authored-by: xi <104683822+ximk@users.noreply.github.com>
b8a165c to
4f34fb5
Compare
This commit will break all Lua scripts, including MKW_Core.lua. Future commits will resolve these issues.
Collaborator
|
Untested, but Pointers fit the new coordination system. ᵖˢ ᵈᵒⁿᵗ ʷᵒʳʳʸ ᵃᵇᵒᵘᵗ ᵗʰᵉ ʳᵉᵛᶦᵉʷ ᵗʰᶦⁿᵍʸ |
Author
|
No complaints seem to be made about MKW_Pointers. Marking task as complete. |
This code was blitzed out in two days and is not tested in any way. This will need heavy review before proceeding.
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 commit aims to create Lua structures for various MKW classes. This will become the new standard for future script creating/core updates.