Some fixes and clarifications to the CHANGELOG.

This commit is contained in:
Yamagi Burmeister 2019-05-25 10:21:11 +02:00
parent 12084193c4
commit 40667b133f

View file

@ -1,18 +1,21 @@
Quake II 7.40 to 7.41: Quake II 7.40 to 7.41:
- Some bugfixes to HTTP downloads introduced in 7.40. - Some bugfixes to HTTP downloads introduced in 7.40.
- Fix several crashed when loading savegames in coop games. - Fix several crashes when loading savegames in coop.
- Fix some out of memory aborts when loading maps with a lot surfaces. - Fix some out of memory aborts when loading maps with a lot surfaces.
- Allow autodetection of the desktop resolution. Set 'r_mode' to '-2' to - Allow autodetection of the desktop resolution. Set 'r_mode' to '-2' to
enable that. (by Denis Pauk) enable that. (by Denis Pauk)
- Several fixes to the OpenGL 3.2 renderer. Some dynamic lights were - Several fixes to the OpenGL 3.2 renderer. Some dynamic lights were
missing, for example for most explosions. Stencil shadows were broken missing, for example for most explosions. Stencil shadows were broken
under some conditions. Performance was bad with the AMD legacy driver under some conditions. Performance was bad with the AMD driver under
under Windows. Under some conditions lights were too bright. Windows. Intel Ivy Bridge didn't work. Under some conditions lights
- Add an optional fix for lighting problems in maps that missuse sky were too bright.
- Add an optional fix for lighting problems in maps that misuse sky
surfaces for interior lighting. Set 'gl_fixsurfsky' to '1' to enable surfaces for interior lighting. Set 'gl_fixsurfsky' to '1' to enable
it. it.
- Another bunch of timing fixes. The game should now hold the framerate - Another bunch of timing fixes. The game should now hold the framerate
under all conditions, even under Windows with crappy GPU drivers. under all conditions, even with crappy Windows GPU drivers.
- The quake2.exe wrapper forces the Quake II into focus. This prevents
Quake II starting in background.
Quake II 7.30 to 7.40: Quake II 7.30 to 7.40:
- Add support for HTTP downloads. Both the r1q2 and q2pro URL schemes - Add support for HTTP downloads. Both the r1q2 and q2pro URL schemes