[xoreos-git] [xoreos/xoreos] 8d76c9: NWN: Catch exceptions in NWScript function StringT...

GitHub noreply at github.com
Mon Nov 14 03:00:41 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 8d76c972bfaa9060c0c9ca374eccdd70dd3fe0a5
      https://github.com/xoreos/xoreos/commit/8d76c972bfaa9060c0c9ca374eccdd70dd3fe0a5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/nwn/script/functions_string.cpp

  Log Message:
  -----------
  NWN: Catch exceptions in NWScript function StringToInt

On error, it should return 0.


  Commit: 7e9bddaf6a32181603e00af5604677e1f15893f3
      https://github.com/xoreos/xoreos/commit/7e9bddaf6a32181603e00af5604677e1f15893f3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/nwn/script/functions_string.cpp

  Log Message:
  -----------
  NWN: Catch exceptions in NWScript function StringToFloat

On error, it should return 0.0.


  Commit: 2e9bd7b917263a91d710806b41bf7621d33480c6
      https://github.com/xoreos/xoreos/commit/2e9bd7b917263a91d710806b41bf7621d33480c6
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/nwn2/script/functions_string.cpp

  Log Message:
  -----------
  NWN2: Catch exceptions in NWScript function StringToInt

On error, it should return 0.


  Commit: 4d16d90645c6d2c3cfe7e25afba2126326964858
      https://github.com/xoreos/xoreos/commit/4d16d90645c6d2c3cfe7e25afba2126326964858
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/nwn2/script/functions_string.cpp

  Log Message:
  -----------
  NWN2: Catch exceptions in NWScript function StringToFloat

On error, it should return 0.0.


  Commit: 17153461f76b2eb1b5cded024ed2de10f7bf8b67
      https://github.com/xoreos/xoreos/commit/17153461f76b2eb1b5cded024ed2de10f7bf8b67
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/kotor/script/functions_string.cpp

  Log Message:
  -----------
  KOTOR: Catch exceptions in NWScript function StringToInt

On error, it should return 0.


  Commit: 9fd8d6cb1ac7870771bf975fb77c48de3cf7f92a
      https://github.com/xoreos/xoreos/commit/9fd8d6cb1ac7870771bf975fb77c48de3cf7f92a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/kotor/script/functions_string.cpp

  Log Message:
  -----------
  KOTOR: Catch exceptions in NWScript function StringToFloat

On error, it should return 0.0.


  Commit: 520420f19b41d76310d65524b084f53c957f6e45
      https://github.com/xoreos/xoreos/commit/520420f19b41d76310d65524b084f53c957f6e45
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/kotor2/script/functions_string.cpp

  Log Message:
  -----------
  KOTOR2: Catch exceptions in NWScript function StringToInt

On error, it should return 0.


  Commit: 06d320c40e10892f17280029b4ebf98f2342906e
      https://github.com/xoreos/xoreos/commit/06d320c40e10892f17280029b4ebf98f2342906e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/kotor2/script/functions_string.cpp

  Log Message:
  -----------
  KOTOR2: Catch exceptions in NWScript function StringToFloat

On error, it should return 0.0.


  Commit: acb0f5b3158ea74a99e53049ce8b744ea4c24f0b
      https://github.com/xoreos/xoreos/commit/acb0f5b3158ea74a99e53049ce8b744ea4c24f0b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/jade/script/functions_string.cpp

  Log Message:
  -----------
  JADE: Catch exceptions in NWScript function StringToInt

On error, it should return 0.


  Commit: f1e08cb20feb27733b420d991da7e911ad336c32
      https://github.com/xoreos/xoreos/commit/f1e08cb20feb27733b420d991da7e911ad336c32
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/jade/script/functions_string.cpp

  Log Message:
  -----------
  JADE: Catch exceptions in NWScript function StringToFloat

On error, it should return 0.0.


  Commit: e02d3a66ca3913af2e0bf4ad880e871f4d786fb3
      https://github.com/xoreos/xoreos/commit/e02d3a66ca3913af2e0bf4ad880e871f4d786fb3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/witcher/nwscript/functions_string.cpp

  Log Message:
  -----------
  WITCHER: Catch exceptions in NWScript function StringToInt

On error, it should return 0.


  Commit: 3eecb4e53828cf80632b14879835d619f61899e7
      https://github.com/xoreos/xoreos/commit/3eecb4e53828cf80632b14879835d619f61899e7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/witcher/nwscript/functions_string.cpp

  Log Message:
  -----------
  WITCHER: Catch exceptions in NWScript function StringToFloat

On error, it should return 0.0.


  Commit: ebef4366f7b5f20e2c6dc16c5f33229449f5310f
      https://github.com/xoreos/xoreos/commit/ebef4366f7b5f20e2c6dc16c5f33229449f5310f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/dragonage/script/functions_string.cpp

  Log Message:
  -----------
  DRAGONAGE: Catch exceptions in NWScript function StringToInt

On error, it should return 0.


  Commit: 7b0a52f86561fa1a80f02bdffa67d46963871be1
      https://github.com/xoreos/xoreos/commit/7b0a52f86561fa1a80f02bdffa67d46963871be1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/dragonage/script/functions_string.cpp

  Log Message:
  -----------
  DRAGONAGE: Catch exceptions in NWScript function StringToFloat

On error, it should return 0.0.


  Commit: 3fdab196ef1742da2112259d71d391461197805f
      https://github.com/xoreos/xoreos/commit/3fdab196ef1742da2112259d71d391461197805f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/dragonage/script/functions_string.cpp

  Log Message:
  -----------
  DRAGONAGE: Catch exceptions in NWScript function StringToVector

On error, it should return an empty vector.


  Commit: 2ccd9cbe7de45235cad86a99afa2eeac965f5e32
      https://github.com/xoreos/xoreos/commit/2ccd9cbe7de45235cad86a99afa2eeac965f5e32
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/dragonage2/script/functions_string.cpp

  Log Message:
  -----------
  DRAGONAGE2: Catch exceptions in NWScript function StringToInt

On error, it should return 0.


  Commit: dee4f4a21eb07c58c0200800aa700ea1f9ed0e3b
      https://github.com/xoreos/xoreos/commit/dee4f4a21eb07c58c0200800aa700ea1f9ed0e3b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/dragonage2/script/functions_string.cpp

  Log Message:
  -----------
  DRAGONAGE2: Catch exceptions in NWScript function StringToFloat

On error, it should return 0.0.


  Commit: 95aedbe4938c78ef3b3782ebdc90f137c3729c2d
      https://github.com/xoreos/xoreos/commit/95aedbe4938c78ef3b3782ebdc90f137c3729c2d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/engines/dragonage2/script/functions_string.cpp

  Log Message:
  -----------
  DRAGONAGE2: Catch exceptions in NWScript function StringToVector

On error, it should return an empty vector.


Compare: https://github.com/xoreos/xoreos/compare/7cfd38d5f9b5...95aedbe4938c


More information about the xoreos-git mailing list