Branch: refs/heads/master
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: 447e6e985f84321f4444625299c81ea6588f4cfd
      
https://github.com/Warzone2100/warzone2100/commit/447e6e985f84321f4444625299c81ea6588f4cfd
  Author: Karl-Philipp Richter <krichter...@aol.de>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    A .travis.yml

  Log Message:
  -----------
  added initial .travis.yml


  Commit: 3b4b8261f20c83f0eb76419b23fbdb633bb87df6
      
https://github.com/Warzone2100/warzone2100/commit/3b4b8261f20c83f0eb76419b23fbdb633bb87df6
  Author: Dmitry Marakasov <amd...@amdmi3.ru>
  Date:   2016-12-12 (Mon, 12 Dec 2016)

  Changed paths:
    M src/scripttabs.cpp

  Log Message:
  -----------
  Fix clang build error

C-style cast from 'nullptr_t' to 'INTERP_TYPE' is not allowed


  Commit: 2151e556a7272fa88bd62660d6b6f7b1edc0f791
      
https://github.com/Warzone2100/warzone2100/commit/2151e556a7272fa88bd62660d6b6f7b1edc0f791
  Author: Giel van Schijndel <m...@mortis.eu>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M src/game.cpp

  Log Message:
  -----------
  Use 'false' instead of implicitly converting NULL


  Commit: 895a8953cb2a62f26210b1d5463646327884613e
      
https://github.com/Warzone2100/warzone2100/commit/895a8953cb2a62f26210b1d5463646327884613e
  Author: Giel van Schijndel <m...@mortis.eu>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M lib/widget/button.h
    M lib/widget/form.h
    M lib/widget/label.h

  Log Message:
  -----------
  Prevent hiding overloads

Specifically the setString method, intended to "unhide", the one from
the base class actually hid another with the same name. Use the "using"
directive instead as it was intended.


  Commit: 83d4804322f2251fee8d5b3c6761493dc1e9a78d
      
https://github.com/Warzone2100/warzone2100/commit/83d4804322f2251fee8d5b3c6761493dc1e9a78d
  Author: Giel van Schijndel <m...@mortis.eu>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M lib/exceptionhandler/exceptionhandler.cpp

  Log Message:
  -----------
  Use proper write(2) I/O instead of ignoring return value

This:
1. Provides more correct behaviour
2. Doesn't pass write's return value to abs()
  - which takes int, not ssize_t, causing truncation when the two differ


  Commit: 542104bf0dbf38bd7e179f11592bd43843ab9d2a
      
https://github.com/Warzone2100/warzone2100/commit/542104bf0dbf38bd7e179f11592bd43843ab9d2a
  Author: Giel van Schijndel <m...@mortis.eu>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M src/intimage.cpp
    M src/scriptobj.cpp
    M src/stats.cpp
    M src/terrain.cpp

  Log Message:
  -----------
  Remove unused globals and functions


  Commit: 4c1a0de62be10636d7f9c4af05f154046b22f29d
      
https://github.com/Warzone2100/warzone2100/commit/4c1a0de62be10636d7f9c4af05f154046b22f29d
  Author: Giel van Schijndel <m...@mortis.eu>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M lib/qtgame/wzapp_qt.cpp
    M src/fpath.cpp

  Log Message:
  -----------
  Don't move from an rvalue: it prevents copy-elision

This fixes these Clang 3.8 warnings:
    src/fpath.cpp:401:20: error: moving a temporary object prevents
  copy elision [-Werror,-Wpessimizing-move]
      pathResults[id] = std::move(task.get_future());
                        ^
    src/fpath.cpp:401:20: note: remove std::move call here
      pathResults[id] = std::move(task.get_future());
                        ^~~~~~~~~~                 ~

    lib/qtgame/wzapp_qt.cpp:134:11: error: moving a local object in a
  return statement prevents copy elision [-Werror,-Wpessimizing-move]
             return std::move(image);
                    ^
    lib/qtgame/wzapp_qt.cpp:134:11: note: remove std::move call here
                      return std::move(image);
                             ^~~~~~~~~~     ~


  Commit: cfc0ed3c8778cced79e3707c4278b1466681fa56
      
https://github.com/Warzone2100/warzone2100/commit/cfc0ed3c8778cced79e3707c4278b1466681fa56
  Author: Cyp <c...@wz2100.net>
  Date:   2017-03-07 (Tue, 07 Mar 2017)

  Changed paths:
    A .travis.yml
    M lib/exceptionhandler/exceptionhandler.cpp
    M lib/qtgame/wzapp_qt.cpp
    M lib/widget/button.h
    M lib/widget/form.h
    M lib/widget/label.h
    M src/fpath.cpp
    M src/game.cpp
    M src/intimage.cpp
    M src/scriptobj.cpp
    M src/scripttabs.cpp
    M src/stats.cpp
    M src/terrain.cpp

  Log Message:
  -----------
  Merge remote-tracking branches 'amdmi3/patch-1', 'krichter722/travis' and 
'muggenhor/warn-fixes'


Compare: 
https://github.com/Warzone2100/warzone2100/compare/3509cccd554f...cfc0ed3c8778
------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits

Reply via email to