Skip to content
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

Loads of API fixes and tweaks #36

Merged
merged 1 commit into from
Apr 1, 2020
Merged

Loads of API fixes and tweaks #36

merged 1 commit into from
Apr 1, 2020

Commits on Apr 1, 2020

  1. Loads of API fixes and tweaks

    Added a array for the tabs to be added to and updated the getCurrentTab method to use this
    Fixed the debug method for displaying the current tab *was trying to get the widget ID in an array of less than 10*
    Fixed the random scripts displaying null as their name *was commented out*
    Updated the LoginScript ScriptManifest
    Fixed player position debug
    Fixed an error in getting local positions from a tile *was previously trying to convert local position coordinates directly into the scene coordinates*
    Fixed an invalid cast in NPCs getAll function
    Fixed several calculation methods to properly provide the information we desire
    Added nullchecks to several debug functions so they could properly continue
    Replaced a line in debuginventory to properly reference what the item in the inventory has (was trying to get as a component which was null)
    Removed the odd height argument being passed by debugs
    
    Bugs noted: Mouse Value isn't updated by the actual user mouse, but rather only the virtual mouse. Not super useful for debug
    GigiaJ committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    c554284 View commit details
    Browse the repository at this point in the history