Matthias Mailänder
bd138db9e2
Don't use header tags for non-headers.
2022-10-20 11:02:58 +03:00
Unrud
a2a34dafde
MacOS buildpackage: Fix deduplication
...
The variable `${MOD}` was not enclosed in quotes, but the value contained a space. This caused the argument to be split into two parts.
Using **find** isn't necessary due to globbing.
2022-10-09 00:39:28 +02:00
Unrud
3f106bef72
Scripts: Check exit status of background process
2022-09-18 10:30:58 +02:00
Unrud
5b085b6c15
Scripts: Remove obsolete comment
2022-09-18 10:30:58 +02:00
Unrud
c29f1590c9
Scripts: Remove exit stmts covered by errexit
2022-09-18 10:30:58 +02:00
Unrud
e2fd7ce7ed
Scripts: Remove some subshells that ignore errors
2022-09-18 10:30:58 +02:00
Unrud
1b9a86c0a0
Sciprts: Set pipefail or remove pipes
...
Errors in pipes are ignored otherwise
2022-09-18 10:30:58 +02:00
Unrud
946cd8f322
Scripts: Set errexit to catch errors
2022-09-18 10:30:58 +02:00
Unrud
7cd0d8c079
Scripts: Prevent paths interpreted as args
2022-09-18 10:30:58 +02:00
penev92
04afa4a72c
Added some sorting to documentation output
2022-09-17 15:15:42 +02:00
penev92
6b98a75658
Added referencing types to enum definitions
2022-09-17 15:15:42 +02:00
penev92
07b9c941b4
Added documentation page title
2022-09-17 15:15:42 +02:00
penev92
eda3dfa50f
Added enum export to documentation generation
2022-09-17 15:15:42 +02:00
Matthias Mailänder
1536530f78
Add a fake .zsync suffix parameter to pass linting.
2022-09-13 13:20:05 +03:00
penev92
c52913716c
Added SpriteSequence documentation generation
2022-09-09 21:18:58 +02:00
penev92
dc8c0221e7
Fixed documentation Python script handling of null
...
The script would serialize null values as "None" in the Markdown files it produces, which is not great. It's better to leave empty strings.
2022-09-09 21:18:58 +02:00
penev92
a522457bb6
Reworked weapon documentation generation
...
Switched the Utility's ExtractWeaponDocsCommand output to JSON.
Added a Python script to generate documentation Markdown from JSON.
2022-09-02 20:56:55 +02:00
Unrud
b88ebd8499
Make Red Alert SVG artwork square
...
Fix typo in height (128 instead of 138).
2022-08-04 20:02:44 +02:00
Unrud
0a36d6f995
Use python3 for gtk-dialog.py
...
As mentioned in https://github.com/OpenRA/OpenRA/pull/20059#issuecomment-1166288560
2022-07-10 18:55:25 +02:00
Unrud
678f249c63
Scripts: Disable markup in error messages
...
Error messages are displayed using the following methods:
* **zenity** parses pango markup and replaces escaped characters
* **kdialog** replaces (some) escaped characters
* **gtk-dialog.py** replaces `\n`
* **printf** interprets format strings and replaces escaped characters
* **echo** just displays the text
The error messages themself contain escaped characters and paths from variables.
This PR unifies the behavior by:
* Use **printf** to format error messages and replace escaped characters
* Setting `--no-markup` for **zenity** to disable pango markup and escaped characters
* Remove `\n` replacement from **gtk-dialog.py**.
* Use plain **echo** instead of **printf**
2022-07-10 18:55:25 +02:00
abcdefg30
6a31b1f9f3
Update the copyright header year
2022-05-28 00:35:10 -05:00
Paul Chote
a152bf7324
Replace custom mono defines with toolchain-provided defines.
2022-04-24 20:31:47 +02:00
Paul Chote
1312c1aa72
Rename macOS compat packages to mono.
2022-01-20 19:31:43 +01:00
abcdefg30
b448f2d324
Disable trimmed publishing
2022-01-04 12:34:30 +01:00
abcdefg30
b12c15ea9d
Update to .NET 6
2022-01-04 12:34:30 +01:00
abcdefg30
05420ab5ce
Fix the Windows packing script not working with wget only
2021-10-29 22:25:59 +02:00
abcdefg30
32bc561878
Add a check for wine64 to the Windows packaging
2021-10-29 22:25:59 +02:00
Paul Chote
d2257f9784
Fix macOS compat build dock icon, app name, dark mode support.
2021-08-20 20:34:23 +02:00
Paul Chote
f70457a66f
Remove unused symbol lookups.
2021-08-20 20:34:23 +02:00
Paul Chote
278a4acf96
Fix Engine.LaunchPath for macOS compatibility builds.
2021-08-20 20:34:23 +02:00
Paul Chote
5eb4c6a0bb
Set _KDE_NET_WM_DESKTOP_FILE x11 window property.
...
This explicitly tells KDE to associate the OpenRA window with
the integrated appimage desktop file, allowing it to use the
correct resolution icon for the task switcher.
2021-08-16 20:18:00 +02:00
Paul Chote
f8ed768e39
Change makefile/packaging "RUNTIME=dotnet" to "RUNTIME=net5".
2021-07-18 20:57:22 +02:00
Andre Mohren
6810469634
Updated copyright years.
2021-06-29 18:33:21 -05:00
Paul Chote
35a0a3cf90
Remove rcedit after building windows packages.
2021-04-03 12:19:41 +02:00
Paul Chote
b622afd7fd
Fix self-contained packaging.
2021-03-13 13:12:31 +01:00
Unrud
ccf9c8fb22
AppStream Metadata: Add violence-worship: moderate
2021-02-14 14:16:53 +00:00
Unrud
ee31146501
Update AppStream metadata for linux packaging
...
A few small improvements:
* The type `desktop` was renamed to `desktop-appliaction` (a long time ago)
* Add `launchable` to tell how the application can be launched
* Use `https` for homepage link
* Add link to the bugtracker
* Update `oars-1.0` to `oars-1.1`
* Remove all unnecessary `content_attribute` entries with value `none`
2021-02-14 14:16:53 +00:00
Paul Chote
765944cfa2
Switch macOS and Linux default toolchain to .NET 5.
2021-01-16 22:58:05 +01:00
Paul Chote
15c926b6b9
Move DefineConstants="MONO" into OpenRA.Game.csproj.
2021-01-16 22:58:05 +01:00
Matthias Mailänder
281229e8b4
Update path according to latest appstream specifications.
2021-01-16 20:02:19 +01:00
Matthias Mailänder
ddfa5a4d35
Get rid of unnecessary Makefile variables.
2021-01-16 20:02:19 +01:00
Matthias Mailänder
cbf2e2e2ef
Don't contain the build root in the wrappers.
2021-01-16 20:02:19 +01:00
Matthias Mailänder
62803aff88
Create BIN_PATH first on shortcut installation.
2021-01-16 20:02:19 +01:00
Paul Chote
0984de6bea
Change install_assemblies_mono to install all bin contents.
2021-01-09 19:53:22 +01:00
Paul Chote
69ffd70d3f
Switch Appimages to net 5.
2021-01-09 19:53:22 +01:00
Paul Chote
2fae69c0ba
Run appimagetool directly.
2021-01-09 19:53:22 +01:00
Paul Chote
f1d66a4c70
Use ULFO format for non-compat disk images (requires macOS 10.11+).
2021-01-09 19:53:22 +01:00
Paul Chote
84ce33fe9c
Trim unused assemblies to reduce packaged size further.
2021-01-09 19:53:22 +01:00
Paul Chote
e583165dff
Replace duplicate runtime files with hardlinks to reduce dmg size.
2021-01-09 19:53:22 +01:00
Paul Chote
7bedba5837
Switch macOS packages to .NET 5.
2021-01-09 19:53:22 +01:00