OpenRA icon indicating copy to clipboard operation
OpenRA copied to clipboard

Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.

Results 582 OpenRA issues
Sort by recently updated
recently updated
newest added

![harvester-bug_084410](https://github.com/OpenRA/OpenRA/assets/13763394/ca3f942e-9403-41ab-a179-cb98aa370e38) Is it a bug or feature by recent change? You can reproduce it at bleed easily.

Bug
AI

Trivial optimization. Proposal to change this from a list be an array. https://github.com/OpenRA/OpenRA/blob/dccab8fd21e84e32540990c8654ca46ae9d53cd3/OpenRA.Game/GameRules/ActorInfo.cs#L36

Idea/Wishlist

Parallel production queues did not pause production if more than one of the paused item was queued, because not all instances queued were paused and it simply moved on to...

PR: Needs +2
PR: Unaddressed comment(s)

version bleed The two classic production queue classes each contain 3 similar looking LINQ queries. In two of them items are sorted by two columns. One of them is `MostLikelyProducer`....

Idea/Wishlist
Performance

The file size exceeds 10 MB for long games. I could compress a 13 MB replay file down to 1.5 MB using normal zip compression.

Feature
Performance

This ticket is meant to track the development of the campaigns for the Dune 2000 mod. ## Campaigns ### Atreides campaign | Done? | Merged | Mission | Original name...

Dune 2000
Scripting
Meta

Followup to #21602 and implements most of the remaining points from the previous Discord discussion. The motivation for these changes is to remove the magic file path replacements and the...

PR: Changes requested

Split from #21547 “Reworded a bunch of button descriptions, removed punctuation at the end of sentences, and a few extra rewordings.” “Punctuation changes don't seem consistent, so will need to...

We have a significant number of pull requests that attempted to improve the AI behaviour, but have been sitting stale for several months with no prospect for being reviewed or...

Refactor
AI
Meta

RA debris are great esthetical elements for map making. However, in a game context, they can be very obnoxious, especially when trying to deploy a MCV. Many of the exisiting...

Red Alert
Polish