[xoreos-git] [xoreos/xoreos] 23292f: AURORA: Store objects by id, not pointers

GitHub noreply at github.com
Tue Aug 28 18:31:04 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 23292fdbf720bc7ddf05bb2e9c7ac6889d0e1667
      https://github.com/xoreos/xoreos/commit/23292fdbf720bc7ddf05bb2e9c7ac6889d0e1667
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/nwscript/functioncontext.cpp
    M src/aurora/nwscript/functioncontext.h
    M src/aurora/nwscript/ncsfile.cpp
    M src/aurora/nwscript/ncsfile.h
    A src/aurora/nwscript/objectman.cpp
    A src/aurora/nwscript/objectman.h
    A src/aurora/nwscript/objectref.cpp
    A src/aurora/nwscript/objectref.h
    M src/aurora/nwscript/rules.mk
    M src/aurora/nwscript/variable.cpp
    M src/aurora/nwscript/variable.h

  Log Message:
  -----------
  AURORA: Store objects by id, not pointers


  Commit: e808e4792c4b5db167577d91152657b3960486ed
      https://github.com/xoreos/xoreos/commit/e808e4792c4b5db167577d91152657b3960486ed
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/dragonage/area.cpp
    M src/engines/dragonage/area.h
    M src/engines/dragonage/object.cpp

  Log Message:
  -----------
  DRAGONAGE: Register objects with ObjectManager


  Commit: 69c307ab20a8431494e00dde6f633955702c4f09
      https://github.com/xoreos/xoreos/commit/69c307ab20a8431494e00dde6f633955702c4f09
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/dragonage2/area.cpp
    M src/engines/dragonage2/area.h
    M src/engines/dragonage2/object.cpp

  Log Message:
  -----------
  DRAGONAGE2: Register objects with ObjectManager


  Commit: d399205b4e56f9a6148276759559f3f381c1c681
      https://github.com/xoreos/xoreos/commit/d399205b4e56f9a6148276759559f3f381c1c681
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/kotor/object.cpp

  Log Message:
  -----------
  KOTOR: Register objects with ObjectManager


  Commit: defde0fcce33178260dd9f41de2a73487be9fb60
      https://github.com/xoreos/xoreos/commit/defde0fcce33178260dd9f41de2a73487be9fb60
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/kotor2/object.cpp

  Log Message:
  -----------
  KOTOR2: Register objects with ObjectManager


  Commit: 0630e3a1e44753ddd2f3b70db8bba2e5eab29eb7
      https://github.com/xoreos/xoreos/commit/0630e3a1e44753ddd2f3b70db8bba2e5eab29eb7
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/nwn/object.cpp

  Log Message:
  -----------
  NWN: Register objects with ObjectManager


  Commit: bd55711bca14d63f1eb8f7d6b4b55c9ff73900cf
      https://github.com/xoreos/xoreos/commit/bd55711bca14d63f1eb8f7d6b4b55c9ff73900cf
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

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

  Log Message:
  -----------
  NWN2: Register objects with ObjectManager


  Commit: b403b8181e018accbcf8f80a9929d3b326204a62
      https://github.com/xoreos/xoreos/commit/b403b8181e018accbcf8f80a9929d3b326204a62
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/sonic/area.cpp
    M src/engines/sonic/module.cpp
    M src/engines/sonic/placeable.cpp
    M src/engines/sonic/placeable.h

  Log Message:
  -----------
  SONIC: Register objects with ObjectManager


  Commit: 3e3d3653a11b7250dcac7aeec1443c4fab7c5815
      https://github.com/xoreos/xoreos/commit/3e3d3653a11b7250dcac7aeec1443c4fab7c5815
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/witcher/object.cpp

  Log Message:
  -----------
  WITCHER: Register objects with ObjectManager


  Commit: c57818fecc4ace89b57d43d0a1512018cf5478cc
      https://github.com/xoreos/xoreos/commit/c57818fecc4ace89b57d43d0a1512018cf5478cc
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/nwscript/ncsfile.cpp
    M src/aurora/nwscript/ncsfile.h
    M src/aurora/nwscript/objectref.cpp
    M src/aurora/nwscript/objectref.h

  Log Message:
  -----------
  AURORA: Add NCSFile method overloads taking ObjectReference


  Commit: 0b7ea3b041593db9c50656b19fd16efa7de1c31f
      https://github.com/xoreos/xoreos/commit/0b7ea3b041593db9c50656b19fd16efa7de1c31f
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/kotor/module.h
    M src/engines/kotor/script/container.cpp
    M src/engines/kotor/script/container.h

  Log Message:
  -----------
  KOTOR: Store object id, not pointer in delayed actions


  Commit: c8162269a38df9d3e1a57dd2c80c0a46ec461c9a
      https://github.com/xoreos/xoreos/commit/c8162269a38df9d3e1a57dd2c80c0a46ec461c9a
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/kotor/area.cpp
    M src/engines/kotor/area.h
    M src/engines/kotor/script/function_tables.h
    M src/engines/kotor/script/functions.h
    M src/engines/kotor/script/functions_object.cpp

  Log Message:
  -----------
  KOTOR: Implement destroyObject function


  Commit: 3b26e5e96d54ce7d861d0fcd1364e41a847ffac9
      https://github.com/xoreos/xoreos/commit/3b26e5e96d54ce7d861d0fcd1364e41a847ffac9
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/kotor2/module.h
    M src/engines/kotor2/script/container.cpp
    M src/engines/kotor2/script/container.h

  Log Message:
  -----------
  KOTOR2: Store object id, not pointer in delayed actions


  Commit: 47527e8690d731e8fcfe8b8c27ae8539472da9df
      https://github.com/xoreos/xoreos/commit/47527e8690d731e8fcfe8b8c27ae8539472da9df
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/nwn/module.h
    M src/engines/nwn/script/container.cpp
    M src/engines/nwn/script/container.h

  Log Message:
  -----------
  NWN: Store object id, not pointer in delayed actions


  Commit: 07fffb58380e051137c13c62907ffec96f532e33
      https://github.com/xoreos/xoreos/commit/07fffb58380e051137c13c62907ffec96f532e33
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/nwn2/module.h
    M src/engines/nwn2/script/container.cpp
    M src/engines/nwn2/script/container.h

  Log Message:
  -----------
  NWN2: Store object id, not pointer in delayed actions


  Commit: 4f024b2e93c5d87e039e6e39be1863ba28ea0b40
      https://github.com/xoreos/xoreos/commit/4f024b2e93c5d87e039e6e39be1863ba28ea0b40
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/witcher/module.h
    M src/engines/witcher/nwscript/container.cpp
    M src/engines/witcher/nwscript/container.h

  Log Message:
  -----------
  WITCHER: Store object id, not pointer in delayed actions


  Commit: 61cd69b574a24808f62024769cf0b887e9a735bb
      https://github.com/xoreos/xoreos/commit/61cd69b574a24808f62024769cf0b887e9a735bb
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/engines/jade/module.h
    M src/engines/jade/script/container.cpp
    M src/engines/jade/script/container.h

  Log Message:
  -----------
  JADE: Store object id, not pointer in delayed actions


Compare: https://github.com/xoreos/xoreos/compare/08d31acc5bb7...61cd69b574a2
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the xoreos-git mailing list