Commit Graph
14682 Commits
Author SHA1 Message Date
ElixiasandGitHub 9af7a864bd f (#9309) 2023-11-23 23:59:14 +00:00
Anuken d2956d1f2c ConnectFilter API now public 2023-11-23 14:24:59 -05:00
Anuken 4076a146b1 Reject invalid tile configs 2023-11-23 06:28:57 -05:00
ApsZoldat aa018b314d World processor markers: remove toggleVisibility, swap makemarker's type and id arguments for instruction consistency 2023-11-22 22:33:05 +03:00
Anuken b189bfdf44 Closes Anuken/Mindustry-Suggestions/issues/4780 (dumping neoplasm from tanks) 2023-11-19 19:09:15 -05:00
Anuken 12bcc050a6 Merge branch 'master' of https://github.com/Anuken/Mindustry into new-pathfinding 2023-11-19 18:32:14 -05:00
Anuken afc2e15c51 Fixed #9298 2023-11-19 10:55:42 -05:00
Ilya246andGitHub 533c5a8afb fix shield arc ability (#9290)
* fix shield arc ability

* Update ShieldArcAbility.java
2023-11-18 08:35:10 -05:00
Anuken 5d1ec319bc BulletType delayFrags workaround 2023-11-17 19:12:56 -05:00
Anuken 4c33eed833 RailBulletType pierceCap 2023-11-17 18:47:52 -05:00
Anuken 9fab556e81 Debugging disabled 2023-11-17 17:04:47 -05:00
Anuken 171da8cf9b Minor optimizations 2023-11-17 16:48:03 -05:00
Anuken c72eb5bd9c Cleanup 2023-11-16 11:00:31 -05:00
Anuken af71006f3f Removed flowfield time restrictions 2023-11-16 09:58:25 -05:00
Anuken 7a3476b9f7 Debug property 2023-11-16 09:58:01 -05:00
Anuken 565d3313a4 Invalidate path requests 2023-11-16 09:56:58 -05:00
Anuken c8209d568f progress 2023-11-15 20:50:24 -05:00
Anuken 587ff8bb46 Proper path cost support 2023-11-15 20:03:55 -05:00
Anuken 299457cea5 Merge remote-tracking branch 'origin/master' 2023-11-14 20:08:22 -05:00
Anuken 1a763a5db3 Beam nodes now display graph status 2023-11-14 20:08:13 -05:00
DarknessandGitHub d138aa7568 Update Blocks.java (#9278) 2023-11-14 10:27:51 -05:00
ApsZoldat c434e18f8f Add drawing layers to markers 2023-11-13 23:25:44 +03:00
BalaM314andGitHub dd9927d72d Correctly read item capacity in linked vaults (#9273) 2023-11-13 02:10:45 -05:00
Anuken a836a64b5b Merge remote-tracking branch 'origin/master' 2023-11-12 21:55:21 -05:00
Anuken 06bacab710 Crash fix 2023-11-12 21:55:16 -05:00
d2595543f9 Update French translations (#9140)
* chore: Synchronize lines

* chore: Remove empty space in bundle.properties

* chore: Translate to baguette

* Fixes for baguette language translations (#3)

* fix fpr translate to bagette language

---------

Co-authored-by: Phinner <62483793+phinner@users.noreply.github.com>

* chore: Smolchange

* chore: Apply @VizardAlpha suggestions

---------

Co-authored-by: ZetaMap <56844734+ZetaMap@users.noreply.github.com>
2023-11-12 21:19:45 -05:00
Anuken 997702b9de progress 2023-11-12 12:34:03 -05:00
Anuken 84eb35ec83 Merge remote-tracking branch 'origin/master' 2023-11-12 09:49:12 -05:00
Anuken 8282a1e1bb Fixed #9269 2023-11-12 09:49:07 -05:00
Anuken 381fd12aad Still terrible 2023-11-11 19:59:14 -05:00
Anuken af7598dcc6 Actually functional, but terrible 2023-11-11 14:20:48 -05:00
Anuken cacfe06362 progress 2023-11-11 12:28:10 -05:00
Anuken 0cf27034cf progress 2023-11-11 11:26:42 -05:00
Anuken 5a14302d68 progress 2023-11-11 10:41:53 -05:00
ApsZoldatandGitHub c4dc095adb Minor ban/unban instruction and join dialog changes (#9249)
* Make PlacementFragment update after world processor's ban/unban instructions, add buttons in community server list to add server as remote

* Small world processor ban/unban optimization
2023-11-11 09:55:01 -05:00
Anuken 24b7d99a69 progress 2023-11-10 13:48:41 -05:00
Anuken 9bf23bfcc8 Fixed #9260 2023-11-10 02:00:15 -05:00
Anuken 69e2f6b93b progress 2023-11-10 01:57:04 -05:00
Anuken 358a9ca98b progress 2023-11-09 09:49:50 -05:00
Anuken 70e112e884 Moving new pathfinding to a new thread 2023-11-08 13:20:07 -05:00
Anuken 66b8a6f939 Reverted fix for #9257 2023-11-08 10:12:35 -05:00
Anuken bc6434bb64 Merge remote-tracking branch 'origin/master' 2023-11-08 09:02:27 -05:00
Anuken 7f805f1712 Fixed #9257 2023-11-08 09:02:20 -05:00
Anuken be44e283d8 progress 2023-11-08 08:42:48 -05:00
Gerald Elder-VassandGitHub 498bf079ec Move Surge Alloy in ErekirTechTree to the correct position (#9253)
Surge Alloy can be first obtained on the "Ravine" map.
Thorium can be first obtained on the "Caldera" map.
The "Ravine" map must be unlocked and completed before the "Caldera" map can be accessed.
Since Surge Alloy isn't required to produce Thorium (and vice versa), they should appear at the same level of the tech tree, under Tungsten.

Signed-off-by: Gerald Elder-Vass <geraldev@hotmail.co.uk>
2023-11-07 22:44:22 -05:00
ApsZoldat 6dff68e7d9 Texture marker implementation 2023-11-07 22:42:42 +03:00
Anuken 65d0b6adcc progress 2023-11-07 10:56:17 -05:00
Anuken 0186c35a1a Flowfield tests 2023-11-07 00:11:44 -05:00
Anuken a17dcbca5a Heuristic fixed 2023-11-06 23:02:26 -05:00
Anuken d6d9a52ef9 It works, but badly 2023-11-06 22:51:47 -05:00