Natural Selection 2

Natural Selection 2

Shine Administration
Se afișează 221-230 din 380 intrări
< 1 ... 21  22  23  24  25 ... 38 >
Actualizare: 11 aug. 2014 @ 12:28

- Fixed weird chatbox bug.

Actualizare: 8 aug. 2014 @ 6:27

- Hopefully fixed vote menu buttons sometimes being unresponsive.
- Commands with mandatory arguments now show their help text if you enter just the command into the console.
- Improved error reporting code.

Actualizare: 6 aug. 2014 @ 11:00

- Fixed moverate and interp settings not being applied properly.
- Fixed some notifications getting overlapped by other chat messages.
- Minor improvements to the team shuffling system. When using the Hive ranking data, players are placed onto the team they can help the most when joining mid-game. Also, if there is a team imbalance, players on the larger team can switch to the smaller team even if teams are set to be blocked.

Actualizare: 5 aug. 2014 @ 11:32

- Fixed error when trying to sort an empty list.
- Fixed EndGame hooks in the logging and tournamentmode plugins not handling draws correctly.
- Added a more clear error message when you try to target yourself with a command that does not allow it.
- Added support for font precaching (thanks Ghoul).
- Added commands for tweaking the server rates (thanks Ghoul).
- Added commander bans plugin. Functions similar to the bans plugin, prevents players from becoming commander.
- Fixed logic error in web configs.
- Added type checking to plugin configs to ensure values are the expected types.
- Prevented Lua errors in a plugin's initialise function from stalling the mod's startup.
- Fixed numerous small bugs in the bans plugin.
- Added sh_cyclemap command to the basecommands plugin.
- Fixed script error when gagging/ungagging from the server console.
- Fixed bug that would in rare circumstances cause the map vote plugin to not add any maps to a map vote.
- Fixed map vote plugin forever retaining more last maps than asked for if you lower the amount to store after it has stored more than that amount.
- Numerous other small improvements.

Developer changes
- Plugins can now inherit from other plugins, so that you can reduce the amount of work for similar plugins.
- Plugins can now have their configs type checked as well as checked for missing values.

Actualizare: 8 iun. 2014 @ 6:52

- Fixed minor script error relating to button sounds.

Actualizare: 8 iun. 2014 @ 6:04

- Prevented other mods from breaking network message behaviour when they incorrectly override network message sending (NS2+...).
- Messages from sh_say now show up in the web admin.
- If an action cannot be performed, the vote menu will now not play the button press sound to avoid confusion.
- Improved the timer library for developers.
- Improved the debug library for developers.

Actualizare: 27 mai 2014 @ 16:42

Fix for an error when adding a ban.

Actualizare: 27 mai 2014 @ 8:26

Hotfix for silly logic error.

Actualizare: 27 mai 2014 @ 7:08

This is probably the biggest update I have done for this mod. After this update, any further updates will most likely be only fixes for small issues.

- Added in game administration menu. Give access to "sh_adminmenu" and bind a key to it (or just type it in the console, or !menu in chat) to use.

- Fixed the AFK kick plugin checking team spectators.

- Fixed the namefilter plugin not passing the right arguments when banning a player.

- Added third optional boolean argument to "sh_loadplugin" and "sh_unloadplugin". If true, the state of the plugin will be saved to the base config file.

- Fixed a few leftover counting errors.

- The map vote plugin now checks to make sure maps in the map cycle and forced maps list are string values.

- GUI buttons now behave in the standard way of not pressing a button until you release the mouse on it.

- The MotD window can now be typed in (supports ASCII characters only, no unicode).

- Improved various aspects for plugin developers, including an easy interface to add to the admin menu and a set of mostly finished GUI controls.

Actualizare: 14 mai 2014 @ 12:26

- Added temporary fix for "unknown" entries in the Steam browser.
- Server player info requests (the server switch menu) are now cached to speed things up.
- Cleaned up the vote random plugin, made certain notifications more consistent.