-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- scoped all enums in wasplib. Tested every single script on the website: - Community scripts all compile fine except the ones that didn't already prior to this - Unrelated to this but I unpublished every script that wasn't compiling prior to this since they are not being maintained anyway (plank maker, jacz sandminer, deets teleporter, reld drift net) - Some of my scripts don't compile with the changes but will be updated after this. - added string casing methods because I like bloat: - `String.CamelCase()` - `String.SnakeCase()` - `String.UpperSnakeCase()` - `String.KebabCase()` - `String.PascalCase()` - `String.SencenceCase()` - `String.TitleCase()` - remade and fixed the lectern interface. It also supports all lecterns now but still is missing the tabs names for the non standard spell tablets - removed the favour tab from the achievements gametab since the game removed it as well - added deprecated warning to the agility.graph
- Loading branch information
Showing
10 changed files
with
445 additions
and
95 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.