-
-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from TomGrobbe/development
## Client side updates #### UC: - Add version to server convar #### Documentation & config: - Some changes and improvements in the README.md and other .md files - Improve default permissions.cfg file, group inheritance is now fixed in recent server builds, so the default permissions.cfg file has implemented the group inheritance again. I suggest you rewrite your permissions file (use the new default one as a template) if you want to keep it clean and use proper group inheritance. #### PO: - Add unlimited stamina permission (`vMenu.PlayerOptions.UnlimitedStamina`) #### FC: - Nerf player stats, they used to be way too OP (mainly weapon/shooting stats were insane) - Fix #95 and slight performance improvements. - (WIP: location and player blips, not yet fully implemented so will not work but preparation work has been done so it can be implemented soon) #### UD: - Refactor some default settings for new players. (won't affect your current saved settings) #### MS: - [along with FC] (WIP: location and player blips, not yet fully implemented so will not work but preparation work has been done so it can be implemented soon) #### project files: - Changed debugging to embedded for better stack traces. #### CF: - Merge pull request #103 (fix tyre smoke color bug) #### VW: - refactor all weapons & their names + components (& component names) - add missing weapon components ## Server changes: - Added unban command that can only be executed by the server console to unban a player. To unban a player using the server console, type `vmenuserver unban "<playername>"` (replacing `<playername>` with the real player's name, NOT case sensitive, allows spaces in player names as long as you surround the name with `""`.
- Loading branch information
Showing
12 changed files
with
1,211 additions
and
642 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
Oops, something went wrong.