ChangeLog.txt
changeset 14411 71359339a493
parent 14409 85008b73e118
child 14440 d4bd2b455247
equal deleted inserted replaced
14410:e72ffa27492d 14411:71359339a493
     7  + Skip ammo menu animation when playing with turn time of 10s or less
     7  + Skip ammo menu animation when playing with turn time of 10s or less
     8  * King Mode: Fix team sometimes not being killed properly if king drowned
     8  * King Mode: Fix team sometimes not being killed properly if king drowned
     9  * King Mode: Kill resurrected minions if king is not alive
     9  * King Mode: Kill resurrected minions if king is not alive
    10  * Fix poison damage not working in first round
    10  * Fix poison damage not working in first round
    11  * Hide most HUD elements in cinematic mode
    11  * Hide most HUD elements in cinematic mode
       
    12  * Don't show "F1", "F2", etc. in ammo menu if these aren't the actual slot keys
    12 
    13 
    13 Lua API:
    14 Lua API:
    14  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
    15  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
    15  + New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua
    16  + New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua
    16  + Params explode, poison in the SpawnFake*Crate functions now optional and default to false
    17  + Params explode, poison in the SpawnFake*Crate functions now optional and default to false