Oliver Brakmann
3e29ef0bd6
Avoid sending HTTP requests to the FetchNews URL when FetchNews is disabled
...
Also disables the 'Send SysInfo' settings checkbox when 'Fetch News' is disabled as well.
2018-07-05 11:22:44 +02:00
Smittytron
d21b959bf0
Fix TD RippedApartDeath
2018-07-04 23:01:47 +02:00
Smittytron
01d10f392d
Fix RA death animations
2018-07-04 23:01:47 +02:00
Mustafa Alperen Seki
052bfcd023
Update some D2K reveal ranges to match original.
2018-07-04 20:11:55 +02:00
Paul Chote
01a613a057
Show a python GTK3 dialog if zenity is missing.
2018-07-04 18:58:24 +01:00
Paul Chote
29442cec13
Fix an error flagged by shellcheck.
2018-07-04 18:46:09 +01:00
Paul Chote
6adff732eb
Include a wiki link in the error dialog.
2018-07-04 18:46:09 +01:00
Paul Chote
fbc5fde646
Prompt mono installation on compatible systems.
2018-07-04 18:46:09 +01:00
Mustafa Alperen Seki
51c207dd28
Add ability to use IonCannonPower via lua.
2018-07-04 16:41:27 +02:00
Mustafa Alperen Seki
2387e49ee7
Add ability to use NukePower via lua.
2018-07-04 16:41:27 +02:00
reaperrr
f31e5d17b3
Fix RA refinery selection bounds offset
...
Selection bounds were too low on the vertical axis.
2018-07-01 19:57:37 +01:00
reaperrr
d85f96bc98
Give all RA structures fixed select/deco bounds
2018-07-01 19:57:37 +01:00
reaperrr
f0166207a7
Fix fake RA service depot bounds and footprint
2018-07-01 19:57:37 +01:00
reaperrr
be6ca960c8
Tweak TD refinery selection bounds
...
The old vertical offset made the bounds include the entire concrete 'bib', but not the processor tower in the back.
2018-07-01 19:57:37 +01:00
reaperrr
291af67b8c
Ensure select/deco bounds of TD buildings are consistent
...
Regardless of current frame's bounds.
2018-07-01 19:57:37 +01:00
reaperrr
1ae5a989bf
Ensure selectable bounds of TD landing craft are consistent
...
Regardless of current frame's bounds.
2018-07-01 19:57:37 +01:00
reaperrr
9b41416020
Ensure interactable/deco bounds of TD walls are consistent
...
Regardless of current frame's bounds.
2018-07-01 19:57:37 +01:00
reaperrr
4c239d4ebc
Set Mobile.IsMoving to "true" if queueing a turn that takes only a single tick
...
At the end of L-turns, actors often end up with an internal facing not 100% matching the direction of the next cell on their path.
As a result, if they haven't reached their destination yet, Move queues a quick Turn as ChildActivity, which previously was not considered as IsMoving.
However, we don't want those mini-turns to interrupt move animations, so we now consider them a move as well. Additionally, to avoid any issues, we make these mini-turns non-interruptible, just like the MovePart activities already are.
2018-07-01 15:33:30 +01:00
reaperrr
e167d1f848
Add plumbing to make Turn uninterruptible
2018-07-01 15:33:30 +01:00
reaperrr
c93333a816
Cache IFacing in Turn activity
...
Instead of looking it up every tick.
2018-07-01 15:33:30 +01:00
reaperrr
96377a99c4
Fix losing a tick when next Move.ChildActivity is Turn
...
While the first tick of the MoveFirstHalf child would run at the parent Move tick (see 2nd-to-last line in Move.Tick), this was not the case for Turn.
As a result, this Move tick would get wasted if a Turn was necessary, which at least contibuted to that visible jerk at the end of each L-turn (actors usually don't have the exact facing needed for the next move at the end of an L-turn).
2018-07-01 15:33:30 +01:00
reaperrr
1c78073808
Lint check for distinct sprite body names
2018-07-01 13:16:07 +02:00
reaperrr
d060f885e8
Fix various Mods.Cnc animation traits not supporting actors having multiple sprite bodies
2018-07-01 13:16:07 +02:00
reaperrr
9d24c40f92
Fix various Mods.Common animation traits not supporting actors having multiple sprite bodies
2018-07-01 13:16:07 +02:00
reaperrr
0d0d2e0ae3
Play WithAcceptDeliveredCashAnimation only on the assigned WithSpriteBody
2018-07-01 13:16:07 +02:00
reaperrr
f85f2cd104
Add LaunchEffect support to LaserZap
...
Can act as replacement for WithMuzzleOverlay.
2018-07-01 12:19:32 +02:00
reaperrr
384aaf14b5
Added LaunchEffect effect
2018-07-01 12:19:32 +02:00
reaperrr
145b8c87c5
Make LaserZap source point follow source actor muzzle
...
For moving actors, it looks better when the source point of the beam follows the source actor.
2018-07-01 12:19:32 +02:00
reaperrr
0fafaf1b09
Add DamageDuration and DamageInterval to LaserZap
2018-07-01 12:19:32 +02:00
Paul Chote
f4d3ccc301
Fix newlines in misc other files.
2018-07-01 11:08:32 +02:00
Paul Chote
670e153372
Remove byte order marks from csproj files.
2018-07-01 11:08:32 +02:00
Paul Chote
1ac13de4b2
Remove byte order marks from C# files.
2018-07-01 11:08:32 +02:00
Paul Chote
8c0f4fde81
Fix newlines in C# files.
2018-07-01 11:08:32 +02:00
Paul Chote
6b6167d37c
Use the default sprite sequence for automatic mouse bounds.
2018-07-01 01:20:55 +02:00
Paul Chote
707514572b
Fix crlfs in CheckUnknown*Fields lint tests.
2018-07-01 00:25:56 +02:00
Paul Chote
ca5af0755d
Fix line endings in project files.
2018-06-30 23:17:20 +01:00
Smittytron
8fa3ab74c7
Remove redundant overrides from RA
2018-06-30 23:48:31 +02:00
Smittytron
6c6ed1cfbf
Remove redundant TD overrides
2018-06-30 23:48:31 +02:00
Paul Chote
39a3bc4b78
Squash warnings in Allies 03a and b.
2018-06-30 17:12:19 +01:00
Paul Chote
51a2ca8253
Add CheckUnknownWeaponFields lint check.
2018-06-30 17:12:19 +01:00
Paul Chote
0a5016c803
Add CheckUnknownTraitFields lint check.
2018-06-30 17:12:19 +01:00
Paul Chote
d46278ab0e
Add ModData parameter to ILintMapPass.
2018-06-30 17:12:19 +01:00
Zimmermann Gyula
f50a891d18
Explicitly specify line-endings of source files in gitattributes.
2018-06-30 16:54:25 +01:00
Paul Chote
8ec3df7550
Fix recently introduced bad line endings.
2018-06-30 16:54:25 +01:00
Zimmermann Gyula
b892336285
Update default mods.
2018-06-30 16:31:39 +01:00
Zimmermann Gyula
86bfd4700f
Implement DeathTypes support to OwnerLostAction.
2018-06-30 16:31:39 +01:00
SoScared
fa29a4b991
simplify ra buildtime yaml and game rules for t3 units
2018-06-28 08:22:39 +02:00
Paul Chote
1b63d65ad2
Add an AppImage workaround to import SSL certs.
2018-06-26 15:59:14 +02:00
Paul Chote
0875766bcc
Use MoveAndRenameNode in MoveHackyAISupportPowerDecisions.
2018-06-26 15:47:39 +02:00
RoosterDragon
bb536ee4fc
Run graphics rendering on a dedicated thread.
...
The main game thread can offload some of the CPU cost to the rendering thread, freeing up its time to run more logic and render ticks.
2018-06-22 18:40:16 +01:00