Github Actions
521519c8ab
Automatic bundle update
2022-07-14 19:45:43 +00:00
Github Actions
07427e68a1
Automatic bundle update
2022-07-14 19:28:44 +00:00
Epowerj
4812ff47c0
Merge branch 'master' of https://github.com/Anuken/Mindustry into maps
2022-07-11 18:39:06 -04:00
Github Actions
9d4839b26d
Automatic bundle update
2022-07-11 22:19:30 +00:00
Github Actions
a7db6d86ff
Automatic bundle update
2022-07-11 21:16:23 +00:00
Epowerj
9413a399cd
Merge branch 'master' of https://github.com/Anuken/Mindustry into maps
...
Conflicts:
core/assets/bundles/bundle_fi.properties
core/assets/bundles/bundle_th.properties
2022-07-11 17:14:39 -04:00
Github Actions
788e63cf28
Automatic bundle update
2022-07-11 18:39:05 +00:00
Github Actions
cbc4c0d3b2
Automatic bundle update
2022-07-09 04:34:18 +00:00
Github Actions
0182e61803
Automatic bundle update
2022-07-07 21:04:47 +00:00
Github Actions
5ea8538e0f
Automatic bundle update
2022-07-07 01:29:48 +00:00
Github Actions
5e45b64ee1
Automatic bundle update
2022-07-06 17:00:37 +00:00
Github Actions
85321d7465
Automatic bundle update
2022-07-05 22:42:07 +00:00
Github Actions
97d077df84
Automatic bundle update
2022-07-01 16:52:44 +00:00
Github Actions
261714d395
Automatic bundle update
2022-06-30 03:04:25 +00:00
Github Actions
82b3bd7520
Automatic bundle update
2022-06-29 22:51:22 +00:00
Github Actions
8f0b8c1277
Automatic bundle update
2022-06-27 13:57:57 +00:00
Github Actions
0698c5dd8f
Automatic bundle update
2022-06-26 15:52:10 +00:00
Github Actions
6f3c91c241
Automatic bundle update
2022-06-25 13:08:30 +00:00
Github Actions
8b66107833
Automatic bundle update
2022-06-24 00:58:28 +00:00
Github Actions
2f45ec7c90
Automatic bundle update
2022-06-20 23:37:58 +00:00
Github Actions
3137ec09e3
Automatic bundle update
2022-06-19 14:58:55 +00:00
Github Actions
58e274b29f
Automatic bundle update
2022-06-17 22:20:30 +00:00
Github Actions
6db20908b3
Automatic bundle update
2022-06-16 19:35:33 +00:00
Github Actions
22c5002931
Automatic bundle update
2022-06-14 01:10:07 +00:00
Github Actions
5ccc7d44db
Automatic bundle update
2022-06-08 14:36:04 +00:00
Github Actions
642f1f74af
Automatic bundle update
2022-06-08 13:21:24 +00:00
Github Actions
17bb8738cc
Automatic bundle update
2022-06-08 13:06:22 +00:00
Github Actions
91643d94c4
Automatic bundle update
2022-06-08 12:58:35 +00:00
Github Actions
1a07b1514f
Automatic bundle update
2022-05-09 21:42:41 +00:00
Github Actions
e69aa6bf49
Automatic bundle update
2022-05-08 16:46:41 +00:00
Github Actions
f5ef01f01e
Automatic bundle update
2022-05-08 13:30:05 +00:00
Github Actions
043cd7f5be
Automatic bundle update
2022-05-07 04:31:11 +00:00
Github Actions
88821befe6
Automatic bundle update
2022-05-07 00:35:16 +00:00
Anuken
a48911b983
Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
...
Conflicts:
core/assets/bundles/bundle_ko.properties
core/assets/bundles/bundle_zh_CN.properties
core/assets/bundles/bundle_zh_TW.properties
2021-11-22 12:11:31 -05:00
Anuken
521b0e1ec4
Automatic bundle update
2021-11-22 11:50:28 -05:00
Anuken
c8397c9d10
Reverting bundle update (see description)
...
The bundle updater removed quite a lot of comments and extra details. I will be rewriting the bundle launcher to fix this.
2021-11-22 10:31:01 -05:00
Anuken
65f36faf71
Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
...
Conflicts:
core/assets/bundles/bundle_ko.properties
core/src/mindustry/type/UnitType.java
2021-11-22 10:12:48 -05:00
Anuken
0dc8c6cd25
Updated bundles
2021-11-20 15:06:14 -05:00
Anuken
82eb3a9159
Alloy smelter rename / WIP block ideas
2021-11-16 22:37:13 -05:00
Anuken
486622e3e4
Many crazy things
2021-11-14 23:10:15 -05:00
SoMall-dumpling
3bd3d3aa37
Avoid ambiguity ( #5809 )
...
* Avoid ambiguity
When you see 'boost: 150%'
It can be 'increase the speed to 150%' or 'increase the speed to 250%'.
Maybe you will say that the colon has already avoided this ambiguity.
But you know there's always someone who ignores those things, and also translating 'boost' is hard with no 'x' to avoid ambiguity.
With a 'x', it will show 'Boost: x150%', which will never be thought as 250%.
* Update OverdriveProjector.java
When power is low, show 'low power: -{0}%';
When power is high, show 'boost: +{0}%'.
* Update bundle.properties
* Update bundle.properties
* Update OverdriveProjector.java
bugfix(perhaps)
* Update OverdriveProjector.java
what if
* Update OverdriveProjector.java
InTeReStInG
* Update OverdriveProjector.java
back to the past
* Update OverdriveProjector.java
Now using Math.max.
* Update bundle_bg.properties
* Update bundle_de.properties
* Update bundle_fr.properties
* Update bundle_hu.properties
* Update bundle_in_ID.properties
* Update bundle_ja.properties
* Update bundle_ko.properties
* Update bundle_pl.properties
* Update bundle_ro.properties
* Update bundle_ru.properties
* Update bundle_th.properties
* Update bundle_uk_UA.properties
* Update bundle_vi.properties
* Update bundle_zh_CN.properties
* Update bundle_zh_TW.properties
* Update OverdriveProjector.java
Maybe this is necessary.
* Update OverdriveProjector.java
The stats are '+50%' ,etc. now.
* Update OverdriveProjector.java
Necessary, because the previous one is strange.
2.5 does not make sense. 12.5 does.
2021-08-23 12:37:34 -04:00
Anuken
7e047ef726
Stone craters name fix
2021-08-09 12:13:07 -04:00
Anuken
b80129e17b
Improved environmental block internal names
2021-08-06 11:52:25 -04:00
PolgarSasa
ab83b872a2
Update bundle_hu.properties ( #4790 )
2021-03-05 11:30:39 -05:00
Vajda Simon
022c76bf45
bundle_hu.properties ( #4464 )
...
They spoke on Discord because of an incorrect translation.
2021-01-29 09:40:07 -05:00
Vajda Simon
32d1d7264c
bundle_hu.properties ( #4181 )
...
Okay, so a lot of little ones go big.
2021-01-19 17:08:22 -05:00
Vajda Simon
9632fc5f1f
bundle_hu.properties ( #4170 )
...
I'am continue translating and adding lines to v6.
2020-12-29 17:39:55 -05:00
Patrick 'Quezler' Mounier
1e7e66c424
Rename existing Power Infinite with Power Source ( #4090 )
2020-12-23 12:02:28 -05:00
Anuken
f81f4ded03
Updated bundles
2020-10-23 11:52:01 -04:00
Anuken
bf1268bb6e
Shooting -> Function category / Dialog cleanup
2020-10-23 10:39:01 -04:00