Changes between Version 2 and Version 3 of Alpha24


Ignore:
Timestamp:
May 25, 2019, 1:15:39 PM (5 years ago)
Author:
wraitii
Comment:

some updates with my changes so far

Legend:

Unmodified
Added
Removed
Modified
  • Alpha24

    v2 v3  
    4444== Game Mechanics ==
    4545
     46=== Run speed changes ===
    4647
     48Run speed was removed by [https://code.wildfiregames.com/rP22197 rP22197] and replaced by a multiplier of the walk speed, making it easier to change walk speed by technologies, auras, and templates without missing the running speed.
    4749
    4850== Hotkeys ==
     
    7880== Renderer ==
    7981
     82=== Improvements to water quality with reflections disabled ===
     83[https://code.wildfiregames.com/rP22297  rp22297] makes the water shader use the skybox with only refractions enabled, which means disabling reflections now makes the water look much better than before, which makes it possible to play without reflections (speeding the game)
    8084
    8185=== Preparation for Isometric view ===
     
    8892== !Engine/Modding ==
    8993
     94[https://code.wildfiregames.com/rP22278 rP22278] and [https://code.wildfiregames.com/rP22253 rP22253] cleaned up coupling in the pathfinders used by 0 A.D., preparing the terrain for threading.
    9095
    9196=== Performance Optimizations ===
     97
     98[https://code.wildfiregames.com/rP22279 rP22279] speeds up the hierarchical pathfinder updates, which reduces stutters on frames where updates are needed.
     99
    92100
    93101