[xoreos-git] [xoreos/xoreos] d5fee0: BUILD: Extend boost.m4 to recognize gcc 9.2 and cl...

Vsevolod Kremianskii noreply at github.com
Wed Sep 25 18:36:21 CEST 2019


  Branch: refs/heads/coverity_scan
  Home:   https://github.com/xoreos/xoreos
  Commit: d5fee0e2e58cfb1e0566e76ea0082a2b42f6dc9f
      https://github.com/xoreos/xoreos/commit/d5fee0e2e58cfb1e0566e76ea0082a2b42f6dc9f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-09-21 (Sat, 21 Sep 2019)

  Changed paths:
    M m4/boost.m4

  Log Message:
  -----------
  BUILD: Extend boost.m4 to recognize gcc 9.2 and clang 9


  Commit: ab46726850f5dc1c26c8e43119aa88e90b299f80
      https://github.com/xoreos/xoreos/commit/ab46726850f5dc1c26c8e43119aa88e90b299f80
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-09-21 (Sat, 21 Sep 2019)

  Changed paths:
    M CMakeLists.txt
    M configure.ac

  Log Message:
  -----------
  BUILD: Disable the -Winconsistent-missing-override compiler warning

We are currently inconsistent.


  Commit: 8969d6de71c372646c730b91ba44e1a2eb4de24c
      https://github.com/xoreos/xoreos/commit/8969d6de71c372646c730b91ba44e1a2eb4de24c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-09-21 (Sat, 21 Sep 2019)

  Changed paths:
    M src/aurora/gff4file.cpp
    M src/aurora/gff4file.h

  Log Message:
  -----------
  AURORA: Disambiguate the GFF4 platform enum


  Commit: 1f7fa2c1e1fa36e58d9f6f3789a1bb7251a00e90
      https://github.com/xoreos/xoreos/commit/1f7fa2c1e1fa36e58d9f6f3789a1bb7251a00e90
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2019-09-21 (Sat, 21 Sep 2019)

  Changed paths:
    M src/engines/kotorbase/creature.cpp

  Log Message:
  -----------
  KOTORBASE: Change creature visibility log level to 2


  Commit: 55265df795f73730fa8e5083b874b93031a40b50
      https://github.com/xoreos/xoreos/commit/55265df795f73730fa8e5083b874b93031a40b50
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2019-09-21 (Sat, 21 Sep 2019)

  Changed paths:
    M src/engines/kotorbase/actionexecutor.cpp
    M src/engines/kotorbase/area.cpp
    M src/engines/kotorbase/area.h
    M src/engines/kotorbase/creature.cpp
    M src/engines/kotorbase/creature.h
    M src/engines/kotorbase/module.cpp
    M src/engines/kotorbase/module.h
    M src/engines/kotorbase/object.cpp
    M src/engines/kotorbase/object.h
    M src/engines/kotorbase/partyleader.cpp
    M src/engines/kotorbase/round.cpp
    M src/engines/kotorbase/round.h

  Log Message:
  -----------
  KOTORBASE: Implement combat rounds with minimal attack damage


  Commit: ccbcb88dfc7b953a8ea3578f5594d683753645cd
      https://github.com/xoreos/xoreos/commit/ccbcb88dfc7b953a8ea3578f5594d683753645cd
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-09-22 (Sun, 22 Sep 2019)

  Changed paths:
    M .appveyor.yml

  Log Message:
  -----------
  APPVEYOR: Revert to previous image of AppVeyor

There's two issues with the current image:

1) vcpkg is outdated and fails to install anything. Also happens in
   other projects: https://github.com/OSGeo/gdal/issues/1747 . We can
   fork the vcpkg repo and compile it ourselves, then vcpk itself
   works.
2) The current OpenAL-Soft recipe is broken. So even if we fix 1),
   it's stil broken. The relevant vcpkg issue is tracked here:
   https://github.com/microsoft/vcpkg/issues/7790

So for now, we're downgrading the AppVeyor image to the previous one,
and this seems to fix the build. For now, at least, until the next
AppVeyor update and then the current one is the previous one.
Hopefully, there's a proper fix until then.


  Commit: a931f4fd48fd24fedd8b8562dc705bf401666a31
      https://github.com/xoreos/xoreos/commit/a931f4fd48fd24fedd8b8562dc705bf401666a31
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2019-09-22 (Sun, 22 Sep 2019)

  Changed paths:
    M src/engines/kotor/gui/chargen/chargeninfo.cpp
    M src/engines/kotor/gui/chargen/chargeninfo.h
    M src/engines/kotor2/gui/chargen/chargeninfo.cpp
    M src/engines/kotor2/gui/chargen/chargeninfo.h
    M src/engines/kotorbase/creature.cpp
    M src/engines/kotorbase/creature.h
    M src/engines/kotorbase/creatureinfo.cpp
    M src/engines/kotorbase/door.cpp
    M src/engines/kotorbase/gui/chargeninfo.cpp
    M src/engines/kotorbase/gui/chargeninfo.h
    M src/engines/kotorbase/object.cpp
    M src/engines/kotorbase/object.h
    M src/engines/kotorbase/placeable.cpp
    M src/engines/kotorbase/sound.cpp
    M src/engines/kotorbase/trigger.cpp
    M src/engines/kotorbase/waypoint.cpp

  Log Message:
  -----------
  KOTORBASE: Load creature and PC abilities


  Commit: 700f609c3b59e8456c4218149d4777330e61a15c
      https://github.com/xoreos/xoreos/commit/700f609c3b59e8456c4218149d4777330e61a15c
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2019-09-22 (Sun, 22 Sep 2019)

  Changed paths:
    M src/engines/kotorbase/console.cpp
    M src/engines/kotorbase/console.h

  Log Message:
  -----------
  KOTORBASE: Add console command to describe objects


  Commit: ad05ac5ad2f2ebf12c0e23963dac84d5f036b034
      https://github.com/xoreos/xoreos/commit/ad05ac5ad2f2ebf12c0e23963dac84d5f036b034
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2019-09-22 (Sun, 22 Sep 2019)

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

  Log Message:
  -----------
  KOTORBASE: Load attack properties of items


  Commit: dfd6523941fa32d2483d0eba4ab425784b1b5cd1
      https://github.com/xoreos/xoreos/commit/dfd6523941fa32d2483d0eba4ab425784b1b5cd1
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2019-09-22 (Sun, 22 Sep 2019)

  Changed paths:
    M src/engines/kotorbase/creature.cpp
    M src/engines/kotorbase/creature.h
    M src/engines/kotorbase/creatureinfo.cpp
    M src/engines/kotorbase/creatureinfo.h
    M src/engines/kotorbase/module.cpp

  Log Message:
  -----------
  KOTORBASE: Compute attack damage based on creature and item properties


  Commit: 10325431dbe46d4881e05c2a4cb824c426ff5e33
      https://github.com/xoreos/xoreos/commit/10325431dbe46d4881e05c2a4cb824c426ff5e33
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2019-09-22 (Sun, 22 Sep 2019)

  Changed paths:
    M src/engines/kotorbase/area.cpp
    M src/engines/kotorbase/area.h
    M src/engines/kotorbase/creature.cpp
    M src/engines/kotorbase/creature.h
    M src/engines/kotorbase/module.cpp
    M src/engines/kotorbase/object.cpp
    M src/engines/kotorbase/object.h

  Log Message:
  -----------
  KOTORBASE: Implement creature death


  Commit: 207b377b55cebb129003572fb33a4dcadca8fa70
      https://github.com/xoreos/xoreos/commit/207b377b55cebb129003572fb33a4dcadca8fa70
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2019-09-22 (Sun, 22 Sep 2019)

  Changed paths:
    M src/engines/kotorbase/area.cpp
    M src/engines/kotorbase/creature.cpp
    M src/engines/kotorbase/creature.h
    M src/engines/kotorbase/module.cpp
    M src/engines/kotorbase/module.h
    M src/engines/kotorbase/script/functions.cpp
    M src/engines/kotorbase/script/functions.h
    M src/engines/kotorbase/script/functions_events.cpp

  Log Message:
  -----------
  KOTORBASE: Run user defined script on creature death


Compare: https://github.com/xoreos/xoreos/compare/f23c2e75a170...207b377b55ce



More information about the xoreos-git mailing list