Commit Graph
14564 Commits
Author SHA1 Message Date
Anuken c1fabfd4a4 Fixed #9423 2024-01-03 16:47:24 -05:00
Anuken 7d1bbb61f0 Fixed #9420 / Fixed #9429 2024-01-03 16:33:42 -05:00
Anuken 288c969f51 Fixed #9422 2024-01-03 14:26:10 -05:00
Anuken 9b6d95c507 Bigger stream packet size 2023-12-29 21:14:39 -05:00
Anuken 33178c1635 Added launch hint for Erekir 2023-12-29 09:48:05 -05:00
Anuken 288ab37e6f Fixed derelict break hint persisting forever 2023-12-28 16:35:54 -05:00
Anuken 3a64685280 Minor clear optimization 2023-12-24 21:14:44 -05:00
Anuken 93d4eaa970 Fixed logic display flicker with lower opacity graphics 2023-12-24 21:05:14 -05:00
BalaM314andGitHub 35df3202ae Add config option to disable logging trace requests (#9401)
* Add config option to disable logging trace requests

* Actually, just remove the trace logging

* Might as well
12 (soon 13) merged PRs
2023-12-23 09:16:48 -05:00
Anuken d8da46af87 Fixed #9399 2023-12-22 22:16:36 -05:00
Anuken 2a6dc573ac Fixed FPS cap changes 2023-12-16 13:10:22 -05:00
ApsZoldat 8ab37c5ce4 Merge branch 'master' of https://github.com/Anuken/Mindustry into markers-update 2023-12-15 19:39:30 +03:00
ApsZoldat df8f90a02b Small MapObjectives refactor (removal of duplicating overrided methods) 2023-12-15 19:33:03 +03:00
Anuken 13b78927f4 Merge remote-tracking branch 'origin/master' 2023-12-13 22:37:39 -05:00
Anuken 3a485eb338 Fixed #9379 2023-12-13 22:37:31 -05:00
ApsZoldat 317a533b5c millimicronanopico setmarker texture fix (object print consistency) 2023-12-13 18:24:08 +03:00
ApsZoldat 5830259e41 Markers draw code refactor, minor text marker control changes 2023-12-12 22:40:33 +03:00
BalaM314andGitHub 68b06fdea6 Allow fetching unitCount by type, and buildCount without type (#9374)
* Allow fetching unitCount by type, and buildCount without type

* show in processor ui
2023-12-12 08:47:40 -05:00
Anuken eeefdd8054 Crash fix 2023-12-10 21:55:21 -05:00
Anuken 1eb70404d7 GC retention fixes 2023-12-10 20:01:40 -05:00
Anuken a0f235b430 Make isSaveValid check backups 2023-12-10 15:48:35 -05:00
ApsZoldat 4802076bf8 WIP marker changes, fix server name not appearing for saved hosts in join dialog 2023-12-10 22:44:30 +03:00
Anuken 3e4b86d095 Clear block config background on rebuild 2023-12-10 09:29:02 -05:00
Anuken e494806cc8 Better Flare/Avert targeting / Fixed targets resetting on save load 2023-12-10 08:32:49 -05:00
CamoGekkoandGitHub dd5dfa6a97 Fixed an error message (#9355) 2023-12-07 12:38:12 -05:00
ApsZoldat 2b0a6a6f97 Merge branch 'master' of https://github.com/Anuken/Mindustry into markers-update 2023-12-07 18:26:55 +03:00
ApsZoldat c20684025e Small git shenanigans to actually (i really hope) revert all the bad stuff 2023-12-07 18:24:51 +03:00
Anuken 45c21d60bf Merge remote-tracking branch 'origin/master' 2023-12-05 15:43:42 -05:00
Anuken 3232e97d1a Display banned status in Steam lobbies 2023-12-05 15:43:33 -05:00
Github Actions 3aa4da7ebd Automatic bundle update 2023-12-05 20:18:42 +00:00
Anuken 351c2c84f2 Fixed banned Steam users loading indefinitely 2023-12-05 15:17:55 -05:00
Anuken b3c26fac05 Fixed Steam kicking 2023-12-05 13:54:47 -05:00
ApsZoldat adada50f1c Minor map locales dialog fixes 2023-12-04 23:33:23 +03:00
ApsZoldat cf131696bd Merge remote-tracking branch 'upstream/master' 2023-12-04 22:43:59 +03:00
ApsZoldat cf02b0f36d Make setmarker ignor null values, remove redundant marker control operations 2023-12-04 22:39:32 +03:00
Anuken c353163c34 Fixed #9342 2023-12-02 20:04:34 -05:00
Anuken 6bc01a07a6 Merge remote-tracking branch 'origin/master' 2023-12-01 21:16:43 -05:00
Anuken de50b207e5 Revert back to {0}-style format 2023-12-01 21:16:37 -05:00
Github Actions 54cf7812f0 Automatic bundle update 2023-12-02 02:14:51 +00:00
ApsZoldatandGitHub 862d3153d9 Map-specific locale bundles system (#9199)
* Fix text setting in marker control

* Fix marker and bridge calculation game crashes, minor marker instruction code fixes

* Add privileged desynced client constant global variables

* Remove broken attempt to not initialize client vars on server

* Make @clientLocale variable non-constant, make @server and @client privileged

* WIP Implementation of map-specific locale bundles

* Progress on map locale bundles: add locale data to saves, make objectives use map locales if possible

* Add print formatting and map locale printing to world processors

* 🗿

* Minor map locales dialog ui changes

* Make map locale bundles load when joining multiplayer server

* Remove static declaration of current locale in MapLocales to fix tests failing

* Unify name of localeprint instruction, minor instruction description change, fix map locales incorrectly loading from clipboard

* Fix locale bundles not saving in game state, add  global var, make objective markers use map locale bundles and .mobile properties on mobile devices

* Even more map locales dialog improvements

* Fix english locale picking (when property isn't presented in current locale but english version has it) not working

* Add icon pasting to map locales dialog, minor ui changes

* Fix inconsistent game crash with null text in objectives, define player.locale on game loading (for clientLocale var)

* Change format instruction placeholders to backslash, fix map locales system incorrectly handling default locale

* understood
2023-12-01 21:14:10 -05:00
MEEPofFaithandGitHub 2d6e1cdf65 PointLaserBulletType support for Weapons (#9331)
* PointLaserBulletType support for Weapons

I hate adding more fields to Weapon, but oh well. It's the price to pay when the behavior of what should be spread across multiple classes is compacted into a single class.

* Fix several problems
2023-12-01 20:50:32 -05:00
Anuken 88b10f4cf8 Fixed #9336 2023-12-01 13:34:17 -05:00
Anuken ed96b2eec8 Simplified JSON music/sound loading 2023-11-30 14:19:30 -05:00
Mythril382andGitHub 5fe28254e7 Custom Launch Music for Each Planet (#8901)
* plant

* what

* literal ctrl+c ctrl+v

* more music

* issue

* feedback

* commit return
2023-11-30 14:16:44 -05:00
MEEPofFaithandGitHub 9bd494504e angleOffset is added twice in Weapon shoot (#9332) 2023-11-30 07:18:40 -05:00
routerandGitHub ada2ee128b fix typo in russian bundle (#9326) 2023-11-29 07:10:52 +00:00
Anuken 2ad5e37302 Fixed #9325 2023-11-28 15:00:39 -05:00
ApsZoldat 90e40af8c1 Minor setmarker ui statement fix (farming tiny commits?) 2023-11-28 22:24:48 +03:00
ApsZoldat 20b2be5de8 "i forgor" fix 2023-11-28 22:19:08 +03:00
ApsZoldat 557f2d4447 Merge branch 'master' of https://github.com/Anuken/Mindustry into markers-update 2023-11-28 22:08:33 +03:00