[quake3-commits] [ioquake/ioq3] 7f4b34: Remove unused define MAC_EVENT_PUMP_MSEC

Zack Middleton zturtleman at gmail.com
Fri Oct 16 21:26:10 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: 7f4b34bf095a4e36d34cbdb2653edf11e7239325
      https://github.com/ioquake/ioq3/commit/7f4b34bf095a4e36d34cbdb2653edf11e7239325
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
    M code/renderergl1/tr_backend.c
    M code/renderergl2/tr_backend.c

  Log Message:
  -----------
  Remove unused define MAC_EVENT_PUMP_MSEC


  Commit: fad66ae22225890dac05e742078f7cfb7e3475a0
      https://github.com/ioquake/ioq3/commit/fad66ae22225890dac05e742078f7cfb7e3475a0
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Maybe fix old MSYS when there is an empty for loop

Based on ioquake3 svn r1485.


  Commit: ce35188acd270c75d766681016ae26fa030b5315
      https://github.com/ioquake/ioq3/commit/ce35188acd270c75d766681016ae26fa030b5315
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2015-10-16 (Fri, 16 Oct 2015)

  Changed paths:
    M code/renderergl1/tr_image.c

  Log Message:
  -----------
  Add support for uncompressed image upload flag to OpenGL1


  Commit: 8531162bd9761ce49016b3738ddf394b28f8e462
      https://github.com/ioquake/ioq3/commit/8531162bd9761ce49016b3738ddf394b28f8e462
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2015-10-16 (Fri, 16 Oct 2015)

  Changed paths:
    M code/renderergl1/tr_cmds.c
    M code/renderergl2/tr_cmds.c

  Log Message:
  -----------
  Fix not swapping buffers because out of cmd buffer space

Reserve space for end of list and swap buffer commands. These are absolutely
required and cannot be dropped. Dropping swap buffer command causes screen
to not update and possible crash from drawsurf buffer overflow if not enough
cmd buffer space for many continous frames.


  Commit: e6209f3b7c008d6d6ec933788088510ad04cd2c5
      https://github.com/ioquake/ioq3/commit/e6209f3b7c008d6d6ec933788088510ad04cd2c5
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2015-10-16 (Fri, 16 Oct 2015)

  Changed paths:
    M code/renderergl1/tr_main.c
    M code/renderergl2/tr_main.c

  Log Message:
  -----------
  Fix crash from reading past end of tr.refdef.drawSurfs

The number of draw surfaces was range checked against number of surfaces for
the current view but needs to check total for the frame otherwise can read
past the end of the tr.refdef.drawSurfs array when there are multiple views.


Compare: https://github.com/ioquake/ioq3/compare/7e0dac7517d3...e6209f3b7c00


More information about the quake3-commits mailing list