82005 Commits

Author SHA1 Message Date
Alexandre Julliard
9fe25eae4a vbscript: Fix a memory allocation size to avoid overflows. 2011-09-16 19:36:52 +02:00
Rico Schüller
a7df4958ab d3dx9: Use the variable instead of the type in HeapAlloc(). 2011-09-16 17:54:00 +02:00
Rico Schüller
7cfdaedd3e d3dx9: Use the original bytecode in D3DXGetShaderSamplers() instead of using a constant table. 2011-09-16 17:53:56 +02:00
Frédéric Delanoy
c4db72f50e cmd: verify_mode has BOOL type instead of int. 2011-09-16 17:24:19 +02:00
Frédéric Delanoy
b3561bf82e cmd: echo_mode has BOOL type instead of int. 2011-09-16 17:24:18 +02:00
Frédéric Delanoy
bf63385fab cmd: Remove unused declarations of echo_mode. 2011-09-16 17:24:15 +02:00
Jacek Caban
19a85797ab vbscript: Added VBScript_Global typelib. 2011-09-16 17:24:10 +02:00
Jacek Caban
004210f1fb vbscript: Added do..while and do..until statements implementation. 2011-09-16 17:23:16 +02:00
Jacek Caban
223a407a7f vbscript: Added do until..loop statement implementation. 2011-09-16 17:23:16 +02:00
Jacek Caban
9701bdb563 vbscript: Added support for exit do statement. 2011-09-16 17:23:16 +02:00
Jacek Caban
1f5c56d1a8 vbscript: Added do while..loop statement implementation. 2011-09-16 17:23:16 +02:00
Jacek Caban
3d34925802 vbscript: Added while..wend statement implementation. 2011-09-16 17:23:16 +02:00
Jacek Caban
a99dc8cb3d vbscript: Added GC implementation. 2011-09-16 17:23:16 +02:00
Jacek Caban
8b6b334c89 vbscript: Added class_terminate support. 2011-09-16 17:23:16 +02:00
Jacek Caban
28bddf8dd1 vbscript: Added class_initializer support. 2011-09-16 17:23:15 +02:00
Jacek Caban
888ce00531 vbscript: Added more IDispatchEx tests. 2011-09-16 17:23:15 +02:00
Jacek Caban
603d053512 vbscript: Use default object value for objets in stack_pop_val. 2011-09-16 17:23:14 +02:00
Jacek Caban
a8de7904f5 vbscript: Added support for default getters. 2011-09-16 17:23:14 +02:00
Jacek Caban
a03ad6b2cd vbscript: Added interp_set_member implementation. 2011-09-16 17:23:14 +02:00
Jacek Caban
6c8c617df9 vbscript: Added support for exit property statement. 2011-09-16 17:23:14 +02:00
Jacek Caban
097a75f674 vbscript: Added compiler/runtime support for property getters/letters. 2011-09-16 17:23:14 +02:00
Jacek Caban
32f336bd9d vbscript: Added getters/setters parser implementation. 2011-09-16 17:23:13 +02:00
Jacek Caban
e843608748 vbscript: Added property invoke implementation. 2011-09-16 17:23:13 +02:00
Jacek Caban
4bb10ad385 vbscript: Added GetDispID support for properties. 2011-09-16 17:23:13 +02:00
Jacek Caban
ae57aa14b3 vbscript: Added class properties compiler implementation. 2011-09-16 17:23:13 +02:00
Jacek Caban
117fd7c0e1 vbscript: Added class property parser implementation. 2011-09-16 17:23:13 +02:00
Piotr Caban
005808cb0e urlmon: Added 111 ordinal stub. 2011-09-16 17:23:13 +02:00
Piotr Caban
4856bd1015 urlmon: Added 331 and 335 ordinal exports. 2011-09-16 17:23:13 +02:00
Piotr Caban
4a740c8a80 propsys/tests: Added InitVariantFromBuffer tests. 2011-09-16 17:23:12 +02:00
Piotr Caban
f8dd85f246 propsys: Added InitVariantFromBuffer implementation. 2011-09-16 17:23:12 +02:00
Piotr Caban
97b49079c3 urlmon: Added 362 ordinal export (InitVariantFromGUIDAsString). 2011-09-16 17:23:12 +02:00
Piotr Caban
9642778089 propsys/tests: Added InitVariantFromGUIDAsString tests. 2011-09-16 17:23:12 +02:00
Piotr Caban
27ac89acbc propsys: Added InitVariantFromGUIDAsString implementation. 2011-09-16 17:23:12 +02:00
Francois Gouget
b6da3052ed vbscript/tests: Some tests require that the user interface be in English. 2011-09-16 17:23:12 +02:00
Francois Gouget
3beac360a9 po: Remove English strings from the Japanese translation. 2011-09-16 17:23:12 +02:00
Francois Gouget
ce6a608a32 po: Remove English strings from the Korean translation. 2011-09-16 17:23:12 +02:00
Francois Gouget
e4a45fc6e9 po: Remove English strings from the Dutch translation. 2011-09-16 17:23:11 +02:00
Francois Gouget
bfbde4368e po: Remove English strings from the Turkish translation. 2011-09-16 17:23:11 +02:00
Francois Gouget
dc1de1780b po: Remove English strings from the Finnish translation. 2011-09-16 17:23:11 +02:00
Francois Gouget
25088379d9 pdh/tests: Some tests require that the user interface be in English. 2011-09-16 17:23:11 +02:00
Francois Gouget
770537011a pdh/tests: Make the test pass on Windows 2000. 2011-09-16 17:23:11 +02:00
Francois Gouget
4c531edfd2 pdh/tests: Rename a counter to make the purpose of the test immediately clear. 2011-09-16 17:23:11 +02:00
Francois Gouget
fe9b079286 pdh: Add more Pdh macros and prototypes to the headers. 2011-09-16 17:23:10 +02:00
Stefan Dösinger
eac78fd488 ddraw/tests: Add some slop to the fog tests. 2011-09-16 17:23:10 +02:00
Stefan Dösinger
c7b509b16c d3d8/tests: State getters don't work with PUREDEVICEs. 2011-09-16 17:23:10 +02:00
Stefan Dösinger
8b57a585ad d3d8/test: Add slop to some fog tests. 2011-09-16 17:23:10 +02:00
Stefan Dösinger
7759729fc7 d3d9/Tests: State getters don't work with PUREDEVICEs. 2011-09-16 17:23:10 +02:00
Stefan Dösinger
6bf2eb76bb d3d9/tests: Add a slop to the fog tests for X1600 GPUs. 2011-09-16 17:23:09 +02:00
Stefan Dösinger
f3644a513f d3d9/tests: Fix the depth stencil size tests on AMD. 2011-09-16 17:23:09 +02:00
Andrew Talbot
de0a0efca9 mmsystem.dll16: Remove an unused variable. 2011-09-16 17:23:09 +02:00