[xoreos-git] [xoreos/xoreos] 97b508: AURORA: Add debug messages for script engine funct...

GitHub noreply at github.com
Fri Nov 4 01:08:19 CET 2016


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

  Changed paths:
    M src/aurora/nwscript/functionman.cpp
    M src/aurora/nwscript/util.cpp
    M src/aurora/nwscript/util.h

  Log Message:
  -----------
  AURORA: Add debug messages for script engine function calls

With level 1 of the kDebugEngineScripts channel, the script
interpreter now prints the just called engine function and its return
value.

With level 5 of the kDebugEngineScripts channel, the script
interpreter instead prints the engine function name before it's called
and the return value afterwards.


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

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

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

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


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

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

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

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


  Commit: bbf0b1f97cbd778d8a33afb8e862b3996923efac
      https://github.com/xoreos/xoreos/commit/bbf0b1f97cbd778d8a33afb8e862b3996923efac
  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: c152822d086fbaeeab7df59b917e9adbedde12e4
      https://github.com/xoreos/xoreos/commit/c152822d086fbaeeab7df59b917e9adbedde12e4
  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: 939324701d84329d3d2bfd42cc7ae727a644d595
      https://github.com/xoreos/xoreos/commit/939324701d84329d3d2bfd42cc7ae727a644d595
  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: 33d0663402b2d0af68fab9fb59a362ee3d2a0104
      https://github.com/xoreos/xoreos/commit/33d0663402b2d0af68fab9fb59a362ee3d2a0104
  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: 494891d93764ee7207e8cf11f7aaeda218f4441d
      https://github.com/xoreos/xoreos/commit/494891d93764ee7207e8cf11f7aaeda218f4441d
  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: 2e1f1bf89414ec3b160a346e96f5742ae7b0bee2
      https://github.com/xoreos/xoreos/commit/2e1f1bf89414ec3b160a346e96f5742ae7b0bee2
  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/c4658c64c42a...2e1f1bf89414


More information about the xoreos-git mailing list