[quake3-commits] [ioquake/ioq3] f0c4c1: Remove check for cg_recordSPDemoName.string array ...

Zack Middleton zturtleman at gmail.com
Sun Jun 28 19:32:54 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: f0c4c185fc48e7f64c1f1ea56f117d4e4d7045a9
      https://github.com/ioquake/ioq3/commit/f0c4c185fc48e7f64c1f1ea56f117d4e4d7045a9
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2015-06-28 (Sun, 28 Jun 2015)

  Changed paths:
    M code/cgame/cg_servercmds.c

  Log Message:
  -----------
  Remove check for cg_recordSPDemoName.string array address

It will always be true.


  Commit: b27e0fbf95ebdc347b375b6c74438f575669dbb1
      https://github.com/ioquake/ioq3/commit/b27e0fbf95ebdc347b375b6c74438f575669dbb1
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2015-06-28 (Sun, 28 Jun 2015)

  Changed paths:
    M code/client/cl_avi.c

  Log Message:
  -----------
  Remove unused function WRITE_1BYTES from cl_avi.c


  Commit: 70eb1fa79e226197d68fb58e694f18ab3b24086f
      https://github.com/ioquake/ioq3/commit/70eb1fa79e226197d68fb58e694f18ab3b24086f
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2015-06-28 (Sun, 28 Jun 2015)

  Changed paths:
    M code/client/cl_cin.c

  Log Message:
  -----------
  Make cinematic times be int like CL_ScaledMilliseconds

Cinematic's startTime and lastTime are always set from CL_ScaledMilliseconds
which returns int and are converted back and forth to int and unsigned int.

This fixes a warning that abs() is used on an unsigned int.


  Commit: 1d09a7d5785198a132e4056ced68e19141392ad3
      https://github.com/ioquake/ioq3/commit/1d09a7d5785198a132e4056ced68e19141392ad3
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2015-06-28 (Sun, 28 Jun 2015)

  Changed paths:
    M code/botlib/l_precomp.c

  Log Message:
  -----------
  Fix abs() being used for long int in l_precomp.c


  Commit: 6d62dc36468303594645735d3600f165e4916b10
      https://github.com/ioquake/ioq3/commit/6d62dc36468303594645735d3600f165e4916b10
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2015-06-28 (Sun, 28 Jun 2015)

  Changed paths:
    M code/client/cl_input.c

  Log Message:
  -----------
  Fix abs() being used for float in cl_input.c


Compare: https://github.com/ioquake/ioq3/compare/da8a74d7349a...6d62dc364683


More information about the quake3-commits mailing list