From e19beebe65524338c050a820f533e868a85a1ad5 Mon Sep 17 00:00:00 2001 From: Cong Date: Thu, 30 May 2024 09:02:34 +1000 Subject: [PATCH 1/2] Update classicuo --- games/c.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/games/c.yaml b/games/c.yaml index 300d1bcf4..a4c222d1b 100644 --- a/games/c.yaml +++ b/games/c.yaml @@ -776,15 +776,19 @@ - name: 'ClassicUO' langs: - C# + frameworks: + - FNA licenses: - GPL3 development: active originals: - Ultima Online - repo: https://github.com/andreakarasho/ClassicUO + repo: https://github.com/ClassicUO/ClassicUO + feed: https://github.com/ClassicUO/ClassicUO/releases.atom status: playable type: clone - updated: 2020-12-16 + added: 2020-12-16 + updated: 2024-05-30 url: https://www.classicuo.eu/ multiplayer: - Online From a99eeac54726e5e3fd1688f8bc46281150e6b586 Mon Sep 17 00:00:00 2001 From: Cong Date: Thu, 30 May 2024 09:07:44 +1000 Subject: [PATCH 2/2] Add FNA --- dangerfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dangerfile.js b/dangerfile.js index 3b7989f18..4a65195ec 100644 --- a/dangerfile.js +++ b/dangerfile.js @@ -43,6 +43,7 @@ const knownFrameworks = [ 'Flash', 'Fyne', 'FMOD', + 'FNA', 'GameMaker Studio', 'GameSprockets', 'Godot',