voteSystem (v0.2)
  * Initial release
 -- Norse_Harold <norseharold@norseharold.anonaddy.com>  Wed, 25 June 2025 14:39:00 -0500

voteSystem (v0.3)
  * Add vote types for changing the difficultySystem levels related to
    revives/respawns and ammo
  * Add cooldown feature that prevents calling votes on certain things more
    frequently than the cooldown duration
  * Add on-screen menu for calling a vote
  * Add on-screen announcements about vote results, including running tally of
    yes and no vote counts
  * Add on-screen informational messages about errors
  * Add on-screen display of active effects of a passed vote for a temporary
    effect, and the remaining duration in seconds
  * Add feature of text in the user interface being translatable to other
    languages
  * Add CVar voteSystem_defaultGravity that defines the default value of
    sv_gravity
  * Add CVar voteSystem_defaultUnblockPl that defines the default value of
    sv_unblockplayers
  * Add feature to reap scripts when the map unloads or the voteSystem is
    disabled by CVar
  * Add logging of vote yes/no counts upon successful vote
  * Add vote serial number so that players won't accidentally vote on something
    they didn't intend
  * Add delay between the end of a vote and the start of a new vote in order
    to help prevent players from accidentally voting on something they didn't
    intend
  * Add feature to hide help messages after a user votes
  * Change timer upkeep script to run every second instead of every tick
  * Change CVars related to timing to now be in seconds instead of ticks
  * Change the names of CVars defaultVotePassPercentage and
    defaultEffectDuration to remove the word default
  * Change messages to be displayed in the lower-left or lower-right corners
    of the screen instead of the center
  * Change vote user CVar behavior to set user's vote to abstain immediately
    when no longer a player
  * Bug fix: ensure that gravity is reset to the default at the start and end
    of the map
  * Bug fix: ensure that a called vote is only available for the intended vote
    duration
  * Add warning if the value of the CVar voteSystem_defaultUnblockPl doesn't
    match that of notsurv_origUnblockPlayers
 -- Norse_Harold <norseharold@norseharold.anonaddy.com>  Thu, 30 April 2026 12:03:12 -0500
