Released a new version
2017-05-16 | v5.6.0-853- Renamed the cvars `amx_extendmap_step_min` and `amx_extendmap_max_min` to `gal_extendmap_step_min` and `gal_extendmap_max_min`.
- Renamed the cvars prefixed with `amx_` to `gal_`, affecting `amx_extendmap_step_rounds`, `amx_extendmap_allow_stay`, etc.
- Removed the ban recent maps minimum of 3 extra maps.
- Added a new cvar `gal_general_options` allow mute chat commands.
- Added a new cvar `gal_vote_minimum` to specifies the minimum number of votes the voting should have.
- Fixed the `say noms` command not show all nominated maps when more than 4 maps are nominated.
- Fixed the some chat messages being displayed on the server language on AMXX 183.
- Fixed the `runoff` voting starting twice due the vote round start feature.
- Fixed the `rockthevote` feature not showing negative votes values.
For the first time I introduce breaking changes with the original plugin from Brad's.
Theses changes were some cvars renaming I performed due the confusion they caused
with the default AMXX Mapchooser. The cvars `amx_extendmap_step` and `amx_extendmap_max`
are the same within the default AMXX installation at `AMXX.cfg`, therefore they are fighting
with the same cvars used on the `galileo.cfg` and causing confusion when configuring the plugin.
I only noticed this when updating my server from AMXX 182 to AMXX 183 build 5116. On the old
AMXX version, the value set for the cvars `amx_extendmap*` where properly acknowledge from
the `galileo.cfg` file, while the settings on `AMXX.cfg` file where ignored. However after the update
to the newer AMXX version, the values set on `galileo.cfg` for the cvars `amx_extendmap*` were
being ignored completely, while the values on the `AMXX.cfg` are prevailing.
Maybe this was because on my old installation I had removed the cvar `amx_extendmap*` from it.
Or maybe this was because the new AMXX version, is enforcing its settings over the settings set
by the plugin developer on its own settings file. Anyways it does not matter, I am going to rename
them to avoid any possible conflicts.
Now if you want to use the original settings with the Brad's version, you need to edit the
configuration file and rename the cvars from:
- `amx_extendmap_max` to `gal_extendmap_max_min`
- `amx_extendmap_step` to `gal_extendmap_step_min`
Also as I was renaming things anyways, I advanced to rename all the other cvars which were prefixed
with `amx_`, except the cvar `amx_nextmap` to keep backward compatibility with every plugin out there.
Now these cvars are renamed from:
- `amx_extendmap_step_rounds` to `gal_extendmap_step_rounds`
- `amx_extendmap_max_rounds` to `gal_extendmap_max_rounds`
- `amx_extendmap_step_frags` to `gal_extendmap_step_frags`
- `amx_extendmap_max_frags` to `gal_extendmap_max_frags`
- `amx_extendmap_allow_stay` to `gal_extendmap_allow_stay`
- `amx_extendmap_allow_stay_type` to `gal_extendmap_allow_stay_type`
- `amx_extendmap_allow_order` to `gal_extendmap_allow_order`
__________________