Commit Graph

14062 Commits

Author SHA1 Message Date
Anuken
11f5346395 Fixed duct bridges accepting without links 2022-04-08 09:55:54 -04:00
Anuken
a3b6aaf7a6 New map3 2022-04-07 23:02:14 -04:00
Anuken
a89a146e20 better map two walls 2022-04-07 12:32:27 -04:00
Anuken
feb3e9acd7 Fixed turret skill issue 2022-04-07 03:05:26 -04:00
Anuken
018b2bb94b Sector abandon button 2022-04-07 03:00:14 -04:00
Anuken
68a12b37c6 Pathfinder debug off 2022-04-07 00:42:53 -04:00
Anuken
f7f1bf1a43 Breach buff 2022-04-07 00:26:46 -04:00
Anuken
8cebd5975a Erekir Core health nerf 2022-04-06 23:46:47 -04:00
Anuken
a722d7f001 Slightly easier 2nd map 2022-04-06 23:36:58 -04:00
Anuken
5699ecc01c Better diagonal placement system for nodes 2022-04-06 23:21:47 -04:00
Anuken
14558975cb Auto-max resources on launch 2022-04-06 20:17:17 -04:00
Anuken
7268ac98f8 Removed team light drawing 2022-04-06 17:17:47 -04:00
Jerzozwierz
8c51b2b018 Update bundle_pl.properites (#6695)
Translated few more things
2022-04-06 12:15:44 -04:00
Anuken
047c284e48 New avert sprite / Fixed loading of CommandAI positions 2022-04-06 10:37:26 -04:00
buthed010203
815a396fbd Cullable LogicCanvas (#6699)
I like editing code with more than 10 fps
2022-04-06 00:54:14 -04:00
smol
9be95020f2 flabel (#6698) 2022-04-06 00:03:16 -04:00
Anuken
cf25836d76 Allow multiple Call#sound calls per frame 2022-04-05 15:02:45 -04:00
buthed010203
43c7eceaa9 commmunityHosts (#6697) 2022-04-05 14:04:53 -04:00
Chaos Incarnate
43e421936d casing flipping (#6696) 2022-04-05 11:23:23 -04:00
Anuken
af769065e6 Allow unit build with world processors 2022-04-03 22:46:44 -04:00
Anuken
91f19a5c81 Misc 2022-04-02 17:33:35 -04:00
Anuken
eb9fa31d6e Fixed darkness offset 2022-04-02 10:01:18 -04:00
Jerzozwierz
41b22ba6a6 Update Contributors (#6689)
Translation, I would also like to translate later versions of game :)
v135.2
2022-04-01 15:29:21 -04:00
Jerzozwierz
b1fed0346c Update bundle_pl.properties (#6688)
Open Games & Local Servers - Otwieraj Gry & Lokalne Serwery 
Search maps-Przeszukaj mapy...
Filter Maps-Przefiltruj Mapy
Gamemodes-Tryby Gry
Map Type-Typ Mapy
Search In-Szukaj W
Author-Autor
Description-Opis
Sort By-Sortuj Według
Reverse Sort-Odwrotne Sortowanie
Begin-Rozpocznij
Health-Zdrowie
Type-Typ
Hide All-Schowaj Wszystkie
Show All-Pokaż Wszystkie
Rotate-Obróć
Replacement-Zastąpienie
Banned Units-Zabronione jednostki
Sectors-Sektory
Repair Speed-Prędkość Napraw
Skip Core Launch/Land Animation-Pomiń Animację Wystrzału/Lądowania
Enemy Team-Drużyna Wroga
Player Team-Drużyna Gracza
Teams-Drużyny
Rdzeń Spala Nadmarowe Przedmioty-Rdzeń Spala Nadmiarowe Przedmioty ("i" was missing and word had mistake)
2022-04-01 14:21:57 -04:00
Thomas Widyantoko
4462bcca43 in_ID bundle update (#6682)
* Removed unnecessary words and re-added missing translations

* Main bundle parity
v135.1
2022-03-31 09:14:01 -04:00
Vajda Simon
99a3967918 Update servers_v6.json (#6680)
Fixed the original Hungarian mindustry ddns
2022-03-30 14:24:47 -04:00
Anuken
ee64dcc026 Block index fix 2022-03-30 13:56:38 -04:00
Weathercold
7faa0f119e Make closestEnemyCore find the actual closest core (#6676)
* Make closestEnemyCore find the actual closest core

this function should return the closest core of all of `team`’s enemies, but it instead returns the closest core of the first enemy team that has a core

* Glenn method
2022-03-30 00:28:26 -04:00
Brandons404
47b8e8d9fa Add new server address (#6655)
I'd like to add my dedicated server to the official list.
2022-03-29 10:18:43 -04:00
WayZer
b2fc824277 Add tinylake server to v7 list (#6674) 2022-03-29 10:17:31 -04:00
RebornTrack970
c3ab407040 Re-Added Rapid to Omega (#6675) 2022-03-29 10:17:19 -04:00
Anuken
c0ac84fbc6 Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
 Conflicts:
	core/src/mindustry/core/NetServer.java
2022-03-28 15:18:13 -04:00
Anuken
f4e5fdea96 a 2022-03-28 15:17:49 -04:00
buthed010203
2bfc23c216 Cease node dumbness (#6670)
* Cease.

* Mobile players are second rate citizens

* Undo config on ratelimit, revert PowerNode for loop

* Fix being unable to drop items into core vaults when there are over 1k of the item already
2022-03-28 14:32:36 -04:00
Anuken
12e1f328e8 testing compile times with gradle action 2022-03-28 11:56:45 -04:00
Anuken
fdc942cc6c Update push.yml 2022-03-28 11:33:27 -04:00
Anuken
3d507ae473 Update pr.yml 2022-03-28 11:33:15 -04:00
TranquillyUnpleasant
580fcd1fbc Apply color stripping to player names in console wherever applicable. (#6672)
* utility method

* plainName for all console outputs

* plainLastName for all console outputs

* some formats

* slightly reformat trace output

* Slightly nicer admin indicator

* A space
2022-03-28 10:09:01 -04:00
Anuken
9a8c557a42 dumb 2022-03-27 22:39:45 -04:00
Anuken
cefb9d263a Process fix 2022-03-27 19:18:53 -04:00
Anuken
0e2a5cddfd Better annotation processor IC 2022-03-27 12:53:38 -04:00
BalaM314
8ec2e40610 Add "Exiting to reload mods." logger message (#6662)
To allow for the game to be automatically restarted
2022-03-24 10:42:44 -04:00
Anuken
02f3386c5b Unloader fix? 2022-03-16 10:31:01 -04:00
Darklord2996
5271edf9eb Update to servers_v7.json - New Domain (#6641)
* Update to servers_v7 - New Domain

Updating server list to include New surrealment ip address as read other pull rq for surrealment v6 domain update

* Update servers_v7.json
2022-03-15 21:26:11 -04:00
Darklord2996
7ca1663d89 Update to servers_v6.json - Update Domain (#6640)
* Update to servers_v6.json - Update Domain

Im stupid and did not format it correctly i've removed the screwed branches on my fork here's the fixed one im so stupid *pain* 
This is to change the port of surrealment as the previous ip was redirected to v7 ill be adding it to that list shortly (it is using the same plugins everything just a version split)

* Update servers_v6.json
2022-03-15 21:25:56 -04:00
RebornTrack970
9e53f3d86b that one omega server is back. (#6639) 2022-03-15 10:48:12 -04:00
Anuken
c5bf0f6768 Logic second/minute spent variables 2022-03-13 21:39:35 -04:00
Anuken
5ad5211f97 Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features 2022-03-11 10:02:45 -05:00
Valeriy
2fd3c25beb Update servers_v7.json(new domen) (#6635)
SMoA now have a .ru domen
2022-03-11 09:51:06 -05:00
Anuken
bd0b336674 Some comment cleanups 2022-03-11 00:56:27 -05:00