Commit Graph
59 Commits
Author SHA1 Message Date
Patrick 'Quezler' MounierandGitHub b79a6f6b32 Fix block status of repair point and battery (#4187)
* Fix block status of repair point and battery

* Update Battery.java

* Update RepairPoint.java
2020-12-30 15:30:49 -05:00
Patrick 'Quezler' MounierandGitHub 0e1e399788 Draw reconstructor in region during placement & unconnected (#4143)
* Draw reconstructor in region during placement & unconnected

* Same as the previous commit, but for block loaders & unloaders
2020-12-28 12:23:06 -05:00
Patrick 'Quezler' MounierandGitHub d84a36b8ee Block loader/unloader progress bar changes (#4138)
* Change block loader/unloader progess bar color & bundle

ammo -> items

* Make block unloader bar go down
2020-12-28 10:44:59 -05:00
Patrick 'Quezler' MounierandGitHub e714d44a0e Return large launchpad item costs (#4134)
* Return large launchpad item costs

hidden -> debugonly

* Remove the 4 orange squares from the large launch pad

Leaving the lights and launchpod alignments alone since that is campaign only.
2020-12-28 09:38:58 -05:00
Patrick 'Quezler' MounierandGitHub 6eb604585b Removed packed sprite section from CONTRIBUTING.md (#4152) 2020-12-28 09:38:34 -05:00
Patrick 'Quezler' MounierandGitHub 2239ca6372 Remove 4 square blocks from the accelerator (#4139)
* Normalize rule comment line endings

Just so i can get a new patch-## branch where i can drag my accelerator sprite on since github isn't smart enough yet to see that as a possible pull request by itself.

* Add files via upload

* Add files via upload
2020-12-27 13:32:04 -05:00
Patrick 'Quezler' MounierandGitHub 9397bd57c4 Prevents plastanium conveyor unload exploit (#4098)
* Prevent unloaders from unloading plast loading dock

* Use overridable boolean method unloadable instead

* unloadable -> canUnload
2020-12-24 10:33:40 -05:00
Patrick 'Quezler' MounierandGitHub 85a668c202 Prevent visual plastanium conveyor glitch when disabled (#4101) 2020-12-24 09:47:43 -05:00
Patrick 'Quezler' MounierandGitHub 1e7e66c424 Rename existing Power Infinite with Power Source (#4090) 2020-12-23 12:02:28 -05:00
Patrick 'Quezler' MounierandGitHub d144e9c91c Allow plastanium conveyor to be unloaded (#4087) 2020-12-23 09:39:29 -05:00
Patrick 'Quezler' MounierandGitHub 9d740e1e37 Rebrand power infinite as power source (#4088) 2020-12-23 09:39:04 -05:00
Patrick 'Quezler' MounierandGitHub e1125a38da Update servers_be.json (#4081) 2020-12-22 14:14:17 -05:00
Patrick 'Quezler' MounierandGitHub 9a577adf5f Makes Drill.drawMineItem default to true (#4057)
* Update Blocks.java

* Update Drill.java
2020-12-20 15:22:34 -05:00
bbdcef62e4 Draw item in the drill center when in place mode (#4055)
* Draw item in the drill center when in place mode

* Update core/src/mindustry/world/blocks/production/Drill.java

Co-authored-by: Patrick 'Quezler' Mounier <Quezler@me.com>

Co-authored-by: Anuken <arnukren@gmail.com>
2020-12-20 14:22:14 -05:00
Patrick 'Quezler' MounierandGitHub 118ae8e87d #3889 2: electric boogaloo (#4056) 2020-12-20 14:22:01 -05:00
Patrick 'Quezler' MounierandGitHub 22221a0f28 Add in region to payload block icons (#4052) 2020-12-20 09:58:18 -05:00
Patrick 'Quezler' MounierandGitHub abcd27184d Update Drill.java (#4030) 2020-12-18 13:08:03 -05:00
Patrick 'Quezler' MounierandGitHub 056afa572e Allow hidden blocks to be revealed by plugins (#4017)
* Add revealedBlocks rule

(1/2)

* Use revealedBlocks rule

(2/2)
2020-12-17 12:37:47 -05:00
Patrick 'Quezler' MounierandGitHub cfd67bb1fc Fix sprite packing typo (#4016) 2020-12-17 10:15:58 -05:00
Patrick 'Quezler' MounierandGitHub 2da7afc081 Update Accelerator.java 2020-12-10 12:15:29 +01:00
Patrick 'Quezler' MounierandGitHub e5b341c63e Prevent accelerator from blending with conveyors 2020-12-10 12:14:57 +01:00
Patrick 'Quezler' MounierandGitHub 2a1ddf2573 Fixed #3839 2020-12-07 13:21:32 +01:00
Patrick 'Quezler' MounierandGitHub 2e586c4403 Update ConstructBlock.java 2020-12-02 18:54:46 +01:00
Patrick 'Quezler' MounierandGitHub 129f21e3a9 Update Boulder.java 2020-12-02 18:01:40 +01:00
Patrick 'Quezler' MounierandGitHub 435f15a450 Update ConstructBlock.java 2020-12-02 18:00:50 +01:00
Patrick 'Quezler' MounierandGitHub 3eac8cb6ad Update Boulder.java 2020-12-02 17:59:20 +01:00
Patrick 'Quezler' MounierandGitHub ea96bf2675 Update Block.java 2020-12-02 17:58:58 +01:00
Patrick 'Quezler' MounierandGitHub e4c3664cc6 Update ConstructBlock.java 2020-12-02 16:36:07 +01:00
Patrick 'Quezler' MounierandGitHub 664cd6a3a0 Update ConstructBlock.java 2020-12-02 16:26:22 +01:00
Patrick 'Quezler' MounierandGitHub b64df565a4 Update MassDriver.java 2020-12-02 14:09:19 +01:00
Patrick 'Quezler' MounierandGitHub 382e27e1e4 Populate prevBuild when deconstructting 2020-12-02 12:02:49 +01:00
Patrick 'Quezler' MounierandGitHub 0dd95e736d Add items back to reconstructor if it overwrote itself 2020-12-02 12:01:21 +01:00
Patrick 'Quezler' MounierandGitHub 1ed2b2eb2e Update core/src/mindustry/world/blocks/experimental/BlockForge.java 2020-12-01 09:28:22 +01:00
Patrick 'Quezler' MounierandGitHub 4102c380d2 Update BlockForge.java 2020-11-30 22:47:26 +01:00
Patrick 'Quezler' MounierandGitHub bbee3ae9cd Update BuildingComp.java 2020-11-30 18:36:57 +01:00
Patrick 'Quezler' MounierandGitHub 9df4eac2f8 Update BuildingComp.java 2020-11-30 16:36:10 +01:00
Patrick 'Quezler' MounierandGitHub 5ba99ecb42 Fixed #3661 2020-11-30 14:21:18 +01:00
Patrick 'Quezler' MounierandGitHub 80f027471c Update RepairFieldAbility.java 2020-11-29 19:35:49 +01:00
f26b3358ef Update core/src/mindustry/ui/dialogs/JoinDialog.java
Co-authored-by: Anuken <arnukren@gmail.com>
2020-11-25 17:08:03 +01:00
Patrick 'Quezler' MounierandGitHub 3d6390a76a Set the ping to null when canceling manually as well 2020-11-25 16:51:57 +01:00
Patrick 'Quezler' MounierandGitHub ff20928bec Anukify reconnect logic 2020-11-25 16:49:36 +01:00
Patrick 'Quezler' MounierandGitHub b002d8b446 Update bundle.properties 2020-11-25 10:42:13 +01:00
Patrick 'Quezler' MounierandGitHub f5e06cca54 Update NetClient.java 2020-11-25 10:41:41 +01:00
Patrick 'Quezler' MounierandGitHub 642b877ab0 Update JoinDialog.java 2020-11-25 10:40:42 +01:00
Patrick 'Quezler' MounierandGitHub 8ee3f2b2e6 Remove stray newline 2020-11-25 09:38:04 +01:00
Patrick 'Quezler' MounierandGitHub 40bf0741f0 Remove unused import 2020-11-25 09:36:12 +01:00
Patrick 'Quezler' MounierandGitHub ebf7cf859e Update UnitSpawnAbility.java 2020-11-22 17:37:53 +01:00
Patrick 'Quezler' MounierandGitHub 3ef2c585a5 Update UnitSpawnAbility.java 2020-11-22 17:33:50 +01:00
Patrick 'Quezler' MounierandGitHub 55a929010e Remove stray newline 2020-11-21 18:51:50 +01:00
Patrick 'Quezler' MounierandGitHub c6657109b1 Sync construction blocks 2020-11-21 16:59:09 +01:00
Patrick 'Quezler' MounierandGitHub 2d06495472 Remove double whiteline from under package 2020-11-20 10:55:01 +01:00
Patrick 'Quezler' MounierandGitHub a6d1ac0b86 Use icon font in favor of def 2020-11-19 21:08:07 +01:00
Patrick 'Quezler' MounierandGitHub 637cca2e66 Probably one more 2020-11-19 20:50:14 +01:00
Patrick 'Quezler' MounierandGitHub 72136ebea3 Or is it? 2020-11-19 20:36:58 +01:00
Patrick 'Quezler' MounierandGitHub ce045a470a Update NetClient.java 2020-11-19 20:34:49 +01:00
Patrick 'Quezler' MounierandGitHub 07893eee9c Allow for plugins to trigger the same alerts as sectors and guardians 2020-11-19 19:50:30 +01:00
Patrick 'Quezler' MounierandGitHub dd9b85f79b Give some techtree brackets a new line 2020-11-19 18:32:03 +01:00
Patrick 'Quezler' MounierandGitHub 1c48bc786b Remove leading space from console kick message 2020-11-19 18:21:17 +01:00
Patrick 'Quezler' MounierandAnuken ddf31e82f6 Remove duplicate check for banned id (#792)
It already existed 2 if's up :)
2019-10-07 09:59:47 -04:00