[quake3-commits] [ioquake/ioq3] 9a5add: [tools/asm/q3asm.c] Remove 'abs(unsigned)', which ...

Tim Angus tim at ngus.net
Mon Jul 25 16:08:09 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: 9a5add2b604e9d6e5120d1c748e311f895e71908
      https://github.com/ioquake/ioq3/commit/9a5add2b604e9d6e5120d1c748e311f895e71908
  Author: Thomas Köppe <tkoeppe at google.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M code/tools/asm/q3asm.c

  Log Message:
  -----------
  [tools/asm/q3asm.c] Remove 'abs(unsigned)', which is unnecessary and potentially wrong


  Commit: 18d6c8fda279907e2d140e03c8f322bc8d1a4762
      https://github.com/ioquake/ioq3/commit/18d6c8fda279907e2d140e03c8f322bc8d1a4762
  Author: Thomas Köppe <tkoeppe at google.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M code/botlib/be_aas_entity.c
    M code/botlib/be_aas_move.c
    M code/botlib/be_aas_reach.c
    M code/botlib/be_ai_move.c
    M code/tools/asm/q3asm.c

  Log Message:
  -----------
  [botlib] Use floating point absolute value rather than truncate to integer


  Commit: 2ef99c8528b93fa7367565756a30d09850ff3673
      https://github.com/ioquake/ioq3/commit/2ef99c8528b93fa7367565756a30d09850ff3673
  Author: Tim Angus <tim at ngus.net>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M code/botlib/be_aas_entity.c
    M code/botlib/be_aas_move.c
    M code/botlib/be_aas_reach.c
    M code/botlib/be_ai_move.c
    M code/tools/asm/q3asm.c

  Log Message:
  -----------
  Merge pull request #195 from tkoeppe/intfix

Fix signedness and float/int issues with abs()


Compare: https://github.com/ioquake/ioq3/compare/f0086e8c2abd...2ef99c8528b9


More information about the quake3-commits mailing list