[quake3-commits] [ioquake/ioq3] 420bd0: OpenGL2: Remove loading (unused) glDrawBuffersARB

Zack Middleton zturtleman at gmail.com
Wed Jun 15 15:02:42 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: 420bd0916487b3939db2a0097e7b50aa1d572276
      https://github.com/ioquake/ioq3/commit/420bd0916487b3939db2a0097e7b50aa1d572276
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
    M code/renderercommon/qgl.h
    M code/renderergl2/tr_extensions.c

  Log Message:
  -----------
  OpenGL2: Remove loading (unused) glDrawBuffersARB


  Commit: 0334f4a59b7a4d02ba9175095719194691d8a8bd
      https://github.com/ioquake/ioq3/commit/0334f4a59b7a4d02ba9175095719194691d8a8bd
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
    M code/renderergl2/tr_extensions.c

  Log Message:
  -----------
  OpenGL2: Remove duplicate textureFloat = qfalse

glRefConfig.textureFloat is set to qfalse near wrong extension and then
farther down by the correct extension. Removing this has no effect.


  Commit: 780f0a5d3ef4a24147de819f7fa5cf18d494f86a
      https://github.com/ioquake/ioq3/commit/780f0a5d3ef4a24147de819f7fa5cf18d494f86a
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
    M code/client/cl_cin.c

  Log Message:
  -----------
  Prevent CL_RunCinematic from reading cinTable[-1]

At the end of CL_RunCinematic, RoQShutdown sets currentHandle to -1.
This causes the return at the end to be return cinTable[-1].status.
Use return FMV_EOF when RoQShutdown is called.

I think FMV_EOF should be returned instead of FMV_IDLE which is set in
RoQShutdown because RoQShutdown is clearing out state so it can be reused
for a new cinematic.

The return value isn't actually read by the ioq3 client, renderers,
cgame, or ui.


  Commit: 9f6c4942ee0b57de5991112a0d70f277204090eb
      https://github.com/ioquake/ioq3/commit/9f6c4942ee0b57de5991112a0d70f277204090eb
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Remove note that r_allowResize requires SDL backend


Compare: https://github.com/ioquake/ioq3/compare/ef2184df1c47...9f6c4942ee0b


More information about the quake3-commits mailing list