Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8362da15
Commit
8362da15
authored
Jan 15, 2000
by
Peter Hunnisett
Committed by
Alexandre Julliard
Jan 15, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated documentation.
parent
4f81c3ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
directplay
documentation/status/directplay
+7
-4
No files found.
documentation/status/directplay
View file @
8362da15
...
...
@@ -31,10 +31,11 @@ TODO:
- (started)Implement mutual exclusion on object data for existing functions
- (done) Create and move to correct dll directories (dplay and dplayx)
- (done) Implement dplay in terms of dplayx
- (started) Need a better internal implementation for the objects which scales and
preferably doesn't involve casting structures (dplobby done)
- (started) More generic initialization and destruction helper methods based off
the chosen internal implementation (dplobby done)
- (done) Need a better internal implementation for the objects which scales and
preferably doesn't involve casting structures. Solution is a crude ctor/dtor
which can actually trap some runtime errors.
- (done) More generic initialization and destruction helper methods based off
the chosen internal implementation. Solution is a crude ctor/dtor.
- Use only windows routines where an equivalent is available
- (done) Fix wine dplay.h and dplobby.h header files to allow apps to create the ansi versions
- (started) Port some WineLib test programs using sdk programs (both C and C++ progs)
...
...
@@ -45,6 +46,8 @@ TODO:
- Addition of DirectX 7.0 functionality for direct play (try to catch that moving train)
- bug fixes ;)
- Implement some WineLib test programs using sdk programs as a skeleton
- Change all RegEnumKey calls to RegEnumKeyEx and change enumeration pattern to allow
error handling.
Programs to make work:
- lserver.exe (from sdk)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment