From 175c72b126f280c4ef1a5f58925e71c705b7b798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Salajka?= Date: Tue, 17 Mar 2026 23:03:04 +0100 Subject: [PATCH 1/2] Add OpenMRac. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a54e08..a78da80 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,8 @@ some of the mods made for them. [[source]](https://gitlab.com/Dringgstein/Comman - **[ManiaDrive](http://maniadrive.raydium.org)** - A free clone of [TrackMania](https://en.wikipedia.org/wiki/TrackMania), the great game from [Nadéo](https://en.wikipedia.org/wiki/Nadeo) studio. [[source]](http://maniadrive.raydium.org/index.php?downloads=yes) **Engine: [Raydium](https://raydium.org)** [[source]](https://raydium.org/data.php) +- **[OpenMRac](https://www.franticware.com/openmrac)** - A split-screen racing game. [[source]](https://github.com/Franticware/OpenMRac). + - **[Rigs of Rods](https://www.rigsofrods.org)** - An open-source physics sandbox simulation game that can simulate the motion and deformation of vehicles in real time. [[source]](https://github.com/RigsOfRods/rigs-of-rods) **Engine: [OGRE](https://www.ogre3d.org)** [[source]](https://github.com/OGRECave) **UI: [Dear ImGui](https://www.dearimgui.com)** [[source]](https://github.com/ocornut/imgui) - **[RVGL](https://re-volt.io)** - A cross-platform rewrite / port of [Re-Volt](https://en.wikipedia.org/wiki/Re-Volt) that runs natively on both Windows and GNU/Linux. [[source]](https://gitlab.com/re-volt) From c18fc503225fd5dadf0eb897461564e1f803d369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Salajka?= Date: Tue, 17 Mar 2026 23:04:59 +0100 Subject: [PATCH 2/2] Remove extraneous full stop. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a78da80..783ed86 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ some of the mods made for them. [[source]](https://gitlab.com/Dringgstein/Comman - **[ManiaDrive](http://maniadrive.raydium.org)** - A free clone of [TrackMania](https://en.wikipedia.org/wiki/TrackMania), the great game from [Nadéo](https://en.wikipedia.org/wiki/Nadeo) studio. [[source]](http://maniadrive.raydium.org/index.php?downloads=yes) **Engine: [Raydium](https://raydium.org)** [[source]](https://raydium.org/data.php) -- **[OpenMRac](https://www.franticware.com/openmrac)** - A split-screen racing game. [[source]](https://github.com/Franticware/OpenMRac). +- **[OpenMRac](https://www.franticware.com/openmrac)** - A split-screen racing game. [[source]](https://github.com/Franticware/OpenMRac) - **[Rigs of Rods](https://www.rigsofrods.org)** - An open-source physics sandbox simulation game that can simulate the motion and deformation of vehicles in real time. [[source]](https://github.com/RigsOfRods/rigs-of-rods) **Engine: [OGRE](https://www.ogre3d.org)** [[source]](https://github.com/OGRECave) **UI: [Dear ImGui](https://www.dearimgui.com)** [[source]](https://github.com/ocornut/imgui)