[xoreos-git] [xoreos/xoreos] 9675cc: GRAPHICS: Fix rendering artifacts by rounding the ...

GitHub noreply at github.com
Wed Dec 13 17:36:44 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 9675cc8490d303591ab48bdf1cd28bd4590b7e66
      https://github.com/xoreos/xoreos/commit/9675cc8490d303591ab48bdf1cd28bd4590b7e66
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M src/graphics/aurora/text.cpp

  Log Message:
  -----------
  GRAPHICS: Fix rendering artifacts by rounding the starting position


  Commit: 878646b5955d77b3040ecdf51418f9c611e4982d
      https://github.com/xoreos/xoreos/commit/878646b5955d77b3040ecdf51418f9c611e4982d
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M src/engines/nwn/gui/gui.cpp
    M src/engines/nwn/gui/gui.h
    M src/engines/nwn/gui/widgets/label.cpp
    M src/engines/nwn/gui/widgets/label.h
    A src/engines/nwn/gui/widgets/nwnwidgetwithcaption.cpp
    A src/engines/nwn/gui/widgets/nwnwidgetwithcaption.h
    M src/engines/nwn/gui/widgets/rules.mk
    R src/engines/nwn/gui/widgets/textwidget.cpp
    R src/engines/nwn/gui/widgets/textwidget.h

  Log Message:
  -----------
  NWN: Rename TextWidget to NWNWidgetWithCaption


  Commit: f2df903312edca843fbffde49efdb47c520124c5
      https://github.com/xoreos/xoreos/commit/f2df903312edca843fbffde49efdb47c520124c5
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M src/engines/nwn/gui/widgets/nwnwidgetwithcaption.cpp
    M src/engines/nwn/gui/widgets/nwnwidgetwithcaption.h

  Log Message:
  -----------
  NWN: Rename _text to _caption in NWNWidgetWithCaption


  Commit: bf2a1b1aa164c83895962c8c2f0841437e795968
      https://github.com/xoreos/xoreos/commit/bf2a1b1aa164c83895962c8c2f0841437e795968
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M src/engines/nwn/gui/widgets/nwnwidgetwithcaption.cpp
    M src/engines/nwn/gui/widgets/nwnwidgetwithcaption.h
    M src/graphics/aurora/text.cpp
    M src/graphics/aurora/text.h

  Log Message:
  -----------
  NWN: Extend NWNWidgetWithCaption for Caption Initialization


  Commit: c8c0446b6b6b7a8689ca509403a8b9c0958708e4
      https://github.com/xoreos/xoreos/commit/c8c0446b6b6b7a8689ca509403a8b9c0958708e4
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M src/engines/nwn/gui/widgets/button.cpp

  Log Message:
  -----------
  NWN: Fix WidgetButton::setDisabled to call direct superclass


  Commit: cd6dbdb4aba1f054c1bd63de6797f2848d4d3be0
      https://github.com/xoreos/xoreos/commit/cd6dbdb4aba1f054c1bd63de6797f2848d4d3be0
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M src/engines/nwn/gui/widgets/modelwidget.cpp
    M src/engines/nwn/gui/widgets/modelwidget.h

  Log Message:
  -----------
  NWN: Make ModelWidget an NWNWidgetWithCaption


  Commit: 7b5f73b1cae102796fa39c9e8176ed3a35ad4513
      https://github.com/xoreos/xoreos/commit/7b5f73b1cae102796fa39c9e8176ed3a35ad4513
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M src/engines/nwn/gui/chargen/charappearance.cpp
    M src/engines/nwn/gui/chargen/charattributes.cpp
    M src/engines/nwn/gui/chargen/charhelp.cpp
    M src/engines/nwn/gui/dialogs/okcancel.cpp
    M src/engines/nwn/gui/gui.cpp
    M src/engines/nwn/gui/gui.h
    M src/engines/nwn/gui/ingame/main.cpp
    M src/engines/nwn/gui/main/main.cpp
    M src/engines/nwn/gui/main/newxp1.cpp
    M src/engines/nwn/gui/main/newxp2.cpp
    M src/engines/nwn/gui/widgets/label.cpp
    M src/engines/nwn/gui/widgets/label.h
    M src/graphics/aurora/text.cpp
    M src/graphics/aurora/text.h

  Log Message:
  -----------
  NWN: Unify caption creation


  Commit: 616865fc7c10478df1465f0cb437dcb70e2863d4
      https://github.com/xoreos/xoreos/commit/616865fc7c10478df1465f0cb437dcb70e2863d4
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M src/engines/nwn/gui/ingame/quickchat.cpp
    M src/engines/nwn/gui/ingame/quickchat.h

  Log Message:
  -----------
  NWN: Don't use separate label in ChatModeButton


  Commit: 2ba66141d868615ec454899a0999fc119d022f1f
      https://github.com/xoreos/xoreos/commit/2ba66141d868615ec454899a0999fc119d022f1f
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M src/engines/nwn/gui/chargen/charskills.cpp
    M src/engines/nwn/gui/chargen/charskills.h

  Log Message:
  -----------
  NWN: Don't use separate label in WidgetListItemSkill


  Commit: c00c059d48798ab898388a767326f126b5203483
      https://github.com/xoreos/xoreos/commit/c00c059d48798ab898388a767326f126b5203483
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M src/engines/nwn/gui/widgets/nwnwidgetwithcaption.cpp
    M src/engines/nwn/gui/widgets/nwnwidgetwithcaption.h

  Log Message:
  -----------
  NWN: Remove unused ctor from NWNWidgetWithCaption


  Commit: 022e70fac90c3ad9c3c15066eccd16514a0066b8
      https://github.com/xoreos/xoreos/commit/022e70fac90c3ad9c3c15066eccd16514a0066b8
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M src/engines/nwn/gui/widgets/nwnwidgetwithcaption.cpp
    M src/engines/nwn/gui/widgets/nwnwidgetwithcaption.h

  Log Message:
  -----------
  NWN: Make setText in NWNWidgetWithCaption only take a string parameter


  Commit: 48c582b121d29cb775eb9d19f4520ac1dcbbd79e
      https://github.com/xoreos/xoreos/commit/48c582b121d29cb775eb9d19f4520ac1dcbbd79e
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M src/engines/nwn/gui/widgets/button.cpp
    M src/engines/nwn/gui/widgets/button.h

  Log Message:
  -----------
  NWN: Move left aligned captions on WidgetButton a little to the right


Compare: https://github.com/xoreos/xoreos/compare/03e5cce357e5...48c582b121d2


More information about the xoreos-git mailing list