Skip to content

Tags: davidkohout/MultiModServer

Tags

5.7.2

Toggle 5.7.2's commit message
Finished 5.7.2 | 2017-05-25

 * Fixed the colored chat not working for AMXX 183
   on most game mods

5.7.1

Toggle 5.7.1's commit message
Finished 5.7.1 | 2017-05-24

 * Fixed the `ban recent` maps feature not working.

5.7.0

Toggle 5.7.0's commit message
Finished 5.7.0 | 2017-05-23

 * Added a new option to the cvar `gal_general_options`, change
   the command `gal_startvote` command default behavior.

 * Added a new argument to the command `gal_startvote`. The
   argument `-now` to allow the map to change immediately at the
   voting end.

 * Added a new argument to the command `gal_startvote`. The
   argument `-roundend` to allow the round to finish after the
   voting end.

 * Added a new cvar `gal_endonround_max` to indicates the maximum
   time to wait before forcing to change the map.

 * Fixed the cvars `gal_extendmap_max_*` option 0 always blocking
   the vote, instead of allowing it.

 * Fixed the command `say rockthevote` not working when cvar
   `gal_rtv_commands` enables it.

 * Fixed a ghost extension option showing up on `runoff` voting.

 * Fixed the possibility of the voting being messed up by its own
   automatic trigger.

 * Renamed the command `gal_command_maintenance` to
   `gal_maintenance_mode`.

 * Renamed the command `gal_looking_for_crashes` to
   `gal_look_for_crashes`.

 * Set the MAX_SERVER_RESTART_ACCEPTABLE value to 1, implying on
   3 crashes required before ignoring the map.

5.6.1

Toggle 5.6.1's commit message
Finished 5.6.1 | 2017-05-19

 * Fixed colored chat broken on AMXX 182.

5.6.0

Toggle 5.6.0's commit message
Finished 5.6.0 | 2017-05-16

 * 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.

5.5.0

Toggle 5.5.0's commit message
Finished 5.5.0 | 2017-03-20

 * Added a new cvar `gal_server_players_count` to ignore
   players on spectator when the plugin need counting the
   server players.

 * Fixed the `empty-cycle` feature changing to the wrong
   map continually.

5.4.0

Toggle 5.4.0's commit message
Finished 5.4.0 | 2017-03-20

 * Added French translation by `Nemesis31`
    evandrocoan#56

 * Fixed the voting outcome not being reset when there
   is a new game commencing event.

 * Fixed invalid string formatting on when using
   `mp_maxrounds/mp_winlimit/mp_fraglimit` while displaying
   the remaining time.

5.3.2

Toggle 5.3.2's commit message
Finished 5.3.2 | 2017-02-28

 * Fixed the colored prefix not being removed when the coloring is
   disabled.

 * Fixed the cvar `gal_rtv_wait` being used when
   `mp_timelimit/mp_fraglimit` are not being used.

 * Fixed the cvar `gal_rtv_wait_rounds` being used when
   `mp_maxrounds/mp_winlimit` are not being used.

 * Fixed the cvar `gal_colored_chat_enabled` for colored chat not
   working.

 * Removed the implementation restriction, where the color chat
   is disabled the first time you server started.

5.3.1

Toggle 5.3.1's commit message
Finished version v5.3.1 | 2017-02-25

 * Fixed the recent maps banning not locking correctly its upper bound.
 * Blacked users from creating multiple partial nomination menu searches.
 * Registered the HLTV event only for the supported game mods.

5.3.0

Toggle 5.3.0's commit message
Finished v5.3.0 | 2017-02-13

* Added a new option to the cvar `gal_rtv_commands`, do not wait
  the `gal_rtv_wait` again after the map extension.

* Fixed the RTV wait time being extended beyond the actual time limit.