Changes since tag 7.3.2.01

commit 8d96d63149595715d462453b1ab7c848849a92be
Author: Aethys256 <aethys256@users.noreply.github.com>
Date:   Sun Dec 24 16:54:59 2017 +0100

    Small clean-up

commit 03aef3a14ab304cbad146b16ec83b6c900b8f268
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Sun Dec 17 17:52:41 2017 -0500

    [Player] Prevent out of bounds Energy predictions
    
    * Cap upper bound of Player:EnergyPredicted() to Player:EnergyMax()
    * Cap lower bound of EnergyDeficitPredicted() to 0

commit 004a38d66aff57a66631a8e600b2259b0f8e1154
Author: InsaneKane <felix.brusch@gmail.com>
Date:   Sat Dec 16 13:16:08 2017 +0100

    Enable consistent Range Check for non-Enemies

commit 9f824f2395b5b45076494706792cf80f24bb8d29
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Fri Dec 15 20:02:13 2017 -0500

    [Core] Temporary Fix for Client-side GCD Prediction Issues
    
    * As the GCD is triggered on the client before anything is actually reported from the server, any function using GCDOffset can potentially flash a short duration incorrect prediction based on the mismatched client state
    * Temporarily add a 0.125 second period at the start of the GCD where we do not apply the GCD to OffsetRemains

commit 97de32be772e6d3e39efca40a901f3ad2d51301d
Author: Romain Mondon-Cancel <romain.mondoncancel@gmail.com>
Date:   Mon Dec 11 17:53:07 2017 +0100

    Added IsRace method to test if a player is of a given race

commit d799cd8b2d14138d27ee353aa6cfbf88d9923cd1
Author: AJ <bfwlegend@gmail.com>
Date:   Thu Dec 7 01:02:05 2017 -0500

    Update KeyBinding.lua
    
    I believe only the mouse buttons are referred to as BUTTON#, this would prevent showing the keybinding for an action bound to a mouse key as BUTTON#
    https://i.imgur.com/2lq52fk.png vs https://i.imgur.com/4zAwyia.png

