[Commits] [wesnoth/wesnoth] 8db561: Use references where NULL pointers aren't allowed.

GitHub noreply at github.com
Sun Jun 8 08:58:56 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 8db561f334f8cb9f8fc09c9e42e91533ed56142c
      https://github.com/wesnoth/wesnoth/commit/8db561f334f8cb9f8fc09c9e42e91533ed56142c
  Author: Boldizsár Lipka <lipkab at zoho.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M src/sdl/rect.hpp

  Log Message:
  -----------
  Use references where NULL pointers aren't allowed.


  Commit: eea2f2dae6f9af3497e951d0d26b1027ce383dad
      https://github.com/wesnoth/wesnoth/commit/eea2f2dae6f9af3497e951d0d26b1027ce383dad
  Author: Boldizsár Lipka <lipkab at zoho.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M src/sdl/rect.hpp

  Log Message:
  -----------
  Use const arguments where appropriate.


  Commit: 91f00a4c656fd2270ed7e2980fe89855ba20b206
      https://github.com/wesnoth/wesnoth/commit/91f00a4c656fd2270ed7e2980fe89855ba20b206
  Author: Boldizsár Lipka <lipkab at zoho.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M src/loadscreen.hpp

  Log Message:
  -----------
  Apply a more conventional indent style.


  Commit: bccfa899103f18b0f9767e81362b3d1d5d20e403
      https://github.com/wesnoth/wesnoth/commit/bccfa899103f18b0f9767e81362b3d1d5d20e403
  Author: Boldizsár Lipka <lipkab at zoho.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M src/sdl/texture.cpp
    M src/sdl/texture.hpp

  Log Message:
  -----------
  Add a default ctor for ttexture.


  Commit: f3258c7504c58d70688b927e7bc1a1032b97073d
      https://github.com/wesnoth/wesnoth/commit/f3258c7504c58d70688b927e7bc1a1032b97073d
  Author: Boldizsár Lipka <lipkab at zoho.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M src/sdl/window.cpp
    M src/sdl/window.hpp

  Log Message:
  -----------
  Add a function that clears the window with a specified color.


  Commit: 0ec70a22fdebf04af66c797746bec995d73c3d0e
      https://github.com/wesnoth/wesnoth/commit/0ec70a22fdebf04af66c797746bec995d73c3d0e
  Author: Boldizsár Lipka <lipkab at zoho.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M src/sdl/texture.cpp
    M src/sdl/texture.hpp

  Log Message:
  -----------
  Add a function to check if the handled pointer is NULL.


  Commit: d85f74e64d700dd6d2a9022e72a3e83065797cda
      https://github.com/wesnoth/wesnoth/commit/d85f74e64d700dd6d2a9022e72a3e83065797cda
  Author: Boldizsár Lipka <lipkab at zoho.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M src/video.cpp
    M src/video.hpp

  Log Message:
  -----------
  Make the global twindow object globally available.

Note: This is a quick an not really elegant change. I'll fix this as
soon as I'll have figured how CVideo and twindow should relate to
eachother.


  Commit: 2bdb4568eb717025ce1a574ecdda59a1b2b3ad1a
      https://github.com/wesnoth/wesnoth/commit/2bdb4568eb717025ce1a574ecdda59a1b2b3ad1a
  Author: Boldizsár Lipka <lipkab at zoho.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M src/loadscreen.cpp
    M src/loadscreen.hpp

  Log Message:
  -----------
  Use SDL2's render API to clear the background and render the logo.

Only affects SDL2 builds.


Compare: https://github.com/wesnoth/wesnoth/compare/970c36bbcc22...2bdb4568eb71


More information about the Commits mailing list