DXGL r633 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r632‎ | r633 | r634 >
Date:23:54, 2 January 2016
Author:admin
Status:new
Tags:
Comment:
Update URLs in readme
Modified paths:

Diff [purge]

Index: ReadMe.md
@@ -1,5 +1,5 @@
22 # DXGL 0.5.7
3 -http://www.williamfeely.info/wiki/DXGL
 3+https://www.williamfeely.info/wiki/DXGL
44
55 ## Introduction
66 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 does not work with many programs.
@@ -12,7 +12,7 @@
1313 * Windows XP SP3, Vista, 7, 8, 8.1, or 10 (May work under recent versions of Wine)
1414 * OpenGL 2.0 or higher compatible video card, with hardware accelerated non-power-of-two size textures
1515 * OpenGL 3.2 or higher recommended.
16 -* Visual C++ 2010 x86 runtime, available at http://www.microsoft.com/download/en/details.aspx?id=5555 (will be installed if not present)
 16+* Visual C++ 2013 x86 runtime, available at https://www.microsoft.com/en-us/download/details.aspx?id=40784 (will be installed if not present)
1717
1818 ## Build Requirements
1919 * Visual Studio 2013, either full version or Express for Windows Desktop might work.
@@ -27,7 +27,7 @@
2828 * Open the dxgl.sln file, select your build configuration (Debug or Release) in the toolbar, and press F7 to build.
2929
3030 ## Progress
31 -For detailed progress information, please check http://www.williamfeely.info/wiki/DXGL_Features
 31+For detailed progress information, please check https://www.williamfeely.info/wiki/DXGL_Features
3232 What works:
3333 * DirectDraw object creation and destruction (versions 1 to 7)
3434 * Display mode enumeration and switching (with emulated mode switching)
@@ -52,12 +52,12 @@
5353 https://www.dxgl.info/svn/dxgl/
5454
5555 There is a Mediawiki-based SVN log at:
56 -http://www.williamfeely.info/wiki/Special:Code/DXGL
 56+https://www.williamfeely.info/wiki/Special:Code/DXGL
5757
5858 ## AppDB
5959
6060 An AppDB system (similar to that on winehq.org) is now available at:
61 -https://www.williamfeely.info/appdb/
 61+https://www.dxgl.info/appdb/
6262
6363 This requires a user account separate from the other services.
6464
@@ -74,6 +74,6 @@
7575 ## Bug reports
7676
7777 Bug reports are managed by a Bugzilla system available at:
78 -https://www.williamfeely.info/bugzilla
 78+https://www.dxgl.info/bugzilla
7979
8080 A user account needs to be created at this site to post bug reports.