Hervé Poussineau
fe9cc34414
Add missing forward declaration.
...
Thanks Fireball to debug this issue!
svn path=/trunk/; revision=31209
2007-12-14 11:12:55 +00:00
Johannes Anderwald
99473322f1
- part of 1/2 of bulgarian translation update
...
See issue #2886 for more details.
svn path=/trunk/; revision=31208
2007-12-14 11:11:44 +00:00
Hervé Poussineau
c77f80bc75
Remove HALP_HOOKS structure
...
Revert r31198 and part of r31194, and replace them by compile-time define in pci.c
Don't use one rbuild file per hal, but merge them into one
Share halinit.c between UP and MP versions
svn path=/trunk/; revision=31207
2007-12-14 08:53:56 +00:00
Gregor Brunmar
9cae851aec
* Added helper function to read Direct3D registry properties
...
* Started implementing Direct3DCreate9
svn path=/trunk/; revision=31206
2007-12-14 07:13:21 +00:00
Johannes Anderwald
2125ffa5a5
- fix a bug showing the same dialog twice in rev 31173
...
See issue #2888 for more details.
svn path=/trunk/; revision=31205
2007-12-13 23:11:24 +00:00
James Tabor
0611e28734
Up the handle count to 0x10000, reset adjustment to support change. Add device capabilities to handle table.
...
svn path=/trunk/; revision=31204
2007-12-13 20:27:28 +00:00
James Tabor
5232a3eb7a
Thanks Timo! I have updated the information too.
...
svn path=/trunk/; revision=31203
2007-12-13 18:34:46 +00:00
Hervé Poussineau
7c69396b36
[FORMATTING] Fix formatting, no code change
...
svn path=/trunk/; revision=31202
2007-12-13 17:23:03 +00:00
Daniel Reimer
44083c8d46
OK, this has no right to be in here... "as developed primarily through reverse-engineering of the original MS bios and its boot process."
...
A diff will be provided in the future.
svn path=/trunk/; revision=31201
2007-12-13 17:03:01 +00:00
Johannes Anderwald
3f301b6835
- implement displaying and showing language dialog
...
- rename all translated entries in de-DE.h because gcc doesnt understand the scope of static
- add basic language dialog - feel free to improve design, layout etc
svn path=/trunk/; revision=31200
2007-12-13 16:15:43 +00:00
Daniel Reimer
1d0205fba7
Move cromwell in the right folder.
...
svn path=/trunk/; revision=31199
2007-12-13 16:13:30 +00:00
Hervé Poussineau
9186f2dfd4
Forgot a change in r31194
...
svn path=/trunk/; revision=31198
2007-12-13 16:06:12 +00:00
Magnus Olsen
8f7e05a52f
updated d3d9_private.h with some more info
...
svn path=/trunk/; revision=31197
2007-12-13 15:55:26 +00:00
Hervé Poussineau
a979fff8fb
Call HAL-specific initialization handlers
...
svn path=/trunk/; revision=31196
2007-12-13 15:44:17 +00:00
Hervé Poussineau
40e8a9ec3a
display.c contains only empty functions, it has no reason to not be shared accross all HALs
...
svn path=/trunk/; revision=31195
2007-12-13 15:35:27 +00:00
Hervé Poussineau
82ae7dcf03
Use PBUS_HANDLER->Get/SetBusData function pointers to call PCI bus handler
...
Update Xbox PCI bus management after HAL changes
Fix typo
svn path=/trunk/; revision=31194
2007-12-13 15:34:02 +00:00
Daniel Reimer
adf80d74b3
German Translation for usetup.
...
svn path=/trunk/; revision=31193
2007-12-13 15:01:21 +00:00
Daniel Reimer
f9c0a9419d
Commited the modified Cromwell/Xromwell Loader Version 2.33-DEV which is able to boot ReactOS from a Microsoft XBox (not 360). Thank goes out to GvG for send it to me.
...
svn path=/trunk/; revision=31192
2007-12-13 13:47:31 +00:00
Magnus Olsen
6cc6acf265
Add D3D COM to ddraw (dx1)
...
svn path=/trunk/; revision=31191
2007-12-13 12:31:05 +00:00
James Tabor
741e32d84d
Add device caps and width data structures.
...
svn path=/trunk/; revision=31190
2007-12-13 08:51:02 +00:00
Magnus Olsen
1cdc5e759c
patch from Kamil Hornicek tykef at atlas dot cz (irc nick : Pigglesworth)
...
fix one fixme in createsurface.c support more that only dx7 surface in createsurface.c
svn path=/trunk/; revision=31189
2007-12-13 02:02:15 +00:00
Magnus Olsen
37b2f521e1
add support for IID_IDirectDrawColorControl, IsEqualGUID(&IID_IDirectDrawGammaControl, IID_IDirectDrawSurfaceKernel
...
we are getting thues stubs api now from ddraw vtable now when some calls to surface_QueryInterface api
svn path=/trunk/; revision=31188
2007-12-13 01:55:06 +00:00
Magnus Olsen
d684b6f677
update dxguid to match dxsdk 2004 dec
...
add two guids that does not belong to dxguid for they are need it for ddraw
svn path=/trunk/; revision=31187
2007-12-13 01:49:13 +00:00
Aleksey Bragin
9f8802a889
- Silence memory descriptors output, since it works good now.
...
- Silence pci.sys's debugging message.
svn path=/trunk/; revision=31186
2007-12-12 21:15:17 +00:00
Aleksey Bragin
6148b9b898
- Remove zeroing of PartialResourceList's fields (we allocate without that list).
...
- Sync SetupLDR's BIOS MMap-code with FreeLDR's, fixes the "Total: 0A (0 MB") problem in bootcds.
svn path=/trunk/; revision=31185
2007-12-12 20:29:09 +00:00
Aleksey Bragin
4556cc8f16
- Don't ignore empty resource descriptors (they still may have BusNumber info).
...
- Change pci identifier from "PCI BIOS" to "PCI", so that PCI buses reported by the loader are discovered now.
svn path=/trunk/; revision=31184
2007-12-12 17:04:50 +00:00
Magnus Olsen
9787fc988b
patch from Kamil Hornicek tykef at atlas dot cz (irc nick : Pigglesworth)
...
design cleanup bit.
fix so each directdraw surface got own directdraw surface vtable.
For some api are new in some version and some functions have more param or different struct in newer directdraw surface
svn path=/trunk/; revision=31183
2007-12-12 15:01:25 +00:00
Hervé Poussineau
95e9a03075
Remove useless test
...
svn path=/trunk/; revision=31182
2007-12-12 12:08:11 +00:00
Hervé Poussineau
f65c950373
Remove hack
...
svn path=/trunk/; revision=31181
2007-12-12 11:42:20 +00:00
Hervé Poussineau
c44ef93398
Get SeRestorePrivilege before calling RegLoadKey
...
svn path=/trunk/; revision=31180
2007-12-12 11:41:38 +00:00
Christoph von Wittich
1468b24275
only clear it when the buffer is valid
...
svn path=/trunk/; revision=31179
2007-12-12 09:17:59 +00:00
The Wine Synchronizer
aa81962d7e
Autosyncing with Wine HEAD
...
svn path=/trunk/; revision=31178
2007-12-12 08:52:08 +00:00
Art Yerkes
a18a66aced
Add simple hardware.h for ppc.
...
svn path=/trunk/; revision=31177
2007-12-12 07:43:07 +00:00
Thomas Bluemel
4c33daaa11
Add support for trustees with objects (building object ACEs is not yet implemented)
...
svn path=/trunk/; revision=31176
2007-12-12 07:04:12 +00:00
James Tabor
512b0582c6
Temporarily implement GWL_HWNDPARENT in user mode.
...
svn path=/trunk/; revision=31175
2007-12-12 06:12:02 +00:00
James Tabor
6be093f33b
A partial implementation of NtGdiCreate/DeleteClientObj.
...
svn path=/trunk/; revision=31174
2007-12-12 02:29:21 +00:00
Johannes Anderwald
a2cdbddc57
- move some hardcoded strings to header en-US.h
...
- move PAGE_NUMBER to usetup.h
- start multiple language input support for usetup
svn path=/trunk/; revision=31173
2007-12-12 00:05:00 +00:00
Aleksey Bragin
697723f229
- Fix default buffer size for user-mode RtlQueryRegistryValues queries, this removes warnings on debug log about buffer being too small (it was!).
...
- Remove ARC tree dump since this code has now been proven to work.
- Sync PointerFree with WINE, removing the unhandled data type=warning.
svn path=/trunk/; revision=31172
2007-12-11 21:52:12 +00:00
Aleksey Bragin
93675d12ab
- Two more leftovers.
...
svn path=/trunk/; revision=31171
2007-12-11 21:34:04 +00:00
Aleksey Bragin
2cbfda3114
- Reshuflle baseaddresses so no relocations occur during booting.
...
- Give beepmidi.dll a baseaddress.
- Silence non-critical trace-style messages in umpnpmgr and in the kernel.
svn path=/trunk/; revision=31170
2007-12-11 21:25:10 +00:00
Gregor Brunmar
2cc26122b6
Added an older still valid version of the D3D9 SDK
...
svn path=/trunk/; revision=31169
2007-12-11 21:02:03 +00:00
Gregor Brunmar
cc08f895b2
* Fixed d3d9.dll stubs
...
* Added first draft of IDirect3D9 implementation based on greatlrd's work
svn path=/trunk/; revision=31168
2007-12-11 20:53:17 +00:00
Gregor Brunmar
6d228ac0a4
Added debug version of IDirect3D9 interface
...
svn path=/trunk/; revision=31167
2007-12-11 20:37:55 +00:00
Dmitry Chapyshev
aff24c6156
- Update English and Russian translation
...
svn path=/trunk/; revision=31166
2007-12-11 20:07:27 +00:00
Hervé Poussineau
ba6959d161
Don't create a key name with a final \0
...
svn path=/trunk/; revision=31165
2007-12-11 20:07:04 +00:00
Dmitry Chapyshev
1979944d7f
- Update English and Russian translation
...
svn path=/trunk/; revision=31164
2007-12-11 19:31:44 +00:00
Thomas Bluemel
4720c38606
Remove comment, SetEntriesInAcl is now (partly) implemented
...
svn path=/trunk/; revision=31163
2007-12-11 19:26:28 +00:00
Dmitry Chapyshev
53af7a9d12
- Update Russian translation
...
svn path=/trunk/; revision=31162
2007-12-11 19:17:03 +00:00
Thomas Bluemel
2391bc80b0
Fix a memory leak in AccpLookupSidByName
...
svn path=/trunk/; revision=31161
2007-12-11 18:56:55 +00:00
Thomas Bluemel
a064f0f708
Implement looking up a named trustee's sid
...
svn path=/trunk/; revision=31160
2007-12-11 18:54:23 +00:00