[xoreos-git] [xoreos/xoreos] 522099: DRAGONAGE: Add handling for the nStart param to Fi...

GitHub noreply at github.com
Fri Nov 4 01:10:33 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 52209952a9a36ddcbd992254ec4fbf92b0ef4101
      https://github.com/xoreos/xoreos/commit/52209952a9a36ddcbd992254ec4fbf92b0ef4101
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-04 (Fri, 04 Nov 2016)

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

  Log Message:
  -----------
  DRAGONAGE: Add handling for the nStart param to FindSubString

As opposed to Jade Empire, KotOR and KotOR2, FindSubString in Dragon
Age has an optional nStart parameter which specifies the position in
the original string to start searching from.


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

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

  Log Message:
  -----------
  DRAGONAGE2: Add handling for the nStart param to FindSubString

As opposed to Jade Empire, KotOR and KotOR2, FindSubString in Dragon
Age 2 has an optional nStart parameter which specifies the position in
the original string to start searching from.


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

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

  Log Message:
  -----------
  JADE: Fix FindSubString for "not found"

Assigning to ctx.Return() doesn't actually return from the function.


  Commit: 46d6f19f35f07535e00de070e4c51ac954d88efd
      https://github.com/xoreos/xoreos/commit/46d6f19f35f07535e00de070e4c51ac954d88efd
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-04 (Fri, 04 Nov 2016)

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

  Log Message:
  -----------
  KOTOR: Fix FindSubString for "not found"

Assigning to ctx.Return() doesn't actually return from the function.


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

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

  Log Message:
  -----------
  KOTOR2: Fix FindSubString for "not found"

Assigning to ctx.Return() doesn't actually return from the function.


  Commit: 5f26c8ea8ce72e52f38896d35e5b12ec0224543c
      https://github.com/xoreos/xoreos/commit/5f26c8ea8ce72e52f38896d35e5b12ec0224543c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-04 (Fri, 04 Nov 2016)

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

  Log Message:
  -----------
  WITCHER: Fix FindSubString for "not found"

Assigning to ctx.Return() doesn't actually return from the function.


Compare: https://github.com/xoreos/xoreos/compare/2e1f1bf89414...5f26c8ea8ce7


More information about the xoreos-git mailing list