[Commits] [wesnoth/wesnoth] b238c4: preferences: Copy friend name and notes to field w...

GitHub noreply at github.com
Sun Feb 21 06:34:59 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: b238c42caf7b4dd5053bb6ad072875be696939a6
      https://github.com/wesnoth/wesnoth/commit/b238c42caf7b4dd5053bb6ad072875be696939a6
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp

  Log Message:
  -----------
  preferences: Copy friend name and notes to field when selected, for easier editing


  Commit: 270d3fd482e820da47e2516ae27b4e20fff724d8
      https://github.com/wesnoth/wesnoth/commit/270d3fd482e820da47e2516ae27b4e20fff724d8
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M data/gui/default/window/preferences/02_display.cfg
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp
    M src/preferences.cpp
    M src/preferences.hpp
    M src/text.cpp

  Log Message:
  -----------
  Preferences: Implement a font scaling option

This is currently incomplete - it only works for GUI2 text.


  Commit: fc12c8bcc8000123064458e094ae6e29bd2bedb5
      https://github.com/wesnoth/wesnoth/commit/fc12c8bcc8000123064458e094ae6e29bd2bedb5
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/font.cpp
    M src/loadscreen.cpp
    M src/marked-up_text.cpp

  Log Message:
  -----------
  Honour font scaling factor when drawing with SDL_TTF


  Commit: d8268c0bd6c130c9ccc5d1717bea9cfc22e4d207
      https://github.com/wesnoth/wesnoth/commit/d8268c0bd6c130c9ccc5d1717bea9cfc22e4d207
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/gui/auxiliary/window_builder.cpp
    M src/gui/auxiliary/window_builder.hpp

  Log Message:
  -----------
  GUI2: Improve an error message


  Commit: 38ddbb98f23221aae8a60cc387c520f69db077d3
      https://github.com/wesnoth/wesnoth/commit/38ddbb98f23221aae8a60cc387c520f69db077d3
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M data/advanced_preferences.cfg
    M data/core/team-colors.cfg
    M data/game_config.cfg
    A data/gui/default/widget/toggle_button_orb.cfg
    A data/gui/default/window/select_orb_colors.cfg
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M src/gui/dialogs/preferences_dialog.cpp
    A src/gui/dialogs/select_orb_colors.cpp
    A src/gui/dialogs/select_orb_colors.hpp

  Log Message:
  -----------
  Preferences: Reimplement orb color options


  Commit: 33da7920cf97461feca3fcdba9c16bede132af80
      https://github.com/wesnoth/wesnoth/commit/33da7920cf97461feca3fcdba9c16bede132af80
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M projectfiles/CodeBlocks/wesnoth.cbp
    M projectfiles/VC9/wesnoth.vcproj
    M src/CMakeLists.txt
    M src/SConscript
    M src/tests/gui/test_gui2.cpp

  Log Message:
  -----------
  Add new orb selection dialog to unit tests and other build systems


  Commit: eef5db9327606023a124b64a786e73c329778838
      https://github.com/wesnoth/wesnoth/commit/eef5db9327606023a124b64a786e73c329778838
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/gui/dialogs/preferences_dialog.cpp
    M src/preferences_display.cpp

  Log Message:
  -----------
  Minor prefs cleanup


  Commit: 1e71e1f0bcfef232cbcd798e294681e97f1cce8b
      https://github.com/wesnoth/wesnoth/commit/1e71e1f0bcfef232cbcd798e294681e97f1cce8b
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/preferences.cpp

  Log Message:
  -----------
  Preferences: Handle cases of renamed orb colour ranges


  Commit: 85fefbe5b88c5da23f28297dffcbaf9355c9bcbc
      https://github.com/wesnoth/wesnoth/commit/85fefbe5b88c5da23f28297dffcbaf9355c9bcbc
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-02-20 (Sat, 20 Feb 2016)

  Changed paths:
    M data/gui/default/widget/toggle_button_orb.cfg
    M images/buttons/misc/orb-active.png
    A images/buttons/misc/orb-pressed-bg-active.png
    A images/buttons/misc/orb-pressed-bg.png
    M images/buttons/misc/orb-pressed.png
    M images/buttons/misc/orb.png

  Log Message:
  -----------
  Improve design of Orb toggle buttons


  Commit: 6848a6d596a054568607697744a7b5c4f7899eba
      https://github.com/wesnoth/wesnoth/commit/6848a6d596a054568607697744a7b5c4f7899eba
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M data/gui/default/window/preferences/02_display.cfg
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/select_orb_colors.cpp
    M src/gui/dialogs/select_orb_colors.hpp

  Log Message:
  -----------
  Preferences: code cleanup and minor bugfix


  Commit: 742d17932f68bfec011516b62da193763c30bb31
      https://github.com/wesnoth/wesnoth/commit/742d17932f68bfec011516b62da193763c30bb31
  Author: Celtic Minstrel <CelticMinstrel at users.noreply.github.com>
  Date:   2016-02-21 (Sun, 21 Feb 2016)

  Changed paths:
    M data/advanced_preferences.cfg
    M data/core/team-colors.cfg
    M data/game_config.cfg
    A data/gui/default/widget/toggle_button_orb.cfg
    M data/gui/default/window/preferences/02_display.cfg
    A data/gui/default/window/select_orb_colors.cfg
    M images/buttons/misc/orb-active.png
    A images/buttons/misc/orb-pressed-bg-active.png
    A images/buttons/misc/orb-pressed-bg.png
    M images/buttons/misc/orb-pressed.png
    M images/buttons/misc/orb.png
    M projectfiles/CodeBlocks/wesnoth.cbp
    M projectfiles/VC9/wesnoth.vcproj
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
    M src/CMakeLists.txt
    M src/SConscript
    M src/font.cpp
    M src/gui/auxiliary/window_builder.cpp
    M src/gui/auxiliary/window_builder.hpp
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/dialogs/preferences_dialog.hpp
    A src/gui/dialogs/select_orb_colors.cpp
    A src/gui/dialogs/select_orb_colors.hpp
    M src/loadscreen.cpp
    M src/marked-up_text.cpp
    M src/preferences.cpp
    M src/preferences.hpp
    M src/preferences_display.cpp
    M src/tests/gui/test_gui2.cpp
    M src/text.cpp

  Log Message:
  -----------
  Merge pull request #603 from CelticMinstrel/prefs_stuff

Font scaling and reimplemented orb colors


Compare: https://github.com/wesnoth/wesnoth/compare/b0344fed20a2...742d17932f68


More information about the Commits mailing list