Index: Help/dxgl.css |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | Theme URI:
|
12 | 12 | Description: Based on Twenty Eleven Theme
|
13 | 13 | Author: William
|
14 | | - Author URI: https://www.dxgl.info
|
| 14 | + Author URI: https://www.dxgl.org
|
15 | 15 | Template: twentyeleven
|
16 | 16 | Version: 1.0
|
17 | 17 | License: GNU General Public License v2 or later
|
Index: Help/html/introduction.htmlbody |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <h1>DXGL</h1>
|
3 | | -<p>View help online at <a href="https://www.dxgl.info/help/">https://www.dxgl.info/help/</a></p>
|
| 3 | +<p>View help online at <a href="https://www.dxgl.org/help/">https://www.dxgl.org/help/</a></p>
|
4 | 4 | <h2>Introduction</h2>
|
5 | 5 | <p>DXGL is a free replacement for the Windows ddraw.dll library, running on OpenGL. It is designed to overcome driver bugs, particularly in Windows Vista and newer operating systems. It also adds various enhancements to the graphics output such as display scaling and filtering options. DXGL supports the DirectX 7.0 graphics APIs, however it is currently under development and many programs are not yet compatible with DXGL.</p>
|
6 | 6 | <h2>Updgrade notes</h2>
|
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | If you wish to migrate any old profiles generated after installing DXGL 0.5.9 or later, you will need to use Regedit to delete the "Configuration Version" registry value from the HKEY_CURRENT_USER\SOFTWARE\DXGL registry key to force the upgrade to be run again.
|
11 | 11 | </p>
|
12 | 12 | <h2>GitHub Notice</h2>
|
13 | | -<p>If you downloaded the DXGL source code from GitHub, please note that when compiling DXGL, the version number will not indicate the revision number. This issue is also present when compiling from a zipped source code distribution from the <a href="http://www.dxgl.info">www.dxgl.info</a> or <a href="http://www.williamfeely.info">www.williamfeely.info</a> website.</p>
|
| 13 | +<p>If you downloaded the DXGL source code from GitHub, please note that when compiling DXGL, the version number will not indicate the revision number. This issue is also present when compiling from a zipped source code distribution from the <a href="http://www.dxgl.org>www.dxgl.org</a>, <a href="http://www.dxgl.info">www.dxgl.info</a>, or <a href="http://www.williamfeely.info">www.williamfeely.info</a> website.</p>
|
14 | 14 | <h2>System Requirements</h2>
|
15 | 15 | <ul>
|
16 | 16 | <li>Windows XP SP3, Vista, 7, 8, 8.1, or 10 (May work under recent versions of Wine)</li>
|
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | <h2>SVN</h2>
|
69 | 69 | <p>
|
70 | 70 | SVN readonly access is available at:
|
71 | | - <a href="https://www.dxgl.info/svn/dxgl/">https://www.dxgl.info/svn/dxgl/</a>
|
| 71 | + <a href="https://www.dxgl.org/svn/dxgl/">https://www.dxgl.org/svn/dxgl/</a>
|
72 | 72 | </p>
|
73 | 73 | <p>
|
74 | 74 | There is a Mediawiki-based SVN log at:
|
— | — | @@ -83,7 +83,7 @@ |
84 | 84 | <h2>Discussion boards</h2>
|
85 | 85 | <p>
|
86 | 86 | You may discuss DXGL at:
|
87 | | - <a href="https://www.dxgl.info/phpBB3/">https://www.dxgl.info/phpBB3/</a>
|
| 87 | + <a href="https://forum.dxgl.info">https://forum.dxgl.info</a>
|
88 | 88 | </p>
|
89 | 89 | <p>You must create a forum account to post content. For bug reports, please refer to the next section.</p>
|
90 | 90 | <h2>Bug reports</h2>
|
Index: Installer/dxgl.nsi |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | ; HM NIS Edit Wizard helper defines
|
32 | 32 | !define PRODUCT_NAME "DXGL"
|
33 | 33 | !define PRODUCT_PUBLISHER "William Feely"
|
34 | | -!define PRODUCT_WEB_SITE "https://www.dxgl.info/"
|
| 34 | +!define PRODUCT_WEB_SITE "https://www.dxgl.org/"
|
35 | 35 | !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\dxglcfg.exe"
|
36 | 36 | !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
|
37 | 37 | !define PRODUCT_UNINST_ROOT_KEY "HKLM"
|
— | — | @@ -95,7 +95,7 @@ |
96 | 96 |
|
97 | 97 | !if ${COMPILER} == "VC2010"
|
98 | 98 | !define download_runtime 1
|
99 | | -!define runtime_url "http://www.dxgl.info/download/runtimes/vc10/vcredist_x86.exe"
|
| 99 | +!define runtime_url "http://www.dxgl.org/download/runtimes/vc10/vcredist_x86.exe"
|
100 | 100 | !define runtime_name "Visual C++ 2010"
|
101 | 101 | !define runtime_filename "vcredist_x86.exe"
|
102 | 102 | !define runtime_sha512 "D2D99E06D49A5990B449CF31D82A33104A6B45164E76FBEB34C43D10BCD25C3622AF52E59A2D4B7F5F45F83C3BA4D23CF1A5FC0C03B3606F42426988E63A9770"
|
— | — | @@ -104,7 +104,7 @@ |
105 | 105 | !define PRODUCT_SUFFIX "-msvc10"
|
106 | 106 | !else if ${COMPILER} == "VC2013"
|
107 | 107 | !define download_runtime 1
|
108 | | -!define runtime_url "http://www.dxgl.info/download/runtimes/vc12/vcredist_x86.exe"
|
| 108 | +!define runtime_url "http://www.dxgl.org/download/runtimes/vc12/vcredist_x86.exe"
|
109 | 109 | !define runtime_name "Visual C++ 2013"
|
110 | 110 | !define runtime_filename "vcredist_x86.exe"
|
111 | 111 | !define runtime_sha512 "729251371ED208898430040FE48CABD286A5671BD7F472A30E9021B68F73B2D49D85A0879920232426B139520F7E21321BA92646985216BF2F733C64E014A71D"
|
— | — | @@ -113,7 +113,7 @@ |
114 | 114 | !define PRODUCT_SUFFIX "-msvc12"
|
115 | 115 | !else if ${COMPILER} == "VC2017_8"
|
116 | 116 | !define download_runtime 1
|
117 | | -!define runtime_url http://www.dxgl.info/download/runtimes/vc14.15/vc_redist.x86.exe
|
| 117 | +!define runtime_url http://www.dxgl.org/download/runtimes/vc14.15/vc_redist.x86.exe
|
118 | 118 | !define runtime_name "Visual C++ 2017.8"
|
119 | 119 | !define runtime_filename "vc_redist.x86.exe"
|
120 | 120 | !define runtime_sha512 "05B02AB523D7DDEA468C94F28D4EDB1BD945BDC525B87DE11F7F995196407D412D9E76A950F9F3134467D88A4F6E0B3456E9E941AB7118EDE04025E19F1D2751"
|
— | — | @@ -357,7 +357,7 @@ |
358 | 358 | FunctionEnd
|
359 | 359 |
|
360 | 360 | LangString DESC_SEC01 ${LANG_ENGLISH} "Installs the required components for DXGL."
|
361 | | -LangString DESC_SEC_VCREDIST ${LANG_ENGLISH} "The Visual C++ Redistributable package required for this version of DXGL was not detected. Selecting this will download a copy of the redistributable hosted on dxgl.info and install it."
|
| 361 | +LangString DESC_SEC_VCREDIST ${LANG_ENGLISH} "The Visual C++ Redistributable package required for this version of DXGL was not detected. Selecting this will download a copy of the redistributable hosted on dxgl.org and install it."
|
362 | 362 | LangString DESC_SEC_WINEDLLOVERRIDE ${LANG_ENGLISH} "Sets a DLL override in Wine to allow DXGL to be used."
|
363 | 363 | LangString DESC_SEC_COMFIX ${LANG_ENGLISH} "Adjusts the COM registration of ddraw.dll to allow DXGL to be used from a game's folder. This option only applies to the user profile being used to install DXGL. Use for Windows 8 and above."
|
364 | 364 |
|