RoosterDragon
5a8f91aa21
Add a hierarchical path finder to improve pathfinding performance.
...
Replaces the existing bi-directional search between points used by the pathfinder with a guided hierarchical search. The old search was a standard A* search with a heuristic of advancing in straight line towards the target. This heuristic performs well if a mostly direct path to the target exists, it performs poorly it the path has to navigate around blockages in the terrain. The hierarchical path finder maintains a simplified, abstract graph. When a path search is performed it uses this abstract graph to inform the heuristic. Instead of moving blindly towards the target, it will instead steer around major obstacles, almost as if it had been provided a map which ensures it can move in roughly the right direction. This allows it to explore less of the area overall, improving performance.
When a path needs to steer around terrain on the map, the hierarchical path finder is able to greatly improve on the previous performance. When a path is able to proceed in a straight line, no performance benefit will be seen. If the path needs to steer around actors on the map instead of terrain (e.g. trees, buildings, units) then the same poor pathfinding performance as before will be observed.
2022-08-03 23:12:42 +02:00
Ivaylo Draganov
5f42c7c8df
Add support for readonly hotkeys and expose chat input hotkeys
2022-06-24 19:42:53 +01:00
Ivaylo Draganov
6a1a6b6397
Add platform override support for hotkeys and unhardcode editor hotkeys
2022-05-07 20:55:49 +01:00
Ivaylo Draganov
1cf4838b08
Remove unneeded yaml nodes from hotkey settings
2022-05-03 22:22:55 +02:00
Ivaylo Draganov
f0e69c3f64
Add hotkey filtering functionality (by name and by context)
2022-05-03 22:22:55 +02:00
Ivaylo Draganov
0522576f73
Allow scrolling of settings panels while hovering a section header
2022-04-30 21:46:55 +02:00
Ivaylo Draganov
ea0bcbd1cc
Adjust position of transients panel in TS
2022-04-30 12:39:29 +01:00
Ivaylo Draganov
f5ab9d95fe
Make remove from control group hotkey available only to players
2022-02-06 09:09:33 -06:00
Ivaylo Draganov
7a93b9ea8c
Make control group hotkeys configurable
...
- Split control groups management to its own interface
- Add hotkeys for selecting, creating, adding to and combining with control groups
- Add a ControlGroups widget to manage the player interaction
2022-01-28 18:38:18 +01:00
Ivaylo Draganov
c3dfac7ade
Remove redundant default hotkey UI notice
2022-01-04 18:35:41 +01:00
Ivaylo Draganov
3ecaf76804
Overhaul settings panel layout
...
- make the panel larger
- place settings widgets in a scroll panel
- arrange settings widgets in two columns
- make tabs in TD vertical
2022-01-04 18:35:41 +01:00
penev92
3ce32fe354
Added faction-specific units for colorpicker previews in TS
2021-10-13 23:59:11 +02:00
Paul Chote
962d6496bd
Overhaul depth preview rendering:
...
* Replace Jet color map with grayscale
* Added Shift + \ hotkey to toggle preview
* Added Shift + [, Shift + ] hotkeys to change contrast
* Added Shift + ;, Shift + ' hotkeys to change offset
2021-08-20 20:17:55 +02:00
Ivaylo Draganov
2d0e7040db
Add separate chat panel for spectators and players
...
Forces the chat and performance panels to be re-initialized when a
player transitions to spectators. This ensures that spectators don't
get to see faction themed widgets.
2021-08-08 12:50:31 +01:00
Paul Chote
29f4f5a0cd
Remove redundant ts ingame-info.yaml.
2021-08-07 13:12:56 -05:00
Paul Chote
f9b058d36b
Add click sounds to color widgets.
2021-07-03 12:18:25 -05:00
Paul Chote
560f1a6466
Restrict player color choices to the hue-saturation plane.
2021-05-15 15:29:46 +02:00
Matthias Mailänder
7bc17b59f5
Add a generic video player widget.
2021-01-10 10:21:17 +01:00
Ivaylo Draganov
31a965b29a
Add suffix to player name in shroud selector
2020-06-06 14:40:48 +01:00
Ivaylo Draganov
6d26f60904
Remove trailing white-space from yaml files
2020-05-23 11:38:44 +02:00
Paul Chote
fb5b4b3547
Rename Defense button tooltip to Support.
2020-03-24 13:13:18 -05:00
Ivaylo Draganov
1bcad55c1f
Add a hotkey to select the current production facility
2020-02-22 20:06:21 +00:00
Paul Chote
85faa5edf6
Add visual indicator when the game is muted.
2020-02-22 14:42:11 +01:00
teinarss
b81ede2d64
Added widget showing the army for players in spec
2020-02-09 16:37:21 +01:00
Paul Chote
fdc0a6e2b9
Rework TS Chrome in preparation for UI scaling.
2020-01-19 20:36:59 +01:00
Paul Chote
1282650274
Rework RA Chrome in preparation for UI scaling.
2020-01-12 18:16:41 +01:00
abcdefg30
1d90e08bd0
Guard against overlaps on HiDPI by having a 5px border on graphs
2019-10-14 01:02:23 +02:00
abcdefg30
9084295d7c
Reduce the width of the combat stats tab
2019-10-14 01:02:23 +02:00
abcdefg30
3f89f74d8e
Reduce the Width of INGAME_OBSERVERSTATS_BG
2019-10-14 01:02:23 +02:00
abcdefg30
ee839869fc
Replace "$/min" by "Income" and increase graph update rates
2019-10-11 21:48:24 +02:00
abcdefg30
4ca42f6e83
Remove $/min from the basic stats
2019-10-11 21:48:24 +02:00
abcdefg30
912a424596
Replaced "Earned this min" by an Oil Derrick count in the economy statistics
2019-09-08 12:47:33 +02:00
abcdefg30
ea80a13b11
Let the utility remove stray trailing whitespaces
2019-08-11 16:40:55 +02:00
teinarss
e06c97bc03
Updated the LineGraphWidget with new layout
2019-07-21 14:23:25 +02:00
tovl
79a48765d9
Allow VTOLs to land with force-move
2019-06-30 18:04:43 +02:00
teinarss
b647d46196
Vertical alignment in TS
2019-06-21 12:51:45 +02:00
teinarss
ab382ce4d6
Removed BaseLine and updated ButtonWidget and CheckboxWidget to use Font.TopOffset
2019-06-21 12:51:45 +02:00
Paul Chote
5d886b79f1
Remove AlternateTransportsMode.
...
This conflicts with undeploy orders and has been largely
superseded by queued enter orders.
2019-06-08 02:09:30 +02:00
tovl
ea036d4cc0
Allow move orders to cancel DeployForGrantedCondition.
2019-06-08 02:09:30 +02:00
teinarss
c89f4b7a76
Added tooltip to support powers in spec ui
2019-05-26 19:08:24 +01:00
teinarss
9fc8b829e4
Updated the observer ui
2019-05-22 22:37:50 +01:00
Paul Chote
d9c30c9659
Fix missing EOF yaml newlines and other style issues.
2019-05-02 13:40:22 +02:00
Paul Chote
9c9cad1a15
Amend Force Attack command bar tooltip.
2019-01-28 00:14:27 +01:00
Ivaylo Draganov
caead311cb
Add hotkey for Army value statistics panel
2019-01-04 21:12:06 +00:00
Clément Bœsch
bb5e0eafba
Observer: display army value in a new dedicated graph tab
2019-01-01 18:25:44 +00:00
Clément Bœsch
11b064a333
Observer: display army value in stats widget
2019-01-01 18:25:44 +00:00
Andre Mohren
a0ad79e555
Extracted RadarUp and RadarDown notifications to RadarWidget.
2018-09-24 22:43:14 +02:00
Alfredo Brandau
e33f729682
Fix expectator kick dropdown crash.
2018-07-26 10:52:09 +01:00
abcdefg30
c3bfd32192
Fix PlayMovieInRadar crashing for spectators
2018-04-23 21:52:49 +02:00
David Wilson
9bc9ce4577
Color picker update with team color presets. Bots added will use available team color presets by default
2018-03-18 23:29:47 -03:00