Mindustry/core/src/mindustry
buthed010203 5037c4e00e
Fix a few issues w/ double tap mining (#4798)
Currently, double tap mining consumes clicks so it prevents the player from configuring any block if they click twice within 500ms. The double tap mining was also using the `selected` var which could have been null causing a crash. This is a very messy solution but it does the job good enough
2021-02-27 10:12:00 -05:00
..
ai Fixed #4776 / Fixed #4772 2021-02-24 09:52:53 -05:00
async
audio
content Fixed #4766 2021-02-23 11:29:51 -05:00
core Fixed #4802 2021-02-26 13:13:37 -05:00
ctype
editor
entities UnitSpawnAbility 'type' field JSON compat / Fixed health bar out of bounds 2021-02-26 18:51:14 -05:00
game Fixed #4781 2021-02-24 15:27:22 -05:00
graphics
input Fix a few issues w/ double tap mining (#4798) 2021-02-27 10:12:00 -05:00
io
logic Fixed #4776 / Fixed #4772 2021-02-24 09:52:53 -05:00
maps Fixed #4766 2021-02-23 11:29:51 -05:00
mod
net UnitSpawnAbility 'type' field JSON compat / Fixed health bar out of bounds 2021-02-26 18:51:14 -05:00
type Fixed #4802 2021-02-26 13:13:37 -05:00
ui UnitSpawnAbility 'type' field JSON compat / Fixed health bar out of bounds 2021-02-26 18:51:14 -05:00
world Fixed #4792 2021-02-25 18:34:24 -05:00
ClientLauncher.java
Vars.java