lightweight tag 71e087e271ad2448839cb7b4dacfb42087562e7e 7.3.2.02
Author:	Aethys256 <aethys256@users.noreply.github.com>
Date:	Wed Jan 3 12:44:01 2018 +0100

commit 71e087e271ad2448839cb7b4dacfb42087562e7e
Author: Aethys256 <aethys256@users.noreply.github.com>
Date:   Wed Jan 3 12:44:01 2018 +0100

    [TOC] Minor bump

commit b74b24de8edbb1af6bc91eb5f9d177bfe3ec584b
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Sun Dec 24 14:16:15 2017 -0500

    [Range] Fix for AoESpell Range Fallback Logic
    
    * Due to the sorting, the fallback for AoESpell cases was finding the first in the range table rather than the last, resulting in using the 5y check always
    * Loop over the range table in reverse order so we correctly use the highest possible range that is below what we are looking for

commit 3909218aa6a5ecb2e5018012f63122c95bb290c3
Author: Aethys256 <aethys256@users.noreply.github.com>
Date:   Sun Dec 24 20:03:28 2017 +0100

    [TOC] Init the Core at the right time

commit 13289b523979c9376b5e4d8444b0b5e3a921cb10
Author: Aethys256 <aethys256@users.noreply.github.com>
Date:   Sun Dec 24 17:26:43 2017 +0100

    [Core] DebugMode

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

