[xoreos-git] [xoreos/xoreos] 575325: NWN2: Implement a FeatAdd script call

Bob Hall noreply at github.com
Mon Feb 4 23:24:00 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 5753254f0f7e320f9b7b069de9a3ca4675ea0afa
      https://github.com/xoreos/xoreos/commit/5753254f0f7e320f9b7b069de9a3ca4675ea0afa
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

  Changed paths:
    M src/engines/nwn2/creature.cpp
    M src/engines/nwn2/creature.h
    M src/engines/nwn2/script/function_tables.h
    M src/engines/nwn2/script/functions.h
    M src/engines/nwn2/script/functions_creature.cpp

  Log Message:
  -----------
  NWN2: Implement a FeatAdd script call

This eliminates a 'TODO' function warning during game startup. In
addition to implementing the scripting language function, a featAdd
call is added to the Creature class to handle the requirements


  Commit: d724e0b4999e8154d23e740a0d86292587a1ed2c
      https://github.com/xoreos/xoreos/commit/d724e0b4999e8154d23e740a0d86292587a1ed2c
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

  Changed paths:
    M src/engines/nwn2/creature.cpp
    M src/engines/nwn2/feats.cpp
    M src/engines/nwn2/feats.h

  Log Message:
  -----------
  NWN2: Check if the creature satisfies the feat requirements

The initial version only checks the creature's ability score ranges
and feat prerequisites.


  Commit: 131a233718fcd3d2535535ca7bcbbabfcdac2a64
      https://github.com/xoreos/xoreos/commit/131a233718fcd3d2535535ca7bcbbabfcdac2a64
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

  Changed paths:
    M src/engines/nwn2/feats.cpp

  Log Message:
  -----------
  NWN2: Feat check for required skill ranks and minimum class level


  Commit: 5bbe8d9a6795ba38a2771c050556854c45df3aea
      https://github.com/xoreos/xoreos/commit/5bbe8d9a6795ba38a2771c050556854c45df3aea
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

  Changed paths:
    M src/engines/nwn2/feats.cpp

  Log Message:
  -----------
  NWN2: Check the maximum allowed feat level and the "or" requirements


Compare: https://github.com/xoreos/xoreos/compare/e1dc0d29a79d...5bbe8d9a6795



More information about the xoreos-git mailing list