Amine Khaldi
7d3f5052d0
* Addendum to r55855.
...
svn path=/trunk/; revision=55856
2012-02-25 17:23:58 +00:00
Timo Kreuzer
5cede710e0
[ROSTESTS]
...
Fix 64 bit build of some modules (Samuel Serapion, modified by me)
svn path=/trunk/; revision=47551
2010-06-03 20:08:26 +00:00
Colin Finck
dfa9eb6204
[General]
...
- Remove the "kernel32" library reference in all .rbuild files of user-mode modules, because this one is already added by "mingw_common". Also fix the indentation in some files.
svn path=/trunk/; revision=44368
2009-12-02 20:32:16 +00:00
Dmitry Gorbachev
c9c4571300
- Add missing svn:eol-style properties.
...
- Use consistent newline style.
- Update file COPYING.
svn path=/trunk/; revision=43817
2009-10-28 20:13:23 +00:00
Stefan Ginsberg
07d6ee8ed5
- Make ddraw test compile warning free under gcc 4.4.0
...
svn path=/trunk/; revision=42969
2009-08-30 15:36:37 +00:00
Gregor Schneider
b84ac6c703
ddraw_test: Use const char* for string constants, gcc 4.4 warning
...
svn path=/trunk/; revision=42906
2009-08-24 11:50:37 +00:00
Dmitry Gorbachev
6e31a0dd00
Fix some bugs, reported by GCC.
...
svn path=/trunk/; revision=42193
2009-07-25 07:42:15 +00:00
KJK::Hyperion
eb3b62597d
Supersedes r40536, r40537
...
modified winetests/advpack/advpack.rbuild
modified winetests/browseui/browseui.rbuild
modified winetests/cabinet/cabinet.rbuild
modified winetests/comcat/comcat.rbuild
modified winetests/comdlg32/comdlg32.rbuild
modified winetests/gdiplus/gdiplus.rbuild
modified winetests/hlink/hlink.rbuild
modified winetests/imm32/imm32.rbuild
modified winetests/lz32/lz32.rbuild
modified winetests/mapi32/mapi32.rbuild
modified winetests/mlang/mlang.rbuild
modified winetests/msacm32/msacm32.rbuild
modified winetests/mshtml/mshtml.rbuild
modified winetests/msi/msi.rbuild
modified winetests/mstask/mstask.rbuild
modified winetests/netapi32/netapi32.rbuild
modified winetests/odbccp32/odbccp32.rbuild
modified winetests/ole32/ole32.rbuild
modified winetests/rsabase/rsabase.rbuild
modified winetests/rsaenh/rsaenh.rbuild
modified winetests/schannel/schannel.rbuild
modified winetests/shell32/shell32.rbuild
modified winetests/shlwapi/shlwapi.rbuild
modified winetests/urlmon/urlmon.rbuild
modified winetests/usp10/usp10.rbuild
modified winetests/uxtheme/uxtheme.rbuild
modified winetests/version/version.rbuild
modified winetests/winhttp/winhttp.rbuild
modified winetests/wininet/wininet.rbuild
-Wno-format no longer necessary
Some obsolete flags removed, some useless compiler flags removed & shit. Nothing earth-shattering
<insert ginormous commit message ruined by TortoiseSVN's shitty GUI>
svn path=/trunk/; revision=40623
2009-04-21 00:33:05 +00:00
KJK::Hyperion
77db4acd5e
This is why we can't have nice things. Reverting r40536, r40537, due to RosBE differences between Windows and Linux hosts (because RosBE sucks)
...
svn path=/trunk/; revision=40541
2009-04-16 04:57:28 +00:00
KJK::Hyperion
bbfe8fa8d7
Some obsolete flags removed, some useless compiler flags removed & shit. Nothing earth-shattering
...
<insert ginormous commit message ruined by TortoiseSVN's shitty GUI>
svn path=/trunk/; revision=40537
2009-04-16 02:18:00 +00:00
Aleksey Bragin
eaf88dc90a
- Remove WINVER definition.
...
- Fix no-EOL-at-EOF warnings.
svn path=/trunk/; revision=37152
2008-11-02 19:07:00 +00:00
Christoph von Wittich
89ae880958
remove all version defines from rostests
...
svn path=/trunk/; revision=36942
2008-10-25 14:04:03 +00:00
Daniel Reimer
622c29bffb
Delete all Trailing spaces in code.
...
svn path=/trunk/; revision=29688
2007-10-19 23:01:40 +00:00
Maarten Bosma
0dfb900085
Add lots of test cases for the CreateSurface API. See caps_tests.h for more info.
...
svn path=/trunk/; revision=27189
2007-06-15 14:46:03 +00:00
Magnus Olsen
52c6c5e833
commit more test for setcooperlevel, not all test are in that we need.
...
svn path=/trunk/; revision=27180
2007-06-14 22:01:22 +00:00
Maarten Bosma
1bc331c11f
Blt-API Tests
...
svn path=/trunk/; revision=27129
2007-06-10 20:47:17 +00:00
Maarten Bosma
d1d6598616
Tests BltBatch and GetBltStatus
...
svn path=/trunk/; revision=27124
2007-06-10 18:19:46 +00:00
Maarten Bosma
65c877d142
Some clean up
...
svn path=/trunk/; revision=27118
2007-06-10 14:43:48 +00:00
Maarten Bosma
b7a21ac467
Add tests for IDirectDrawSurface methods:
...
- GetCaps
- GetDC / ReleaseDC
- ChangeUniquenessValue / GetUniquenessValue
- GetPixelFormat
- GetSurfaceDesc
- GetDDInterface
svn path=/trunk/; revision=27117
2007-06-10 14:32:19 +00:00
Maarten Bosma
c80a21e102
added wrong file
...
svn path=/trunk/; revision=27115
2007-06-10 12:03:01 +00:00
Maarten Bosma
919058559b
Some more movement.
...
svn path=/trunk/; revision=27112
2007-06-10 11:50:56 +00:00
Maarten Bosma
2fe952c999
- some rearrangement
...
- tests for GetPrivateData, SetPrivateData, FreePrivateData of IDirectDrawSurface
svn path=/trunk/; revision=27110
2007-06-10 11:42:58 +00:00
Magnus Olsen
048061505b
adding real testcase to GetDeviceIdentifier, we can not test everything, I leave small code comment out for easy debuging
...
svn path=/trunk/; revision=27100
2007-06-10 03:41:49 +00:00
Magnus Olsen
2e1e1e0140
prepare testkit for GetDeviceIdentifier
...
svn path=/trunk/; revision=27087
2007-06-09 13:23:18 +00:00
Magnus Olsen
8c9302e2aa
last testcase for getavailmemory
...
svn path=/trunk/; revision=27080
2007-06-08 20:30:07 +00:00
Magnus Olsen
3aa5478e6d
adding allot more testcase for Test_GetAvailableVidMem it is not complete but we testing allot more now
...
svn path=/trunk/; revision=27076
2007-06-08 19:17:46 +00:00
Magnus Olsen
032150f031
adding allot more testcase for Test_GetAvailableVidMem it is not complete but we testing allot more now
...
svn path=/trunk/; revision=27074
2007-06-08 16:46:50 +00:00
Magnus Olsen
a5b4c11371
adding a big freq test
...
svn path=/trunk/; revision=27059
2007-06-07 19:03:11 +00:00
Maarten Bosma
fb06e53fc5
Fix a typo and improve a test.
...
svn path=/trunk/; revision=26865
2007-05-22 10:57:53 +00:00
Maarten Bosma
16abbb4536
Test for IDirectDraw7::GetFourCCCodes
...
svn path=/trunk/; revision=26850
2007-05-21 15:24:57 +00:00
Maarten Bosma
1ddfd23075
GetAvailableVidMem-Test
...
svn path=/trunk/; revision=26815
2007-05-16 22:19:07 +00:00
Magnus Olsen
ea1eae3dd9
Fixing a msvc7 comping issue
...
svn path=/trunk/; revision=26814
2007-05-16 21:03:02 +00:00
Maarten Bosma
316f38cf0f
fix typo.
...
svn path=/trunk/; revision=26813
2007-05-16 20:59:01 +00:00
Maarten Bosma
2522ca071a
- Comment out tests which works does not work for me under xp.
...
- Release returns ref count and no HRESULT (my bad).
svn path=/trunk/; revision=26812
2007-05-16 20:54:20 +00:00
Maarten Bosma
2c56fc8f36
Forgot to commit this one.
...
svn path=/trunk/; revision=26811
2007-05-16 20:47:02 +00:00
Maarten Bosma
3fa5e74711
- Tests for Compact, TestCooperativeLevel, Initialize, GetDisplayMode, RestoreDisplayMode
...
- Merge GetMonitorFrequency Test with other Display Mode Tests
svn path=/trunk/; revision=26810
2007-05-16 20:42:33 +00:00
Maarten Bosma
d64da71c44
- Enable display mode tests but do not tests all of them, but only the first five onces.
...
- Add tests for AddRef, QueryInterface, Release
svn path=/trunk/; revision=26809
2007-05-16 18:57:21 +00:00
Maarten Bosma
ec669d109c
Lots of additional cases by EmuandCo.
...
svn path=/trunk/; revision=26765
2007-05-13 20:31:38 +00:00
Maarten Bosma
39932ced34
Some more CreateSurface Tests (for invaild flags)
...
svn path=/trunk/; revision=26759
2007-05-13 17:58:05 +00:00
Maarten Bosma
35b29a1d0a
- Release Ddraw Object Test_CreateDDraw
...
- First Surface Test of many to follow
- GetMonitorFrequency and whitespace changes by EmuandCo
svn path=/trunk/; revision=26758
2007-05-13 17:31:35 +00:00
Maarten Bosma
e37697709f
Beginning of CreateSurface test.
...
svn path=/trunk/; revision=26755
2007-05-13 16:37:58 +00:00
Maarten Bosma
57f86bb38b
Add debugging macro to get error code and test for display modes (commented out because it checks every single display mode and thus takes fairly long).
...
svn path=/trunk/; revision=26750
2007-05-13 12:09:44 +00:00
Maarten Bosma
ba36cacf56
SetCooperativeLevel Test
...
svn path=/trunk/; revision=26749
2007-05-13 09:58:47 +00:00
Maarten Bosma
1c0a28e0fa
Start of ddraw test case.
...
svn path=/trunk/; revision=26739
2007-05-12 19:43:01 +00:00