Update main with some shell bug fixes. #26

Merged
That-One-Nerd merged 3 commits from shell-systems into main 2023-03-29 09:11:00 -04:00
That-One-Nerd commented 2023-03-29 09:07:38 -04:00 (Migrated from github.com)

Here's the changelog for this branch:

Changelog

  • Allowed the CommandAttribute attribute to be applied to a method multiple times (#18).
  • Made CommandInfo.MethodInfo(ModuleInfo, MethodInfo) compensate for possible command aliases and return an array of commands rather than just one (#18).
  • Renamed the ModuleInfo.FromModule(Type) method to ModuleInfo.FromType(Type) (#18).
  • Merged the print and type commands into one method (using aliases) (#18).
  • Merged the quit and type commands into one method (using aliases) (#18).
  • Merged the cut and move commands into one method (using aliases) (#18).
  • The loading bar now properly closes during a startup error (#19).
  • The loading bar no longer throws an error when triggered at the bottom of the console buffer (#19).
  • The loading bar no longer duplicates itself when writing additional text that scrolls the screen (#19).
Here's the changelog for this branch: ### Changelog - Allowed the `CommandAttribute` attribute to be applied to a method multiple times (#18). - Made `CommandInfo.MethodInfo(ModuleInfo, MethodInfo)` compensate for possible command aliases and return an array of commands rather than just one (#18). - Renamed the `ModuleInfo.FromModule(Type)` method to `ModuleInfo.FromType(Type)` (#18). - Merged the `print` and `type` commands into one method (using aliases) (#18). - Merged the `quit` and `type` commands into one method (using aliases) (#18). - Merged the `cut` and `move` commands into one method (using aliases) (#18). - The loading bar now properly closes during a startup error (#19). - The loading bar no longer throws an error when triggered at the bottom of the console buffer (#19). - The loading bar no longer duplicates itself when writing additional text that scrolls the screen (#19).
That-One-Nerd (Migrated from github.com) reviewed 2023-03-29 09:10:43 -04:00
That-One-Nerd (Migrated from github.com) left a comment

Looks good I think

Looks good I think
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: That-One-Nerd/SrcMod#26
No description provided.