[quake3-commits] [ioquake/ioq3] 9b4dcc: OpenGL2: Fix compiling lightall GLSL on OpenGL 2.1

Zack Middleton noreply at github.com
Tue Apr 16 01:10:42 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: 9b4dcc809e7ed4ed3f36ab82d811ff61bb254afc
      https://github.com/ioquake/ioq3/commit/9b4dcc809e7ed4ed3f36ab82d811ff61bb254afc
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2019-04-15 (Mon, 15 Apr 2019)

  Changed paths:
    M code/renderergl2/glsl/lightall_fp.glsl

  Log Message:
  -----------
  OpenGL2: Fix compiling lightall GLSL on OpenGL 2.1

textureCubeLod() requires OpenGL 3.0 / GLSL 1.30. Added in
2018-12-21 commit e5da13f14635b6accc5eefd6986de03d2cff9662
"OpenGL2: r_cubemapping 2 for box cubemap parallax."

Report by brugal and Simon McVittie.

Bug-Debian: https://bugs.debian.org/923226


  Commit: c61417b8e2e453e14e5a0d012910df5062186f2e
      https://github.com/ioquake/ioq3/commit/c61417b8e2e453e14e5a0d012910df5062186f2e
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2019-04-15 (Mon, 15 Apr 2019)

  Changed paths:
    M code/q3_ui/ui_video.c

  Log Message:
  -----------
  Add current (custom) resolution to Q3 UI video mode list

Custom resolution is displayed when entering system options menu and
settings can be changed without being forced to change video resolution.


  Commit: 9fcb2bb336583d998cc886ecf7e37ea2278b6b78
      https://github.com/ioquake/ioq3/commit/9fcb2bb336583d998cc886ecf7e37ea2278b6b78
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2019-04-16 (Tue, 16 Apr 2019)

  Changed paths:
    M code/ui/ui_main.c
    M code/ui/ui_shared.c
    M code/ui/ui_shared.h

  Log Message:
  -----------
  Override video mode list in Team Arena UI

Override the video mode list in the Team Arena data files with detected
modes from SDL like in ioquake3's Q3 UI. Add the aspect ratio to the
end of the video resolution (i.e., "640x480 (4:3)"). Add the current
(custom) video mode to the list.

Before when using a custom resolution in the menu you could not change
the video mode using the mouse because the resolution text was blank.
Now custom video resolution is displayed and can be clicked.


Compare: https://github.com/ioquake/ioq3/compare/44b18d72ac32...9fcb2bb33658


More information about the quake3-commits mailing list