NS2: Combat
Shine Administration
Hiển thị 11-20 trong 25 mục
< 1  2  3 >
Cập nhật: 15 Thg04, 2015 @ 11:21am

- Fixed NS2 bug where if the ServerConfig.json file had a false entry where the default is a table, startup would fail and no clients would be able to connect.

Cập nhật: 11 Thg04, 2015 @ 7:17am

General
- Fixed map vote messages showing "blah revoted for blah map" when they're choosing the same map twice or more. It now shows an error message to the player instead, telling them they've already voted for it.

Admin menu fixes
- Fixed popup menus in the commands tab of the admin menu requiring two clicks to re-open if you clicked elsewhere in the menu to close them.
- Lists now highlight the header that they are sorting by.
- List scrolling with the mouse wheel now scrolls faster.
- Lists in the admin menu (with the exception of the commands tab's player list) now remember which rows were selected when switching away and back.

Plugins tab
- Fixed the unload plugin button in the plugins tab of the admin menu being usable on already unloaded plugins.
- The plugins tab no longer populates if you do not have permission to load or unload plugins.

Scaling fixes
- The chatbox, MOTD window and vote menu now all scale correctly at resolutions greater than 1920x1080.
- Screen text now also scales correctly at resolutions greater than 1920x1080.
- Tooltips also now scale their font depending on resolution. Not only for larger than 1920x1080, but also for lower resolutions which should use a smaller font.

Cập nhật: 4 Thg04, 2015 @ 6:18am

- Added sh_customvote command, calls a vote with the given question.

Commands that use time values are now easier to work with:
- For ban commands, you can now use short form strings, for example `1w` represents 1 week, `2h5m` represents 2 hours and 5 minutes.
- For the mapvote plugin's round time commands, you can even use full sentence times, such as `1 week` or `2 hours and 5 minutes`.
- The old behaviour of entering time in minutes as a number is still supported.
- See this page[github.com] for a full explanation.

- Added a label under the duration text box in the admin menu when banning through the bans/commbans plugin that displays what the duration you are entering is being interpreted as. This should help avoid any confusion/unintended durations.

- The text entry control now supports selecting whole words by double clicking on them.

- Commands with error messages now mostly show the error in the chat if run from the chat, or the console if run from the console, rather than always the chat.

- Running a command through the chat with no arguments now prints the help text to the chat rather than the console.

Cập nhật: 17 Thg03, 2015 @ 12:31pm

- Fixed group command restrictions not working correctly for groups that do not inherit permissions.

Cập nhật: 14 Thg03, 2015 @ 8:17am

- Fixed shuffling throwing an error if a player has no skill data when sorting.
- The workshop updater plugin will no longer load if a workshop backup server is configured in ServerConfig.json.
- Fixed multiple small issues in the mapvote plugin.

Cập nhật: 15 Thg02, 2015 @ 11:18am

- All text entry fields now support selecting text with the mouse and Ctrl + A, as well as Ctrl + Backspace/Ctrl + Delete functionality.
- Fixed a bunch of annoying little bugs with text entries.
- Web user loading/reloading now logs correctly.

Cập nhật: 8 Thg02, 2015 @ 12:03pm

- Fixed voice chat not removing AFK time during the pregame with the basecommands plugin enabling all talk.

Cập nhật: 29 Thg01, 2015 @ 11:20am

- Added option to account for standard deviation when sorting players. May or may not result in better team sorting, try it and see.
- Fixed script errors relating to the UTF8 functions.
- Made some minor improvements to the admin menu.
- Added a button to the vote menu to open the admin menu for those with access to it.
- Added "CanAlwaysTarget" flag for groups. If set, the group can always be targeted regardless of immunity.
- Added support for wildcards in string argument restrictions. For example, for sh_rcon you could set "speed *" as a valid argument which would allow someone to change the speed value.
- Removed a pointless call to GetFileExists in the NS2 ConfigFileUtility code which was breaking Combat.

Cập nhật: 22 Thg01, 2015 @ 10:55am

- Removed sh_revote (sh_vote already does everything it did).
- Fixed a minor layout issue with the chatbox.

Cập nhật: 20 Thg12, 2014 @ 4:18am

- AFK kicking is now based on how long you've been AFK compared to not AFK. This means that you have to be active for a significant time to remove all the AFK time you accumulate, rather than having it all reset the moment you become active.
- Players that are AFK now have "AFK - " behind their name until they come back.

- Removed some old useless code that might cause problems.
- Removed useless messages about team shuffle duration if the duration is 0.