The automation tower defense RTS
Find a file
Vanguard 8bc90a19d2
[bundle] update bundle_ru.properties (#4477)
* 1 line changed

- noname

* 1 line changed

- hint.placeTurret

* 3 new lines

- servers.disclaimer
- hint.coreUpgrade
- hint.presetLaunch

----
NOTE from Felix Corvus (@Remint32)

This commit and PR are the last ones I made to the repository.
I want to sincerely thank the people I worked with to enhance the game and translate it into Russian.

I want to thank you separately:
Prosta4ok_ua (@Prosta4okua), Vanguard (@XEN0PHIL), BasedUser (@BasedUser), Summet (@summetdev), Anuke (@Anuken), The_Slaylord (@TheSlaylord), Lonely_Ymomfe (@ymomfe), and XZimur (@XZimur)

* 5 changed lines; 2 new lines

Changed:
globalitems
sector.extractionOutpost.description
hint.launch
hint.launch.mobile
hint.presetLaunch

New:
hint.coreIncinerate
hint.coopCampaign

* 2 changed line

hint.coopCampaign
item.spore-pod.details
-
В споровом стручке всё же множественное число в описании, говорится про сами споры. THEY EMIT - они выделяют, IT EMITS - он выделяет.

* 2 changed lines

hint.coreIncinerate
block.interplanetary-accelerator.description

* 3 new line; 1 changed line

New:
setting.showweather.name
link.bug.description
rules.weather.always

Changed:
keybinds.mobile

* 4 new lines; 1 changed line; 1 deleted line

New:
public.confirm.really
bullet.buildingdamage
stat.ammouse
unit.pershot

Changed:
bullet.knockback

Deleted:
bar.limitreached

* Update bundle_ru.properties

падежи

* Update bundle_ru.properties

мелочи

* 1 changed line

stat.ammouse

* 1 new line

none.found

* 6 changed; 1 deleted

Changed:
mod.featured.dialog.title
mods.browser.add
mods.github.open
mod.import.github
mod.jarwarn
mods.guide

Deleted:
mod.featured.title

* 2 changed lines

link.bug.description
mod.scripts.disable

* Update achievements.vdf

* Update description.txt

* 1 changed line

item.thorium.description

* 1 new line

rules.coreincinerates

* 1 new line

bar.boost

* 1 new line

max

* Update bundle_ru.properties

* Update bundle_ru.properties

* rip v3.5 maps

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Prosta4ok obnovi repository

* взлЁт

* 3 new lines

mods.browser.sortdate
mods.browser.sortstars
stat.charge

* Update description.txt

* Update description.txt

* 3 changed, 3 new, 1 deleted

Changed:
mods.browser.sortdate
unit.sei.description
unit.risso.description

New:
mods.browser.reinstall
mods.viewcontent
mods.browser

Deleted:
mod.featured.dialog.title

* 1 line changed

mods.github.open
-
"Репо" is not commonly used and "Репозиторий" does not fit in the button

* 1 new line

mod.installed

Co-authored-by: Felix Corvus <remint32@yandex.ru>
Co-authored-by: Prosta4okua <31485341+Prosta4okua@users.noreply.github.com>
Co-authored-by: Antsiferov Andrew <summet.dev@gmail.com>
2021-02-07 12:33:18 -05:00
.github Java mod import support / Moved mod browser button 2021-02-05 11:21:27 -05:00
android Re-added jcenter repo 2021-02-05 14:11:52 -05:00
annotations typo (#4110) 2020-12-24 18:28:08 -05:00
core [bundle] update bundle_ru.properties (#4477) 2021-02-07 12:33:18 -05:00
desktop Fixed #4493 / Fixed #4492 / Fixed #4490 2021-02-01 09:24:39 -05:00
fastlane [bundle] update bundle_ru.properties (#4477) 2021-02-07 12:33:18 -05:00
gradle/wrapper Updated to Gradle 6.8 2021-01-10 16:33:20 -05:00
ios Don't configure processor when no changes are made 2021-01-02 14:40:08 -05:00
server Mod browser icon support 2021-02-06 12:05:59 -05:00
tests Fixed #4463 2021-01-29 09:32:29 -05:00
tools Fixed texture packer Gradle dependencies 2020-12-17 14:37:13 -05:00
.gitignore Mod browser layout fixes 2021-02-07 09:50:33 -05:00
build.gradle Fixed builds failing without Android project 2021-02-06 08:43:15 -05:00
CONTRIBUTING.md Removed packed sprite section from CONTRIBUTING.md (#4152) 2020-12-28 09:38:34 -05:00
gradle.properties iOS inset rotation fix 2021-02-07 11:43:34 -05:00
gradlew Updated Gradle 2020-05-12 12:49:26 -04:00
gradlew.bat Updated to gradle 6.0 2019-11-15 19:48:26 -05:00
ISSUES.md Create ISSUES.md 2020-12-04 10:03:54 -05:00
jitpack.yml Newlines 2020-10-27 22:08:53 +03:00
LICENSE Create LICENSE 2018-03-21 10:56:28 -04:00
README.md Update README.md 2020-11-28 10:44:14 -05:00
SERVERLIST.md Update SERVERLIST.md 2020-12-14 13:26:42 -05:00
servers.json retire CN from v5 Mindustry (#3977) 2020-12-14 13:31:41 -05:00
servers_be.json Update servers_be.json (#4602) 2021-02-06 09:09:56 -05:00
servers_v6.json Add obvilionnetwork.ru Recapture and Attack servers (#4582) 2021-02-03 17:04:55 -05:00
settings.gradle UnitType serializer set 2020-10-14 09:13:29 -04:00
TRANSLATING.md Update TRANSLATING.md 2019-09-24 17:56:23 -04:00

Logo

Build Status Discord

A sandbox tower defense game written in Java.

Trello Board
Wiki
Javadoc

Contributing

See CONTRIBUTING.

Building

Bleeding-edge builds are generated automatically for every commit. You can see them here.

If you'd rather compile on your own, follow these instructions. First, make sure you have JDK 14 installed. Open a terminal in the root directory, cd to the Mindustry folder and run the following commands:

Windows

Running: gradlew desktop:run
Building: gradlew desktop:dist
Sprite Packing: gradlew tools:pack

Linux/Mac OS

Running: ./gradlew desktop:run
Building: ./gradlew desktop:dist
Sprite Packing: ./gradlew tools:pack

Server

Server builds are bundled with each released build (in Releases). If you'd rather compile on your own, replace 'desktop' with 'server', e.g. gradlew server:dist.

Android

  1. Install the Android SDK here. Make sure you're downloading the "Command line tools only", as Android Studio is not required.
  2. Set the ANDROID_HOME environment variable to point to your unzipped Android SDK directory.
  3. Run gradlew android:assembleDebug (or ./gradlew if on linux/mac). This will create an unsigned APK in android/build/outputs/apk.

To debug the application on a connected phone, run gradlew android:installDebug android:run.

Troubleshooting

Permission Denied

If the terminal returns Permission denied or Command not found on Mac/Linux, run chmod +x ./gradlew before running ./gradlew. This is a one-time procedure.


Gradle may take up to several minutes to download files. Be patient.
After building, the output .JAR file should be in /desktop/build/libs/Mindustry.jar for desktop builds, and in /server/build/libs/server-release.jar for server builds.

Feature Requests

Post feature requests and feedback here.

Downloads