DXGL r572 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r571
|
r572
|
r573
>
Date:
16:08, 6 December 2014
Author:
admin
Status:
new
Tags:
Comment:
Temporarily disable 15-bit color modes.
Modified paths:
/ddraw/glDirectDraw.cpp
(modified) (
history
)
/dxgl.sln
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glDirectDraw.cpp
—
—
@@ -252,7 +252,7 @@
253
253
count2++;
254
254
}
255
255
break;
256
- case 16:
256
+/* case 16:
257
257
compmode = (*array)[i];
258
258
compmode.dmBitsPerPel = 15;
259
259
if(!ScanModeList(*array,compmode,*count))
—
—
@@ -260,7 +260,7 @@
261
261
array2[count2] = compmode;
262
262
count2++;
263
263
}
264
- break;
264
+ break;*/
265
265
case 24:
266
266
compmode = (*array)[i];
267
267
compmode.dmBitsPerPel = 32;
—
—
@@ -286,13 +286,13 @@
287
287
count2++;
288
288
}
289
289
compmode = (*array)[i];
290
- compmode.dmBitsPerPel = 15;
290
+/* compmode.dmBitsPerPel = 15;
291
291
if(!ScanModeList(*array,compmode,*count))
292
292
{
293
293
array2[count2] = compmode;
294
294
count2++;
295
295
}
296
- compmode = (*array)[i];
296
+ compmode = (*array)[i];*/
297
297
compmode.dmBitsPerPel = 8;
298
298
if(!ScanModeList(*array,compmode,*count))
299
299
{
Index: dxgl.sln
—
—
@@ -1,7 +1,7 @@
2
2
3
3
Microsoft Visual Studio Solution File, Format Version 12.00
4
-# Visual Studio Express 2013 for Windows Desktop
5
-VisualStudioVersion = 12.0.30723.0
4
+# Visual Studio 2013
5
+VisualStudioVersion = 12.0.31101.0
6
6
MinimumVisualStudioVersion = 10.0.40219.1
7
7
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ddraw", "ddraw\ddraw.vcxproj", "{9F051466-EA2C-4195-80B1-1B7C5B3F4AC2}"
8
8
ProjectSection(ProjectDependencies) = postProject
—
—
@@ -167,8 +167,8 @@
168
168
{C59AC409-F7D0-4153-9874-184CA00D537B}.Debug no DXGL|Win32.Build.0 = Debug no DXGL|Win32
169
169
{C59AC409-F7D0-4153-9874-184CA00D537B}.Debug No MSVCRT|Win32.ActiveCfg = Debug No MSVCRT|Win32
170
170
{C59AC409-F7D0-4153-9874-184CA00D537B}.Debug No MSVCRT|Win32.Build.0 = Debug No MSVCRT|Win32
171
- {C59AC409-F7D0-4153-9874-184CA00D537B}.Debug Trace|Win32.ActiveCfg = Debug No MSVCRT|Win32
172
- {C59AC409-F7D0-4153-9874-184CA00D537B}.Debug Trace|Win32.Build.0 = Debug No MSVCRT|Win32
171
+ {C59AC409-F7D0-4153-9874-184CA00D537B}.Debug Trace|Win32.ActiveCfg = Debug|Win32
172
+ {C59AC409-F7D0-4153-9874-184CA00D537B}.Debug Trace|Win32.Build.0 = Debug|Win32
173
173
{C59AC409-F7D0-4153-9874-184CA00D537B}.Debug|Win32.ActiveCfg = Debug|Win32
174
174
{C59AC409-F7D0-4153-9874-184CA00D537B}.Debug|Win32.Build.0 = Debug|Win32
175
175
{C59AC409-F7D0-4153-9874-184CA00D537B}.Release no DXGL|Win32.ActiveCfg = Release no DXGL|Win32
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version