Gustas
c739447598
Fix map editor sliders stealing focus
2022-12-14 23:53:28 +01:00
Ivaylo Draganov
18e36b96db
Add HPF overlay controls to observer chrome
2022-12-12 23:51:46 +01:00
Gustas
2b57b6be1d
Don't cancel attack move cursor when holding shift
2022-12-12 23:20:45 +01:00
Gustas
6fccd6be84
Fix attack move lines not showing up for undeploy on force move units
...
DeployForGrantedCondition is wrapped around the Move activity, so the AttackMoveActivity thinks that DeployForGrantedCondition is the Move activity.
All it means is that we need to forward the target line request to the Move activity
2022-12-11 22:06:47 +01:00
Matthias Mailänder
640e52d4b4
Report missing translation keys only once.
2022-12-07 18:40:26 +02:00
Matthias Mailänder
9ba51c6b51
Manually add game speeds to the linter.
2022-12-07 18:40:26 +02:00
Matthias Mailänder
8297fcff30
Expose lobby options to localisation.
2022-12-07 18:40:26 +02:00
Matthias Mailänder
aefa49a831
Add support for translating trait rules.
2022-12-07 18:40:26 +02:00
Matthias Mailänder
e251377f7c
Add support for translation attributes.
2022-12-07 18:40:26 +02:00
Matthias Mailänder
760a1245c5
Mark non-moddable translation strings as constant.
2022-12-07 18:40:26 +02:00
Gustas
b0036a2d3e
Add cell reference HPF crash messages
2022-12-02 17:46:46 +01:00
dnqbob
6fbdc2c221
HarvesterBotModule should not command harvesters that cannot be ordered
2022-11-24 23:09:22 +01:00
Matthias Mailänder
14b5504ea7
Show the host in the download failed error message.
2022-11-23 23:35:53 +01:00
Matthias Mailänder
6f4f0c4e8f
Fix unknown host not getting translated.
2022-11-23 23:35:53 +01:00
Andre Mohren
0c8ae195ae
Removed offset and length utility commands, obsolete now.
2022-11-19 12:27:13 +01:00
IceReaper
9fa6c47dc5
Added GoG and Steam SourceResolver.
2022-11-19 12:27:13 +01:00
IceReaper
09b32f7f98
Fixed the blast decompression. Fixes #13689
2022-11-19 12:27:13 +01:00
Matthias Mailänder
b62cf7ee9a
Add translation arguments to the Lua API.
2022-11-17 22:28:07 +02:00
Matthias Mailänder
5d118e2634
Inline variables.
2022-11-17 22:28:07 +02:00
IceReaper
35eb246080
Replaced hardcoded SourceType with custom defined ISourceResolver.
2022-11-17 21:19:57 +01:00
IceReaper
7188f88ba1
Replaced hardcoded source actions by user defined ISourceAction.
2022-11-17 21:19:57 +01:00
IceReaper
fcc8f53b59
Installer downloads now using specified IPackageLoader.
2022-11-17 21:19:57 +01:00
Gustas
a9da6bb2d8
Introduce MinDistance to AreaBeam projectile
2022-11-17 20:48:37 +01:00
Gustas
f7286b525c
Move AbortOnResupply from AttackAircraft to AttackFollow
2022-11-17 20:42:47 +01:00
ThomasChr
bd882c98c7
fix Issue #20373 - Aircraft hanging midair
2022-11-17 20:27:14 +02:00
IceReaper
8ae5383698
Made installer asset resolving case insensitive.
2022-11-17 00:16:59 +02:00
IceReaper
0aced08204
Support for InstallShield CAB version <= 5.
2022-11-17 00:16:59 +02:00
abcdefg30
e54b88a6cb
Remove dead code inside SupportPower.cs
2022-11-16 20:45:33 +02:00
RoosterDragon
b8a71215eb
Fix Locomotor IsMoving checks.
...
The Locomotor IsMoving check was allowing us to consider another actor that moving as not a blocker. However for some reason it also considered the actor trying to path being mobile as sufficient for this check to pass which did not make sense. We remove that extra check and inline the method.
This was a regression from 4a609bbee8 which changed the method from IsMovingInMyDirection (which required the lookup of the mobile trait) to just IsMoving. It should have removed the lookup as not required.
This fixes a crash in HPF which was considered the location as blocked when Locomotor considered it unblocked because the logic was not aligned. Removing this check aligns the logic and resolves the crash.
2022-11-15 15:42:02 +02:00
RoosterDragon
a85ac26367
Pathing considers reachability of source cells consistently.
...
Using the local pathfinder, you could not find a path to an unreachable destination cell, but it was possible to find a path from an unreachable source cell if there was a reachable cells adjacent to it.
The hierarchical pathfinder did not have this behaviour and considering an unreachable source cell to block attempts to find a path.
Now, we unify the pathfinders to use a consistent behaviour, allowing paths from unreachable source cells to be found.
2022-11-13 19:59:36 +01:00
ThomasChr
6c348620f3
Use Stop button on (production) buildings to reset rally point fixes #20414
2022-11-09 08:44:09 +02:00
Gustas
ad269555d9
Don't let the player interrupt takeoff after a succesful caryall pickup
2022-11-08 21:51:12 +01:00
Gustas
5db07097e8
Fix carryall not removing influence when cancelling land activity
2022-11-08 21:51:12 +01:00
Gustas
33a1bb8e6b
Don't disable chat in replays
2022-11-06 22:28:52 +01:00
Matthias Mailänder
81020e70fa
Fix actors with immobile actors that don't occupy space
...
to be placed everywhere way outside the map boundaries.
2022-11-05 21:41:39 +01:00
Matthias Mailänder
74c35edbd9
Fix a crash when flood filling tiles outside of the map.
2022-11-04 00:10:46 +01:00
Gustas
64908c8e70
Fix RenameContrailProperties UpdateRule
2022-11-03 23:35:57 +01:00
ThomasChr
a3f8b41e25
Add dropdown for sorting maps in map chooser dialog
2022-11-01 12:08:01 +02:00
dnqbob
583d85cc2e
Allow weapons with no damage warheads to be fired
2022-10-30 14:38:16 +01:00
notsinned
5242716887
Fix for turret following invisible unit
...
Fixed turret tracking invisible units after being attacked
Fix for turret following invisible unit
Fix for turrent following invisible unit
2022-10-30 14:08:29 +01:00
Gustas
57143087d7
Fix Aircraft not updating influence when changing height
...
Occupied cells was defined by height yet we didn't update actor map on changing height. This in some scenarios could have caused the aircraft to forget to remove its influence from actor map
2022-10-30 14:01:32 +01:00
EoralMilk
949ef1662d
Add mouse scroll to ProductionPaletteWidget
2022-10-28 19:33:57 +02:00
Matthias Mailänder
efe65701e4
Expose game speeds to localisation.
2022-10-27 23:30:19 +02:00
Matthias Mailänder
8f415bc7af
Localize developer debug cheats.
2022-10-21 17:08:16 +02:00
Matthias Mailänder
44aaf4dd07
Localise text notifications.
2022-10-21 17:08:16 +02:00
Gustas
c041ea7d39
Crash on image/panel not found and add TryGet functions for searching
2022-10-20 19:28:02 +02:00
Gustas
e743e6dd61
Simplify boolean expressions in ProductionPaletteWidget
2022-10-20 19:20:45 +02:00
Gustas
af3d6792b8
Fix ProductionPalette ClockAnimation and NotBuildableAnimation being ignored.
2022-10-20 19:20:45 +02:00
Gustas
686f158117
Refactor BindButtonIcon
2022-10-19 18:26:24 +02:00
Matthias Mailänder
5c3d4a7fe4
Return an error message for invalid cash amounts.
2022-10-18 23:16:20 +02:00