Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the cursor on map series, because they are continuations as to afrikakorps1 and 2, respectively #12

Closed
evandrocoan opened this issue Sep 29, 2016 · 0 comments

Comments

@evandrocoan
Copy link
Owner

evandrocoan commented Sep 29, 2016

Move the cursor on map series, because they are continuations as to afrikakorps1 and 2, respectively

[QUOTE=Shattered Heart Lynx;2439087][URL="https://forums.alliedmods.net/showthread.php?t=63695"]NextMap with Sven Co-op Fix[/URL] covers an specific issue, it makes the default map chooser plugin (AMXX's Nextmap) to NOT move the cursor on map series. Let's take for example this mapcycle.txt.

[CODE][...]
afrikakorps1
sc_another
[...][/CODE]

If the nextmap in afrikakorps1 is sc_another, it will maintain it in afrikakorps2, and afrikakorps3 (these are not in the mapcycle because they are continuations to afrikakorps1 and 2, respectively).

Sadly it only works with the vanilla nextmap.amxx plugin.

If you can implement something like this in Galileo it would be great as well.[/QUOTE]
https://forums.alliedmods.net/showthread.php?p=2439087#post2439087

evandrocoan added a commit that referenced this issue Dec 30, 2016
series, because they are continuations as to afrikakorps1 and 2,
respectively. Issue:
#12
evandrocoan added a commit that referenced this issue Dec 31, 2016
 * Translated the plugin to Slovak [sk] and Hungarian [hu] languages. See the new LANG file 'galileo.txt'.
 * Replaced to cvar `gal_endonround_countdown`, the buy weapons by a give weapons. Now players without money or out buy zones can win weapons on change level. [URL="#16].
 * Added explicit disabled and enabled values to all cvars on the config file. [URL="#30].
 * Added support to Sven Coop 'mp_nextmap_cycle' cvar and the vote map start by the Ham_Use "game_end". [URL="#13].
 * Added the `page_number` argument to all menus possible. Now you can open any menu at the page you want to. Example `say nomenu 50`.
 * Added the ability to show map information after the map name on the voting menu. [URL="#18].
 * Added the ability for players to close the vote menu, if they want to. [URL="#4].
 * Added an optimum time for the vote starting at map end. [URL="#20].
 * Added the the command `say galmenu`, (admin MAP level required) to choose from the loaded server maps, the maps to create a map voting by a menu, as the one with the `gal_votemap` command. [URL="#48].
 * Added the the command `gal_changelevel`, to immediately change level to the current map at the cvar nextmap. [URL="#48].
 * Added the the command `gal_votemap`, to receive a list of maps and will to perform a map voting as if it was an automatic end of map voting. [URL="#48].
 * Added new cvar `gal_srv_move_cursor` to move the cursor on map series, because they are continuations as to afrikakorps1 and 2, respectively. [URL="#12].
 * Added new cvar `gal_sounds_hud` to indicates if any HUD messages should be hidden during the various events in which they'd normal be showed. [URL="#31].
 * Added new cvar `gal_colored_chat_prefix` to allow always to print a prefix before the Galileo chat messages. [URL="#34].
 * Added new cvar `gal_nom_cleaning` to allow do not clean the map nominations' maps when the map voting started.  [URL="#32].
 * Added new cvar `gal_nextmap_votemap` to not start another map voting when the server admin to starts one. [URL="#22].
 * Added new cvar `gal_runoff_mapchoices` to let the voting take into account all the map options that had the maximum amount of votes. [URL="#33].
 * Added new cvar `gal_runoff_ratio` to specifies the minimum amount of votes the most voted map should have to not start a run off voting. [URL="#33].
 * Added new cvar `gal_endonround_change` to choose whether the map should change current round final seconds, or at next round start first seconds. [URL="#5].
 * Added new cvar `gal_endofmapvote_expiration` to change the map at the round the map voting is finished, without wait to the `mp_timelimit` or `mp_maxrounds`. [URL="#5].
 * Added a new option to the cvar `gal_rtv_commands`, to disable the RTV when there is only a single player on the server. [URL="#24].
 * Added a new option to the cvar `gal_vote_show_none`, to created a new menu showing command the options. [URL="#40].
 * Added new option to the cvar `amx_extendmap_allow_order`, when no one voted for nextmap or extend or "stay here", extend the map. [URL="#11].
 * Added new option to the cvar `gal_endonround_countdown`, allow to set mp_friendlyfire to 1, so players can bombard each other with grenades just before change level. [URL="#15].
 * Added new option to the cvar `amx_extendmap_max`, allowing to disable it setting it to 0.
 * Improved the cvar `gal_endofmapvote_start` detection and added new options to it. [URL="#38].
 * Improved the cvar `gal_endonround_countdown` available options for configuration. [URL="#7].
 * Improved the multi-bit operations to be more clear on the configuration file `galileo.cfg`'s documentation. Issue: [URL="#6].
 * Fixed possible client overflow when show the recent maps list.
 * Fixed the voting menu `None` option not becoming greyed out when the voting is finished.
 * Fixed the recent map feature allowing invalid maps to be added to the recent maps list.
 * Fixed the setting `gal_vote_showstatus` 1 and 2 showing the vote percentage results when it should not.
 * Fixed the cvar `gal_vote_mapchoices` not allowing 9 map votes when the `Stay Here` and `Extend Map` are disabled.
 * Fixed the ban `gal_banrecent_mapcycle` feature using the cvar `gal_vote_mapfile`, instead of the cvar `mapcyclefile`.
 * Fixed limit for the maximum voting time start. [URL="#8].
 * Fixed lag every time before vote countdown starts. [URL="#19].
 * Fixed not adding the nominations from disconnected players. [URL="#27].
 * Fixed some Unit Tests failing when the DEBUG_LEVEL is set to 2. [URL="#28].
 * Fixed Next Map: [not yet voted on] not showing on the welcome message. [URL="#9].
 * Fixed the new nominations menu, increasing server overall performance. [URL="#41].
 * Fixed the map_loadRecentList(0) loading more maps than are available to be banned. [URL="#44].
 * Fixed the clean menu `stay option` is being displayed on the first player language. [URL="#29].
 * Fixed nextmap in chat showing the map that was voted for instead of the map changed to via amx_cvar amx_nextmap. [URL="#10].
 * Implemented the Allow Round Finish feature for the cvar `mp_fraglimit`.
 * Implemented the Maintenance Mode for the cvars `mp_fraglimit`, `mp_maxrounds` and `mp_winlimit`.
 * Removed the extra space between the `Extend` option and the voting menu `None` option.
evandrocoan added a commit that referenced this issue Dec 31, 2016
 * Translated the plugin to Slovak [sk] and Hungarian [hu] languages. See the new LANG file 'galileo.txt'.
 * Replaced to cvar `gal_endonround_countdown`, the buy weapons by a give weapons. Now players without money or out buy zones can win weapons on change level. [URL="#16].
 * Added explicit disabled and enabled values to all cvars on the config file. [URL="#30].
 * Added support to Sven Coop 'mp_nextmap_cycle' cvar and the vote map start by the Ham_Use "game_end". [URL="#13].
 * Added the `page_number` argument to all menus possible. Now you can open any menu at the page you want to. Example `say nomenu 50`.
 * Added the ability to show map information after the map name on the voting menu. [URL="#18].
 * Added the ability for players to close the vote menu, if they want to. [URL="#4].
 * Added an optimum time for the vote starting at map end. [URL="#20].
 * Added the the command `say galmenu`, (admin MAP level required) to choose from the loaded server maps, the maps to create a map voting by a menu, as the one with the `gal_votemap` command. [URL="#48].
 * Added the the command `gal_changelevel`, to immediately change level to the current map at the cvar nextmap. [URL="#48].
 * Added the the command `gal_votemap`, to receive a list of maps and will to perform a map voting as if it was an automatic end of map voting. [URL="#48].
 * Added new cvar `gal_srv_move_cursor` to move the cursor on map series, because they are continuations as to afrikakorps1 and 2, respectively. [URL="#12].
 * Added new cvar `gal_sounds_hud` to indicates if any HUD messages should be hidden during the various events in which they'd normal be showed. [URL="#31].
 * Added new cvar `gal_colored_chat_prefix` to allow always to print a prefix before the Galileo chat messages. [URL="#34].
 * Added new cvar `gal_nom_cleaning` to allow do not clean the map nominations' maps when the map voting started.  [URL="#32].
 * Added new cvar `gal_nextmap_votemap` to not start another map voting when the server admin to starts one. [URL="#22].
 * Added new cvar `gal_runoff_mapchoices` to let the voting take into account all the map options that had the maximum amount of votes. [URL="#33].
 * Added new cvar `gal_runoff_ratio` to specifies the minimum amount of votes the most voted map should have to not start a run off voting. [URL="#33].
 * Added new cvar `gal_endonround_change` to choose whether the map should change current round final seconds, or at next round start first seconds. [URL="#5].
 * Added new cvar `gal_endofmapvote_expiration` to change the map at the round the map voting is finished, without wait to the `mp_timelimit` or `mp_maxrounds`. [URL="#5].
 * Added a new option to the cvar `gal_rtv_commands`, to disable the RTV when there is only a single player on the server. [URL="#24].
 * Added a new option to the cvar `gal_vote_show_none`, to created a new menu showing command the options. [URL="#40].
 * Added new option to the cvar `amx_extendmap_allow_order`, when no one voted for nextmap or extend or "stay here", extend the map. [URL="#11].
 * Added new option to the cvar `gal_endonround_countdown`, allow to set mp_friendlyfire to 1, so players can bombard each other with grenades just before change level. [URL="#15].
 * Added new option to the cvar `amx_extendmap_max`, allowing to disable it setting it to 0.
 * Improved the cvar `gal_endofmapvote_start` detection and added new options to it. [URL="#38].
 * Improved the cvar `gal_endonround_countdown` available options for configuration. [URL="#7].
 * Improved the multi-bit operations to be more clear on the configuration file `galileo.cfg`'s documentation. Issue: [URL="#6].
 * Fixed possible client overflow when show the recent maps list.
 * Fixed the voting menu `None` option not becoming greyed out when the voting is finished.
 * Fixed the recent map feature allowing invalid maps to be added to the recent maps list.
 * Fixed the setting `gal_vote_showstatus` 1 and 2 showing the vote percentage results when it should not.
 * Fixed the cvar `gal_vote_mapchoices` not allowing 9 map votes when the `Stay Here` and `Extend Map` are disabled.
 * Fixed the ban `gal_banrecent_mapcycle` feature using the cvar `gal_vote_mapfile`, instead of the cvar `mapcyclefile`.
 * Fixed limit for the maximum voting time start. [URL="#8].
 * Fixed lag every time before vote countdown starts. [URL="#19].
 * Fixed not adding the nominations from disconnected players. [URL="#27].
 * Fixed some Unit Tests failing when the DEBUG_LEVEL is set to 2. [URL="#28].
 * Fixed Next Map: [not yet voted on] not showing on the welcome message. [URL="#9].
 * Fixed the new nominations menu, increasing server overall performance. [URL="#41].
 * Fixed the map_loadRecentList(0) loading more maps than are available to be banned. [URL="#44].
 * Fixed the clean menu `stay option` is being displayed on the first player language. [URL="#29].
 * Fixed nextmap in chat showing the map that was voted for instead of the map changed to via amx_cvar amx_nextmap. [URL="#10].
 * Implemented the Allow Round Finish feature for the cvar `mp_fraglimit`.
 * Implemented the Maintenance Mode for the cvars `mp_fraglimit`, `mp_maxrounds` and `mp_winlimit`.
 * Removed the extra space between the `Extend` option and the voting menu `None` option.
evandrocoan added a commit that referenced this issue Dec 31, 2016
 * Translated the plugin to Slovak [sk] and Hungarian [hu] languages. See the new LANG file 'galileo.txt'.
 * Replaced to cvar `gal_endonround_countdown`, the buy weapons by a give weapons. Now players without money or out buy zones can win weapons on change level. [URL="#16].
 * Added explicit disabled and enabled values to all cvars on the config file. [URL="#30].
 * Added support to Sven Coop 'mp_nextmap_cycle' cvar and the vote map start by the Ham_Use "game_end". [URL="#13].
 * Added the `page_number` argument to all menus possible. Now you can open any menu at the page you want to. Example `say nomenu 50`.
 * Added the ability to show map information after the map name on the voting menu. [URL="#18].
 * Added the ability for players to close the vote menu, if they want to. [URL="#4].
 * Added an optimum time for the vote starting at map end. [URL="#20].
 * Added the the command `say galmenu`, (admin MAP level required) to choose from the loaded server maps, the maps to create a map voting by a menu, as the one with the `gal_votemap` command. [URL="#48].
 * Added the the command `gal_changelevel`, to immediately change level to the current map at the cvar nextmap. [URL="#48].
 * Added the the command `gal_votemap`, to receive a list of maps and will to perform a map voting as if it was an automatic end of map voting. [URL="#48].
 * Added new cvar `gal_srv_move_cursor` to move the cursor on map series, because they are continuations as to afrikakorps1 and 2, respectively. [URL="#12].
 * Added new cvar `gal_sounds_hud` to indicates if any HUD messages should be hidden during the various events in which they'd normal be showed. [URL="#31].
 * Added new cvar `gal_colored_chat_prefix` to allow always to print a prefix before the Galileo chat messages. [URL="#34].
 * Added new cvar `gal_nom_cleaning` to allow do not clean the map nominations' maps when the map voting started.  [URL="#32].
 * Added new cvar `gal_nextmap_votemap` to not start another map voting when the server admin to starts one. [URL="#22].
 * Added new cvar `gal_runoff_mapchoices` to let the voting take into account all the map options that had the maximum amount of votes. [URL="#33].
 * Added new cvar `gal_runoff_ratio` to specifies the minimum amount of votes the most voted map should have to not start a run off voting. [URL="#33].
 * Added new cvar `gal_endonround_change` to choose whether the map should change current round final seconds, or at next round start first seconds. [URL="#5].
 * Added new cvar `gal_endofmapvote_expiration` to change the map at the round the map voting is finished, without wait to the `mp_timelimit` or `mp_maxrounds`. [URL="#5].
 * Added a new option to the cvar `gal_rtv_commands`, to disable the RTV when there is only a single player on the server. [URL="#24].
 * Added a new option to the cvar `gal_vote_show_none`, to created a new menu showing command the options. [URL="#40].
 * Added new option to the cvar `amx_extendmap_allow_order`, when no one voted for nextmap or extend or "stay here", extend the map. [URL="#11].
 * Added new option to the cvar `gal_endonround_countdown`, allow to set mp_friendlyfire to 1, so players can bombard each other with grenades just before change level. [URL="#15].
 * Added new option to the cvar `amx_extendmap_max`, allowing to disable it setting it to 0.
 * Improved the cvar `gal_endofmapvote_start` detection and added new options to it. [URL="#38].
 * Improved the cvar `gal_endonround_countdown` available options for configuration. [URL="#7].
 * Improved the multi-bit operations to be more clear on the configuration file `galileo.cfg`'s documentation. Issue: [URL="#6].
 * Fixed possible client overflow when show the recent maps list.
 * Fixed the voting menu `None` option not becoming greyed out when the voting is finished.
 * Fixed the recent map feature allowing invalid maps to be added to the recent maps list.
 * Fixed the setting `gal_vote_showstatus` 1 and 2 showing the vote percentage results when it should not.
 * Fixed the cvar `gal_vote_mapchoices` not allowing 9 map votes when the `Stay Here` and `Extend Map` are disabled.
 * Fixed the ban `gal_banrecent_mapcycle` feature using the cvar `gal_vote_mapfile`, instead of the cvar `mapcyclefile`.
 * Fixed limit for the maximum voting time start. [URL="#8].
 * Fixed lag every time before vote countdown starts. [URL="#19].
 * Fixed not adding the nominations from disconnected players. [URL="#27].
 * Fixed some Unit Tests failing when the DEBUG_LEVEL is set to 2. [URL="#28].
 * Fixed Next Map: [not yet voted on] not showing on the welcome message. [URL="#9].
 * Fixed the new nominations menu, increasing server overall performance. [URL="#41].
 * Fixed the map_loadRecentList(0) loading more maps than are available to be banned. [URL="#44].
 * Fixed the clean menu `stay option` is being displayed on the first player language. [URL="#29].
 * Fixed nextmap in chat showing the map that was voted for instead of the map changed to via amx_cvar amx_nextmap. [URL="#10].
 * Implemented the Allow Round Finish feature for the cvar `mp_fraglimit`.
 * Implemented the Maintenance Mode for the cvars `mp_fraglimit`, `mp_maxrounds` and `mp_winlimit`.
 * Removed the extra space between the `Extend` option and the voting menu `None` option.
evandrocoan added a commit that referenced this issue Dec 3, 2018
series, because they are continuations as to afrikakorps1 and 2,
respectively. Issue:
#12
evandrocoan added a commit that referenced this issue Dec 3, 2018
 * Translated the plugin to Slovak [sk] and Hungarian [hu] languages. See the new LANG file 'galileo.txt'.
 * Replaced to cvar `gal_endonround_countdown`, the buy weapons by a give weapons. Now players without money or out buy zones can win weapons on change level. [URL="#16].
 * Added explicit disabled and enabled values to all cvars on the config file. [URL="#30].
 * Added support to Sven Coop 'mp_nextmap_cycle' cvar and the vote map start by the Ham_Use "game_end". [URL="#13].
 * Added the `page_number` argument to all menus possible. Now you can open any menu at the page you want to. Example `say nomenu 50`.
 * Added the ability to show map information after the map name on the voting menu. [URL="#18].
 * Added the ability for players to close the vote menu, if they want to. [URL="#4].
 * Added an optimum time for the vote starting at map end. [URL="#20].
 * Added the the command `say galmenu`, (admin MAP level required) to choose from the loaded server maps, the maps to create a map voting by a menu, as the one with the `gal_votemap` command. [URL="#48].
 * Added the the command `gal_changelevel`, to immediately change level to the current map at the cvar nextmap. [URL="#48].
 * Added the the command `gal_votemap`, to receive a list of maps and will to perform a map voting as if it was an automatic end of map voting. [URL="#48].
 * Added new cvar `gal_srv_move_cursor` to move the cursor on map series, because they are continuations as to afrikakorps1 and 2, respectively. [URL="#12].
 * Added new cvar `gal_sounds_hud` to indicates if any HUD messages should be hidden during the various events in which they'd normal be showed. [URL="#31].
 * Added new cvar `gal_colored_chat_prefix` to allow always to print a prefix before the Galileo chat messages. [URL="#34].
 * Added new cvar `gal_nom_cleaning` to allow do not clean the map nominations' maps when the map voting started.  [URL="#32].
 * Added new cvar `gal_nextmap_votemap` to not start another map voting when the server admin to starts one. [URL="#22].
 * Added new cvar `gal_runoff_mapchoices` to let the voting take into account all the map options that had the maximum amount of votes. [URL="#33].
 * Added new cvar `gal_runoff_ratio` to specifies the minimum amount of votes the most voted map should have to not start a run off voting. [URL="#33].
 * Added new cvar `gal_endonround_change` to choose whether the map should change current round final seconds, or at next round start first seconds. [URL="#5].
 * Added new cvar `gal_endofmapvote_expiration` to change the map at the round the map voting is finished, without wait to the `mp_timelimit` or `mp_maxrounds`. [URL="#5].
 * Added a new option to the cvar `gal_rtv_commands`, to disable the RTV when there is only a single player on the server. [URL="#24].
 * Added a new option to the cvar `gal_vote_show_none`, to created a new menu showing command the options. [URL="#40].
 * Added new option to the cvar `amx_extendmap_allow_order`, when no one voted for nextmap or extend or "stay here", extend the map. [URL="#11].
 * Added new option to the cvar `gal_endonround_countdown`, allow to set mp_friendlyfire to 1, so players can bombard each other with grenades just before change level. [URL="#15].
 * Added new option to the cvar `amx_extendmap_max`, allowing to disable it setting it to 0.
 * Improved the cvar `gal_endofmapvote_start` detection and added new options to it. [URL="#38].
 * Improved the cvar `gal_endonround_countdown` available options for configuration. [URL="#7].
 * Improved the multi-bit operations to be more clear on the configuration file `galileo.cfg`'s documentation. Issue: [URL="#6].
 * Fixed possible client overflow when show the recent maps list.
 * Fixed the voting menu `None` option not becoming greyed out when the voting is finished.
 * Fixed the recent map feature allowing invalid maps to be added to the recent maps list.
 * Fixed the setting `gal_vote_showstatus` 1 and 2 showing the vote percentage results when it should not.
 * Fixed the cvar `gal_vote_mapchoices` not allowing 9 map votes when the `Stay Here` and `Extend Map` are disabled.
 * Fixed the ban `gal_banrecent_mapcycle` feature using the cvar `gal_vote_mapfile`, instead of the cvar `mapcyclefile`.
 * Fixed limit for the maximum voting time start. [URL="#8].
 * Fixed lag every time before vote countdown starts. [URL="#19].
 * Fixed not adding the nominations from disconnected players. [URL="#27].
 * Fixed some Unit Tests failing when the DEBUG_LEVEL is set to 2. [URL="#28].
 * Fixed Next Map: [not yet voted on] not showing on the welcome message. [URL="#9].
 * Fixed the new nominations menu, increasing server overall performance. [URL="#41].
 * Fixed the map_loadRecentList(0) loading more maps than are available to be banned. [URL="#44].
 * Fixed the clean menu `stay option` is being displayed on the first player language. [URL="#29].
 * Fixed nextmap in chat showing the map that was voted for instead of the map changed to via amx_cvar amx_nextmap. [URL="#10].
 * Implemented the Allow Round Finish feature for the cvar `mp_fraglimit`.
 * Implemented the Maintenance Mode for the cvars `mp_fraglimit`, `mp_maxrounds` and `mp_winlimit`.
 * Removed the extra space between the `Extend` option and the voting menu `None` option.
evandrocoan added a commit that referenced this issue Dec 3, 2018
 * Translated the plugin to Slovak [sk] and Hungarian [hu] languages. See the new LANG file 'galileo.txt'.
 * Replaced to cvar `gal_endonround_countdown`, the buy weapons by a give weapons. Now players without money or out buy zones can win weapons on change level. [URL="#16].
 * Added explicit disabled and enabled values to all cvars on the config file. [URL="#30].
 * Added support to Sven Coop 'mp_nextmap_cycle' cvar and the vote map start by the Ham_Use "game_end". [URL="#13].
 * Added the `page_number` argument to all menus possible. Now you can open any menu at the page you want to. Example `say nomenu 50`.
 * Added the ability to show map information after the map name on the voting menu. [URL="#18].
 * Added the ability for players to close the vote menu, if they want to. [URL="#4].
 * Added an optimum time for the vote starting at map end. [URL="#20].
 * Added the the command `say galmenu`, (admin MAP level required) to choose from the loaded server maps, the maps to create a map voting by a menu, as the one with the `gal_votemap` command. [URL="#48].
 * Added the the command `gal_changelevel`, to immediately change level to the current map at the cvar nextmap. [URL="#48].
 * Added the the command `gal_votemap`, to receive a list of maps and will to perform a map voting as if it was an automatic end of map voting. [URL="#48].
 * Added new cvar `gal_srv_move_cursor` to move the cursor on map series, because they are continuations as to afrikakorps1 and 2, respectively. [URL="#12].
 * Added new cvar `gal_sounds_hud` to indicates if any HUD messages should be hidden during the various events in which they'd normal be showed. [URL="#31].
 * Added new cvar `gal_colored_chat_prefix` to allow always to print a prefix before the Galileo chat messages. [URL="#34].
 * Added new cvar `gal_nom_cleaning` to allow do not clean the map nominations' maps when the map voting started.  [URL="#32].
 * Added new cvar `gal_nextmap_votemap` to not start another map voting when the server admin to starts one. [URL="#22].
 * Added new cvar `gal_runoff_mapchoices` to let the voting take into account all the map options that had the maximum amount of votes. [URL="#33].
 * Added new cvar `gal_runoff_ratio` to specifies the minimum amount of votes the most voted map should have to not start a run off voting. [URL="#33].
 * Added new cvar `gal_endonround_change` to choose whether the map should change current round final seconds, or at next round start first seconds. [URL="#5].
 * Added new cvar `gal_endofmapvote_expiration` to change the map at the round the map voting is finished, without wait to the `mp_timelimit` or `mp_maxrounds`. [URL="#5].
 * Added a new option to the cvar `gal_rtv_commands`, to disable the RTV when there is only a single player on the server. [URL="#24].
 * Added a new option to the cvar `gal_vote_show_none`, to created a new menu showing command the options. [URL="#40].
 * Added new option to the cvar `amx_extendmap_allow_order`, when no one voted for nextmap or extend or "stay here", extend the map. [URL="#11].
 * Added new option to the cvar `gal_endonround_countdown`, allow to set mp_friendlyfire to 1, so players can bombard each other with grenades just before change level. [URL="#15].
 * Added new option to the cvar `amx_extendmap_max`, allowing to disable it setting it to 0.
 * Improved the cvar `gal_endofmapvote_start` detection and added new options to it. [URL="#38].
 * Improved the cvar `gal_endonround_countdown` available options for configuration. [URL="#7].
 * Improved the multi-bit operations to be more clear on the configuration file `galileo.cfg`'s documentation. Issue: [URL="#6].
 * Fixed possible client overflow when show the recent maps list.
 * Fixed the voting menu `None` option not becoming greyed out when the voting is finished.
 * Fixed the recent map feature allowing invalid maps to be added to the recent maps list.
 * Fixed the setting `gal_vote_showstatus` 1 and 2 showing the vote percentage results when it should not.
 * Fixed the cvar `gal_vote_mapchoices` not allowing 9 map votes when the `Stay Here` and `Extend Map` are disabled.
 * Fixed the ban `gal_banrecent_mapcycle` feature using the cvar `gal_vote_mapfile`, instead of the cvar `mapcyclefile`.
 * Fixed limit for the maximum voting time start. [URL="#8].
 * Fixed lag every time before vote countdown starts. [URL="#19].
 * Fixed not adding the nominations from disconnected players. [URL="#27].
 * Fixed some Unit Tests failing when the DEBUG_LEVEL is set to 2. [URL="#28].
 * Fixed Next Map: [not yet voted on] not showing on the welcome message. [URL="#9].
 * Fixed the new nominations menu, increasing server overall performance. [URL="#41].
 * Fixed the map_loadRecentList(0) loading more maps than are available to be banned. [URL="#44].
 * Fixed the clean menu `stay option` is being displayed on the first player language. [URL="#29].
 * Fixed nextmap in chat showing the map that was voted for instead of the map changed to via amx_cvar amx_nextmap. [URL="#10].
 * Implemented the Allow Round Finish feature for the cvar `mp_fraglimit`.
 * Implemented the Maintenance Mode for the cvars `mp_fraglimit`, `mp_maxrounds` and `mp_winlimit`.
 * Removed the extra space between the `Extend` option and the voting menu `None` option.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant