Changeset 3000 for trunk/changelog
- Timestamp:
- Mar 4, 2000, 8:37:40 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r2997 r3000 1 /* $Id: changelog,v 1.778 2000-03-04 19:11:15 bird Exp $ */ 1 /* $Id: changelog,v 1.779 2000-03-04 19:37:40 jeroen Exp $ */ 2 3 2000-03-04: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl> 4 - GLUT32: Added logic to escape from optimizer bug in VACPP 2 5 3 6 2000-03-04: knut st. osmundsen <knut.stange.osmundse@pmsc.no> … … 12 15 13 16 2000-03-04: Sander van Leeuwen <sandervl@xs4all.nl> 14 15 17 - WSOCK32: Fixed bug in setsockopt for SO_LINGER (options size wasn't 18 adjusted) 16 19 17 20 2000-03-03: Markus Montkowski <mmontkowski@gmx.de> … … 22 25 23 26 2000-03-03: Sander van Leeuwen <sandervl@xs4all.nl> 24 27 - KERNEL32: Create shell dirs in odin\bin directory 25 28 Cleanup (never call Open32 apis directly if the proc 26 29 isn't a wrapper; include win32api.h and call Odin api) … … 28 31 Fixed bug in Win32PeLdrImage::commitPage (quake 3 screensaver's 29 32 fixup section doesn't start on page boundary) 30 33 - ADVAPI32/KERNEL32: Moved registry apis in kernel32 as we need them 31 34 there (importing them directly creates a circular 32 35 dependency (kernel32->advapi32->kernel32)) 33 36 Should probably be moved to ntdll 34 37 - WINMM: Fixed typo in DartWaveOut::init to determine bits per sample 35 38 (Realplayer 7 audio now works (when playing .rm files)) 36 39 37 40 2000-03-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl> 38 41 - KERNEL32: Fixed calling convention bug in conprop2.cpp 39 42 (caused crashes with release build) 40 43 41 44 2000-03-02: Sander van Leeuwen <sandervl@xs4all.nl> 42 - OPENGL\GLIDE:Use Odin OS/2 api wrappers in fxos2.cpp43 - OPENGL\MESA:Reapplied TLS fixes45 - OPENGL\GLIDE: Use Odin OS/2 api wrappers in fxos2.cpp 46 - OPENGL\MESA: Reapplied TLS fixes 44 47 Check for null pointer in wglSetPixelFormat 45 - OPENGL\MESA\3dfx:Use c files from Mesa dir48 - OPENGL\MESA\3dfx: Use c files from Mesa dir 46 49 Check for null pointer in wglSetPixelFormat 47 50 - WINMM: Fixed DartWaveOut::getPosition (overflow) 48 51 (fixes mp3 playback in RealPlayer 7) 49 52 - KERNEL32: Fixed SetCurrentDirectory (don't remove backslash 50 53 if app wants to change dir to "\") 51 54 Create shell folders + shell keys 52 55 (NOTE: This has to be done in the odin install program 53 56 once we have one) 54 57 - ADVAPI32: Added crypt api stubs 55 58 56 59 2000-03-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl> … … 74 77 - OPENGL\GLIDE\CVG\GLIDE: 75 78 Disable instruction scheduling in release build -> messed up 76 79 colors when turned on (most likely VAC optimizer bug) 77 80 TODO: Somebody should also check this for the voodoo 1 glide dll. 78 79 80 81 82 81 - OPENGL\GLIDE\CVG: 82 Fixed makefile 83 - OPENGL\MESA\GL\gl.h 84 Removed circular header dependency (breaks build) 85 - OPENGL\MESA\3dfx: 83 86 Copy 3dfx opengl32.dll to bin\glide 84 87
Note:
See TracChangeset
for help on using the changeset viewer.