Pavel Penev
48bddbb5ac
Fix using appimagetool for building for linux
...
OpenRA PR 21648.
2025-04-22 19:24:09 +02:00
Pavel Penev
87a4be4d2e
Use appimagetool with non-glibc linux support
...
OpenRA PR 21635.
2025-04-22 19:24:09 +02:00
Pavel Penev
b28bc9f18f
Updated all links to HTTPS
...
As per OpenRA PR 21427.
2025-04-22 19:24:09 +02:00
Pavel Penev
42772ae2fa
Updated GitHub workflows
...
As per OpenRA PRs 21379, 21523 and 21635.
2025-04-22 19:24:09 +02:00
Pavel Penev
58eca6cd41
Updated .editorconfig
...
Straight-up copied the one from OpenRA.
2025-04-22 19:24:09 +02:00
Andre Mohren
feb32bcd3d
Fixed PlayerColorShift.cs
2024-02-16 09:34:25 +00:00
penev92
639dbbbe8b
Resaved maps to update them
...
Because of OpenRA PR 19891.
2023-11-03 16:54:35 +02:00
penev92
dad744fc91
Fixed translation warnings
...
By updating game speed settings, copying over translations from `common|languages/rules/en.ftl` for missing translations and defining a translation key for `StartingUnits.ClassName`.
2023-11-03 16:54:35 +02:00
penev92
77b77d1c76
Added an ingame-observer.yaml file
...
OpenRA PR 20436 removed the common file that none of the default mods use, so adding a copy of the one from TS here.
Removed redundant (and crashing) references to HPF and statistics widgets - the world actor doesn't have the necessary traits because it doesn't need them, so the widgets crash.
2023-11-03 16:54:35 +02:00
penev92
b6f4adc3e4
Ran the update rules on the example mod
...
Running a second time actually fixed a duplucate Filename: on the sequences that the first run created!
2023-11-03 16:54:35 +02:00
penev92
2589076a2b
Updated the Example mod's code
2023-11-03 16:54:35 +02:00
penev92
0c53b4c876
Update target engine version to release-20231010
2023-11-03 16:54:35 +02:00
penev92
847abc979f
Updated linter running
...
OpenRA PR 20830 - "Linting revamp".
2023-11-03 16:54:35 +02:00
penev92
f6b0ec479b
Updated dedicated server launch scripts
...
OpenRA PR 20783.
2023-11-03 16:54:35 +02:00
penev92
b696920ba0
Update LangVersion to C# 9.
...
OpenRA PR 20726, 20765.
2023-11-03 16:54:35 +02:00
penev92
092eaed489
Add missing assembly information to Windows binaries
...
From OpenRA PR 20805.
2023-11-03 16:54:35 +02:00
penev92
d3ee8e6601
Remove references to the deleted Lua directory from Windows packaging
...
As per OpenRA PR 20880.
2023-11-03 16:54:35 +02:00
penev92
2451b489a6
Added clean before building for "make check"
...
Copied over the cleaning part of OpenRA PR 20726. This is because `make check` only reports issues when doing a fresh build.
2023-06-11 11:23:49 +02:00
penev92
50ccec2498
Added explicit GitHub workflows permissions
...
From OpenRA PR 20435.
2023-06-11 11:23:49 +02:00
penev92
bb5061a35f
Fixed GH Actions' use of chocolatey
...
From OpenRA PR 20907.
2023-06-11 11:23:49 +02:00
Matthias Mailänder
3a346d9148
Include more tab indented files.
2023-04-20 22:59:26 +02:00
Matthias Mailänder
1bc8f3f6d9
Fix indention.
2023-04-20 22:59:26 +02:00
Matthias Mailänder
c86eae338d
Fix launch dedicated crashing.
2023-04-20 22:59:26 +02:00
IceReaper
98eec41578
Modernized the SDK.
2023-03-27 20:24:23 +02:00
penev92
2d23d76e89
Change default utility command for VSCode launch
2023-03-22 22:41:39 +01:00
penev92
3bbfac9081
Added a VS launch profile for the Utility as well
2023-03-22 22:41:39 +01:00
penev92
c72b0468fc
Added launchSettings.json for launching via VS
2023-03-22 22:41:39 +01:00
penev92
293d16be5b
Fixed make.ps1 MOD_SEARCH_PATHS env variable
2023-02-27 00:02:56 +01:00
penev92
4ceb3fe31b
Added extra output to make.ps1
2023-02-27 00:02:56 +01:00
penev92
038ad57e84
Update target engine version to release-20230225
2023-02-25 14:53:09 +00:00
penev92
52f3da501f
Change the way the output directory is set during packaging
...
From OpenRA PR 20678.
2023-02-25 14:53:09 +00:00
penev92
5d469bd0d8
Fixed Makefile check of MacOS architecture
...
From OpenRA PR 20651.
2023-02-25 14:53:09 +00:00
penev92
2187e3fc91
Added an option to run utility.cmd programatically
...
From OpenRA PR 20010.
2023-02-25 14:53:09 +00:00
penev92
dc11bcd8a1
Removed the copyright year numbers
...
Following from OpenRA PR 20595.
2023-02-25 14:53:09 +00:00
penev92
9d2420f15d
Ordered VSCode extension recommendations
2023-02-25 14:53:09 +00:00
Matthias Mailänder
c949371e9f
Revert "Make the packaging functions script executable"
...
This reverts commit a6371f472e .
2023-02-20 19:56:59 +01:00
abcdefg30
a6371f472e
Make the packaging functions script executable
2023-02-20 19:52:50 +01:00
penev92
985f08eeab
Updated ENGINE_VERSION to release-202212xx
2023-01-15 21:44:53 +01:00
penev92
2b8e5175de
Updated the example mod
2023-01-15 21:44:53 +01:00
penev92
7c17829b96
Added VSCode configuration
...
- OpenRA PR 18280 - "Add support for Visual Studio Code. " and its follow-ups 18786, 18954, 19026, 19379, 19785, 19787, 19933, 20003.
- Added launch profile for the Utility and a VSCode task to run it - OpenRA PR 20009.
2023-01-15 21:44:53 +01:00
penev92
22c5ed3f83
Updated GitHub Actions workflows
...
- OpenRA PRs 19325, 20360, 20389, 20487, 20503, 20559, 20589.
- Renamed ci.yaml -> ci.yml
2023-01-15 21:44:53 +01:00
penev92
b03c98b462
Updated ModSDK packaging and launching scripts
...
Updates SDK scripts to match the current latest version of OpenRA (coming up on a 12.2022 release).
- Launch scripts - OpenRA PRs 17578, 19317, 19486.
- Make scripts - OpenRA PRs 16529, 19379, 19671, 19737, 19747, 19780, 20559.
- Packaging scripts - OpenRA PRs 19780, 19782, 19886, 20559, 20610.
2023-01-15 21:44:53 +01:00
penev92
a044069173
Updated support files - .editorconfig, .gitignore, CODE_OF_CONDUCT.md
...
- Added code style rules to .editorconfig - OpenRA PRs 19953, 19976, 20020, 20263, 20264, 20278, 20306, 20364, 20584.
- Updated CODE_OF_CONDUCT mention of OpenRA on IRC - OpenRA commit ade5d211e981ecf04f5c38d5eeb10c2ba6cd7307.
2023-01-15 21:44:53 +01:00
David Wilson
bf428de310
Fix to ensure Windows uninstaller removes reg entries from the 64 bit registry
2023-01-14 23:29:41 +01:00
Matthias Mailänder
e0c1ee07e4
Add Visual Studio Code metadata
2022-08-10 00:00:00 +02:00
Paul Chote
2b68288abb
Update engine tag to release-20210321.
2021-03-21 19:17:32 +01:00
Paul Chote
118680a58d
Fix launch-dedicated server check.
2021-03-21 19:17:32 +01:00
Paul Chote
cc219ccf31
Update engine tag to playtest-20210131.
2021-01-31 11:21:53 +00:00
Matthias Mailänder
6fbcdef303
Enforce line endings.
2021-01-30 21:32:29 +01:00
Paul Chote
62e4eacf13
Convert files with CRLF line endings to LF.
2021-01-30 21:32:29 +01:00