-
Notifications
You must be signed in to change notification settings - Fork 0
/
issues.csv
We can't make this file beautiful and searchable because it's too large.
8607 lines (8607 loc) · 872 KB
/
issues.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
19857 OPEN Engine / Mod credit tab highlighting doesn't work Bug 2021-12-28 11:42:22 +0000 UTC
19855 CLOSED ChangesHealth incorrect work Limitation 2021-12-28 23:18:47 +0000 UTC
19849 OPEN "Connection Failed" during Singleplayer Skirmish Bug 2021-12-20 08:16:24 +0000 UTC
19848 OPEN Feedback wanted on sample HD assets for Red Alert Red Alert, Question / Support, Artwork 2021-12-21 11:04:23 +0000 UTC
19845 OPEN Broken attack move for vehicel with turret weapon Bug 2021-12-14 20:52:29 +0000 UTC
19844 OPEN Activity and AI: give Activity a tag for condition judgement and micromanagement of AI Idea/Wishlist, AI 2021-12-14 10:55:35 +0000 UTC
19841 CLOSED CNCTFD DVD not detected when trying to install additional data (Ubuntu snap package, USB external drive) Bug, Packaging, OS: Linux 2021-12-19 13:31:55 +0000 UTC
19840 OPEN Lint test cursor sequences Feature, Utility 2021-12-10 09:18:23 +0000 UTC
19837 CLOSED NullReferenceException in OpenRA.Sound.PlayPredefined Crash, Audio 2021-12-08 20:07:20 +0000 UTC
19834 OPEN Question: On desync, does OpenRA have a possibility that not disconnect all players? Question / Support 2021-12-12 18:01:47 +0000 UTC
19830 OPEN RenderDetectionCircle doesnt appear on a call-in Aircraft actor Idea/Wishlist 2021-11-30 10:13:28 +0000 UTC
19829 OPEN Carryall trait cannot give itself PassengerConditions like Cargo trait can does Idea/Wishlist 2021-11-30 10:04:31 +0000 UTC
19828 OPEN Make InfiltrateForSupportPower a conditionable trait Idea/Wishlist 2021-11-30 09:52:59 +0000 UTC
19827 OPEN Make it possible to eject a pilot when Transform gets used Idea/Wishlist 2021-11-30 09:48:04 +0000 UTC
19826 OPEN Allow SpawnActorOnDeath: to set Health % of appearing actor Idea/Wishlist 2021-11-30 11:51:49 +0000 UTC
19825 CLOSED On GiveUnitCrateAction allow to define a Sequence: to be played when crate gets picked up. Idea/Wishlist 2021-11-30 17:43:23 +0000 UTC
19824 OPEN IonCannonPower cannot reside in a Power proxy Bug 2021-11-30 09:43:50 +0000 UTC
19823 CLOSED WithChargeOverlay appears during buildup anim of a Structure Bug 2021-11-30 22:32:16 +0000 UTC
19822 OPEN AcceptsDeliveredCash should able to give a condition while in effect Idea/Wishlist 2021-11-30 09:38:50 +0000 UTC
19821 OPEN WithSpriteTurret cannot be provided with a Offset Idea/Wishlist 2021-11-30 09:36:12 +0000 UTC
19820 OPEN RenderRangeCircle: disappears whenever weapon with Ammo is reloading on the Actor Bug 2021-11-30 09:34:33 +0000 UTC
19819 OPEN LaserZap projectile doesnt have a RangeLimit field at all Bug 2021-11-30 09:33:05 +0000 UTC
19818 OPEN Make ReloadAmmoDelayMultiplier also work for ReloadAmmoPool Idea/Wishlist 2021-11-30 09:28:04 +0000 UTC
19817 OPEN Of Teleporting Harvesters and Carryalls Bug 2021-11-30 09:26:41 +0000 UTC
19816 OPEN Improve fullscreen support on MacBook Pro's with notch on screen Bug, OS: MacOS X 2021-11-29 22:37:32 +0000 UTC
19813 CLOSED General-like building process support Idea/Wishlist 2021-11-27 16:57:17 +0000 UTC
19812 OPEN Editor should able to check and tell Invalid ownership of actors with RequiresSpecificOwners: Idea/Wishlist, Map Editor 2021-11-23 15:14:06 +0000 UTC
19805 OPEN M1 applesilicon arm64 support Packaging, OS: MacOS X 2021-12-28 12:06:44 +0000 UTC
19803 CLOSED My game crashed Crash 2021-11-15 15:04:06 +0000 UTC
19802 CLOSED Cannot uninstall OpenRA on openSUSE. Bug 2021-11-15 11:39:56 +0000 UTC
19798 OPEN Consider reordering SEARCHDIRS on linux for TARGETPLATFORM=unix-generic Crash, OS: Linux 2021-11-12 20:10:44 +0000 UTC
19793 OPEN GrantConditionOnDeploy prevents AttackMove TargetLine being rendered Bug 2021-11-05 16:30:14 +0000 UTC
19790 CLOSED Normalise locomotor speeds to 100 on Clear terrain (RA) Idea/Wishlist 2021-11-03 06:16:28 +0000 UTC
19788 CLOSED A crash related to TSResourceLayer.IsValidResourceNeighbour Crash, Tiberian Sun 2021-11-11 14:09:25 +0000 UTC
19783 OPEN D2k - Map importer crashes if map has walls Crash, Dune 2000, Map Editor 2021-11-15 08:47:33 +0000 UTC
19781 CLOSED Error "wine64: command not found" when build package for windows Bug, Packaging, OS: Windows 2021-10-29 20:25:59 +0000 UTC
19777 CLOSED Bleed: Regression - Nod 03a and 03b have Scripting Crash Crash, Tiberian Dawn, Scripting 2021-11-08 13:46:42 +0000 UTC
19775 CLOSED Game crash due to File not found: jtc04.husk.shp Crash 2021-10-27 08:29:42 +0000 UTC
19772 CLOSED Red Alert and Dune playimage release-20210321 get stuck in loading screen (Debian/i3wm) Bug 2021-10-26 22:05:34 +0000 UTC
19770 OPEN Make PortableChrono conditional Idea/Wishlist 2021-10-24 11:52:32 +0000 UTC
19769 OPEN CPos.X/Y is undocumented Documentation, Scripting 2021-10-24 21:18:35 +0000 UTC
19768 CLOSED Needs Offline Install Option Idea/Wishlist 2021-10-30 19:25:11 +0000 UTC
19764 OPEN Add support for 48kHz Stereo AUD files (and possibly replace the defaults) Idea/Wishlist, Audio 2021-10-21 23:11:54 +0000 UTC
19762 CLOSED 🔔 Ethereum phishing detected on www.OpenRa.net 🔔 Bug 2021-10-19 12:22:40 +0000 UTC
19761 OPEN Hidden widgets should not be able to recieve or retain mouse and keyboard focus Refactor, UI 2021-10-19 13:47:42 +0000 UTC
19760 OPEN Fix PlayMusic not understanding uppercase characters in Lua Scripting 2021-10-21 15:44:24 +0000 UTC
19759 OPEN Add STUN and TURN(?) support Idea/Wishlist, Networking 2021-10-26 22:02:55 +0000 UTC
19757 OPEN WithIdleOverlay does not work with facings Bug 2021-10-16 18:12:10 +0000 UTC
19753 CLOSED Neutral buildings (including fences/walls) count towards "Buildings Killed" category Bug 2021-10-29 19:07:07 +0000 UTC
19751 OPEN TS - EMPed AttackFrontal units can turn when given attack order. Bug, Tiberian Sun 2021-11-02 12:44:35 +0000 UTC
19750 CLOSED ‘‘libsoft_oal’’ is missing.but I have openal Bug 2021-11-09 10:14:48 +0000 UTC
19744 OPEN Bug on TileSelecter in Map editor Bug, Map Editor, Tiberian Sun 2021-10-14 21:16:28 +0000 UTC
19740 CLOSED RA: Official Map Europe is Bugged Bug 2021-10-26 14:18:18 +0000 UTC
19735 CLOSED Crash when pressing Esc in-game Crash, Regression 2021-10-14 17:45:29 +0000 UTC
19734 OPEN RepairableNear should able to grant a condition while in effect Idea/Wishlist 2021-10-10 11:51:41 +0000 UTC
19730 CLOSED Regression: D2k - Structure blueprint outside N/S map bounds crashes game Crash, Dune 2000 2021-10-12 08:47:34 +0000 UTC
19726 CLOSED In-game chat text field is automatically focused while hidden Bug 2021-10-16 18:34:39 +0000 UTC
19725 OPEN GPU usage is always 50-60% usage as long as OpenRA is running. Bug, Performance, OS: MacOS X 2021-10-10 16:19:37 +0000 UTC
19724 OPEN Airstrike Notification/Sound Priority System Idea/Wishlist, Audio 2021-12-05 17:26:25 +0000 UTC
19723 OPEN PortableChrono on Aircraft causes its Contrails to draw a line Bug 2021-10-08 17:57:31 +0000 UTC
19721 CLOSED Chat text field is not focused for lobby admins Bug 2021-10-16 18:34:40 +0000 UTC
19716 OPEN Paratroopers are wrong colour in campaign Red Alert, Polish 2021-10-05 18:56:54 +0000 UTC
19715 OPEN Allow us to use keyboard in map browser and server list Idea/Wishlist 2021-10-05 06:48:51 +0000 UTC
19711 OPEN TD/RA units should have their 'individual' voice Feature, Polish 2021-10-02 23:10:11 +0000 UTC
19707 CLOSED A crash related with Exit trait (and probably plus AI) Crash 2021-11-18 19:52:05 +0000 UTC
19705 CLOSED Manjaro: OpenRA (Dune 2000) hangs on startup and can't install game music from ISO Question / Support, OS: Linux 2021-10-01 17:34:36 +0000 UTC
19700 CLOSED Lobby options dropdown description should make sense in a disabled state Polish, UI 2021-10-09 13:43:28 +0000 UTC
19697 OPEN polish, advanched chronoshift powers icon tooltip Red Alert, Polish 2021-10-02 16:23:48 +0000 UTC
19684 CLOSED MainMenuLogic, SetNewsStatus, connection exception not shown. Bug 2021-10-27 16:40:53 +0000 UTC
19683 OPEN Last bit of ore cannot be commanded to be harvested by ore truck, but block our building placement Bug 2021-09-24 15:29:26 +0000 UTC
19672 OPEN SheetBuilder/SpriteCache should use Palette.TransparentIndex for sprite borders Mod Support 2021-09-18 13:01:42 +0000 UTC
19670 OPEN SIGSEGV in Mono Runtime on startup when installing from xtradeb Crash, OS: Linux 2021-09-23 13:20:34 +0000 UTC
19668 CLOSED MacOSX 12 Black screen with with music after briefing Bug 2021-09-16 06:58:19 +0000 UTC
19665 OPEN High CPU usage on Linux Performance, OS: Linux 2021-09-24 13:59:06 +0000 UTC
19658 CLOSED .NET 5 build cannot run on OSX 10.15.7 Crash, OS: MacOS X 2021-09-20 20:33:26 +0000 UTC
19654 CLOSED Placing spice outside the map bounds causes a crash Crash, Dune 2000 2021-09-09 08:19:18 +0000 UTC
19652 CLOSED Loading maps in the editor crashes Crash, Map Editor, Regression 2021-09-07 18:45:51 +0000 UTC
19651 OPEN Impossible to chat after the game finished Bug, UI 2021-09-21 13:10:19 +0000 UTC
19648 OPEN Add "Battlecontrol Initialized" to TD Polish, Tiberian Dawn, Audio 2021-09-14 22:10:13 +0000 UTC
19647 OPEN NullReferenceException in ParatroopersPower PlayLaunchSounds Crash 2021-09-12 12:20:03 +0000 UTC
19645 OPEN Replacement: doesn't work properly with LineBuild:. Bug 2021-08-31 13:18:28 +0000 UTC
19644 CLOSED Recent OpenRA version: features removal and brutal nerfs? Bug 2021-08-30 21:33:14 +0000 UTC
19643 OPEN Selected Sounds should not be audible behind fog of war/black shroud Idea/Wishlist, Audio 2021-09-05 17:04:11 +0000 UTC
19641 CLOSED Servers that set a password can no longer be joined Regression, UI 2021-09-02 06:05:37 +0000 UTC
19639 OPEN Change Briefing Text Color Idea/Wishlist 2021-10-07 19:14:08 +0000 UTC
19638 CLOSED ShortGame lobby checkbox plumbing is bogus Refactor 2021-08-29 00:52:53 +0000 UTC
19637 OPEN Fix Carryall Reinforcements behaviour in Dune 2000 Bug, Dune 2000 2021-08-28 13:19:53 +0000 UTC
19636 CLOSED Mechanic disappeared due to time out Bug 2021-08-27 23:47:39 +0000 UTC
19633 CLOSED Player's buildings explode with high handicap and without concrete (Dune 2000) Bug, Dune 2000 2021-09-27 17:31:25 +0000 UTC
19630 CLOSED Question: .NET 5 release requires VS19? Documentation 2021-08-23 14:29:07 +0000 UTC
19623 CLOSED Pasting in map editor happens for both mouse down and mouse up actions. Bug, Map Editor 2021-08-22 14:06:21 +0000 UTC
19621 CLOSED Images slightly outside of the viewport are cut off Bug, Regression 2021-08-25 15:42:45 +0000 UTC
19619 CLOSED A crash related to revoking condition in GrantConditionOnDamageState Crash 2021-08-20 19:04:18 +0000 UTC
19618 CLOSED TS subcell coordinates are incorrect Polish, Tiberian Sun 2021-10-27 19:53:40 +0000 UTC
19614 CLOSED GPU Acceleration Idea/Wishlist, Performance 2021-09-04 09:48:16 +0000 UTC
19613 CLOSED ChangesHealth and killself count the actor killed scores to owner Player Bug 2021-09-02 06:00:44 +0000 UTC
19612 OPEN ProductionQueue, cache MostLikelyProducer? Idea/Wishlist, Performance 2021-08-21 18:06:49 +0000 UTC
19609 CLOSED Should `IHealth` not also consider `Disposed`? Question / Support 2021-09-09 19:13:41 +0000 UTC
19605 CLOSED Is Tiberian Sun removed from bleed branch? Question / Support 2021-08-13 09:42:09 +0000 UTC
19604 CLOSED dali.jpg feat: suggested users to follow 11 months ago default.png Add comments pagination, improve skeleton loading, add default image,… 4 months ago karl.jpg feat: seed update, comments, date difference 11 months ago orwell.jpg feat: suggested users to follow 11 months ago raphael.jpg feat: seed update, comments, date difference 11 months ago steve.jpg refactor: big big big big 6 months ago Bug 2021-08-13 00:07:10 +0000 UTC
19600 CLOSED Launch.Map= parameter does not work with paths to packaged .oramap files (yet works with paths to unpackaged maps) Bug 2021-08-12 07:33:17 +0000 UTC
19593 OPEN Cannot fire bug by AreaBeam Bug 2021-08-07 11:14:42 +0000 UTC
19592 CLOSED Game crash: a new guard page for the stack cannot be created Crash 2021-08-07 10:30:54 +0000 UTC
19585 OPEN McvManagerBotModule.MinimumConstructionYardCount should count MCVs in construction Bug, AI 2021-08-04 18:00:55 +0000 UTC
19584 OPEN UnitBuilderBotModule.UnitLimits is sometimes ignored by AI Bug, AI 2021-08-07 07:09:43 +0000 UTC
19583 OPEN Multiple MCVs built at same time by AI often go to same spot on the map. Bug, AI 2021-08-04 18:01:09 +0000 UTC
19582 OPEN Merge Animation, AnimationWithOfffset and possibly AnimationWrapper Idea/Wishlist, Performance 2021-08-07 07:11:23 +0000 UTC
19580 OPEN YAML `Inherits` works only at the actor level Feature 2021-08-21 18:08:00 +0000 UTC
19579 CLOSED A Crash related to harvester pathfinder Crash 2021-08-04 18:02:13 +0000 UTC
19577 CLOSED TS refinery Zoffset Bug, Tiberian Sun 2021-08-20 18:17:55 +0000 UTC
19576 OPEN TS bridges are not visible on radar Bug, Tiberian Sun 2021-08-07 07:11:57 +0000 UTC
19575 OPEN Map preview spawn placement doesn't account for terrain height Tiberian Sun, Mod Support 2021-08-01 20:05:05 +0000 UTC
19571 CLOSED My game crashed Crash, OS: Linux 2021-08-01 18:08:23 +0000 UTC
19567 CLOSED UPnP option not working with OpenRa Bug, Networking 2021-08-10 07:43:51 +0000 UTC
19566 CLOSED My game crashed Crash, OS: MacOS X 2021-12-28 22:54:04 +0000 UTC
19562 OPEN Terrain can be visible, yet not explored Bug 2021-07-24 20:31:52 +0000 UTC
19556 CLOSED `System.NotImplementedException`: No rules definition for unit 1tnk.husk Crash 2021-07-23 09:18:46 +0000 UTC
19555 OPEN make it so map makers can change the minimap colors for maps with custom palettes Idea/Wishlist 2021-07-23 01:36:44 +0000 UTC
19554 CLOSED certain custom maps will not show in-game Bug 2021-07-22 01:53:30 +0000 UTC
19548 CLOSED mission, ...109, unable to complete? Bug 2021-07-20 20:12:44 +0000 UTC
19545 OPEN Dune: House Ambassadors/Embacies Idea/Wishlist, Dune 2000 2021-08-01 16:44:22 +0000 UTC
19541 CLOSED Activity.GetTargets not used. Idea/Wishlist 2021-07-18 18:08:57 +0000 UTC
19536 CLOSED AppearsOnRadar, expensive Sync Performance 2021-07-23 19:01:16 +0000 UTC
19535 OPEN Calculatation of sync on properties, relatively expensive Performance 2021-08-21 18:13:36 +0000 UTC
19527 OPEN D2k map importer causes unnecessary lint errors if another mod uses D2k dll. Bug, Dune 2000, Utility, Mod Support 2021-09-11 07:39:01 +0000 UTC
19526 CLOSED Game Crash on start Crash, OS: Linux 2021-07-16 08:38:40 +0000 UTC
19520 OPEN NativeAOT compilation support Idea/Wishlist, Performance 2021-08-21 18:16:53 +0000 UTC
19518 CLOSED Crash when restarting the game after changing between fullscreen and windowed mode Crash, OS: Windows 2021-11-06 10:21:14 +0000 UTC
19516 CLOSED My game crashed Crash, Packaging, Question / Support, OS: Linux 2021-07-15 10:37:50 +0000 UTC
19514 OPEN Use nullable reference types (C# 8.0) Idea/Wishlist, Question / Support 2021-07-13 20:53:42 +0000 UTC
19512 OPEN Large crashed aircraft terrain backgrounds are split per cell in the Tiles palette Bug, Map Editor, Tiberian Sun, Regression 2021-07-13 11:57:45 +0000 UTC
19511 CLOSED Veinholes are not rendered Bug, Tiberian Sun 2021-08-01 19:56:53 +0000 UTC
19505 OPEN mpspawn and waypoint show brighter player colors Map Editor, Polish, Regression 2021-07-12 09:11:12 +0000 UTC
19500 CLOSED NullReferenceException in AddFactionSuffixLogic Crash, Map Editor, Tiberian Dawn 2021-07-12 13:20:34 +0000 UTC
19496 CLOSED Looped Music is not gapless Performance, Polish, Audio 2021-11-11 22:49:55 +0000 UTC
19485 CLOSED Muti-Hitshape with armor will result in unit take 100% damage Bug 2021-07-04 10:59:52 +0000 UTC
19483 CLOSED Port to UWP/APPX for Xbox One/Series Consoles Dev Mode Idea/Wishlist 2021-07-07 01:06:43 +0000 UTC
19482 CLOSED Needs help on TA capture crash Crash 2021-09-27 20:19:13 +0000 UTC
19480 CLOSED Dune 2000 campaign FOW Idea/Wishlist, Dune 2000 2021-08-08 14:22:40 +0000 UTC
19478 CLOSED Allow Map Editor to load > 64 Spawn Points Bug 2021-07-03 13:25:16 +0000 UTC
19471 CLOSED [bleed] "Preferred color" rectangle thumbnail displays value from settings.yaml, not actual ingame color Bug 2021-07-03 17:18:26 +0000 UTC
19465 OPEN Not optimal path finding Bug, Pathfinding 2021-08-07 19:59:13 +0000 UTC
19464 CLOSED Spies do not detect enemy disguised spies Bug 2021-06-24 18:21:07 +0000 UTC
19457 OPEN Game crashes when hosting local multiplayer game and specific client attempts to connect Crash, Networking, OS: MacOS X 2021-07-15 15:59:50 +0000 UTC
19455 CLOSED My game crashed Crash, OS: MacOS X 2021-12-28 22:54:14 +0000 UTC
19454 OPEN D2K Add smoke effects on health lower than 50% Feature, Dune 2000 2021-10-08 15:11:46 +0000 UTC
19450 CLOSED "Primary" building is Ignored/Reset when a new one is built Bug, UI 2021-06-21 15:47:04 +0000 UTC
19449 CLOSED AI Doesn't Launch Atom Bomb / Nuke If You Don't Have a ConYard Bug, AI 2021-07-17 23:09:05 +0000 UTC
19448 CLOSED Potential order manager (cleanup) regressions Networking, Regression 2021-07-07 23:12:05 +0000 UTC
19438 CLOSED SpriteRenderer SetRenderStateForSprite has a probability of getting the wrong sheetindex Bug 2021-07-29 08:58:48 +0000 UTC
19435 CLOSED D2kBuilding concrete placement ignore Min/MaxColor of the tile. Bug, Dune 2000 2021-08-21 12:16:02 +0000 UTC
19434 CLOSED Redalert and Dune crashed before I can choose Singleplayer or Multiplayer. Tib Dawn is working Crash, OS: Linux 2021-06-18 04:47:26 +0000 UTC
19433 OPEN FirePowerMultiplier expansion Idea/Wishlist 2021-05-29 18:48:36 +0000 UTC
19432 CLOSED Reimplement barrels as subcell actors Idea/Wishlist, Red Alert 2021-10-28 14:41:51 +0000 UTC
19430 OPEN In-game scores should be invisible to players Balancing, UI 2021-06-22 20:36:59 +0000 UTC
19428 CLOSED CD'S (ISOS) aren't detected Bug, OS: Linux 2021-06-01 18:57:27 +0000 UTC
19427 OPEN disable aircraft out of ammo behavior. Idea/Wishlist 2021-06-05 10:37:08 +0000 UTC
19424 OPEN Make AttackActivity in AttackFollow public and make ChildActivity in Activity public Idea/Wishlist 2021-05-22 16:05:35 +0000 UTC
19423 CLOSED Exactly 64 players on a map causes a crash Bug 2021-07-03 13:25:16 +0000 UTC
19421 CLOSED Dune 2000 always show Game Music Requires Disc Bug 2021-05-21 15:31:42 +0000 UTC
19420 OPEN Ability to test the map without restarting the game. Idea/Wishlist 2021-07-14 22:28:01 +0000 UTC
19419 OPEN Better memory management for loading assets in RAM Bug, Performance 2021-05-19 13:18:25 +0000 UTC
19417 CLOSED Creeps and Neutrals do nothing on Dedicated Servers Bug 2021-05-22 09:18:45 +0000 UTC
19415 CLOSED Attempted to process orders from client X for frame 1 on frame X Crash, Networking 2021-05-23 11:44:19 +0000 UTC
19410 CLOSED Turn OpenRA into a Libretro Core for RetroArch and RetroPie Idea/Wishlist 2021-05-12 23:14:16 +0000 UTC
19407 OPEN Should naval AI units destroy bridges for passing? (see screenshot inside) Idea/Wishlist, AI 2021-05-13 09:43:51 +0000 UTC
19406 CLOSED Add soviet variation of Hind, when soviets capture helipad or have double tech Idea/Wishlist 2021-05-14 11:39:53 +0000 UTC
19405 OPEN Dedicated Server Administration Functionality Feature, Dedicated, Meta 2021-12-20 01:42:13 +0000 UTC
19401 OPEN Ability to play the music through a separate interface Idea/Wishlist, Audio 2021-06-21 10:55:56 +0000 UTC
19397 OPEN Prevent restarting of running activities Feature 2021-08-05 20:48:11 +0000 UTC
19396 OPEN Include penetration property inside Bullet projectile Idea/Wishlist 2021-05-05 16:46:41 +0000 UTC
19390 OPEN Crash related with missile climbs higher terrain Crash 2021-05-08 10:46:12 +0000 UTC
19386 OPEN Stop message spam on in game chat and the lobby Feature 2021-05-02 21:19:29 +0000 UTC
19383 OPEN Attack facing is not limited to the front ahead Idea/Wishlist 2021-05-04 02:50:47 +0000 UTC
19382 OPEN Ranger+engie loading auto-cancel according to movements Bug, Pathfinding 2021-05-02 21:20:19 +0000 UTC
19381 CLOSED Game crashed : No rules definition for unit 1tnk.husk Crash 2021-04-30 14:00:14 +0000 UTC
19378 CLOSED FreeActor: AllowRespawn Wont work Bug 2021-04-29 14:21:28 +0000 UTC
19377 CLOSED My game crashed instantly Crash 2021-05-03 12:51:03 +0000 UTC
19376 OPEN Announcer volume changes with position in Support Power palette ordering Bug 2021-10-10 19:44:24 +0000 UTC
19375 OPEN Dependency injection Idea/Wishlist, Refactor 2021-09-06 21:18:24 +0000 UTC
19368 OPEN Game crashes on attempting to load - too many units saved? Crash 2021-07-14 21:33:49 +0000 UTC
19366 OPEN ^Plane: with Aircraft: with IdleBehavior: ReturnToBase hangs Midair when last Airfield actor gets sold Bug 2021-04-23 08:11:41 +0000 UTC
19358 OPEN D2kBuilding concrete placement don't work properly with terrain palette overrides. Bug, Dune 2000 2021-07-11 21:30:37 +0000 UTC
19357 CLOSED Power down sprite does not show if you zoom out too far in spec view Bug 2021-07-07 00:39:56 +0000 UTC
19356 CLOSED Infantry overlap Bug 2021-05-04 09:30:17 +0000 UTC
19352 CLOSED doc/INSTALL: mention `dotnet msbuild` in case `msbuild` is not there Idea/Wishlist 2021-04-17 16:43:10 +0000 UTC
19347 CLOSED With "move jumpy-ness" fix, speed of 128 results in faster movement than it should Bug 2021-05-23 08:49:40 +0000 UTC
19346 CLOSED Unhardcode "moveflsh" Idea/Wishlist 2021-07-04 08:41:40 +0000 UTC
19341 OPEN Ability to make AI Builds individually for each faction Idea/Wishlist 2021-04-19 00:50:32 +0000 UTC
19340 OPEN Target checks for infiltration don't properly account for disabled Targetables: Bug 2021-04-12 13:28:23 +0000 UTC
19339 OPEN RA Thief unable to capture targets that move too much Bug, Red Alert, Pathfinding 2021-07-11 21:32:39 +0000 UTC
19337 CLOSED Harkonnen 8 errors when capturing Mercenary War Factory after killing Ordos Palace. Bug 2021-04-13 19:39:24 +0000 UTC
19334 CLOSED Potential server-side DoS vulnerability related to blocking sends Bug, Networking 2021-05-30 12:37:26 +0000 UTC
19331 OPEN WithSupportPowerActivationOverlay/Animation don't support limiting it to specific Power Idea/Wishlist 2021-04-09 13:37:33 +0000 UTC
19330 CLOSED [Feature request] Random map generator Idea/Wishlist 2021-04-15 07:02:28 +0000 UTC
19329 CLOSED Game crashes every time I open up my map on Map editor Crash 2021-04-09 10:17:11 +0000 UTC
19328 OPEN My game crashed when MacBook is plugged into dock with Displayport Connection Crash, OS: MacOS X 2021-09-14 07:04:15 +0000 UTC
19326 CLOSED Copy & Paste function would be more convinient when the brush does not get cleared after paste Map Editor, Polish 2021-07-14 02:01:34 +0000 UTC
19320 OPEN Music separated by Factions Idea/Wishlist, Audio 2021-04-08 12:35:03 +0000 UTC
19318 CLOSED Please add Chinese support 2021-04-05 08:22:14 +0000 UTC
19314 CLOSED visual bug for InitialActor in Carryall trait Bug 2021-04-04 14:37:10 +0000 UTC
19313 CLOSED tooltip over shrouded civilian building shows caption tree. Bug 2021-07-11 21:38:34 +0000 UTC
19311 CLOSED On macOS some users may have 2 GPUs have a setting to allow forcing to use 1 of the GPUs Idea/Wishlist 2021-04-04 18:15:05 +0000 UTC
19310 OPEN AI controls submarine to fire to a stone between Bug, AI 2021-04-05 22:16:12 +0000 UTC
19309 CLOSED [Linux] does not compile on Debian stable i386 Bug, OS: Linux 2021-04-01 17:02:30 +0000 UTC
19308 CLOSED [map editor] How to rotate ? Idea/Wishlist, Map Editor 2021-04-09 15:08:23 +0000 UTC
19307 OPEN Gravity Bomb doesn't account for terrain height after initial bomb Bug, Tiberian Sun 2021-05-07 22:34:43 +0000 UTC
19304 CLOSED `Handicap` trait gets treated as the `team` trait Bug 2021-06-25 14:25:17 +0000 UTC
19303 CLOSED `Lockhandicap` has no effect on UI Bug 2021-06-25 14:25:17 +0000 UTC
19299 CLOSED Dune 2020 music installer installs WAITGAME.AUD as WAITGAME.A Bug 2021-03-28 22:10:41 +0000 UTC
19296 CLOSED making on win10 - no nuget source. Bug, OS: Windows 2021-03-28 19:25:30 +0000 UTC
19289 OPEN KDE window titlebar icon is not displayed Polish, UI, OS: Linux 2021-07-18 11:48:35 +0000 UTC
19288 CLOSED Minimap in editor not updating to new ownership of actor Bug, Map Editor 2021-10-24 20:54:10 +0000 UTC
19287 OPEN 'zombie' actor in map editor that does not get removed on deletion Bug, Map Editor 2021-03-26 19:31:27 +0000 UTC
19286 CLOSED Implement a check in Map Editor against identical duplicate Id Crash, Bug, Feature, Map Editor 2021-07-17 21:27:25 +0000 UTC
19283 OPEN Some wishes for future OpenRA AI Idea/Wishlist, AI 2021-05-12 11:23:35 +0000 UTC
19281 OPEN Mobile>EnabledByDefault:false units don't properly leave buildings when built. Bug 2021-03-25 13:25:28 +0000 UTC
19279 CLOSED NRE in DeliverUnit.ReleaseUnit after player surrendered Crash 2021-10-02 21:01:25 +0000 UTC
19278 CLOSED Aircraft Idle Speed Unaffected by SpeedMultiplier or Pausing Bug 2021-07-04 20:26:46 +0000 UTC
19276 CLOSED RevealsMap used with GrantPrerequisiteChargeDrainPower causes Ctd Crash, Bug 2021-03-27 15:57:21 +0000 UTC
19275 OPEN ClassicParallelProductionQueue weirdness(es) Bug 2021-07-15 19:19:11 +0000 UTC
19274 CLOSED Add "Not use map settings" option in skirmish and multiplayer Idea/Wishlist 2021-03-23 10:36:08 +0000 UTC
19272 CLOSED Screensaver with continuous skirmish bots playing against each other Idea/Wishlist 2021-03-24 14:25:10 +0000 UTC
19271 CLOSED Script error in situation-critical: playtest-20210131 Bug, Scripting 2021-04-03 16:58:00 +0000 UTC
19270 CLOSED Crashed when open map-editor Crash 2021-03-22 13:53:24 +0000 UTC
19263 OPEN Remove the Cloak palette override and reimplement using alpha Refactor 2021-03-20 16:38:29 +0000 UTC
19262 OPEN Rename WithIdleOverlay to WithOverlay and implement a proper WithIdleOverlay trait Refactor 2021-03-20 16:28:21 +0000 UTC
19261 OPEN My game crashed after getting a crate Crash 2021-07-15 16:28:35 +0000 UTC
19260 CLOSED The late game lags caused by Log.cs Bug, Performance 2021-04-03 21:53:30 +0000 UTC
19258 OPEN crash, locomotor, celllayer, Index was outside the bounds of the array Crash 2021-03-19 23:54:14 +0000 UTC
19256 CLOSED openra support slopes ???? Question / Support 2021-03-21 18:15:53 +0000 UTC
19255 OPEN 'ClonesProducedUnits' not taking effect Documentation 2021-04-11 09:59:38 +0000 UTC
19253 CLOSED D2k - DamagesConcrete under ^Cannon is overridden wrong. Bug 2021-03-21 11:09:42 +0000 UTC
19248 OPEN (Legacy) Bridges can be set up in a way that causes an infinite loop Bug 2021-03-16 19:20:09 +0000 UTC
19247 OPEN AI improvement PRs to revisit during/after a rewrite Refactor, AI, Meta 2021-03-15 13:11:34 +0000 UTC
19244 CLOSED Add RequiredCondition for ActorLostNotification Feature 2021-03-20 16:07:29 +0000 UTC
19241 OPEN Multiplayer save and load Idea/Wishlist, Networking 2021-06-09 05:05:22 +0000 UTC
19235 CLOSED There is no way to tell a 'WithAmmoPipsDecoration' which 'AmmoPool' it belongs to Idea/Wishlist 2021-03-20 14:31:41 +0000 UTC
19234 OPEN Option for automatic target lines display in observer mode Idea/Wishlist 2021-03-12 12:47:45 +0000 UTC
19232 OPEN Zoom in/out breaks unit/structures decorations Bug 2021-03-11 22:10:55 +0000 UTC
19230 CLOSED RA Situation Critical mission does not fail if the transport is destroyed before unloading Volkov Bug 2021-03-13 15:55:24 +0000 UTC
19229 CLOSED Asset installation from The First Decade DVD fails on windows Bug, Regression 2021-03-13 14:56:38 +0000 UTC
19226 OPEN Game crashing due to frame end tasks being called on a disposed world. Crash 2021-08-04 22:06:48 +0000 UTC
19224 CLOSED Chronoshifting Aircraft is buggy Bug 2021-03-20 16:04:42 +0000 UTC
19221 OPEN PathFinding, mutli BlockedByActor check aware Idea/Wishlist, Performance 2021-10-08 20:40:12 +0000 UTC
19218 OPEN Add Valid Stance for Player Idea/Wishlist 2021-03-06 12:35:51 +0000 UTC
19217 OPEN Make Captures trait work with Air units Idea/Wishlist 2021-03-06 12:31:29 +0000 UTC
19216 OPEN Investigate optimising/streamlining Set(Visual)Position calls Performance 2021-03-06 18:51:57 +0000 UTC
19214 CLOSED My game crashed Crash 2021-03-06 11:10:47 +0000 UTC
19213 CLOSED AI build choice metrics Idea/Wishlist 2021-03-05 11:37:37 +0000 UTC
19212 CLOSED AI LAG when no attack path is available Bug 2021-03-11 23:48:17 +0000 UTC
19211 OPEN Add all TS FS vehicles Idea/Wishlist, Tiberian Sun 2021-08-14 00:22:15 +0000 UTC
19206 CLOSED Possibilty to make an android port Idea/Wishlist 2021-03-14 10:38:29 +0000 UTC
19204 OPEN Clients can connect before the hosting client connected to the lobby Bug, Networking 2021-03-03 13:34:42 +0000 UTC
19203 CLOSED The superpower unit selection square does not work on submerged subs Bug 2021-03-01 06:00:31 +0000 UTC
19196 CLOSED Skirmish Game Options Menu regression because of the bigger UI for the new Handicap option Bug, UI 2021-03-05 17:58:51 +0000 UTC
19195 OPEN Hotkey/UI button to change priority selection level on any unit. Idea/Wishlist, UI 2021-02-28 17:14:45 +0000 UTC
19190 CLOSED Building bridge trough Naval Yard/Sub Pen Bug 2021-02-26 15:06:38 +0000 UTC
19187 OPEN TS mod crashes when viewing .vxl files in the asset browser Crash, Asset Browser 2021-02-27 06:14:38 +0000 UTC
19184 CLOSED Rescue mission improvements Polish, Scripting 2021-04-03 09:38:33 +0000 UTC
19183 CLOSED In the thick of it polish Red Alert, Polish, Scripting 2021-08-20 18:48:06 +0000 UTC
19182 OPEN Spy camouflage issues Bug, Red Alert 2021-03-21 15:52:29 +0000 UTC
19181 CLOSED Spy camouflage issues Idea/Wishlist 2021-02-23 05:33:22 +0000 UTC
19180 CLOSED Add Yaml rules for Tiberian Sun 1tnk 2tnk 3tnk and ftnk Idea/Wishlist, Tiberian Sun 2021-03-03 13:43:24 +0000 UTC
19178 CLOSED Nullable parameters break Lua API documentation Bug, Documentation 2021-03-10 16:46:44 +0000 UTC
19171 OPEN D2k outpost dish looks broken during placement preview and make animation Dune 2000, Polish 2021-02-20 16:43:53 +0000 UTC
19168 OPEN TS Cursor cell selection inaccurate for tall terrain Bug, Tiberian Sun 2021-02-19 20:55:50 +0000 UTC
19167 OPEN TS Flying units made invisible when flying near light posts Bug, Tiberian Sun 2021-02-19 19:46:38 +0000 UTC
19164 OPEN TS Subterranean units should pitch down when submerging and pitch up before emerging Idea/Wishlist, Tiberian Sun 2021-02-19 11:18:02 +0000 UTC
19163 OPEN TS harvester can't be moved while waiting to deliver to refinery Bug, Tiberian Sun 2021-02-19 11:18:15 +0000 UTC
19162 CLOSED Unable to start OpenRA PlayTest 20210131 (linux) Bug, OS: Linux 2021-02-25 05:31:31 +0000 UTC
19159 CLOSED mobile radar jammer won't jam missile subs Bug 2021-02-17 07:32:01 +0000 UTC
19157 CLOSED playtest20210131 install error on windows 7 2021-02-15 22:59:28 +0000 UTC
19154 OPEN naval units blocked by (own) naval yard, especially right after being built Bug 2021-02-15 23:21:23 +0000 UTC
19151 OPEN Lock/customize server setting when running a server using the AppImage file Idea/Wishlist 2021-02-19 19:51:24 +0000 UTC
19150 OPEN missile can live forever and no speed due to terrain height Bug 2021-02-11 07:31:23 +0000 UTC
19147 OPEN RevealsMap does not revoke/disable for Ally Players Bug 2021-02-10 14:09:40 +0000 UTC
19146 OPEN Smooth projectile rotation Idea/Wishlist 2021-06-01 19:12:42 +0000 UTC
19140 OPEN Multiplayer team plays one party Idea/Wishlist 2021-03-01 16:57:54 +0000 UTC
19138 CLOSED Shellmaps ignore mod.yaml-defined gamespeeds Bug 2021-04-09 21:58:15 +0000 UTC
19136 OPEN Apply the remaining visual fixes from TS UMP 0.2 Bug, Polish, Tiberian Sun, Artwork 2021-02-06 14:21:53 +0000 UTC
19134 OPEN Fix several none-remapable red pixels on various TS actors Polish, Tiberian Sun, Artwork 2021-02-06 08:41:22 +0000 UTC
19133 CLOSED TS Titan turret facing north in colorpicker preview Polish, Tiberian Sun 2021-05-15 13:29:46 +0000 UTC
19130 OPEN Implement a method on JamsMissiles to filter for Projectiles targeting itself Idea/Wishlist 2021-02-05 10:05:37 +0000 UTC
19128 CLOSED [Discussion] Interest in Growth / Product Contributor? Idea/Wishlist 2021-04-08 14:58:38 +0000 UTC
19126 CLOSED Add option for fog of war to slowly generate back instead of being instant Idea/Wishlist 2021-05-14 20:52:53 +0000 UTC
19124 OPEN Game crashed every time, when i try to watch Mission Brief in Dune 2000 Crash, Regression 2021-11-05 17:11:02 +0000 UTC
19123 OPEN Voiced should be conditional Idea/Wishlist, Audio 2021-02-13 21:35:35 +0000 UTC
19121 OPEN WithColoredOverlay act off with Voxels and when multiple are activated. Bug, Regression 2021-08-04 17:34:21 +0000 UTC
19117 CLOSED prone Tanya stands up to shoot Bug, Red Alert 2021-02-02 22:05:08 +0000 UTC
19116 OPEN CarryCondition function for Carryall trait is broken Bug 2021-01-31 21:03:15 +0000 UTC
19115 OPEN Units carried by a Carryall still display their shadow at the unit height Bug 2021-01-31 20:36:55 +0000 UTC
19111 CLOSED Regression in Allies 05a prison break Bug, Red Alert, Regression 2021-01-31 22:35:43 +0000 UTC
19109 OPEN UI layout option for screens with wide aspect ratios Idea/Wishlist 2021-01-31 11:56:30 +0000 UTC
19108 CLOSED Mouseover whole mapname in map chooser Idea/Wishlist 2021-08-05 16:36:50 +0000 UTC
19107 OPEN Cannot screenshot it map chooser Bug 2021-01-31 01:42:04 +0000 UTC
19106 OPEN Compiling wiki page updated to new toolchain? Documentation 2021-01-31 17:27:24 +0000 UTC
19104 CLOSED SmokeTrailWhenDamaged should allow for multiple sequences Idea/Wishlist 2021-03-27 18:42:58 +0000 UTC
19103 CLOSED My game crashed (because additional monitor?) Crash 2021-01-31 08:38:21 +0000 UTC
19098 CLOSED Improve server list validation 2021-01-30 12:44:52 +0000 UTC
19097 CLOSED D2kBuilding & removal of LaysTerrain means D2k concrete no longer functions correctly Dune 2000, Regression 2021-01-31 18:29:54 +0000 UTC
19094 CLOSED SAM Site couldn't be sold in Remastered TD Bug 2021-01-30 12:16:59 +0000 UTC
19093 OPEN Force moving infantry should make them move out of cover Idea/Wishlist 2021-01-30 21:32:59 +0000 UTC
19092 OPEN Aircraft that has been issued a deploy order while on Airfield cease reloading Ammo Bug 2021-03-23 10:23:54 +0000 UTC
19091 CLOSED Aircraft Repair Queuing Bug Bug 2021-01-26 21:46:50 +0000 UTC
19088 OPEN [playtest-20201213] Incomplete/missing infantry animation on shoot Bug 2021-08-04 17:34:48 +0000 UTC
19086 OPEN Add an extra alert sound notification for RA/TS and add D2k low & stable power sounds. Idea/Wishlist, Audio 2021-02-07 12:14:01 +0000 UTC
19084 CLOSED Contrail change Idea/Wishlist 2021-12-16 22:48:03 +0000 UTC
19079 CLOSED Barrel explosions should create fireball effects in adjacent cells Red Alert, Polish 2021-09-18 19:26:10 +0000 UTC
19077 CLOSED Make possible to disable the handicap feature on multiplayer Idea/Wishlist 2021-01-31 17:45:25 +0000 UTC
19075 CLOSED Map chooser width does not match the lobby. Polish, UI 2021-01-25 19:43:54 +0000 UTC
19073 CLOSED Make Contrail a conditional trait Idea/Wishlist, Refactor, Mod Support 2021-01-28 22:30:46 +0000 UTC
19072 OPEN Broken visibility post-match for the defeated player Bug 2021-09-25 14:36:36 +0000 UTC
19071 OPEN Logging player results (dedicated server) Idea/Wishlist, Dedicated 2021-01-21 12:54:11 +0000 UTC
19070 CLOSED Minelayer should follow same path back and only then head to SD Idea/Wishlist, Red Alert, Pathfinding 2021-03-15 21:33:51 +0000 UTC
19065 CLOSED My game crashedException of type `System.InvalidOperationException`: Unit `neutralfabricator` does not have a sequence named `dead` Crash 2021-01-18 15:10:00 +0000 UTC
19063 OPEN Crash related to pathfinding Crash, Tiberian Sun, Pathfinding 2021-04-11 00:53:50 +0000 UTC
19060 CLOSED Crash on Allies05a (bleed) Crash, Red Alert, Scripting, Regression 2021-01-31 17:52:50 +0000 UTC
19055 CLOSED Reduce Tanya's firing rate Balancing, Red Alert, Polish 2021-01-29 14:04:43 +0000 UTC
19054 CLOSED Investigate potential d2k turret make animation regression Bug, Dune 2000 2021-01-27 21:51:59 +0000 UTC
19053 OPEN playtest-121320 AppImage Server Failed to set socket option Bug, Dedicated, Networking 2021-01-18 07:10:01 +0000 UTC
19052 CLOSED Tesla zap animation overlaped by bridge Bug, Red Alert 2021-02-01 22:36:25 +0000 UTC
19050 CLOSED Building on Arch Linux: .NET dependency issue Bug 2021-01-13 17:42:18 +0000 UTC
19049 CLOSED Crash when launching OpenRA via Steam Big Picture Mode Crash 2021-01-14 20:14:43 +0000 UTC
19048 OPEN Think about (re)moving NewOptionsNotification from PlaceBuilding Refactor, Audio 2021-01-16 18:00:26 +0000 UTC
19047 OPEN There isn't a voice notification when deploying the M.A.D Tank Feature, Red Alert 2021-01-13 09:09:45 +0000 UTC
19046 CLOSED MCV does not have a notification to play when transforming and broken TransformNotification trait Bug 2021-01-13 09:21:27 +0000 UTC
19044 CLOSED Let players hear a EVA notification when they sell their buildings Feature, Audio 2021-01-27 21:51:59 +0000 UTC
19040 CLOSED `make check` ignores TARGETPLATFORM Bug 2021-01-19 10:10:09 +0000 UTC
19039 OPEN Server list text filter search field Idea/Wishlist 2021-01-19 07:29:03 +0000 UTC
19035 OPEN Discord, give up after x connection fails. Idea/Wishlist 2021-01-10 14:44:28 +0000 UTC
19033 OPEN Bots don't deploy the Mobile Sensor Array Feature, Tiberian Sun, AI 2021-01-11 12:40:21 +0000 UTC
19029 CLOSED Log not buffering multiple lines due to AutoFlush Bug, Performance 2021-05-01 17:21:51 +0000 UTC
19028 OPEN Renderer initializer exception not flushed to graphics.log Bug 2021-07-23 19:14:23 +0000 UTC
19027 CLOSED SDL_GL_DeleteContext, X11_SafetyNetErrHandler endless loop Bug 2021-07-23 19:33:18 +0000 UTC
19025 OPEN Server waitingForAuthenticationCallback could potentionally be always greater than one Bug 2021-01-09 18:52:38 +0000 UTC
19015 CLOSED make.ps1 does not use OpenRA's GeoIP mirror Bug 2021-01-10 20:13:27 +0000 UTC
19014 CLOSED Infiltrating super weapons does not reset active targeting cursor Bug 2021-01-10 21:42:33 +0000 UTC
19013 CLOSED D2K Add more players Question / Support 2021-01-06 17:36:30 +0000 UTC
19008 OPEN Side effects of iron curtain power on autotargeting are too strong Idea/Wishlist 2021-01-06 14:04:54 +0000 UTC
19002 OPEN man pages are not installed Bug, Packaging, OS: Linux 2021-01-03 14:51:22 +0000 UTC
19001 CLOSED make DEBUG=true is broken Bug, Packaging 2021-07-11 21:51:38 +0000 UTC
18994 OPEN Display of Order of Current Production Queue Idea/Wishlist 2021-01-02 14:05:38 +0000 UTC
18993 OPEN Some questions about the height of terrain grid Question / Support 2021-03-13 15:11:42 +0000 UTC
18985 OPEN Question about Isometric game (TS) Offset z axis in openra Tiberian Sun, Question / Support 2021-01-01 11:28:27 +0000 UTC
18983 OPEN (CastleJing) Ground unit VXL gesture under developing Idea/Wishlist, Tiberian Sun 2021-01-01 11:26:59 +0000 UTC
18978 CLOSED [playtest 20201213] Lobby server crash Crash, Networking, UI 2021-01-29 13:35:33 +0000 UTC
18976 CLOSED IdleTurnSpeed has a faulty Type value Bug, Documentation 2021-01-02 10:38:25 +0000 UTC
18975 CLOSED TD Harvesters do not have a regular explosion and sound effect Bug 2021-04-04 21:54:36 +0000 UTC
18974 CLOSED Units sitting in AttackMove doing nothing Bug 2021-01-21 18:25:08 +0000 UTC
18970 CLOSED Playtest TD Crash (Engineer/Airstrip Bug?) Crash 2021-01-10 00:34:53 +0000 UTC
18969 CLOSED Regression: TD Sam Site Pops Open in Low Power Regression 2021-01-03 11:46:48 +0000 UTC
18966 CLOSED Wrong Shock Trooper audio files in Red Alert Red Alert, Polish 2020-12-29 20:15:54 +0000 UTC
18962 CLOSED Wrong and unused Mechanic audio files in Red Alert Red Alert, Polish, Audio 2020-12-30 02:01:01 +0000 UTC
18961 OPEN Unused Shock Trooper audio file in Red Alert Red Alert, Polish 2020-12-25 19:27:25 +0000 UTC
18958 CLOSED -source.tar.bz2 packages are no longer generated Bug, Packaging 2021-01-30 12:04:24 +0000 UTC
18957 CLOSED GDI Medium Tank uses wrong audio file in Tiberian Dawn Polish, Tiberian Dawn, Audio 2020-12-28 09:56:21 +0000 UTC
18956 CLOSED Playtest 20201213 hangs on launch Bug, OS: MacOS X 2021-01-18 10:17:35 +0000 UTC
18952 OPEN Overhaul settings panel layout Idea/Wishlist, UI 2021-09-22 14:34:36 +0000 UTC
18951 OPEN Attack moving units travel extra cells before attacking with vision advantage. Bug 2020-12-22 19:19:21 +0000 UTC
18949 CLOSED Windows CI checks aren't failing on utility errors Bug, OS: Windows 2020-12-29 20:26:08 +0000 UTC
18946 OPEN Not many players using playtest, playtestday to the rescue! Idea/Wishlist 2020-12-20 16:24:43 +0000 UTC
18944 CLOSED missile can live forever on certain condition Bug 2021-02-11 03:33:41 +0000 UTC
18941 CLOSED Disco lights and factories in Dune 2000 Dune 2000, Polish 2021-07-15 00:06:23 +0000 UTC
18936 CLOSED Game crashes in multiplayer lobby map filter Crash, UI 2021-01-03 11:26:53 +0000 UTC
18935 CLOSED Investigate attack-move regression w/ Sardaukars Dune 2000, Regression 2021-01-17 18:42:50 +0000 UTC
18932 CLOSED Connection lost while playing vs AI Bug, Performance, Networking, AI 2021-01-09 22:55:51 +0000 UTC
18931 CLOSED Allow players to share bonuses from neutral buildings. Idea/Wishlist 2021-05-14 20:54:27 +0000 UTC
18930 OPEN Voxel Models appear to be cropped in certain circumstances. Bug, Tiberian Sun 2021-02-02 21:07:51 +0000 UTC
18928 CLOSED META: Fix repo website link not using https-protocol Idea/Wishlist 2020-12-14 21:16:50 +0000 UTC
18926 CLOSED Investigate chrome image look-up optimizations Performance, UI 2021-07-01 13:21:23 +0000 UTC
18925 CLOSED Serious performance issues on Exodus mission Bug, Performance, Red Alert, Scripting 2020-12-30 01:51:28 +0000 UTC
18924 CLOSED Harvester changes orientation while unloading Bug 2020-12-13 22:31:38 +0000 UTC
18923 CLOSED Yak freezes in air above submerged submarine Regression 2021-01-29 13:30:28 +0000 UTC
18921 CLOSED Map editor adds Health: 100 to every actor that is updated Bug, Regression 2021-01-02 14:12:21 +0000 UTC
18920 CLOSED Rallypoint lines are drawn from the exit cell instead of the spawn location Polish, Regression 2021-01-02 14:29:19 +0000 UTC
18919 CLOSED Exit priorities were broken by the new closest-exit logic Regression 2021-01-02 14:43:04 +0000 UTC
18914 OPEN Allow to define a default AI to be added when using Configure Bots -> Add option under Slot Admin at Lobby Idea/Wishlist 2020-12-10 09:37:23 +0000 UTC
18910 OPEN Poor performance after harvesters use up available ore/gems Bug, Performance, AI 2021-08-15 10:13:41 +0000 UTC
18909 CLOSED Add information that all information submitted in PRs or issues is shared with Discord Inc. Idea/Wishlist, Documentation 2020-12-09 22:52:04 +0000 UTC
18908 CLOSED Medics play heal animation while moving Bug 2020-12-12 13:40:14 +0000 UTC
18907 CLOSED Don't ask for sending system details every time again Question / Support, UI, OS: Linux 2020-12-09 19:16:04 +0000 UTC
18906 CLOSED Crash when switching from a standard to a compat macOS build Crash 2021-08-04 17:35:39 +0000 UTC
18901 CLOSED TD, Bleed: Taking damage prevents Sam Site from Turning Bug 2020-12-07 00:44:05 +0000 UTC
18898 OPEN Attack, AttackMove, Move cost more than before Performance 2020-12-06 18:12:48 +0000 UTC
18897 CLOSED Vehicles cannot crush neutral (map placed) walls Regression 2020-12-08 19:17:12 +0000 UTC
18891 OPEN Captured buildings do not become cloaked by nearby Stealth Generators Bug, Tiberian Sun 2021-05-13 14:46:57 +0000 UTC
18889 CLOSED Lua API Spawnpoints Idea/Wishlist, Scripting 2020-12-05 13:14:57 +0000 UTC
18888 CLOSED TD: C17 Dropoff Cancels Sell Bug 2020-12-06 08:49:41 +0000 UTC
18887 CLOSED Bleed: Discord invites don't allow you to join as a spectator Bug 2021-01-29 13:38:14 +0000 UTC
18886 OPEN ReloadDelay Source Isn't Tracked Bug 2020-12-03 16:17:07 +0000 UTC
18882 OPEN InvalidDataException: fixit1.aud is not a valid sound file! Crash, Red Alert, Audio 2020-12-09 16:28:29 +0000 UTC
18877 OPEN Allow Dedicated server to select IP to bind to on launch Idea/Wishlist, Dedicated 2020-12-01 10:41:45 +0000 UTC
18876 CLOSED libretro port? Idea/Wishlist 2020-12-03 17:22:59 +0000 UTC
18872 CLOSED Save selected faction info in replay metadata Idea/Wishlist 2020-12-11 17:05:45 +0000 UTC
18871 CLOSED [devtest-20201128] Attack order doesn't work if the target is on the edge of vision range Bug 2020-12-05 16:41:31 +0000 UTC
18870 OPEN Intermittent dedicated server error (DNS/master server disconnect) and lobby crashes Crash, Dedicated, Networking 2021-02-19 20:03:30 +0000 UTC
18868 OPEN Have separate hotkeys for RA/TD Idea/Wishlist 2020-12-15 11:25:20 +0000 UTC
18867 CLOSED [devtest-20201128] Attack move non honored after first killed Bug 2020-12-05 16:41:31 +0000 UTC
18866 CLOSED [devtest-20201128] Iron Curtain overlay blinking Bug 2020-12-05 17:03:04 +0000 UTC
18864 CLOSED Boats near the Shore Line Be Able to Pass Idea/Wishlist 2020-11-28 11:44:34 +0000 UTC
18862 OPEN Make announcer more controllable Idea/Wishlist, Audio 2021-01-03 14:42:36 +0000 UTC
18860 OPEN Missile subs struggle to shoot down planes compared to the destroyer Balancing, Red Alert 2021-08-04 17:39:06 +0000 UTC
18858 CLOSED My game crashed Crash 2020-11-27 01:19:20 +0000 UTC
18855 OPEN Walls created from lua cannot be joined together Bug 2020-11-27 07:53:00 +0000 UTC
18854 CLOSED Desync in production exits Crash 2020-11-28 16:49:37 +0000 UTC
18853 OPEN Replace BuildingInfluence with a building placement map. 2021-08-04 17:36:25 +0000 UTC
18852 CLOSED Bibs no longer count towards building adjacency Regression 2020-12-05 17:06:06 +0000 UTC
18851 OPEN Army graph shows wrong values Bug 2020-11-24 18:21:03 +0000 UTC
18850 CLOSED LUA error on mission evacuation Bug 2020-11-23 16:55:54 +0000 UTC
18849 CLOSED TS SupportPower Problem Question / Support 2020-11-23 17:57:36 +0000 UTC
18848 CLOSED FacingTolerance still uses old calculations Bug 2020-11-30 15:39:49 +0000 UTC
18845 CLOSED Add medic/mechanic range to pillboxes? Idea/Wishlist 2020-11-22 08:29:45 +0000 UTC
18843 CLOSED Allow StartingUnits to contain Buildings too Idea/Wishlist 2020-11-22 07:44:38 +0000 UTC
18842 CLOSED What are ALL the balancing changes from the original Red Alert? Question / Support 2020-11-20 12:28:45 +0000 UTC
18841 OPEN Change red placement preview for D2k concrete to yellow Dune 2000, Polish 2021-07-11 21:58:29 +0000 UTC
18840 CLOSED Structures can be placed on refinery pads Bug 2021-11-04 17:10:58 +0000 UTC
18839 OPEN Add speech notifications for support timer reset Red Alert, Polish, Audio 2020-11-23 04:03:02 +0000 UTC
18838 OPEN Visually highlight different types of submarines Idea/Wishlist, Red Alert, Artwork 2020-11-25 20:34:03 +0000 UTC
18835 OPEN Capturing a refinery while a harvester starts docking unloads cargo into capturing player's bank Bug 2020-11-15 18:23:45 +0000 UTC
18834 OPEN Update PerfGraphWidget and PerfDebugLogic less frequent Idea/Wishlist, Performance, UI 2020-11-15 15:53:16 +0000 UTC
18833 OPEN Change Widget.IsVisible to boolean field Idea/Wishlist, Performance, UI 2020-11-15 13:36:19 +0000 UTC
18828 OPEN InvalidDataException: nuyell1.aud is not a valid sound file! Crash, Tiberian Dawn, Audio 2021-03-06 14:00:34 +0000 UTC
18826 OPEN Add confirmation dialogue to transfer lobby admin order Idea/Wishlist, UI 2020-11-13 17:56:13 +0000 UTC
18825 OPEN Make 'squadmanager' does not tick squads all in one tick Idea/Wishlist, Performance, AI 2021-03-17 16:02:54 +0000 UTC
18822 CLOSED Make walls block chronotank missiles and remove LockOn Idea/Wishlist 2020-11-10 22:31:05 +0000 UTC
18819 CLOSED Is there any order can make actors follow a certain actor which is not "Guard"? Idea/Wishlist 2020-11-08 17:24:02 +0000 UTC
18818 OPEN Performance waste in "FuzzyStateMachine.ChangeState" used in all squad states Bug, Performance 2020-11-08 11:04:52 +0000 UTC
18816 CLOSED Bot places buildings on bibs and exits blocking itself Bug, Regression 2020-12-05 17:06:06 +0000 UTC
18813 CLOSED TransformIntoAircraft, ResolveOrder, orderstring not checked Bug 2020-11-20 22:12:45 +0000 UTC
18812 CLOSED #18774 did not fix the Z fighting. Bug 2020-12-05 17:03:04 +0000 UTC
18811 CLOSED Problems with (Voxel) Barrels Bug 2020-11-15 13:51:14 +0000 UTC
18808 CLOSED If Briefing for a mission is empty, the game crashes. Crash, UI 2020-12-05 13:23:41 +0000 UTC
18807 OPEN Server, ReadDataInner, larger read buffer Performance 2020-11-02 11:15:25 +0000 UTC
18804 CLOSED Server EndGame, UPnP port forward not always removed Bug, Performance, Networking 2021-02-14 13:54:48 +0000 UTC
18803 OPEN Server.Connection lastReceivedTime Performance, Networking 2021-03-03 13:30:25 +0000 UTC
18801 CLOSED A crash in Reservable, line 89 Crash 2020-11-05 12:23:59 +0000 UTC
18800 CLOSED ThreadedGraphicsContext synchronous? Performance 2020-11-02 11:39:41 +0000 UTC
18799 CLOSED ThreadedGraphicsContext GetVertices lock later Performance 2021-07-23 19:38:38 +0000 UTC
18798 OPEN Replace ActorsWithTrait in more location with ApplyToActorsWithTrait Idea/Wishlist, Performance 2020-11-12 22:08:23 +0000 UTC
18797 CLOSED Activity manager Idea/Wishlist, Performance 2021-07-23 18:20:35 +0000 UTC
18793 OPEN Bug with pop turret alike Bug 2021-10-19 15:58:16 +0000 UTC
18791 CLOSED IsAlliedWith, unclear Documentation 2021-04-03 16:12:13 +0000 UTC
18790 OPEN Actor, use a hash map to store IResolveOrder traits Idea/Wishlist, Performance 2021-03-01 23:28:06 +0000 UTC
18789 CLOSED ReplayRecorder, possible endless loop, hang Bug 2021-04-15 16:10:46 +0000 UTC
18788 CLOSED Change the interval of ActorSpawnManager from single number to a two value interval. Idea/Wishlist 2020-12-24 22:15:16 +0000 UTC
18780 CLOSED [TS] Resources cannot support split shadows. Bug, Tiberian Sun 2021-01-23 19:59:54 +0000 UTC
18778 OPEN Introduce [MP]PosWithUVAlreadyKnownToBeInMapBounds Idea/Wishlist, Performance 2021-09-29 19:39:10 +0000 UTC
18776 CLOSED ShadowLength Feature, Artwork, Limitation 2020-10-26 13:51:47 +0000 UTC
18767 CLOSED locally extract .MIX files on download and use the asset files directly Idea/Wishlist 2020-10-24 09:28:07 +0000 UTC
18766 CLOSED OpenRA Server: how does it work? Question / Support, Meta 2021-08-21 18:10:29 +0000 UTC
18765 CLOSED Avoid crash once limit of 64 players is exceeded Idea/Wishlist 2021-07-03 13:25:16 +0000 UTC
18764 CLOSED SetUpPlayer may lookup stance for player that it does not yet have a stance on. Bleed. Bug 2020-10-23 10:10:18 +0000 UTC
18763 CLOSED Update color picker definitions to support SDK example mod update Mod Support 2021-01-24 13:13:18 +0000 UTC
18761 CLOSED Bleed: TD Campaign Trees disappearing while zooming (Spooky!) Bug, Tiberian Dawn 2020-11-01 19:00:21 +0000 UTC
18760 CLOSED Offset support for explodes. Idea/Wishlist 2020-10-31 16:48:22 +0000 UTC
18759 CLOSED Bleed: Nod 10a - Can't finish mission Bug 2020-10-21 16:29:01 +0000 UTC
18758 CLOSED Bleed: Nod 07b Sick Civilians healed by Hospital Bug, Tiberian Dawn, Scripting 2021-01-24 10:47:06 +0000 UTC
18757 CLOSED Make UI to use DOS\95\Remastered icons based on UI scale size Idea/Wishlist, UI 2021-05-14 20:54:23 +0000 UTC
18756 CLOSED Script error on Nod mission 4b Oum Hadjer Crash 2020-10-21 08:32:10 +0000 UTC
18755 OPEN Laser fences do not connect when placed on the editor. Bug, Map Editor, Tiberian Sun 2020-10-21 17:21:08 +0000 UTC
18754 OPEN Creeps should have color that is not identical to Neutral Idea/Wishlist 2020-10-20 19:04:06 +0000 UTC
18753 OPEN FinishBenchmark() called twice in bleed Bug 2020-10-28 20:43:21 +0000 UTC
18751 CLOSED AppImage does not always correctly build on Arch Linux Packaging, OS: Linux 2020-12-08 16:38:05 +0000 UTC
18750 CLOSED FreeSync causing monitor to flash on and off Bug 2020-12-05 20:29:38 +0000 UTC
18747 CLOSED RangeLimitModifier Idea/Wishlist 2020-11-05 18:15:14 +0000 UTC
18744 OPEN Map control / Vision indicator (Spectator UI). Idea/Wishlist, UI 2020-10-18 20:35:42 +0000 UTC
18742 CLOSED Valid Bounce Terrain Idea/Wishlist 2020-10-31 13:55:14 +0000 UTC
18741 OPEN faction flags for captured warfactories/conyards/etc? Idea/Wishlist 2020-10-18 10:17:28 +0000 UTC
18740 CLOSED just a service depot idea Idea/Wishlist, Balancing 2020-10-18 11:41:23 +0000 UTC
18739 OPEN make it so that when a units that are headed to the repair pad/helipad wont be selected with other combat units(wishlist) Idea/Wishlist, UI 2020-10-18 09:11:03 +0000 UTC
18734 OPEN Subterranean actors can start shooting while underground Bug, Tiberian Sun 2020-10-18 05:35:36 +0000 UTC
18733 CLOSED Harvesters in TS don't switch back to regular graphics if refinery is killed during unload Bug, Tiberian Sun 2020-11-15 15:56:30 +0000 UTC
18732 CLOSED U/L-turns often don't end on one of the 8 N/NE/E... facings Polish 2021-04-15 16:03:43 +0000 UTC
18731 OPEN TS: Jumpjet infantry immediately jumps down without transition Bug, Tiberian Sun 2021-02-06 01:15:19 +0000 UTC
18729 OPEN StartBurstReport sounds plays repeatedly if used with an armament with a FireDelay Bug 2020-10-16 19:40:24 +0000 UTC
18727 OPEN Unique kick message when you don't have the map Idea/Wishlist, UI 2020-10-16 08:56:09 +0000 UTC
18725 CLOSED Running the game with Launch.Benchmark=true and starting a bot skirmish crashes the game Crash 2020-10-15 09:42:31 +0000 UTC
18723 CLOSED Remove fake structures building off fake structures Balancing, Red Alert 2020-11-07 05:54:05 +0000 UTC
18721 OPEN Move from MemoryStream to RecyclableMemoryStream Idea/Wishlist, Performance 2020-10-13 17:25:37 +0000 UTC
18719 CLOSED Add common video formats other than VQA Idea/Wishlist, Mod Support 2021-05-14 20:54:19 +0000 UTC
18717 CLOSED Add ValidStances check to BlocksProjectiles Idea/Wishlist 2021-05-27 19:37:37 +0000 UTC
18705 CLOSED AI Airstate broken on TS/RA2 maps Bug, Tiberian Sun 2021-04-28 19:41:05 +0000 UTC
18694 OPEN Add a button to the map editor taking you to the map(s) folder Idea/Wishlist, Map Editor, UI 2020-11-22 05:12:05 +0000 UTC
18693 CLOSED Oum Hadjer map script fatal error Bug, Scripting 2020-10-10 23:33:55 +0000 UTC
18691 CLOSED Bleed: Restarting the game repeatedly randomly freezes Bug, Networking 2020-12-11 21:57:59 +0000 UTC
18690 CLOSED /bin/sh: 1: msbuild: not found Makefile:172: recipe for target 'cli-dependencies' failed make: *** [cli-dependencies] Error 127 Question / Support, OS: Linux 2020-10-09 10:47:03 +0000 UTC
18669 OPEN Random Faction isn't random Bug 2021-07-11 22:02:07 +0000 UTC
18662 OPEN Tooltip descriptions for AIs on Skirmish menu Idea/Wishlist 2020-10-10 18:31:59 +0000 UTC
18659 CLOSED Add Tileset check for Bridge trait Red Alert, Tiberian Dawn, Limitation 2021-05-14 21:28:54 +0000 UTC
18658 OPEN Add Tiberian Sun/RA2 light flashes from weapons fire and explosions Feature, Tiberian Sun 2021-04-05 02:30:44 +0000 UTC
18657 OPEN Add Tiberian Sun forest fire/tree burning logic Feature, Tiberian Sun 2020-10-18 10:07:03 +0000 UTC
18656 OPEN Add Tiberian Sun fire starting/spread/flammability logic Feature, Tiberian Sun 2021-03-02 05:18:10 +0000 UTC
18655 OPEN south america and asia default server Idea/Wishlist, Networking 2021-07-11 22:04:41 +0000 UTC
18653 OPEN build queue multiplier buttons to build many with one click Idea/Wishlist, UI 2020-10-01 11:19:31 +0000 UTC
18651 CLOSED Bots won't work on dedicated servers Bug, Dedicated, AI 2021-05-14 20:54:10 +0000 UTC
18648 OPEN Add text title to unit cameos/icons in the sidebar as separate entity Feature, Tiberian Sun, UI 2020-09-26 10:15:16 +0000 UTC
18646 CLOSED Right-click pan, interferes with issuing unit commands and rally\way points Bug, UI 2021-05-14 20:54:07 +0000 UTC
18645 OPEN Move/Add the resupply behavior from FlyAttack to base AttackActivity Idea/Wishlist, Refactor, Mod Support 2020-09-26 06:14:36 +0000 UTC
18643 OPEN multi player game ends when last human of a team leaves Idea/Wishlist 2020-09-24 20:06:15 +0000 UTC
18642 OPEN Mounted .bin not found (windows10) Bug 2021-07-11 22:05:47 +0000 UTC
18639 OPEN Using CargoInit instead of RuntimeCargoInit with actor values causes an ObjectDisposedException Crash, Scripting 2020-10-31 13:44:01 +0000 UTC
18638 OPEN Actors in the map editor use more space than it is needed. Bug, Map Editor, UI 2020-09-24 17:05:44 +0000 UTC
18637 OPEN Implement building placement variant support for map editor. Idea/Wishlist, Map Editor 2021-07-12 19:21:55 +0000 UTC
18636 OPEN frozen actors when using the --import-ts-map feature Bug, Utility 2020-09-22 13:32:12 +0000 UTC
18635 CLOSED Turret facing applied in editor not displayed ingame. Bug 2020-10-05 13:13:49 +0000 UTC
18634 CLOSED Add a setting/option to the game GUI to manually set the Master Server URL/Address and add new master server functionality Idea/Wishlist 2020-09-25 17:55:39 +0000 UTC
18631 CLOSED Units implementing AttackFollow will stalk disguised targets Bug 2020-10-14 17:52:36 +0000 UTC
18624 CLOSED Multiplayer games sometimes freeze without error message Bug 2020-11-08 15:08:02 +0000 UTC
18619 CLOSED Grouped orders interface for AI modules Idea/Wishlist, Performance, AI 2021-01-21 09:22:56 +0000 UTC
18618 CLOSED Turret is pointing in the wrong direction Bug 2020-10-18 18:39:24 +0000 UTC
18616 CLOSED Crash at fresh install and startup 2020-09-16 14:40:22 +0000 UTC
18612 OPEN Wanders RequiresCondition does not work as intended Bug 2020-09-15 08:06:17 +0000 UTC
18611 CLOSED Infantry and vehicles stand still after being built, despite rally direction given to their creator (barracks, war factory, etc.) Bug 2020-09-20 10:02:21 +0000 UTC
18609 OPEN Facing support for idle overlay Idea/Wishlist, Mod Support 2021-08-04 17:40:52 +0000 UTC
18603 CLOSED My game crashed Crash, Mod Support 2020-09-13 15:55:16 +0000 UTC
18601 CLOSED Crash upon opening Single Player → Skirmish Crash 2020-09-10 16:24:43 +0000 UTC
18600 CLOSED Civilians wander onto Tiberium and spawn Visceroids Bug, Tiberian Dawn, Tiberian Sun, Pathfinding 2020-12-12 11:54:47 +0000 UTC
18598 OPEN Volume support for weapons and ambient sounds trait Idea/Wishlist, Audio 2020-10-01 11:22:14 +0000 UTC
18597 CLOSED No supported OpenGL profiles were found. Crash, OS: Linux 2021-05-07 15:10:41 +0000 UTC
18594 CLOSED Allow to specify the unit stance for buildings Idea/Wishlist 2020-09-07 08:55:07 +0000 UTC
18584 CLOSED Eluant-LuaException - [string "BindingSupport.lua"]:30: Unable to convert parameter 0 to Actor Crash 2020-09-04 13:37:52 +0000 UTC
18583 OPEN Lower the entry barrier for testing pull requests Idea/Wishlist, Meta 2020-09-04 14:06:31 +0000 UTC
18576 CLOSED Make "Elite" units auto-target in attack-moves the best enemy unit Idea/Wishlist, Balancing 2021-03-30 17:15:07 +0000 UTC
18571 CLOSED META/GH: Fix typo in milestone desc Idea/Wishlist 2020-08-28 12:56:21 +0000 UTC
18569 CLOSED Anti air - less than 100% hit Idea/Wishlist, Balancing 2020-08-29 16:31:48 +0000 UTC
18568 CLOSED OpenRA 20200503 crashes with Windows 10 Version 2004 Crash, OS: Windows 2020-08-28 22:14:15 +0000 UTC
18567 OPEN Christmas Crates Remastered Art Red Alert, Polish, Tiberian Dawn, Artwork 2021-03-21 12:44:08 +0000 UTC
18564 CLOSED Airstrike Power provides permanent vision Bug 2020-08-26 15:59:48 +0000 UTC
18563 CLOSED Harvesters lock onto refineries next their spawn Bug 2021-01-10 22:43:49 +0000 UTC
18557 OPEN Question about "TransformCrusherOnCrush" Idea/Wishlist, Question / Support, Mod Support 2020-09-04 11:06:05 +0000 UTC
18556 OPEN Visceroid logic bug Bug, Tiberian Sun 2020-08-23 13:33:54 +0000 UTC
18555 CLOSED Has OpenRA achieve TS Visceroid logic? Feature, Tiberian Sun 2020-08-23 12:59:32 +0000 UTC
18553 OPEN MiniYaml files missing ending newlines Polish 2020-09-04 11:06:51 +0000 UTC
18551 OPEN vertical mouse offset incorrect when scaling with xrandr Bug, OS: Linux 2020-08-30 13:31:40 +0000 UTC
18545 CLOSED Player can build over specific cliffs Bug 2020-09-01 11:21:24 +0000 UTC
18542 CLOSED Units move forward on attack move even when their target is already in range Bug 2020-09-11 22:30:34 +0000 UTC
18541 CLOSED Add support for multiple sound effects to pick from in weapon report Idea/Wishlist 2020-08-19 21:34:26 +0000 UTC
18539 OPEN The AI can lock itself with too tightly placed buildings Bug, Tiberian Sun, AI 2020-08-18 20:37:13 +0000 UTC
18536 CLOSED My game crashed Crash, Question / Support, OS: Windows 2020-08-18 21:52:26 +0000 UTC
18535 CLOSED Invalid path in uninstall registry entry Bug, Packaging, OS: Windows 2020-08-20 15:33:49 +0000 UTC
18534 OPEN Chronoshifted units sometimes don't teleport back Bug 2020-11-13 12:51:55 +0000 UTC
18523 CLOSED IndexOutOfRangeException Crash 2020-08-15 06:26:39 +0000 UTC
18522 CLOSED D2k harvester at repair pad is stuck with carry-all Bug 2020-08-15 06:30:09 +0000 UTC
18518 CLOSED Address issues identified by PVS-Studio Refactor, Polish 2021-10-02 20:35:39 +0000 UTC
18516 CLOSED Husk decorations are no longer visible in the map editor Crash, Regression 2020-09-12 15:52:47 +0000 UTC
18513 OPEN WithIdleOverlay of an building appears differently when under effect of Cloak Bug 2020-08-12 21:51:30 +0000 UTC
18508 CLOSED The Discord integration sometimes crashes when trying to update the lobby state Crash 2020-09-05 08:36:36 +0000 UTC
18507 CLOSED OpenRA talk/workshop @ Kieler Open Source und Linux Tage Online? Idea/Wishlist, Meta 2020-09-19 16:11:08 +0000 UTC
18506 CLOSED jjuice1.aud is not a valid sound file! Crash 2020-10-31 16:51:55 +0000 UTC
18504 CLOSED My game crashed Crash, OS: Windows 2020-08-09 18:30:40 +0000 UTC
18502 CLOSED show admin idle time Idea/Wishlist, UI 2020-08-10 08:37:43 +0000 UTC
18500 CLOSED "SquadManagerBotModule" bugs and question Question / Support, AI 2021-12-29 14:31:28 +0000 UTC
18499 CLOSED My game crashed during multiplayer game Crash 2020-08-09 11:16:14 +0000 UTC
18497 OPEN MapOptions defined by custom rules are ignored Bug 2020-08-07 10:54:04 +0000 UTC
18496 OPEN lobby crash Crash 2020-08-06 22:34:54 +0000 UTC
18495 OPEN Add trait support for deployable ParaDrop Idea/Wishlist, Mod Support 2020-09-23 04:00:18 +0000 UTC
18493 CLOSED OpenRA not working on windows 7 Crash 2020-08-19 07:23:42 +0000 UTC
18492 CLOSED Crash while playing in a server. Crash 2020-08-05 10:50:45 +0000 UTC
18491 OPEN performance, remove the forced renders Idea/Wishlist, Performance 2021-01-10 10:49:26 +0000 UTC
18490 CLOSED SubCellInits get saved as enum names, not numbers Regression 2020-09-12 15:17:27 +0000 UTC
18488 OPEN Tree footprints are broken Bug 2020-08-29 09:30:23 +0000 UTC
18487 OPEN Make chrono tanks have a range circle when holding down alt Idea/Wishlist, UI 2021-03-14 23:39:12 +0000 UTC
18486 OPEN Add auto-loading to transports Idea/Wishlist, UI 2020-08-12 14:07:02 +0000 UTC
18482 OPEN Implement contingencies for full disk space Idea/Wishlist 2021-10-03 09:35:38 +0000 UTC
18480 OPEN When repair order is issued to a unit with repair cursor then green movement is not shown Bug 2020-08-02 12:32:08 +0000 UTC
18479 CLOSED System.InvalidOperationException: OpenGL Error on Win10 Crash 2020-08-02 10:38:17 +0000 UTC
18478 OPEN AI attempts to kill tanks and base defences with dogs Bug, AI 2020-08-02 11:59:24 +0000 UTC
18475 OPEN Cruiser and/or gunboat lag Bug, Performance, Regression, AI 2020-08-02 09:22:45 +0000 UTC
18468 CLOSED Attack orders dropped by tanks after MCV undeploy Bug 2021-05-31 19:21:36 +0000 UTC
18467 OPEN Change lines color to make orders easily identifiable Idea/Wishlist, UI 2020-12-04 14:48:57 +0000 UTC
18466 OPEN Mine damage differs depending on how a unit moves over a cell Bug 2020-07-30 11:14:15 +0000 UTC
18465 OPEN Support detection of assets provided via Steam Feature, Mod Support 2021-03-06 18:09:43 +0000 UTC
18464 OPEN Remove the ability for players to issue commands during pause in multiplayer Idea/Wishlist, Networking 2020-09-23 04:21:38 +0000 UTC
18463 OPEN Nudge logic allows units to overlap Regression 2020-07-30 05:51:52 +0000 UTC
18462 CLOSED When vehicles are chronoshifted onto mines, mines don't always deal damage to them Bug, Red Alert 2020-08-29 20:15:31 +0000 UTC
18456 CLOSED Box selection of units behaves weirdly when mixing mine layers and other units Bug 2020-07-28 21:54:49 +0000 UTC
18454 CLOSED Going Low Power by building/capturing a building doesn't disable that building. Bug, Regression 2020-08-14 09:46:39 +0000 UTC
18452 CLOSED FireClusterWarhead missing CurrentMuzzleFacing Crash, Bug 2020-08-09 11:18:41 +0000 UTC
18451 OPEN Add support for upfront payment production Idea/Wishlist 2020-07-28 03:24:38 +0000 UTC
18448 OPEN Long-Term engine plans Idea/Wishlist, Meta, Mod Support 2020-07-28 15:45:14 +0000 UTC
18445 CLOSED Outer braces are flagged as a style error by editorconfig Regression 2020-08-02 12:37:41 +0000 UTC
18444 OPEN TakeOffOnCreation Regression Regression 2021-08-04 21:54:25 +0000 UTC
18442 CLOSED Hospital red cross position has regressed. Regression 2020-08-02 09:56:17 +0000 UTC
18441 OPEN Build with IL2CPP Idea/Wishlist, Packaging 2020-08-04 14:05:23 +0000 UTC
18439 CLOSED Frozen actors leak health state under fow Regression 2020-10-24 13:42:49 +0000 UTC
18437 CLOSED We need a condition when transit to subterranean Idea/Wishlist 2020-07-28 13:58:15 +0000 UTC
18433 OPEN Cameos on Army Spectator Tab doesn't use faction specific artwork. Bug 2020-07-23 19:54:33 +0000 UTC
18435 CLOSED `Furthest` Camera level still appears with `AllowNativeZoom: false`, if the native resolution is bigger than Far. Bug 2020-09-20 18:28:29 +0000 UTC
18428 CLOSED Units don't cancel their capture order when capturable trait of the targeted actor gets disabled Bug 2020-09-10 16:18:10 +0000 UTC
18426 OPEN Reorder the Display tab in Settings Idea/Wishlist, UI 2020-07-28 06:43:27 +0000 UTC
18423 OPEN Vehicle/Infantry Occupying Same Cell Bug, Pathfinding 2020-07-25 12:43:56 +0000 UTC
18422 CLOSED TD: Harvesters don't cancel docking animation when refinery is killed Bug 2020-11-15 15:56:29 +0000 UTC
18417 OPEN RejectsOrders does not prevent Guard order Bug 2020-07-18 17:40:47 +0000 UTC
18416 CLOSED Viceroid has no death animation (TD) Polish, Tiberian Dawn 2020-07-24 16:13:13 +0000 UTC
18411 OPEN Disconnect message is not written to dedicated-server.log Bug, Dedicated 2020-07-17 01:32:25 +0000 UTC
18410 CLOSED Edit [Shift] and [Ctrl] Issue Bug 2020-07-16 13:15:59 +0000 UTC
18409 CLOSED Waypoint mode issue UI 2020-07-16 13:15:10 +0000 UTC
18408 OPEN Selecting a building tab via the hotkey should select the tab with a ready building first Bug 2020-07-14 21:13:23 +0000 UTC
18407 OPEN Allow changing of lightpost intensity in in-game map editor. Idea/Wishlist, Map Editor, UI 2020-07-20 21:33:50 +0000 UTC
18405 OPEN SpawnActorPower actors won't get removed when waiting is stopped Limitation 2020-08-02 09:44:13 +0000 UTC
18402 OPEN Instant explicit order execution for infantry Idea/Wishlist, Pathfinding 2020-09-04 19:35:45 +0000 UTC
18400 OPEN Adding an aircraft position indicator Idea/Wishlist, UI 2020-07-19 14:31:42 +0000 UTC
18397 CLOSED FireClusterWarhead plays the wrong Report: Bug 2020-07-15 21:55:02 +0000 UTC
18379 OPEN Subcell movement regression Regression, Pathfinding 2020-07-10 11:53:25 +0000 UTC
18376 CLOSED Tie zoom in/out center to mouse pointer instead of screen center Idea/Wishlist, UI 2020-07-17 18:12:11 +0000 UTC
18374 OPEN Issues with looping AmbientSound:s Bug, Audio 2020-07-12 07:43:57 +0000 UTC
18373 OPEN When a rearm order is queued with F hotkey after a repair order, aircraft don't execute it Bug 2020-07-08 07:05:44 +0000 UTC
18372 CLOSED Paradropped units move to top-left if an order is given during the drop Bug 2020-08-12 14:10:25 +0000 UTC
18370 OPEN Screen content is on moved to the lower right Bug 2020-07-07 19:03:13 +0000 UTC
18368 OPEN Repurpose the command bar for the map editor Idea/Wishlist, Map Editor 2020-07-06 23:12:59 +0000 UTC
18365 CLOSED Crash when ordering air-strike near map edge Crash 2020-07-06 20:30:42 +0000 UTC
18358 CLOSED Implement fine control for Health remaining in Editor Idea/Wishlist, Map Editor 2021-10-24 20:54:05 +0000 UTC
18356 OPEN Panning Bug 2020-07-05 20:52:59 +0000 UTC
18354 CLOSED don't render if game minimized or paused Idea/Wishlist, Performance 2021-04-26 20:56:20 +0000 UTC
18352 CLOSED performance, shroud, ppos/mpos conversion Performance 2020-08-29 20:40:03 +0000 UTC
18348 CLOSED Game Crashed/Fatal Error on opening, Nothing in the Logs? Crash 2021-07-15 09:57:21 +0000 UTC
18347 OPEN Shroud Rendering may be off by 1 Cell Bug, Tiberian Dawn 2020-07-08 17:02:02 +0000 UTC
18345 OPEN An very niche case, Consider an method to control tooltip of Duplicated units Idea/Wishlist, Mod Support 2020-09-04 11:11:52 +0000 UTC
18344 OPEN Subterranean Unit does not approach correct position before going out of surface Bug, Tiberian Sun 2020-07-04 19:26:50 +0000 UTC
18342 CLOSED Add random faction information to the replay viewer Idea/Wishlist, UI 2020-12-30 01:44:51 +0000 UTC
18341 OPEN AI places Superweapons too towards enemy with PlaceDefenseTowardsEnemyChance used on BaseBuilderBotModule AI, Limitation 2020-08-02 08:23:33 +0000 UTC
18340 CLOSED Remove chat from replays Idea/Wishlist 2020-06-28 16:04:33 +0000 UTC
18339 CLOSED Game become slow playing against the IA Bug, Performance, AI 2020-06-28 16:05:47 +0000 UTC
18338 CLOSED Able to do units formation and handle their moves Idea/Wishlist, UI, Pathfinding 2020-06-28 19:08:06 +0000 UTC
18336 CLOSED D2k carryall flies idle after picking up a harvester Bug 2020-10-18 11:39:13 +0000 UTC
18335 OPEN Expose ChronoshiftPaletteEffect to Lua API Idea/Wishlist, Scripting 2020-06-27 16:02:37 +0000 UTC
18334 OPEN Teach bots about Move existing Deployed or New Conyard to another location when nierbody resources is over. Idea/Wishlist, AI 2020-06-27 12:34:36 +0000 UTC
18333 CLOSED Support for Depth Enabled RGBA Terrain Idea/Wishlist, Mod Support 2021-01-16 21:09:09 +0000 UTC
18332 CLOSED Something about "Codacy/PR Quality Review" Bug 2020-06-26 13:51:22 +0000 UTC
18331 CLOSED OpenRA will have buffs from Pentagon Developers? Any confirm this "Deep" functional? Question / Support, AI 2020-06-26 10:00:37 +0000 UTC
18330 OPEN Drop Pods support power triggers radar ping when misfiring Bug, Tiberian Sun 2020-06-25 23:18:15 +0000 UTC
18329 CLOSED My game crashed Crash, OS: Windows 2020-07-23 07:42:01 +0000 UTC
18328 CLOSED Un-Hard code shadows Idea/Wishlist, Refactor 2021-05-14 20:54:04 +0000 UTC
18327 OPEN VXL hover units slide when turn around Idea/Wishlist, Tiberian Sun 2020-06-28 22:18:45 +0000 UTC
18325 CLOSED [TS] Divide by zero crash Crash 2020-10-17 20:31:36 +0000 UTC
18324 OPEN Add %steps for RepairsUnits: Idea/Wishlist 2020-06-22 22:48:43 +0000 UTC
18319 CLOSED Define IdleBehavior and AttackType for aircraft in the tiberian sun mod Idea/Wishlist, Tiberian Sun 2020-07-10 04:50:58 +0000 UTC
18317 OPEN Game crash when terrain depth frames are smaller than the corresponding visible frame Crash, Mod Support 2020-06-21 14:07:30 +0000 UTC
18316 CLOSED AttackTurreted with FacingTolerance >128 may ignore targets remaining outside of it's arc Bug 2020-06-21 14:55:43 +0000 UTC
18315 OPEN Add a FullCondition: to Harvester: trait to be used for animating TD Refinery arrows Idea/Wishlist 2020-06-21 17:00:49 +0000 UTC
18314 OPEN TS aircraft posture Idea/Wishlist, Tiberian Sun 2020-08-09 10:48:25 +0000 UTC
18313 OPEN Can't Queue Aircraft Repairs TD Bug 2020-07-05 23:44:05 +0000 UTC
18312 CLOSED Pillbox damage has regressed (bleed) Bug, Red Alert, Regression 2020-10-12 09:56:57 +0000 UTC
18309 OPEN Minefields are always visible when holding shift Bug, Red Alert 2020-06-20 13:17:02 +0000 UTC
18304 CLOSED Bleed compile issue Bug 2020-06-19 18:01:06 +0000 UTC
18301 CLOSED Tooltip remains after leaving/switching the menu Polish, UI 2020-11-15 08:36:58 +0000 UTC
18299 CLOSED Another fatal error Crash 2021-07-15 09:54:00 +0000 UTC
18298 CLOSED Be able to disable spawns in game lobby Idea/Wishlist, UI 2020-11-07 18:33:29 +0000 UTC
18297 OPEN Vehicles do not leave transit-only cell when enemies are nearby Bug, Pathfinding 2020-07-05 21:03:45 +0000 UTC
18296 OPEN Remastered Style Gap Generator on Minimap Idea/Wishlist, Red Alert, Polish 2020-06-19 14:56:41 +0000 UTC
18295 OPEN Tooltip support for hotkey entry widget Idea/Wishlist 2020-06-17 11:39:59 +0000 UTC
18292 CLOSED Infantry should only walk in straight lines between cells Polish, Pathfinding 2020-06-27 22:11:28 +0000 UTC
18291 OPEN Add voxel rotor to TS Harpies Polish, Tiberian Sun, Artwork 2020-08-27 13:37:40 +0000 UTC
18287 OPEN Change color of Water to be the same as others on Desert terrain Idea/Wishlist, Red Alert, Polish 2020-06-20 18:43:30 +0000 UTC
18285 OPEN Disabled ButtonWidget propagate events to parent widget. Bug, Map Editor, UI 2020-06-14 22:49:46 +0000 UTC
18284 CLOSED Open RA crashes on start up Crash 2021-07-15 09:51:21 +0000 UTC
18282 OPEN Bots might want to pick crates Feature, AI 2020-06-25 15:37:19 +0000 UTC
18281 CLOSED StanceInits are broken: Cannot parse `HoldFire` into `value.System.Int32` Crash 2020-06-19 15:28:02 +0000 UTC
18278 CLOSED Unit move order ignored for an unknown reason Bug 2020-08-22 20:00:58 +0000 UTC
18276 OPEN WeatherOverlay doesn't respect spectator zoom-out Bug, Polish 2020-06-13 00:45:04 +0000 UTC
18274 CLOSED Misleading error message Bug 2020-07-07 20:30:56 +0000 UTC
18270 CLOSED Game won't start/do anything on Ubuntu 20.04 Crash, OS: Linux 2021-07-15 09:57:01 +0000 UTC
18268 OPEN Building Bib cell where Carryall has picked up Vehicle becomes Impassable Bug, Tiberian Sun, Pathfinding 2021-04-24 16:20:45 +0000 UTC
18267 OPEN Bots could use the Chronosphere Idea/Wishlist, Red Alert, AI 2020-06-21 14:19:45 +0000 UTC
18266 OPEN Mine Layer Bot Module Feature, AI 2020-06-10 09:38:00 +0000 UTC
18265 OPEN Bots should use the the Iron Curtain Feature, Red Alert, AI 2020-06-10 09:49:41 +0000 UTC
18263 OPEN GUI for InitialSmudges Feature, Map Editor 2020-06-09 17:58:00 +0000 UTC
18261 CLOSED Aircraft may sit idle in RA missions Bug, Scripting, Question / Support 2020-06-23 18:09:43 +0000 UTC
18260 CLOSED Stealth Minelayer cant cloak Bug, Mod Support 2020-06-12 10:50:30 +0000 UTC
18259 CLOSED Latest version "fatal error" during launch. Crash 2020-06-08 10:49:16 +0000 UTC
18258 CLOSED double free or corruption Crash, OS: Linux 2020-08-05 15:37:06 +0000 UTC
18256 OPEN Add a “Minimap Always On” checkbox Idea/Wishlist, UI 2020-06-12 16:42:18 +0000 UTC
18255 OPEN Loading saved games is slow on custom missions Performance 2021-08-25 12:38:11 +0000 UTC
18253 CLOSED Collection was modified server crash Crash, Dedicated 2020-10-04 18:31:08 +0000 UTC
18252 OPEN Cursor disappears when using second AttackOrderPower while projectile of first AttackOrderPower is in flight Bug 2020-06-06 20:18:26 +0000 UTC
18251 CLOSED My game crashed Crash 2020-06-06 20:45:48 +0000 UTC
18250 CLOSED Game freezes when restarting a game multiple times Crash, Bug, Performance 2020-10-13 20:18:24 +0000 UTC
18249 CLOSED LeavesTrails use facing value as delay Bug 2020-06-12 16:35:42 +0000 UTC
18247 CLOSED Add description on what traits can be used multiple times by using @ Feature, Documentation 2021-05-14 20:54:01 +0000 UTC
18246 CLOSED Aircraft behavior TakeOffOnCreation set to False wont work Bug 2021-05-14 20:53:58 +0000 UTC
18242 OPEN Optional contrails on weapons and aircraft Idea/Wishlist, Artwork 2020-07-10 08:13:27 +0000 UTC
18241 CLOSED Command & Conquer Remastered Edition Idea/Wishlist 2020-06-05 23:32:45 +0000 UTC
18239 OPEN Assets from the remasters Idea/Wishlist, Red Alert, Tiberian Dawn, Artwork, Audio 2021-10-18 22:49:13 +0000 UTC
18235 CLOSED Replace the refinery with the "ERCC" refinery in the standard game Idea/Wishlist, Red Alert 2020-12-31 22:12:26 +0000 UTC
18234 OPEN Infantry cancel their order once they dodge a vehicle Bug 2021-08-04 17:40:03 +0000 UTC
18233 OPEN Trees next to oil limit clicking-space for engis in the shroud Bug 2020-06-05 06:55:12 +0000 UTC
18232 OPEN Mechanics can't take over husks which are on the service depot Bug, Red Alert 2021-08-04 17:40:31 +0000 UTC
18226 CLOSED crash when OPENRA_DISPLAY_SCALE=invalid_float Crash 2020-09-11 22:37:21 +0000 UTC
18225 OPEN Add the ability to restrict build limit of actors to the number of existing actors Idea/Wishlist 2020-06-08 09:50:49 +0000 UTC
18222 OPEN Map Editor - Distance Measure tool Idea/Wishlist, Map Editor 2020-06-05 13:20:01 +0000 UTC
18221 OPEN Laggy rendering performance Bug, Performance 2020-06-02 08:29:25 +0000 UTC
18220 CLOSED Define and polish resupply / carryall interaction Idea/Wishlist, Tiberian Sun 2020-07-10 08:21:34 +0000 UTC
18219 CLOSED TS Carryall and Orca Transport can be ordered to land on depot although not being damaged Bug 2020-07-10 04:53:44 +0000 UTC
18218 CLOSED My game crashed Crash 2020-06-02 18:22:21 +0000 UTC
18217 CLOSED Public Key always copied to clipboard on opening ORA and already logged in Bug 2020-06-13 17:15:29 +0000 UTC
18212 CLOSED Map Editor ignores RadarColorFromTerrain Bug, Map Editor 2020-06-20 12:37:25 +0000 UTC
18210 CLOSED My game crashed Crash 2020-05-30 16:07:08 +0000 UTC
18208 CLOSED System.InvalidOperationException: OpenGL Error: See graphics.log for details. Crash, OS: Windows 2021-07-15 09:56:50 +0000 UTC
18206 CLOSED Reestablish "DisableWindowsDPIScaling" option in settings which was removed with release 20200503 Idea/Wishlist 2020-09-11 22:37:21 +0000 UTC
18197 OPEN System.NullReferenceException: Object reference not set ... Crash, Networking 2020-06-01 11:55:25 +0000 UTC
18194 OPEN Additional trait for RenderSprites: Scale that retains resolution on downscaling Idea/Wishlist 2020-05-27 05:36:57 +0000 UTC
18192 CLOSED Walls/fences/sandbags can be built over/under buildings #18186 Bug 2020-05-28 07:50:49 +0000 UTC
18191 OPEN [question/bug] OpenGL 2.1 support? Crash, OS: Linux 2021-04-09 22:44:22 +0000 UTC
18190 OPEN Ships should able to cross Shallow mud bridges Idea/Wishlist, Red Alert 2020-05-28 19:30:47 +0000 UTC
18189 CLOSED CustomSellValue should have a field for able to yield full amount given Idea/Wishlist 2021-06-28 21:30:47 +0000 UTC
18188 CLOSED harvesters go for much further away ore over near by gems Bug 2020-09-17 15:20:22 +0000 UTC
18186 OPEN Walls/fences/sandbags can be built over/under buildings Bug 2020-05-25 14:30:12 +0000 UTC
18183 CLOSED AIs do not move and fail to deploy MCV Bug 2020-06-03 16:30:19 +0000 UTC
18179 OPEN Drop player ready checkbox when player is given admin Bug 2020-06-01 11:58:37 +0000 UTC
18178 OPEN Show production speed modifiers in tooltips Idea/Wishlist, UI 2020-06-14 20:19:11 +0000 UTC
18176 CLOSED Attempting to revoke condition with invalid token during engineer capture Crash, Regression 2020-06-02 08:45:50 +0000 UTC
18174 CLOSED Transport exiting broken on bleed Bug, Regression 2020-07-02 19:14:37 +0000 UTC
18173 OPEN RGBA image further support for OpenRA Idea/Wishlist 2020-05-23 10:19:57 +0000 UTC
18172 CLOSED My game crashed when opening Medieval Warfare Crash 2020-05-23 09:42:17 +0000 UTC
18169 CLOSED lua API: Kill should allow definitions for death animation and death sound notification Idea/Wishlist, Scripting 2021-01-11 10:32:39 +0000 UTC
18168 OPEN Prevent units from blocking refinery dock points and production building exits Idea/Wishlist, Balancing, Tiberian Dawn 2020-05-23 18:21:28 +0000 UTC
18165 CLOSED Native screen resolution not recognized. Window scale 1.25 instead. Bug, Performance, UI, OS: Windows 2020-05-31 12:35:40 +0000 UTC
18163 OPEN mute to stop sound, not set volume to zero Idea/Wishlist, Performance, Audio 2020-05-21 18:40:24 +0000 UTC
18162 OPEN Add support for absolute modifiers Feature, Idea/Wishlist 2020-05-21 13:36:26 +0000 UTC
18160 OPEN screen reverted and with wrong language display Bug 2020-05-31 16:18:37 +0000 UTC
18158 CLOSED Targetlines not displaying for full duration Bug, Regression 2020-07-15 22:28:06 +0000 UTC
18157 OPEN I keep getting "Fatal Error" when I quit any of the OpenRA games Bug, OS: MacOS X 2020-05-20 08:57:20 +0000 UTC
18154 CLOSED AI dose not handle Plugbuilding like Componentdower Bug, Tiberian Sun, AI 2020-05-19 20:45:00 +0000 UTC
18153 OPEN Airdrop production build limit and refund Bug, Tiberian Dawn 2020-09-08 16:53:41 +0000 UTC
18149 OPEN Turreted units move one cell closer than max range when given a target Balancing 2020-08-23 13:16:56 +0000 UTC
18147 CLOSED Weapons with BurstTargetOffsets will ignore valid/invalid target types Bug 2020-06-12 19:00:54 +0000 UTC
18146 OPEN Suggest/group similar colours Idea/Wishlist, Polish 2020-05-19 17:56:15 +0000 UTC
18145 CLOSED My game crashed Crash 2020-05-19 08:22:46 +0000 UTC
18144 OPEN GiveUnitCrateAction cant place multiple Infantry in the same cell Bug 2020-05-18 18:32:47 +0000 UTC
18138 CLOSED GPU information is not available Crash 2020-05-18 08:34:06 +0000 UTC
18137 CLOSED Allow TS AI to Producess Aircraft Tiberian Sun, AI 2020-05-18 15:35:21 +0000 UTC
18136 CLOSED [Idea] In Editor Maps Scripting and Unit Editor Idea/Wishlist, Map Editor, Scripting 2021-04-09 17:46:31 +0000 UTC
18135 OPEN mine kills should contribute to mine layer veterancy Idea/Wishlist 2020-05-17 22:54:45 +0000 UTC
18134 OPEN Build limit icon bug (turn grey) and related thoughts Bug 2020-05-17 17:20:13 +0000 UTC
18129 OPEN Offset: needed for certain overlay(s) Idea/Wishlist, Limitation 2020-05-17 22:56:28 +0000 UTC
18125 CLOSED Tests currently broken on bleed (broken weapons.yaml references) Regression 2020-05-17 12:39:52 +0000 UTC
18121 OPEN Replay reset/rewind Idea/Wishlist 2020-05-16 20:30:28 +0000 UTC
18119 OPEN Buildable build speeds and modifiers simplification Refactor, Question / Support 2020-10-18 19:25:58 +0000 UTC
18118 CLOSED Redesign ActorInit implementation Refactor 2020-06-08 17:18:39 +0000 UTC
18117 OPEN InfiltrateForTransform ignoring ForceHealthPercentage given Bug 2020-05-16 14:19:26 +0000 UTC
18116 OPEN [Shift] for build structures / edit modifiers Idea/Wishlist, UI, Usability 2020-05-17 22:59:17 +0000 UTC
18115 CLOSED RA: Concrete wall gets placed on the helipad Bug 2021-02-04 21:27:22 +0000 UTC
18113 CLOSED Idea: walls should block line-of-sight Idea/Wishlist 2021-03-24 16:31:05 +0000 UTC
18112 OPEN Add a URI handler for launching into replays Idea/Wishlist 2020-05-15 14:36:59 +0000 UTC
18106 CLOSED STNK doesnt uncloak on Service Depot Bug, Polish 2020-08-16 19:01:17 +0000 UTC
18105 CLOSED Carryall should able to grant a condition to self while being carrying an actor Mod Support 2020-07-12 12:36:02 +0000 UTC
18104 OPEN TD: Small Vehicles husks untargetable on war factory entrance Bug 2020-05-15 15:41:47 +0000 UTC
18103 CLOSED FMV scan line overlay show banding artefacts at non-integer scales Polish 2020-10-18 18:15:12 +0000 UTC
18096 OPEN player highlight palette is not covered by lint tests Bug, Utility 2020-05-13 20:30:12 +0000 UTC
18094 OPEN Verify the checksum of assets installed via "Advanced Install" Idea/Wishlist 2020-05-13 11:30:11 +0000 UTC
18093 OPEN [Red Alert] Brainstorming new faction-specific support powers to enrich allied sub-factions variety Idea/Wishlist, Balancing, Red Alert 2020-06-09 17:11:19 +0000 UTC
18092 OPEN Index out of bounds while loading skirmish custom map Bug 2020-05-15 18:24:49 +0000 UTC
18090 OPEN Kill bounties for CNC. Idea/Wishlist, Tiberian Dawn 2020-05-12 15:49:09 +0000 UTC
18088 CLOSED E3 in a PBOX or HBOX is broken Bug 2020-10-10 23:54:18 +0000 UTC
18087 OPEN DeliversCash: and AcceptsDeliveredCash: related issues. Idea/Wishlist 2020-09-07 21:04:38 +0000 UTC
18086 CLOSED Add game mode prefix when saving a game Idea/Wishlist 2021-05-14 20:53:55 +0000 UTC
18085 CLOSED Three Crashes about 5-10(?) minutes into game Crash 2020-05-13 10:14:20 +0000 UTC
18082 OPEN Deviated units lose their control grouping Bug 2020-05-11 16:42:56 +0000 UTC
18081 CLOSED Mine Layer fields can be dragged into the black borders of certain maps, causing the mine layer to become 'stuck' Bug 2020-06-27 08:33:19 +0000 UTC
18079 OPEN Show mod and version for a selected replay in replay browser Idea/Wishlist 2020-05-11 08:11:15 +0000 UTC
18078 CLOSED Add "invite friend/s to lobby" in lobby screen Idea/Wishlist 2021-03-18 18:25:07 +0000 UTC
18075 CLOSED remove all "pavement" from TD & RA mods Idea/Wishlist 2021-03-20 17:30:19 +0000 UTC
18074 CLOSED Display defeated status at sidebar players list too when observing Idea/Wishlist 2020-06-06 13:40:49 +0000 UTC
18073 OPEN healthbar/cargoslot overlap inconsistency Bug, UI 2021-01-29 22:07:58 +0000 UTC
18069 CLOSED Tiberian Dawn Campaign Nod 04b Script Error Crash, Scripting 2020-05-14 21:40:45 +0000 UTC
18065 CLOSED [release-20200503] Out-of-sync crashes Crash 2020-07-03 23:45:40 +0000 UTC
18063 CLOSED System.AccessViolationException at SDL2.SDL.SDL_GL_CreateContext(IntPtr) Crash, OS: Windows 2021-07-15 09:52:50 +0000 UTC
18062 CLOSED Invalid control group persistent state between carriers and units Bug, UI 2020-05-12 13:06:51 +0000 UTC
18061 CLOSED Game crash while starting (BadWindow (invalid Window parameter)) Crash, OS: Linux 2020-12-15 19:04:25 +0000 UTC
18060 CLOSED Out of sync on Release Crash 2020-09-07 19:08:38 +0000 UTC
18057 CLOSED Tanya build limit bug Bug 2020-05-08 18:57:52 +0000 UTC
18056 CLOSED My game crashed during minor battle; One time event. Crash, Tiberian Dawn, Scripting 2020-05-22 19:25:59 +0000 UTC
18053 OPEN ChromeProvider crash on duplicacted image region UI, Mod Support 2020-09-18 23:15:40 +0000 UTC
18052 CLOSED OpenRA crashes on MSI CR500 laptop Crash 2020-05-08 09:30:27 +0000 UTC
18051 OPEN D2k build and charge times and game speed Balancing, Dune 2000, Documentation, Meta 2021-02-04 10:49:23 +0000 UTC
18050 OPEN Change the D2k ornithopter strike to match the original Feature, Dune 2000 2020-05-08 01:03:18 +0000 UTC
18048 CLOSED TD crashes on quit since release-20200503 Crash, OS: MacOS X 2020-09-01 16:48:55 +0000 UTC
18047 CLOSED High - GL Debug API Output: Error - GL_INVALID_OPERATION error generated. Function glPushAttrib is deprecated and not available in preview contexts. Crash 2020-09-21 10:27:18 +0000 UTC
18046 CLOSED #17472 broke network protocol compatibility without increasing the protocol version Bug, Networking 2020-10-10 09:13:20 +0000 UTC
18040 CLOSED Can't use multiple sellable traits on actors. Bug, Mod Support 2021-05-14 20:53:51 +0000 UTC
18035 OPEN Starport Dropship behaviour in MP Feature, Dune 2000 2020-05-05 15:30:50 +0000 UTC
18034 CLOSED Crash after a few minutes of multiplayer game Crash 2020-05-14 18:06:22 +0000 UTC
18033 CLOSED modified exe Packaging, Question / Support 2020-11-30 17:52:34 +0000 UTC
18032 OPEN Ordos Saboteur from Palace Idea/Wishlist, Dune 2000, AI 2020-05-05 12:18:37 +0000 UTC
18030 CLOSED Carryall Pickup Loop Bug, Dune 2000 2020-07-04 14:47:18 +0000 UTC
18029 CLOSED InfiltrateForSupportPowerReset lacks *Notification fields. Bug, Audio 2020-05-05 20:16:11 +0000 UTC
18028 CLOSED German language Idea/Wishlist 2020-05-04 09:34:48 +0000 UTC
18027 CLOSED Map editor undo function only undoes one tile at a time Bug 2020-06-24 17:08:55 +0000 UTC
18025 CLOSED Weather effect faster with higher framerate Bug, Polish 2021-08-20 18:38:38 +0000 UTC
18024 OPEN The cloud file provider is not running. Question / Support, OS: Windows 2020-05-07 07:22:58 +0000 UTC
18018 CLOSED Allow Bots to sent messages based on their actions\reactions Idea/Wishlist, UI, AI 2021-05-14 20:53:48 +0000 UTC
18017 CLOSED Crates spawning on slopes are cut off Polish, Tiberian Sun 2020-05-03 16:00:33 +0000 UTC
18016 OPEN Radar artifacts at top and bottom Bug, Tiberian Sun, UI 2021-07-30 21:43:45 +0000 UTC
18015 OPEN Stripe Sprite artifacts Bug, Tiberian Sun 2020-05-02 11:45:12 +0000 UTC
18008 CLOSED Visual glitches when some units exit the weapons factory Bug 2020-04-29 21:49:56 +0000 UTC
18006 OPEN Replace bounty pop ups with score Idea/Wishlist, UI 2020-04-29 16:30:47 +0000 UTC
18005 OPEN Guard/AttackMove order inconsistencies with non-autotargeting units Polish 2020-05-02 12:08:13 +0000 UTC
18004 OPEN Consider renaming "Guard" to "Follow" for unarmed units Idea/Wishlist, Refactor, UI 2020-05-02 12:00:36 +0000 UTC
17988 OPEN MAD Tank can be Iron Curtained while deployed but not Chronoshifted Bug, Balancing, Red Alert 2020-04-28 15:41:30 +0000 UTC
17977 OPEN Give D2k palaces rally points Dune 2000, Polish 2020-04-25 13:04:36 +0000 UTC
17974 CLOSED I have found the solution for the pathfinding problem with fast units getting stuck behind Idea/Wishlist 2020-04-23 18:19:40 +0000 UTC
17972 CLOSED Getting the D2k damage model in line with the original Dune 2000 Balancing, Dune 2000, Documentation, Meta 2020-07-05 15:30:24 +0000 UTC
17962 CLOSED Replace hardcoded cell trigger locations by waypoints using ScriptTags Refactor, Scripting 2020-04-23 10:33:04 +0000 UTC
17961 OPEN The Antivirus "Avast" deleting the installers playtest-20200418 Packaging, OS: Windows 2020-04-25 15:16:45 +0000 UTC
17958 CLOSED Request: Energy or Mana logic for cooldown abilities Idea/Wishlist 2020-04-25 01:47:36 +0000 UTC
17956 CLOSED Lint check for weapons and voicesets fail on Turkish locale if the weapon/voiceset name has "I" in it. Bug, Utility 2020-04-17 22:01:43 +0000 UTC
17954 CLOSED ChangeOwnerWarhead fired by an IonCannonPower ignores InvalidTargets Bug 2020-04-30 06:42:20 +0000 UTC
17952 CLOSED Allow mod authors to define colors in tooltips Idea/Wishlist, UI 2020-12-19 22:01:51 +0000 UTC
17951 OPEN No way to tell an SupportPowerChargeBar which Power it belongs to Idea/Wishlist, UI 2021-11-30 10:03:36 +0000 UTC
17950 OPEN My Multiplayer is freezing constantly Performance, Networking, Question / Support 2020-04-16 08:32:07 +0000 UTC
17948 CLOSED Possibility to modify player spawn order in map editor Idea/Wishlist, Map Editor, UI 2021-03-18 17:48:08 +0000 UTC
17947 OPEN Command history Idea/Wishlist, UI 2020-04-15 18:38:32 +0000 UTC
17945 CLOSED Unselectable factions remain selected when switching map Bug, UI 2020-04-16 15:05:59 +0000 UTC
17943 CLOSED Registered-only servers accept players with revoked keys Bug, Networking, Security 2020-04-16 14:43:11 +0000 UTC
17942 CLOSED Trait wiki won't load 90% of the time Idea/Wishlist, Documentation 2020-04-15 17:21:41 +0000 UTC
17941 CLOSED Mod defined, preset colors should be whitelisted by the color validator Idea/Wishlist, UI 2021-05-15 13:29:46 +0000 UTC
17940 OPEN Request a Trait for remotely transforming an Husk Idea/Wishlist, Mod Support 2020-05-02 12:22:28 +0000 UTC
17939 OPEN TD shellmap visibility issue due to faction logos Bug, Tiberian Dawn, UI, Mod Support 2020-04-15 18:40:00 +0000 UTC
17938 CLOSED Sound effects and unit voices stop when reloading a saved game when already in a game Bug 2020-07-23 14:26:22 +0000 UTC
17932 CLOSED Transit-only cells are not treated as invalid mine locations Bug 2020-04-18 12:35:08 +0000 UTC
17931 OPEN Hunt trigger during missions appears unreliable Bug 2020-04-12 16:02:33 +0000 UTC
17929 OPEN Fix mission triggers relying on delayed Dispose to work Polish, Scripting 2020-04-12 17:18:44 +0000 UTC
17928 CLOSED Map options: Crates off. Start of game: 2 circling Badgers are spawned. Idea/Wishlist 2020-04-12 04:37:17 +0000 UTC
17926 CLOSED Allied mission 01 doesn't end when Einstein is extracted Bug, Regression 2020-04-11 19:38:21 +0000 UTC
17924 CLOSED [playtest-20200329] Color picker logs about adjusting the value which is not changed Bug, UI 2020-04-17 08:41:10 +0000 UTC
17917 OPEN Aircraft + Cargo loading condition inconsistency Bug 2020-04-10 19:21:50 +0000 UTC
17916 OPEN Mouseover in players online (server tab) should give more info Idea/Wishlist, UI 2020-04-09 19:20:11 +0000 UTC
17915 OPEN RevealsShroud bugs with RequiredCondition Bug 2020-04-10 18:29:12 +0000 UTC
17912 CLOSED HealUnitsCrateAction doesn't heal (just) units Refactor 2020-05-21 12:08:16 +0000 UTC
17907 CLOSED My game crashed Crash 2020-04-06 23:10:42 +0000 UTC
17906 CLOSED All games crash Fatal Error Crash, OS: Windows 2021-07-15 09:52:15 +0000 UTC
17904 OPEN Investigate replacing Actor.IsDead with WillDispose checks Performance, Refactor 2020-04-06 08:39:59 +0000 UTC
17901 CLOSED [OpenRA.Server] Launch-dedicated.cmd default values crashes on SupportDir Bug, Dedicated, OS: Windows 2020-04-11 17:49:27 +0000 UTC
17899 CLOSED Minelayer desync on playtest-20200329 Crash, Regression 2020-04-12 21:06:56 +0000 UTC
17898 OPEN Red Alert Crashes when starting application Crash 2021-02-04 16:26:51 +0000 UTC
17897 OPEN [playtest-20200329] [Win 10] Uninstalling OpenRA doesn't remove it from Apps & features Bug, OS: Windows 2020-11-26 08:50:57 +0000 UTC
17895 CLOSED Game crashes when trying to open a map with the editor Crash, Map Editor 2021-07-17 21:27:25 +0000 UTC
17894 OPEN Zombie TimedConditionBar with ToggleConditionOnOrder Bug 2020-04-03 10:17:43 +0000 UTC
17893 CLOSED Investigate replacing MaxMind GeoIP with IP2Location Refactor, Networking 2020-04-15 21:16:26 +0000 UTC
17891 OPEN TD Release v20200202 vehicle stuck on bridge Bug, Pathfinding 2020-05-06 17:15:55 +0000 UTC
17889 CLOSED SD "O" cell (passable but not stoppable) - Unit still can idle on those cells. ( Bug 2020-04-17 09:13:47 +0000 UTC
17888 CLOSED Sometimes when quitting the game openra starts a redundant process that doesn't let me open the game Bug 2020-09-01 16:48:55 +0000 UTC
17887 CLOSED When quitting playtest a fatal error popup appears Bug, OS: MacOS X 2020-09-01 16:48:55 +0000 UTC
17884 OPEN Server list empty tooltip glitch Polish, UI 2020-05-18 16:41:05 +0000 UTC
17883 OPEN Make ProductionTabs PaletteWidget columns and rows customisable Feature, UI 2020-05-06 17:16:34 +0000 UTC
17882 OPEN Adaptive Order Latency to transparently mitigate slowdown Idea/Wishlist, Refactor, Networking 2020-04-02 01:33:23 +0000 UTC
17879 CLOSED Crashed when "Go Live" was clicked on Discord Crash 2020-03-31 07:01:25 +0000 UTC
17878 CLOSED Fatal error on TD Nod mission 7b Crash 2020-04-16 11:21:35 +0000 UTC
17877 CLOSED TD GDI missions 8 and 9 missing money crates Bug 2020-04-17 08:53:00 +0000 UTC
17874 CLOSED The color validator prevents picking some preset colors Bug, UI 2020-04-14 19:10:54 +0000 UTC
17873 CLOSED Move Limit Build Area from MapBuildRadius into LobbyPrerequisiteCheckbox Idea/Wishlist, Refactor 2021-05-14 20:53:45 +0000 UTC
17871 CLOSED Error in GDI08a Bug 2020-04-07 18:59:18 +0000 UTC
17870 CLOSED SpiceBloom does not initialise range modifiers Crash, Dune 2000 2020-05-08 18:58:29 +0000 UTC
17869 CLOSED Google DeepMind AlphaStar AI for OpenRA Idea/Wishlist, AI 2020-06-25 19:02:46 +0000 UTC
17867 CLOSED [playtest-20200303] Map editor: player spawn delete/copy bug Bug 2020-03-29 19:10:46 +0000 UTC
17866 OPEN make a seperate "hold position" toggle switch Idea/Wishlist, UI 2020-05-06 17:25:08 +0000 UTC
17865 OPEN Admin can draw on minimap in lobby Idea/Wishlist, UI 2020-05-06 17:22:36 +0000 UTC
17863 OPEN Cargo>EjectOnDeath can cause desyncs Crash, Bug 2020-03-28 10:15:33 +0000 UTC
17858 OPEN Dead players can select actors below fog of war Bug 2020-10-30 07:36:42 +0000 UTC
17850 CLOSED Move cursor hidden when mousing over crate (classic orders) Bug 2020-03-29 11:20:11 +0000 UTC
17846 OPEN GrantConditionOnTerrain grants condition for top-left cell to paradrops Bug 2020-03-24 20:24:44 +0000 UTC
17842 CLOSED [TS] Wrong offset for rendering the subterranean radar rotating line Regression 2020-03-24 19:59:47 +0000 UTC
17840 CLOSED Misplaced version/"Loading" text on TD load screen after UI Scale change Bug 2020-03-25 11:20:15 +0000 UTC
17836 CLOSED What about WEB platform support? Idea/Wishlist 2020-09-02 20:13:59 +0000 UTC
17833 CLOSED Print name of server ingame Idea/Wishlist, Networking, UI 2021-05-07 00:30:33 +0000 UTC
17832 CLOSED Ore mine / repair pad Z Offset issues Red Alert, Polish 2021-02-14 14:31:51 +0000 UTC
17821 OPEN Selection Modifiers can be still confusing Idea/Wishlist, UI 2020-03-21 11:55:36 +0000 UTC
17820 CLOSED TD, bleed: bad AFLD rallypoint Bug, Dune 2000, Tiberian Dawn 2020-03-28 18:13:15 +0000 UTC
17804 CLOSED Crash at launch any of cnc/ra/d2k (invalid character in path) Crash 2020-03-16 19:21:21 +0000 UTC
17802 CLOSED Civilians pick up health and money crates that are meant for the player Bug 2021-01-30 12:47:16 +0000 UTC
17801 CLOSED [playtest-20200303] Shellmap crash Crash 2020-03-28 16:12:27 +0000 UTC
17800 OPEN Setting Weapon Range to low values makes attacks impossible Bug 2020-03-14 21:40:02 +0000 UTC
17797 CLOSED Clicking the Directory dropdown on Save Map screen freezes the game. Regression 2020-03-26 15:54:47 +0000 UTC
17795 OPEN VXL posture (now works for aircraft or V3 projectile like) by CastleJing Idea/Wishlist 2020-03-12 16:15:47 +0000 UTC
17793 CLOSED A half-finished translation function branch needs evaluating and suggestion Idea/Wishlist 2020-12-25 21:03:09 +0000 UTC
17788 OPEN multi-queue quality of life improvements Idea/Wishlist, UI 2020-03-19 13:58:47 +0000 UTC
17784 CLOSED GrantConditionWhileAiming doesn't revoke condition after stopping aiming Bug 2021-03-20 17:33:04 +0000 UTC
17780 CLOSED Gunboat Trigger.OnFootprintEntered request Bug, Tiberian Dawn 2020-06-09 20:40:33 +0000 UTC
17779 OPEN Planes with only 1 ammo act different than ones with more ammo when it comes to moving after firing. Bug 2020-03-07 15:42:27 +0000 UTC
17774 CLOSED When a user get forcefully disconnected from a multiplayer server the server crashes Bug, Networking 2021-08-04 17:37:35 +0000 UTC
17772 CLOSED ClonesProducedUnits>ProductionType only allows one queue Idea/Wishlist, Limitation 2020-03-07 16:44:01 +0000 UTC
17771 CLOSED If you send planes to rearm with F they don't push already rearmed planes out of airfields Bug 2020-03-08 16:20:40 +0000 UTC
17769 CLOSED Only 1 soldier can pass the service depot tiles at a time Bug, Pathfinding 2020-03-11 14:40:14 +0000 UTC
17768 OPEN Defination and Purpose of 'GlobalButtonOrderGenerator' Idea/Wishlist, Refactor 2020-03-06 19:39:33 +0000 UTC
17767 CLOSED AI non responsive in missions Playtest 20200303 Bug, Tiberian Dawn, Scripting 2021-02-12 19:38:38 +0000 UTC
17766 CLOSED Tablet input not working correctly after SDL2 update Bug 2021-11-10 11:28:41 +0000 UTC
17765 CLOSED After the game crashes the "view logs" button does not open logs on OSX Bug, OS: MacOS X 2020-03-16 19:15:59 +0000 UTC
17764 CLOSED [playtest-20200303] Hint is drawn below UI (when editing hotkeys) Bug 2020-03-20 15:06:07 +0000 UTC
17762 OPEN Update game logo Idea/Wishlist, Artwork 2020-08-25 14:53:37 +0000 UTC
17759 CLOSED My game crashed Crash 2020-03-04 21:20:44 +0000 UTC
17757 CLOSED Falling Snow (Dust Assumed) Disappears on Zoom/Pan Bug 2020-03-28 18:46:48 +0000 UTC
17755 CLOSED [playtest-20200301+] Firing rifle soldier is uncrushable Bug 2020-03-03 19:06:52 +0000 UTC
17753 OPEN Pathfinding performance issues Performance, Regression, Pathfinding 2021-08-15 10:18:32 +0000 UTC
17751 CLOSED [playtest-20200301] Turreted units don't stop to attack targets if acquired Bug 2020-03-02 21:22:57 +0000 UTC
17748 CLOSED NRE in utility --clear-invalid-mod-registrations command Bug, Utility 2020-03-02 16:26:35 +0000 UTC
17747 CLOSED Tried logging to non-existent channel geoip Bug, Dedicated 2020-03-02 16:29:31 +0000 UTC
17743 CLOSED Infantry sometimes omit their first muzzle flash Bug 2020-12-06 23:29:17 +0000 UTC
17740 CLOSED Blurry dropdown arrow sprites Bug 2020-03-01 13:41:19 +0000 UTC
17739 CLOSED Unable to close game window by clicking on close button Bug, UI, OS: Windows 2020-03-05 17:53:42 +0000 UTC
17736 CLOSED Ability to Ally and Un-ally in Multiplayer Idea/Wishlist 2020-03-03 14:55:15 +0000 UTC
17735 OPEN Ability to send funds in Multiplayer Idea/Wishlist 2021-07-22 15:48:05 +0000 UTC
17734 CLOSED Request for trait, undeploy passengers on condition Idea/Wishlist 2021-05-14 20:53:41 +0000 UTC
17733 OPEN Tesla Coils continue reloading while powered down Bug, Balancing, Red Alert 2020-05-06 18:27:16 +0000 UTC
17730 OPEN Can't create OpenAL context Crash, OS: Windows, Audio 2020-05-06 18:26:43 +0000 UTC
17728 CLOSED Gap generating rework Idea/Wishlist 2020-02-25 16:44:33 +0000 UTC
17727 CLOSED Infantry are not produced on Shellmaps Bug 2020-02-28 17:48:07 +0000 UTC
17726 OPEN building-deploy with hotkeys doesn't always work Bug 2020-05-10 15:51:57 +0000 UTC
17725 CLOSED macOS: suppress shortcut cmd+Q Idea/Wishlist, OS: MacOS X, Usability 2020-07-29 09:30:21 +0000 UTC
17714 CLOSED Cross-thread operation not valid - in PlayerDatabase.LoadBadge Crash 2020-02-22 18:19:22 +0000 UTC
17713 CLOSED Failed to initialize hardware cursors. Falling back to software cursors. 2020-02-22 16:58:43 +0000 UTC
17711 CLOSED Fatal Lua Error: NullReferenceException in 07: Sunken Treasures Crash, Red Alert, Scripting 2020-02-22 12:53:54 +0000 UTC
17710 CLOSED Fatal Lua Error: Actor 'wind_trap (dead)' does not define a property 'Sell' in Ordos 5 Crash, Dune 2000, Scripting 2020-02-23 10:03:25 +0000 UTC
17707 CLOSED Game encounters a fatal error at launch Crash 2021-07-15 09:53:20 +0000 UTC
17706 OPEN Focus fire does not maintain over transformation for unit having opportunity fire Bug 2020-07-30 13:07:37 +0000 UTC
17702 CLOSED GrantConditionOnProduction.ShowSelectionBar doesn't do anything Bug 2020-02-22 18:05:41 +0000 UTC
17701 CLOSED Shouldn't the packaging scripts have an option to build Tiberian Sun too? Idea/Wishlist, Packaging, Tiberian Sun 2020-02-23 10:19:52 +0000 UTC
17699 CLOSED unrecognized framework Bug 2020-02-17 17:55:54 +0000 UTC
17695 OPEN Game crashes when trying to pause a disabled WithFacingSpriteBody Crash 2020-02-17 18:30:35 +0000 UTC
17691 CLOSED Flame tower does not autoattack enemy units, nor does the AA gun, but the Tesla coil does Regression 2020-02-22 15:30:08 +0000 UTC
17690 CLOSED Nod Missions 9, 10a, and 10b of Tiberan Dawn have you play as GDI via the sidebar UI. Bug 2020-02-16 19:51:31 +0000 UTC
17688 CLOSED Invalid Target position query in FlyAttackRun.OnFirstRun Crash 2020-02-20 05:35:17 +0000 UTC
17687 CLOSED Won't go full screen on external display (Mac) Bug 2020-02-15 22:03:39 +0000 UTC
17683 CLOSED ScaredyCat's AttackPanicChance does not work Bug, Documentation 2020-04-24 16:38:55 +0000 UTC
17681 CLOSED Can we just make special actors like Player Position and Camera unselectable and untargetable in all order? Bug 2020-02-16 16:57:06 +0000 UTC
17680 CLOSED selection box/bar for subterranean units will disappear when subterranean Bug, Tiberian Sun 2020-04-29 22:09:59 +0000 UTC
17678 CLOSED Unexpected behavior while switching between groups Bug 2020-04-28 16:48:07 +0000 UTC
17677 OPEN No flame sound with a blocking wall Bug 2020-02-13 13:01:28 +0000 UTC
17676 CLOSED Hue silder is not updated after picking a predefined player color Polish, UI 2020-02-22 13:00:13 +0000 UTC
17675 CLOSED External mod metadata should define 2x and 3x icons Polish, UI 2020-02-26 22:47:16 +0000 UTC
17671 OPEN Neural Upscale Idea/Wishlist, Artwork 2020-02-24 09:51:53 +0000 UTC
17670 OPEN Consider preventing players in the same lobby from choosing the same name Idea/Wishlist, UI 2020-03-28 15:57:24 +0000 UTC
17664 CLOSED Make networking async Idea/Wishlist, Performance, Networking 2020-10-09 20:04:36 +0000 UTC
17660 CLOSED Attempting to stream game on Discord causes System.InvalidOperationException to be thrown Bug 2020-02-08 17:29:36 +0000 UTC
17659 OPEN Implement a "Server Admin" type role Feature 2021-08-04 17:39:39 +0000 UTC
17658 OPEN original scoreboard in radar preview Idea/Wishlist, UI 2020-05-06 18:33:49 +0000 UTC
17657 OPEN separate whitelist immune to kick for server owner and chosen players Idea/Wishlist 2020-09-18 23:17:31 +0000 UTC
17656 CLOSED Ability for lobby host to kick spectator in game Feature 2020-02-27 23:04:50 +0000 UTC
17655 CLOSED Map resources are not drawn on the spectator minimap Regression 2020-02-14 22:07:32 +0000 UTC
17651 OPEN Option to rescan sound devices in settings Idea/Wishlist, Audio 2020-05-06 18:33:39 +0000 UTC
17650 OPEN VPL Support for OpenRA Idea/Wishlist, Tiberian Sun 2020-07-16 10:11:22 +0000 UTC
17646 CLOSED Reverses crashes although the referenced frames exist Crash 2020-02-23 15:41:58 +0000 UTC
17645 CLOSED NRE in ReplaceAttackTypeStrafe update rule Crash, Utility 2020-02-06 21:52:47 +0000 UTC
17644 CLOSED Crash when Unit Explodes and has DamageSource: Killer Crash 2020-02-09 11:18:11 +0000 UTC
17639 OPEN Dynamic navigation for campaign progression UI Idea/Wishlist, UI 2021-08-07 18:02:43 +0000 UTC
17635 CLOSED Incoming/LaunchSpeechNotification/Sound only work for some *Power:s. Bug, Audio 2020-02-09 12:34:47 +0000 UTC
17634 OPEN Allow EditorCursorLayer trait to provide cursor instances to the chrome to select editor brushes Idea/Wishlist, Map Editor, Refactor, UI 2020-04-13 08:31:50 +0000 UTC
17632 CLOSED Units are able to get seen out of line of sight Bug 2020-02-04 19:22:41 +0000 UTC
17631 OPEN Subterranean Units can Attackmove while underground Bug, Tiberian Sun 2020-02-17 18:34:28 +0000 UTC
17630 OPEN Dynamic cursor for movement on different terrain types. Idea/Wishlist, UI 2020-02-22 11:47:54 +0000 UTC
17628 CLOSED Red Alert crashes upon nuke dropping Crash, Regression 2020-02-09 11:18:11 +0000 UTC
17613 CLOSED Allies 05a, captured warfactory does not grant servicedepot Bug, Scripting 2020-01-29 20:59:46 +0000 UTC
17610 CLOSED CheckSequenceSprites does not check cursor sequences Feature, Utility 2021-03-20 16:37:16 +0000 UTC
17607 CLOSED My game crashed Crash 2020-01-23 23:20:17 +0000 UTC
17605 OPEN CheckSequenceSprites does not check Widgets Feature, Utility 2020-01-25 11:35:51 +0000 UTC
17602 CLOSED Allow conyard to accept and queue mcv's order. Idea/Wishlist 2020-02-24 11:56:51 +0000 UTC
17600 CLOSED Prompt the user on settings panel reset Idea/Wishlist, UI 2020-01-30 22:06:50 +0000 UTC
17599 CLOSED Improve usability when remaping duplicate hotkeys Idea/Wishlist 2020-07-08 17:59:08 +0000 UTC
17598 CLOSED Queued deploy orders from keyboard cause unit to deploy then instant undeploy. Regression 2020-02-01 12:18:06 +0000 UTC
17596 CLOSED CheckSprites does not take tileset images into account Feature, Utility 2020-09-12 15:52:47 +0000 UTC
17595 CLOSED Exception: DrawRGBASprite requires a RGBA sprite Crash 2020-01-26 16:11:46 +0000 UTC
17594 OPEN Render fonts using a signed distance field Refactor, Polish, UI 2020-01-22 16:18:06 +0000 UTC
17591 CLOSED InvalidOperationException: Out of sync as spectator Crash, Networking, OS: Linux 2020-01-25 19:40:43 +0000 UTC
17589 OPEN debug /showdepthbuffer in main menu Bug 2020-01-18 14:19:53 +0000 UTC
17584 CLOSED Mute music in lobby and main menu UI, Audio 2020-02-22 15:50:03 +0000 UTC
17583 OPEN moveflsh does not zoom Polish, UI 2020-01-14 23:22:35 +0000 UTC
17582 CLOSED Consider making the color validators of the default mods more strict Polish 2021-05-15 13:29:46 +0000 UTC
17577 OPEN Feature : Supply truck having resupply role. Idea/Wishlist, Balancing 2020-05-06 18:35:28 +0000 UTC
17574 CLOSED Ore truck's "mining orders" are displayed with a green line instead of a red line. Polish, Regression, UI 2020-01-12 03:09:00 +0000 UTC
17572 OPEN LAT terrain support Feature, Map Editor, Refactor, Tiberian Sun 2020-01-09 22:02:34 +0000 UTC
17568 CLOSED Line rendering breaks on large maps when pixel doubling Bug, Polish 2020-01-07 20:22:21 +0000 UTC
17567 CLOSED Lua error on GDI04b Tiberian Dawn, Scripting, Regression 2020-01-12 13:04:52 +0000 UTC
17565 OPEN Modcontent crashes with a `NullReferenceException` Crash 2020-01-06 22:21:49 +0000 UTC
17564 OPEN TS minimap rallypoint cursor is bogus Polish, Tiberian Sun, UI 2020-01-31 13:16:20 +0000 UTC
17562 CLOSED make cli-dependencies fails on openSUSE Linux Packaging, Regression, OS: Linux 2020-10-08 08:25:26 +0000 UTC
17560 OPEN WithDisguisingInfantryBody when it has been disabled still runs MoveSequence in background Crash, Mod Support 2020-01-10 22:53:49 +0000 UTC
17559 CLOSED Mouse cursor is invisible on loading screen Regression, UI 2020-01-05 15:27:30 +0000 UTC
17556 CLOSED ExternalMods needs to consider the legacy support directory Regression, Mod Support 2020-01-12 13:10:25 +0000 UTC
17555 CLOSED Pillboxes do not fire Regression 2020-01-12 12:58:05 +0000 UTC
17554 OPEN Support multiple sheets in ShroudRenderer Crash, Refactor, Mod Support 2020-01-12 15:39:55 +0000 UTC
17553 CLOSED Investigate rendering radar/minimap in projected cell coordinates Polish, Tiberian Sun 2020-04-28 10:03:42 +0000 UTC
17551 CLOSED "Battlefield Control" chat label is hard-coded Refactor, Mod Support 2020-12-24 10:01:55 +0000 UTC
17549 CLOSED Add visual indicator when sound is muted Polish, UI 2020-02-22 13:42:13 +0000 UTC
17548 OPEN Add pop-up turret support for structures with SHP body and voxel turret. Feature 2020-01-02 19:51:40 +0000 UTC
17546 CLOSED Neutral Chronosphere causes huge lag Performance, AI, Pathfinding 2020-06-01 12:14:05 +0000 UTC
17545 OPEN moveflsh should be optional and not hard-coded Refactor 2020-01-01 21:55:11 +0000 UTC
17540 OPEN Wish: restart button on mission lua.error Polish, Scripting, UI 2020-09-12 19:07:17 +0000 UTC
17537 OPEN Units heading to service depot should not be selectable Polish, UI 2021-02-04 21:12:43 +0000 UTC
17536 OPEN Game crashes when player database unreachable Crash, Networking 2020-01-26 13:32:07 +0000 UTC
17534 CLOSED Server implementation leads to GDPR violation by everybody using it Networking, Meta, Security 2020-01-15 11:12:56 +0000 UTC
17529 CLOSED Linux build error at the "Updating GeoIP country database" stage Regression 2020-01-15 11:12:55 +0000 UTC
17528 CLOSED Graphics: flickering artifacts [still appearing in 20200202] Bug 2020-05-03 08:00:30 +0000 UTC
17527 CLOSED Initial pathfinding should use BlockedByActor.All instead of Stationary 2020-02-12 21:17:41 +0000 UTC
17526 CLOSED Units give up too easily on following their path Bug 2019-12-30 22:06:42 +0000 UTC
17525 CLOSED Aircraft remember queued orders after auto-resupply Bug, Pathfinding 2020-01-18 15:38:54 +0000 UTC
17523 CLOSED Move AssetBrowserLogic SupportedFormats Refactor, UI, Mod Support 2020-01-13 12:46:36 +0000 UTC
17521 CLOSED Shroud, Invalidate, oldHash Performance 2021-07-23 19:28:44 +0000 UTC
17520 CLOSED performance, Sdl2Input, PumpInput Performance 2021-07-23 18:44:00 +0000 UTC
17518 CLOSED NullReferenceException when middle mouse clicking in the map editor Crash, Map Editor 2020-01-05 13:27:54 +0000 UTC
17516 CLOSED Screen frezes when several units are selected Crash 2020-07-23 07:40:59 +0000 UTC