Difference between revisions of "Worms Armageddon ReadMe (English)/v3.6.21.2 Beta Update"

From Worms Knowledge Base

Jump to: navigation, search
(Automatic Readme conversion (2011-03-20 08:38:28.284000))
(Automatic Readme conversion (2013-03-15 12:02:29.486000))
Line 5: Line 5:
 
__NOTOC__
 
__NOTOC__
 
=== Fixes ===
 
=== Fixes ===
* The first fix in the list for v3.6.21.1 was actually a regression for some people not running Windows XP.
+
* The first fix in the list of v3.6.21.1 Fixes was actually a regression for some people not running Windows XP.
 
* When a player tries to Teleport to a spot that is partially blocked, the cursor is nudged to the nearest available spot and a spangle flashes in the new spot. But in a game with v3.6.21.1 as the logic version (i.e., no emulation) this would only look correct on the local end, while a game was being played. To remote players in a network game, and during playback, the cursor nudge and spangle would not show up.
 
* When a player tries to Teleport to a spot that is partially blocked, the cursor is nudged to the nearest available spot and a spangle flashes in the new spot. But in a game with v3.6.21.1 as the logic version (i.e., no emulation) this would only look correct on the local end, while a game was being played. To remote players in a network game, and during playback, the cursor nudge and spangle would not show up.
* The message ''"Game will take advantage of the latest n.n.n.n features and bug fixes"'' will now display the game logic version rather than the exe version.
+
* Bug in a feature introduced in v3.6.19.7: The message ''"Game will take advantage of the latest n.n.n.n features and bug fixes"'' will now display the game logic version rather than the exe version.
* For readability, the Extract Log feature now uses "" to denote game events rather than "****" as before.
+
 
* Speed / update rate
 
* Speed / update rate
** A check was inadvertently disabled, the purpose of which was to prevent the clock from ticking more than 1/4 second during a chunk of "screen lag". It is now re-enabled.
+
** Bug introduced in v3.6.21.1: A check was inadvertently disabled, the purpose of which was to prevent the clock from ticking more than 1/4 second during a chunk of "screen lag". It is now re-enabled.
** During an instant replay, a fast-forward that was fast enough to drop frames could overshoot the end of the turn, eating into the turn time of the next Worm.
+
** Bug in a feature introduced in v3.6.19.7: During an instant replay, a fast-forward that was fast enough to drop frames could overshoot the end of the turn, eating into the turn time of the next Worm.
** The prior version restricted the rendering rate from dropping below 10fps. This was too arbitrary. The frame drop threshold is now calculated as a point of diminishing returns, where further frame dropping would not boost the speed by more than 10%. When fast-forwarding, this is often well above 10fps, especially on faster computers (this should also make screen lag more tolerable). Additionally, slow computers may sometimes need to drop below 10fps (for example, when a lot of fire is being thrown around).
+
** v3.6.21.1 restricted the rendering rate from dropping below 10 fps. This was too arbitrary. The frame drop threshold is now calculated as a point of diminishing returns, where further frame dropping would not boost the speed by more than 10%. When fast-forwarding, this is often well above 10 fps, especially on faster computers (this should also make screen lag more tolerable). Additionally, slow computers may sometimes need to drop below 10 fps (for example, when a lot of fire is being thrown around).
** In-game palette fading is smoother now. This is partly due to streamlining the way fading is done (previously, each fade increment was done separately for objects, water and terrain), and partly due to making external applications unaware of the game's palette adjustments. (The latter is a workaround for that fact that, regarding palettes, DirectDraw does not give exclusive treatment to full-screen apps.)
+
** In-game palette fading is smoother now. This is accomplished by two changes: streamlining the way fading is done (previously, each fade increment was done separately for objects, water and terrain), and making external applications unaware of the game's palette adjustments. (The latter is a workaround for that fact that, regarding palettes, DirectDraw does not give exclusive treatment to full-screen apps.)
* Volume adjustments
+
* Volume adjustments (introduced in v3.6.19.7)
 
** When the volume was adjusted in the front end, and a game was started within the same session, the adjustment would be forgotten.
 
** When the volume was adjusted in the front end, and a game was started within the same session, the adjustment would be forgotten.
 
** Volume adjustments in the front end are now instantly applied to the ambient "menu loop".
 
** Volume adjustments in the front end are now instantly applied to the ambient "menu loop".
 
** The volume setting was not being applied to the "loading tick" sound effect (made each time the pie chart fills by an extra 4%)
 
** The volume setting was not being applied to the "loading tick" sound effect (made each time the pie chart fills by an extra 4%)
 +
 +
=== Changes ===
 +
* For readability, the Extract Log feature now uses "" to denote game events rather than "****" as before.
  
 
{{WA_VersionHistory|en}}
 
{{WA_VersionHistory|en}}

Revision as of 12:02, 15 March 2013

In other languages: English (en) • español (es) • français (fr) • русский (ru) • +/-

v3.6.21.2 Beta Update (2004.09.27)

Fixes

  • The first fix in the list of v3.6.21.1 Fixes was actually a regression for some people not running Windows XP.
  • When a player tries to Teleport to a spot that is partially blocked, the cursor is nudged to the nearest available spot and a spangle flashes in the new spot. But in a game with v3.6.21.1 as the logic version (i.e., no emulation) this would only look correct on the local end, while a game was being played. To remote players in a network game, and during playback, the cursor nudge and spangle would not show up.
  • Bug in a feature introduced in v3.6.19.7: The message "Game will take advantage of the latest n.n.n.n features and bug fixes" will now display the game logic version rather than the exe version.
  • Speed / update rate
    • Bug introduced in v3.6.21.1: A check was inadvertently disabled, the purpose of which was to prevent the clock from ticking more than 1/4 second during a chunk of "screen lag". It is now re-enabled.
    • Bug in a feature introduced in v3.6.19.7: During an instant replay, a fast-forward that was fast enough to drop frames could overshoot the end of the turn, eating into the turn time of the next Worm.
    • v3.6.21.1 restricted the rendering rate from dropping below 10 fps. This was too arbitrary. The frame drop threshold is now calculated as a point of diminishing returns, where further frame dropping would not boost the speed by more than 10%. When fast-forwarding, this is often well above 10 fps, especially on faster computers (this should also make screen lag more tolerable). Additionally, slow computers may sometimes need to drop below 10 fps (for example, when a lot of fire is being thrown around).
    • In-game palette fading is smoother now. This is accomplished by two changes: streamlining the way fading is done (previously, each fade increment was done separately for objects, water and terrain), and making external applications unaware of the game's palette adjustments. (The latter is a workaround for that fact that, regarding palettes, DirectDraw does not give exclusive treatment to full-screen apps.)
  • Volume adjustments (introduced in v3.6.19.7)
    • When the volume was adjusted in the front end, and a game was started within the same session, the adjustment would be forgotten.
    • Volume adjustments in the front end are now instantly applied to the ambient "menu loop".
    • The volume setting was not being applied to the "loading tick" sound effect (made each time the pie chart fills by an extra 4%)

Changes

  • For readability, the Extract Log feature now uses "" to denote game events rather than "****" as before.


W:A Version History
v3.5 Beta 1 • Beta 2
v3.6.x.x 19.7 (.11 • .12 • .14 • .15 • .17 • .17a • .18 • .19) • 20.1 (.2 • .3) • 21.1 (.2 • .3) • 22.1 • 23.0 (.1 • .2) • 24.1 (.2) • 25.1a • 26.4 (.5) • 28.0 • 29.0 • 30.0 • 31.0 • 31.2b
v3.7.x.x 0.0 • 2.1
v3.8.x 0 • 1
Personal tools