Commit Graph
16964 Commits
Author SHA1 Message Date
Anuken 8f0fe86366 Merge remote-tracking branch 'origin/master' 2023-09-21 10:40:52 -04:00
Anuken 8598eedd6f Keybind tweaks 2023-09-21 10:40:44 -04:00
Github Actions 64765cc4d3 Automatic bundle update 2023-09-21 13:59:23 +00:00
Anuken 36193c755f Merge remote-tracking branch 'origin/master' 2023-09-21 09:58:12 -04:00
Anuken a6ec8f4bcc Ram stance + Mobile command queue support 2023-09-21 09:57:57 -04:00
DVDandGitHub 653544f072 Open PVP (#9079)
New hosting, new ip
2023-09-20 22:49:19 -04:00
Github Actions 6fa88cdcb0 Automatic bundle update 2023-09-21 02:46:40 +00:00
Anuken 7ce05fde7a Merge remote-tracking branch 'origin/master' 2023-09-20 22:45:51 -04:00
Anuken 9d9d5d2e18 Patrol + pursue target stances 2023-09-20 22:45:45 -04:00
Github Actions 9ac8debf7a Automatic bundle update 2023-09-21 01:56:15 +00:00
Anuken fccf6847c1 Merge remote-tracking branch 'origin/master' 2023-09-20 21:55:18 -04:00
Anuken 3e15f70efa Added unit stances 2023-09-20 21:55:06 -04:00
MEEPofFaithandGitHub fa0ce204da Unnecessary Drawer Icon Adding (#9078)
* DrawBlock icons shouldn't have icons by default

It doesn't make sense for drawers like DrawLiquidTile to return icons. Overriding in every such class doesn't make as much sense as simply changing the superclass.

* Ensure that finalIcons is never empty
2023-09-20 21:20:22 -04:00
Anuken 0d1c56fb60 Merge remote-tracking branch 'origin/master' 2023-09-20 11:00:01 -04:00
Anuken cc4efdd428 Fixed #9077 2023-09-20 10:59:55 -04:00
Github Actions 815ee809b0 Automatic bundle update 2023-09-20 03:51:07 +00:00
Anuken d7e0aea6e7 Merge remote-tracking branch 'origin/master' 2023-09-19 23:48:46 -04:00
Anuken aecd220574 RTS Control groups 2023-09-19 23:48:40 -04:00
ArksourceandGitHub 0b5ce41b49 Update servers_v7.json (#9074) 2023-09-19 18:58:26 -04:00
Github Actions d9c9e0794d Automatic bundle update 2023-09-19 21:26:43 +00:00
Anuken e6b2e27d2a Merge remote-tracking branch 'origin/master' 2023-09-19 17:25:55 -04:00
Anuken 2e0c5619b1 WIP command queueing 2023-09-19 17:25:49 -04:00
XuwenMeimeiandGitHub 2294c4301d Update servers_v7.json (#9072)
* Update servers_v7.json

* Update servers_v7.json
2023-09-19 13:24:12 -04:00
a-big-fish-fishandGitHub 2513f06895 Update servers_v7.json (#9071) 2023-09-19 09:12:34 -04:00
Anuken a7ba018dc3 Merge remote-tracking branch 'origin/master' 2023-09-18 23:19:03 -04:00
Anuken 66ad4e1798 Fixed commanded units attacking invalid targets 2023-09-18 23:18:55 -04:00
WayZerandGitHub 2b93d39e72 Update SpawnGroup.java (#9065) 2023-09-17 00:22:04 -04:00
ArksourceandGitHub a1061059ab Update servers_v7.json (#9064) 2023-09-16 16:23:48 -04:00
NazrinNyaandGitHub 68d51c1770 Update server_v7.json (#9063)
* Update servers_v7.json

* Update servers_v7.json
2023-09-16 15:43:23 -04:00
Anuken 844894f584 Localization cleanup 2023-09-16 11:40:53 -04:00
Anuken 4cef55bcc5 Merge remote-tracking branch 'origin/master' 2023-09-16 11:19:43 -04:00
Anuken 217a1ee300 Updated Steam localization data 2023-09-16 11:19:37 -04:00
PhinnerandGitHub cbc3721e50 Add text input option allowing empty text (#9058)
* feat: Add option allowing empty text input

* feat: Implement https://github.com/Anuken/Arc/pull/155

* chore: Add missing null checks in Menus
2023-09-15 17:11:22 -04:00
Anuken 9aa87f0f33 Merge remote-tracking branch 'origin/master' 2023-09-14 14:34:06 -04:00
Anuken de773ce406 Fixed #9055 2023-09-14 14:34:00 -04:00
Github Actions 68dd1bb2ae Automatic bundle update 2023-09-14 05:54:13 +00:00
Anuken 73e9ed4919 Implements Anuken/Mindustry-Suggestions/issues/4665 2023-09-14 01:53:09 -04:00
Anuken 8c93fb5f10 Fixed some crawling unit visual issues 2023-09-14 00:50:30 -04:00
Anuken cf503c0efc Merge remote-tracking branch 'origin/master' 2023-09-13 23:43:23 -04:00
Anuken f698d4dd37 Clamp mobile view 2023-09-13 23:43:16 -04:00
8a9b123b81 Navanax buff (#8925)
* Update UnitTypes.java

its late at night imma just commit changes and pray i didnt fuck up anywhere

* Allow changing suppress effect color
* Fx.regenSuppressParticle and Fx.regenSuppressSeek now color-aware
- regenSuppressParticle's color handling changed, allows changing the from color intead of the to color
* Damage.applySuppression accepts color as an argument, old method signature still exists
* SuppressionFieldAbility has a new field allowing to specify the color for effect particles
* BulletType has a new field allowing to specify the color for suppress effect particles
* BuildingComp has a new field storing the color to be used for suppression effect

* name

---------

Co-authored-by: BalaM314 <71201189+BalaM314@users.noreply.github.com>
2023-09-12 16:31:38 -04:00
Mythril382andGitHub be525df065 Ban/Unban Blocks & Units with World Processors (#9052)
* uh

* mmmmmm

* hhhhhh

* i

* indicate
2023-09-12 13:56:16 -04:00
Anuken 34ba2cfd41 Fixed #9049 2023-09-11 20:00:20 -04:00
Anuken 3b2ac61dd0 Merge remote-tracking branch 'origin/master' 2023-09-10 17:19:40 -04:00
Anuken 4b6152ffe9 Removed pointless statement 2023-09-10 17:19:33 -04:00
OpalSoPLandGitHub 6b04f7eb1c PL translation of missing texts (#9040)
* translation of most of the missing translations

* Update contributors
2023-09-09 19:34:47 -04:00
Anuken 15d3ff3b3e Merge remote-tracking branch 'origin/master' 2023-09-09 18:39:43 -04:00
Anuken e61deb05ec Scathe buff 2023-09-09 18:39:37 -04:00
b0cbe06e08 More ServerControl improvements (#9038)
* More ServerControl improvements

* Update server/src/mindustry/server/ServerControl.java

---------

Co-authored-by: Anuken <arnukren@gmail.com>
2023-09-09 15:53:24 -04:00
The1CruxandGitHub 2b1557832d Update servers_v7.json (#9037)
sorry i forgot this ip in last fork
2023-09-09 15:52:16 -04:00