From 26b55ba5f0eb6adf667aa75e35fd0cbf2780e36d Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 30 Oct 2019 01:17:16 -0400 Subject: rbutil: extend game file installation RbUtil will now install freely distributable data files for Duke Nukem 3D, Quake, SGT-Puzzles (fonts), Wolfenstein 3-D, and Another World. Currently the urls point to my personal server, pending upload to the main download server. Change-Id: I2806fd1ad7e9bb0fcb7aee5444840708e6e63032 --- rbutil/rbutilqt/base/systeminfo.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rbutil/rbutilqt/base/systeminfo.cpp') diff --git a/rbutil/rbutilqt/base/systeminfo.cpp b/rbutil/rbutilqt/base/systeminfo.cpp index d75b90c22d..25ef4a1a42 100644 --- a/rbutil/rbutilqt/base/systeminfo.cpp +++ b/rbutil/rbutilqt/base/systeminfo.cpp @@ -42,6 +42,11 @@ const static struct { { SystemInfo::DailyVoiceUrl, "daily_voice_url", "" }, { SystemInfo::ReleaseVoiceUrl, "release_voice_url", "" }, { SystemInfo::DoomUrl, "doom_url", "" }, + { SystemInfo::Duke3DUrl, "duke3d_url", "" }, + { SystemInfo::PuzzFontsUrl, "puzzfonts_url", "" }, + { SystemInfo::QuakeUrl, "quake_url", "" }, + { SystemInfo::Wolf3DUrl, "wolf3d_url", "" }, + { SystemInfo::XWorldUrl, "xworld_url", "" }, { SystemInfo::ReleaseUrl, "release_url", "" }, { SystemInfo::DailyUrl, "daily_url", "" }, { SystemInfo::BuildInfoUrl, "build_info_url", "" }, -- cgit v1.2.3