SmartlyDressedGames / Legally-Distinct-Missile

Fork of Rocket for Unturned maintained by the game developers.
MIT License
80 stars 33 forks source link

Code cleanup. #6

Closed cemahseri closed 4 years ago

cemahseri commented 4 years ago

First commit;

Rocket.Unturned.Launcher

Second commit;

Rocket.Unturned

Environment.cs

U.cs

UnturnedConsole.cs

UnturnedConsoleWriter.cs

Third commit;

Made lot's of cleanup. Output of methods and properties' names aren't changed. Just removed unused parts and reduntant code.

SDGNelson commented 4 years ago

Thanks for the submission Daemonn. These look like good changes, but they fall outside the planned scope of this repo. Feel free to make them in a fork! I have clarified the goals in the readme now, namely:

The goals of this repository are to maintain compatibility with Unturned, maintain backwards compatibility with plugins, and fix bugs. Changes outside that scope will be made to the Unturned API rather than reworking the Rocket API. New plugins should ideally be using the game API where possible.