Anuken
0acb112f29
Allow placing floors (for mods)
2023-05-10 12:37:25 -04:00
MEEPofFaith
1373381554
Properly handle missile units shooting more missile units ( #8359 )
...
* Properly handle missile units shooting more missile units
* Remove `shooter`, just pass down the owner
2023-05-09 20:34:13 -04:00
Anuken
820fd0d7fc
Canvas block schematic preview
2023-05-08 12:15:00 -04:00
Anuken
43922edac8
unitHealthMultiplier re-implemented
2023-05-03 18:38:50 -04:00
Anuken
8eed0f8711
Fixed #8533
2023-04-28 10:48:17 -04:00
Anuken
7de6bd23ea
Fixed #8529
2023-04-28 10:29:47 -04:00
Anuken
7a01be6dba
splashDamagePierce
2023-04-20 01:03:18 -04:00
Anuken
6a3638c3c2
Fixed #8513
2023-04-18 10:10:11 -04:00
Anuken
b83f5c66ca
Fixed #8507
2023-04-15 22:17:46 -04:00
Anuken
b692c071ba
Fixed shoot pattern overrides not working in mods
2023-04-08 21:37:33 -04:00
Anuken
11ad5a0373
Reset UI scale to 100% when broken
2023-04-08 10:29:42 -04:00
Anuken
72b456fca2
Optimized imports
2023-04-06 10:46:52 -04:00
MEEPofFaith
6d71bcd2eb
Multi shotgun fix ( #8460 )
...
* Multi-barrel shotgun fix
* multi-recoil support
* @Nullable for everything
2023-04-03 16:38:10 -04:00
Anuken
251e10b000
Fixed #8465
2023-04-02 13:28:49 -04:00
Anuken
b81e942479
Fixed RadialEffect + MultiEffect
2023-03-27 10:40:16 -04:00
MEEPofFaith
6b936aa7f6
Better Ammo Stats Display ( #8429 )
...
* Cleaner ammo stats based on unit factory recipe stats
* Display suppression in bullet stats
Also reword from "regen" to "repair" to more accurately convey that build towers are affected as well.
* PointLaserBulletTypes don't display damage in dps
* Display preview region instead of region
* autoFixed
2023-03-25 22:45:07 -04:00
MEEPofFaith
0122b735a0
Pierce damage decay ( #8416 )
2023-03-25 14:06:14 -04:00
MEEPofFaith
b030a51485
If it don't collide, don't collide ( #8388 )
2023-03-25 13:49:22 -04:00
MEEPofFaith
aec3e178f5
Fix armor piercing ignoring status effect health multiplier ( #8387 )
...
* Make rawDamage protected
* pierceArmor ignores status effect health multiplier
* This is no longer the case
2023-03-25 13:47:53 -04:00
gorodmi
ee47d8a20a
Allow 0 items ( #8389 )
2023-03-25 13:46:55 -04:00
南门阳德
5c05c9f1d1
Fix memory leak in pools ( #8415 )
2023-03-25 13:46:11 -04:00
Anuken
ca2b51d4fe
Merge remote-tracking branch 'origin/master'
2023-03-09 05:25:41 -05:00
Anuken
bae3884d96
Basic setProp implementation
2023-03-09 05:25:35 -05:00
MEEPofFaith
a3f8ca9ca5
Shield flash on top ( #8373 )
...
Co-authored-by: Anuken <arnukren@gmail.com >
2023-03-08 09:17:39 -05:00
MEEPofFaith
3c9b3680bc
Interval Bullet Delay ( #8365 )
...
Like homing delay
2023-03-08 09:11:07 -05:00
Anuken
a38351d41f
isLogicControllable
2023-02-23 16:12:52 -05:00
MEEPofFaith
348819d1ac
connectedPower similar to conductivePower (#8306 )
2023-02-15 23:22:05 -05:00
WayZer
e4f929a851
Fix turret when cheating ( #8291 )
...
* (C/S) Fix ItemTurret ammo when `cheat`.
* (C/S) Fix `TurretBuild.updateReload` NPE when `cheat`
* Why `shouldConsume` cause `potentialEfficiency=0`
2023-02-15 09:02:32 -05:00
Anuken
40ec7fd6fc
Less Core.app.post for build events
2023-02-15 08:57:06 -05:00
Anuken
ec8262418f
Basic unit boost command support
2023-02-11 17:40:57 -05:00
Anuken
6ef8d64d46
Efficiency fix
2023-01-20 09:37:28 -05:00
Anuken
85b8868d2b
Fixed #8194
2023-01-18 10:41:39 -05:00
Anuken
f6c97f4ff6
Fixed #8185
2023-01-16 11:06:34 -05:00
MEEPofFaith
5e324e71d4
Hitscan fix 2 ( #8175 )
...
* Revert "Reverting #8037 "
Re-implement #8037
* Properly count collisions
Fix #8170
2023-01-14 10:05:30 -05:00
Anuken
b2b4602c91
Reverting #8037
2023-01-13 09:42:28 -05:00
Anuken
edcf3c4223
Fixed #8170
2023-01-13 09:31:10 -05:00
Anuken
f49e05a915
Fixed #8161 / Fixed #8162
2023-01-12 14:30:57 -05:00
Anuken
3287479ee3
Damage object pooling
2023-01-12 08:50:19 -05:00
MEEPofFaith
6eeb49bb37
Fix armor piercing not working against buildings ( #8150 )
2023-01-11 09:06:44 -05:00
MEEPofFaith
87949679f1
Make crash damage a multiplier instead of a toggle ( #8151 )
...
* Switch unitCrashDamage to a multiplier
* Add to rules dialog
2023-01-11 08:56:29 -05:00
Anuken
a9175d3ffe
+
2023-01-10 21:26:57 -05:00
Anuken
79ea2480cb
unitCrashDamage rule
2023-01-10 21:25:23 -05:00
MEEPofFaith
7455fb21a4
Proper trails for point lasers ( #8038 )
...
* Proper trails for point lasers
* Take current size into account
* fh9weqfjpoepiofjwpiqoefjpoiwjieqpofpjioji
* Web editing moment
* Point laser bullets shouldn't have aa shoot effect
* h
2023-01-10 12:11:37 -05:00
MEEPofFaith
2a6fcb7983
Region part growing ( #7861 )
...
E x p a n d
2023-01-09 22:08:40 -05:00
Anuken
cba1e81f3d
More consistent status flash
2023-01-08 14:40:47 -05:00
Anuken
dcc6e9827d
Status flash tweaks
2023-01-08 12:29:29 -05:00
Anuken
963b96a1fb
Merge remote-tracking branch 'origin/master'
2023-01-07 14:47:14 -05:00
Anuken
87786441ff
Fixed #8117
2023-01-07 14:47:10 -05:00
Anuken
05dec4df6a
Fixed #8117
2023-01-07 14:46:31 -05:00
MEEPofFaith
a3270debac
Fix collideLine ( #8037 )
2023-01-07 14:46:19 -05:00