[xoreos-git] [xoreos/xoreos] 92738d: NWN2: Define Store class

Bob Hall noreply at github.com
Sun Mar 24 21:50:12 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 92738d8250e313b8ab590d437f7c851689f2dbc7
      https://github.com/xoreos/xoreos/commit/92738d8250e313b8ab590d437f7c851689f2dbc7
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-03-24 (Sun, 24 Mar 2019)

  Changed paths:
    M src/engines/nwn2/rules.mk
    A src/engines/nwn2/store.cpp
    A src/engines/nwn2/store.h

  Log Message:
  -----------
  NWN2: Define Store class


  Commit: 88b74eeeb5632fbdcd9295b11a1b544c3ad2d743
      https://github.com/xoreos/xoreos/commit/88b74eeeb5632fbdcd9295b11a1b544c3ad2d743
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-03-24 (Sun, 24 Mar 2019)

  Changed paths:
    M src/engines/nwn2/store.cpp
    M src/engines/nwn2/store.h

  Log Message:
  -----------
  NWN2: Get and set store parameters


  Commit: aa82933a2ebbf21af54751cd125f2e84a2605699
      https://github.com/xoreos/xoreos/commit/aa82933a2ebbf21af54751cd125f2e84a2605699
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-03-24 (Sun, 24 Mar 2019)

  Changed paths:
    M src/engines/nwn2/area.cpp
    M src/engines/nwn2/area.h
    M src/engines/nwn2/store.cpp
    M src/engines/nwn2/store.h

  Log Message:
  -----------
  NWN2: Add inventory to store and load stores in area

The Store class instances created in the Area::loadStores call
is handed off to the area's objects list for memory management.


  Commit: 7082d2699a1fc5dba37338ba6e7e9a6339026c76
      https://github.com/xoreos/xoreos/commit/7082d2699a1fc5dba37338ba6e7e9a6339026c76
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-03-24 (Sun, 24 Mar 2019)

  Changed paths:
    M src/engines/nwn2/store.cpp
    M src/engines/nwn2/store.h

  Log Message:
  -----------
  NWN2: Implement calls to cycle through the inventory items


  Commit: b79a9f9a43a8e91778cca98cb6884b6967ff5285
      https://github.com/xoreos/xoreos/commit/b79a9f9a43a8e91778cca98cb6884b6967ff5285
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-03-24 (Sun, 24 Mar 2019)

  Changed paths:
    M src/engines/nwn2/inventory.cpp
    M src/engines/nwn2/inventory.h

  Log Message:
  -----------
  NWN2: Convert inventory crawl to use find algorithm


  Commit: 76b000a331241421c764a4a02ca36846b461fc62
      https://github.com/xoreos/xoreos/commit/76b000a331241421c764a4a02ca36846b461fc62
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-03-24 (Sun, 24 Mar 2019)

  Changed paths:
    M src/engines/nwn2/objectcontainer.cpp
    M src/engines/nwn2/objectcontainer.h
    M src/engines/nwn2/script/function_tables.h
    M src/engines/nwn2/script/functions.h
    M src/engines/nwn2/script/functions_inventory.cpp

  Log Message:
  -----------
  NWN2: Implement Store class script functions


  Commit: ba987288d66f8abb28eb6eb983d8d883ceddec2e
      https://github.com/xoreos/xoreos/commit/ba987288d66f8abb28eb6eb983d8d883ceddec2e
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-03-24 (Sun, 24 Mar 2019)

  Changed paths:
    M src/engines/nwn2/item.cpp
    M src/engines/nwn2/item.h

  Log Message:
  -----------
  NWN2: Include an infinite-supply flag for an item in a Store inventory


Compare: https://github.com/xoreos/xoreos/compare/f72310e208ba...ba987288d66f



More information about the xoreos-git mailing list