Changeset 3345


Ignore:
Timestamp:
Apr 7, 2000, 8:21:14 PM (25 years ago)
Author:
mike
Message:

Experimental fullscreen DDraw

Location:
trunk
Files:
42 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/changelog

    r3342 r3345  
    1  /* $Id: changelog,v 1.872 2000-04-07 17:06:22 sandervl Exp $ */
     1 /* $Id: changelog,v 1.873 2000-04-07 18:21:01 mike Exp $ */
     2
     3 2000-04-07: Michal Necasek <mike@mendelu.cz>
     4        - DDRAW\NEW: Experimental fullscreen DDraw, VIDEOPMI based.
     5             May not work with all video cards and may cause all
     6             kinds of trouble. But works swell for eg. Fallout 1/2
     7             or HMM3. Contains some extra bugs compared to the
     8             windowed DDraw, ie. Moorhuhn and others don't work
     9             with it at all. Please tell me about your experience
     10             with this shameless hack.
    211
    312 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
    4         - WINMM:  Don't restart when already playing
     13        - WINMM:  Don't restart when already playing
    514        - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
    615                  Workaround for paint problems in RealPlayer 7 Update 1.
     
    817                   region has the same size as the window; doing so creates
    918                   update problems for no obvious reason)
    10         - GDI32:  Only change bitmap size in SetDIBitsToDevice if bitmap
     19        - GDI32:  Only change bitmap size in SetDIBitsToDevice if bitmap
    1120                  is not compressed. (fixes crash during startup in Excel)
    1221                  NOTE: Open32 doesn't implement compression type conversion
     
    1423
    1524 2000-04-07: David Raison <djr@lemur.co.uk>
    16         - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
     25        - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
    1726                  (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
    1827
     
    2736
    2837 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
    29         - WINMM: Fixed message callback once more (previous fix broke rp7)
     38        - WINMM: Fixed message callback once more (previous fix broke rp7)
    3039                 Fixed restart
    3140
     
    4251
    4352 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
    44         - WINMM: Smallest waveout buffer size = 128 bytes
     53        - WINMM: Smallest waveout buffer size = 128 bytes
    4554                 Fixed callback bugs (reported by Michal Necasek)
    4655
    4756 2000-04-03: David Raison <djr@lemur.co.uk>
    48         - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
    49         - RPCRT4: Beginning of new dll:
    50             RpcStringFreeA, RpcStringFreeW, UuidCompare
    51             UuidCreate, UuidCreateNil, UuidEqual
    52             UuidFromStringA, UuidFromStringW, UuidHash
    53             UuidIsNil, UuidToStringA, UuidToStringW
     57        - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
     58        - RPCRT4: Beginning of new dll:
     59            RpcStringFreeA, RpcStringFreeW, UuidCompare
     60            UuidCreate, UuidCreateNil, UuidEqual
     61            UuidFromStringA, UuidFromStringW, UuidHash
     62            UuidIsNil, UuidToStringA, UuidToStringW
    5463
    5564 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
    56         - SHELL32: don't sort files case sensitive
     65        - SHELL32: don't sort files case sensitive
    5766
    5867 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
    59         - KERNEL32: FindFirst: don't return "." and ".." in root
    60                     wrote long to short name conversion
    61                     added error code converter
    62         - USER32: removed 'What You See Is What You Get On First Of April'
     68        - KERNEL32: FindFirst: don't return "." and ".." in root
     69                    wrote long to short name conversion
     70                    added error code converter
     71        - USER32: removed 'What You See Is What You Get On First Of April'
    6372
    6473 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
    65         - USER32: dc.cpp cleanup
    66         - GDI32:  Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
     74        - USER32: dc.cpp cleanup
     75        - GDI32:  Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
    6776                  Set y inversion to 0 if dib section isn't flipped
    6877                  (fixes upside down flash videos in RealPlayer 7)
    69         - WINMM:  Faked mixer apis
     78        - WINMM:  Faked mixer apis
    7079
    7180 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
    72         - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
     81        - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
    7382                 videos)
    7483
    7584 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
    76         - USER32: added WYSIWYGOFOA interface
     85        - USER32: added WYSIWYGOFOA interface
    7786
    7887 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
Note: See TracChangeset for help on using the changeset viewer.