Compare commits

...

5 Commits
v113 ... v113.1

Author SHA1 Message Date
Anuken
f86984b5fc Merge branch 'master' of https://github.com/Anuken/Mindustry 2020-11-11 13:42:35 -05:00
Anuken
0f61e8cfd9 arc 2020-11-11 13:42:30 -05:00
Anuken
a0e2fc3a67 Updated servers to new format 2020-11-11 13:27:27 -05:00
Anuken
112b91469b arc 2020-11-11 13:19:57 -05:00
Anuken
529bae8972 Fixed #3344 2020-11-11 12:45:30 -05:00
6 changed files with 16 additions and 19 deletions

Binary file not shown.

View File

@@ -1246,7 +1246,7 @@ public class Blocks implements ContentList{
powerProduction = 130f; powerProduction = 130f;
itemDuration = 140f; itemDuration = 140f;
ambientSound = Sounds.pulse; ambientSound = Sounds.pulse;
ambientSoundVolume = 0.2f; ambientSoundVolume = 0.07f;
consumes.power(25f); consumes.power(25f);
consumes.item(Items.blastCompound); consumes.item(Items.blastCompound);

View File

@@ -34,9 +34,7 @@ abstract class FireComp implements Timedc, Posc, Firec, Syncc{
Fx.fireSmoke.at(x + Mathf.range(4f), y + Mathf.range(4f)); Fx.fireSmoke.at(x + Mathf.range(4f), y + Mathf.range(4f));
} }
if(Mathf.chance(0.001 * Time.delta)){ loops.play(Sounds.fire, this, 0.07f);
Sounds.fire.at(this);
}
time = Mathf.clamp(time + Time.delta, 0, lifetime()); time = Mathf.clamp(time + Time.delta, 0, lifetime());

View File

@@ -0,0 +1,9 @@
- Improved icons
- Improved unit rotation visuals when moving and building/mining
- Decreased command limit of early game flying units to reduce PvP rushing
- Made core units unlock on spawn
- Switched to a new, unified audio framework for all platforms
- Added new sound effects and loops
- Added new music
- Added community server groups with optional titles and a hide button
- Added editor search bar (Contributed by @summetdev)

View File

@@ -1,3 +1,3 @@
org.gradle.daemon=true org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=a71eaec7f1a331600d5d2aab0b6efeaf9fcd4b33 archash=2c022c5c2723b39e63da7cadd6c53ce6ec78f9d3

View File

@@ -1,27 +1,17 @@
[ [
{ {
"address": "mindustry.pl:6000" "name": "mindustry.pl",
}, "address": ["mindustry.pl:6000", "mindustry.pl:6666"]
{
"address": "mindustry.pl:6666"
}, },
{ {
"address": "routerchain.ddns.net" "address": "routerchain.ddns.net"
}, },
{
"address": "mindustry.atannergaming.com:13000"
},
{ {
"address": "pandorum.su:8000" "address": "pandorum.su:8000"
}, },
{ {
"address": "mindustry.ecansol.com:6597" "name": "ECAN",
}, "address": ["mindustry.ecansol.com:6597", "mindustry.ecansol.com:6499", "mindustry.ecansol.com:6599"]
{
"address": "mindustry.ecansol.com:6499"
},
{
"address": "mindustry.ecansol.com:6599"
}, },
{ {
"address": "Chaotic-Neutral.ddns.net:5555" "address": "Chaotic-Neutral.ddns.net:5555"