Charlie

Results 262 issues of Charlie

It would be nice to have TouchDCS autorun through Export.lua like other DCS addons do. I'm not sure what this entails, but [SRS](https://github.com/ciribob/DCS-SimpleRadioStandalone) has done this with a C# application...

enhancement

[SRS](https://github.com/ciribob/DCS-SimpleRadioStandalone) has a really cool one-click installer that will put everything in the right place and even append a line to your Exports.lua if necessary. It would be cool to...

enhancement

It would be nice if the application could check for updates on startup, and prompt the user to update if a new version is available.

enhancement
help wanted

Each C# project should have its own readme outlining what its purpose is, and the top level readme should also cover this at a high level. This will make it...

documentation

A type cast seems to me like it should be kept together with the object being casted, when possible. **Input:** ```cs public class ClassName { public void Foo() { var...

area:formatting

There appears to be an extra line break in nested switch expressions, as well as for all default branches **Input:** ```cs public class ClassName { public bool Foo(object entry) {...

area:formatting

This may be something I'm just opinionated on, but I did test with prettier and prettier will reproduce the expected behavior in this issue. **Input:** ```cs public class ClassName {...

Stale

Fixes #912 ### Before (#912) ![335409247-1d32b891-1c5b-4c09-80e0-6ed3c33bb0f5](https://github.com/OpenSAGE/OpenSAGE/assets/30303272/f6688e4a-d5a1-4b89-a2ce-9a0253471bbe) ### After ![OpenSage Launcher_1NmS2HHpVW](https://github.com/OpenSAGE/OpenSAGE/assets/30303272/7bbbe2ea-3d20-44e9-9dc7-2661ed6dc0d2)

When placing a scaffold to build, OpenSAGE currently shows the model including the particle systems. However, these particle systems should not be displayed in the preview.

bug
low priority

Core functions in Module.lua (such as `Module.parse_indication` or `Module.parse_cockpit_params`) could do with some benchmarks to determine their effect on performance and they can be improved. We should investigate what tools...

enhancement
help wanted