Anuken
44b37cfe55
Cleanup & enemy follow commands
2022-02-09 17:21:15 -05:00
Anuken
fa79c5e93a
Unit pathfinding
2022-02-09 17:13:02 -05:00
Anuken
a24a94d0b0
No unit control multi-select
2022-02-09 00:18:51 -05:00
Anuken
257ecd397f
Payload resprites
2022-02-09 00:00:50 -05:00
Anuken
d7cd9ab744
Stop moving when near destination
2022-02-08 21:00:21 -05:00
Anuken
c3c0b95024
Attack command support, still no pathfinding
2022-02-08 20:55:21 -05:00
Fernando
96b26cafd4
New MindustryBR servers and remove old ones ( #6563 )
...
* New MindustryBR server and remove closed servers
* Remove closed servers and add new one
2022-02-08 20:37:11 -05:00
Anuken
d1eae2d1a2
Slightly more functional unit commands
2022-02-08 19:29:23 -05:00
Anuken
f9efbb6686
Unit command prototype
2022-02-08 18:30:35 -05:00
hortiSquash
761b357e46
Allows for different Pixels/Area ( #6562 )
...
* Allows for different Pixels/Area
Spent the entire day asking people if they knew of any mod that change would break, the answer is negative
modders, if you want the screen to take the entire space, remove both the -4
* ScaleFactor so it doesnt break existing mods
scale = (size * 32 - bordersize / 2) / displaySize
* facepalm
* Update LogicDisplay.java
why am i dumb every time i do changes on the fly
* Update LogicDisplay.java
2022-02-08 18:02:59 -05:00
Anuken
2fabd39ea1
No sector default AI
2022-02-08 14:56:34 -05:00
Anuken
b4a9d546aa
Repair beam weapon snap
2022-02-08 14:49:31 -05:00
Anuken
fc3f17ba97
Deprecated Turret powerUse
2022-02-08 14:38:36 -05:00
Anuken
4cfbbca96b
No gallium for T1 units
2022-02-08 14:27:49 -05:00
Anuken
4a419d52cc
Constructor tech tree move
2022-02-08 13:49:04 -05:00
Anuken
ec8952ed46
Unit spawn instruction
2022-02-08 13:20:55 -05:00
Anuken
38c0284bbe
Functional world processors
2022-02-08 12:18:48 -05:00
Anuken
e4dd7bf14b
Reduced texture bindings with chat open
2022-02-08 01:57:40 -05:00
Anuken
fa391ee77f
Even less outline generation
2022-02-08 01:49:24 -05:00
Anuken
54499e9c2c
Added editor playtest button
2022-02-08 01:40:12 -05:00
Anuken
b5a63fb6ee
Very WIP effect drones
2022-02-07 23:48:46 -05:00
Anuken
b194d85a8c
what
2022-02-07 18:07:26 -05:00
Anuken
0d9fcf0ffc
Merge remote-tracking branch 'private/7.0-features' into 7.0-features
2022-02-07 17:54:24 -05:00
Anuken
af81000d26
Unit requirements tweaks
2022-02-07 17:54:19 -05:00
epowerj
74dbbc6d00
Added wip attack testing map
2022-02-07 17:45:45 -05:00
Anuken
eddac79c54
Core units done
2022-02-07 17:36:58 -05:00
Anuken
0f0464bb86
Smoother base shield
2022-02-07 17:01:51 -05:00
Anuken
8fb37c1c0a
WIP 3rd core unit
2022-02-07 16:46:30 -05:00
Anuken
c5bffd887e
Bugfixes
2022-02-07 16:09:15 -05:00
Anuken
77410ce106
Fixed beam-to-node connections
2022-02-07 14:40:13 -05:00
Anuken
271e19f63f
Bugfixes / Beam link for bases
2022-02-07 14:24:02 -05:00
Anuken
0152569414
ugh
2022-02-07 13:28:53 -05:00
Anuken
58eee72e28
jitpack being horrible again
2022-02-07 13:05:18 -05:00
Anuken
f0a4753180
BaseShield for testing
2022-02-07 13:04:02 -05:00
Anuken
c1bd5ae9c7
Full support for batteries in loaders/unloaders
2022-02-07 11:17:11 -05:00
Anuken
6bbbd5ab01
Fixed disappearing blocks / Unit tech tree entries
2022-02-07 10:58:22 -05:00
Anuken
bf22b601f7
Slightly better core upgrade effect
2022-02-06 23:06:34 -05:00
Anuken
1fb88c13b0
Initial core unit dock implementation
2022-02-06 22:05:43 -05:00
Anuken
ce82b3943e
No Erekir default AI / Core unit tweaks
2022-02-06 20:54:57 -05:00
Anuken
cb110e5e6f
Fixed JSON planet support
2022-02-06 16:11:55 -05:00
Anuken
fce3cf818e
Untested support for JSON planets
2022-02-06 12:47:23 -05:00
Anuken
5fd139261f
Supression system improvements
2022-02-05 21:59:38 -05:00
Anuken
28b2d5d6f7
New WIP attack sectgor
2022-02-05 21:51:29 -05:00
Anuken
f2ddb335c5
Slightly clearer fire color
2022-02-05 19:23:32 -05:00
Anuken
f02c1f6964
Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
2022-02-05 19:22:02 -05:00
Anuken
87726fc89b
Misc
2022-02-05 19:21:54 -05:00
Anuken
16cb8df449
Map tweaks, generation improvements
2022-02-05 19:11:07 -05:00
Anuken
6c44f506fc
More vent variants
2022-02-05 18:59:56 -05:00
Matthew (or Maya) Peng
6a053f2f45
Allow for same-size core upgrades ( #6558 )
2022-02-05 17:58:36 -05:00
Matthew (or Maya) Peng
c877c3416e
Reset after drawing bullet. ( #6557 )
2022-02-05 16:03:32 -05:00