Branch: refs/heads/master
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: e045b870ad1d362e7556a1c04a94f4e338850263
      
https://github.com/Warzone2100/warzone2100/commit/e045b870ad1d362e7556a1c04a94f4e338850263
  Author: 20kdc <asdd2...@gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M lib/sdl/cursors_sdl.cpp
    M po/POTFILES.in
    M src/Makefile.am
    M src/challenge.cpp
    M src/configuration.cpp
    M src/frontend.cpp
    M src/frontend.h
    M src/multiint.cpp
    M src/multiint.h
    M src/multilimit.cpp
    M src/multilimit.h
    M src/multiplay.cpp
    M src/multisync.cpp
    A src/titleui/old.cpp
    A src/titleui/titleui.cpp
    A src/titleui/titleui.h
    M src/wrappers.cpp

  Log Message:
  -----------
  Start to pull apart title menus into a base-class/implementation system


  Commit: f9beea733c6fe62243bfe314d93c10a83ed1595b
      
https://github.com/Warzone2100/warzone2100/commit/f9beea733c6fe62243bfe314d93c10a83ed1595b
  Author: 20kdc <asdd2...@gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M src/Makefile.am
    M src/challenge.cpp
    M src/frontend.cpp
    M src/frontend.h
    M src/game.cpp
    M src/multiint.cpp
    M src/multiint.h
    M src/multilimit.cpp
    M src/multilimit.h
    A src/titleui/msgbox.cpp
    M src/titleui/old.cpp
    A src/titleui/protocol.cpp
    M src/titleui/titleui.cpp
    M src/titleui/titleui.h
    M src/wrappers.cpp

  Log Message:
  -----------
  Begin using TitleUI style in multiint to simplify things


  Commit: 729da99ebaa42d29b93218d8a9c39a1a7260a3a2
      
https://github.com/Warzone2100/warzone2100/commit/729da99ebaa42d29b93218d8a9c39a1a7260a3a2
  Author: 20kdc <asdd2...@gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M src/Makefile.am
    M src/multiint.cpp
    M src/multiint.h
    A src/titleui/passbox.cpp
    M src/titleui/titleui.h

  Log Message:
  -----------
  Improve the password box and move it to a new TitleUI state

This encapsulation should prevent any more
 "suddenly connected to the wrong game" shenanigans.

The lobby being the place where the password form
 exists allowed the lobby to interfere with LAN games.

If your game had a password, you were at the mercy of the lobby.

If your game had no password, you'd have to expect visitors.

Switching to doing everything from joinGame fixed both problems.


  Commit: b1188c40301b1c86d731f0d81061ab07c85bd790
      
https://github.com/Warzone2100/warzone2100/commit/b1188c40301b1c86d731f0d81061ab07c85bd790
  Author: 20kdc <asdd2...@gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M src/Makefile.am
    M src/frontend.h
    M src/multiint.cpp
    M src/multiint.h
    A src/titleui/gamefind.cpp
    M src/titleui/old.cpp
    M src/titleui/protocol.cpp
    M src/titleui/titleui.h

  Log Message:
  -----------
  Gamefind as TitleUI


  Commit: 2be4260f4359fd74e987f22d7b96b267d7ed334f
      
https://github.com/Warzone2100/warzone2100/commit/2be4260f4359fd74e987f22d7b96b267d7ed334f
  Author: 20kdc <asdd2...@gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M src/titleui/gamefind.cpp
    M src/titleui/titleui.h

  Log Message:
  -----------
  Fix gamefind.cpp static methods not having access to the variables by making 
them not static

...should've tested moving the variables, oops


  Commit: 4361a7918e0c2c24bae6a233ea403e332faa71b8
      
https://github.com/Warzone2100/warzone2100/commit/4361a7918e0c2c24bae6a233ea403e332faa71b8
  Author: 20kdc <asdd2...@gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M src/CMakeLists.txt

  Log Message:
  -----------
  titleui: Add subdirectories CMakeLists for titleui's directory & future 
re-organization


  Commit: 7fdb3b9bd1bcdf8077c4459a91b54c9e3ccde7c3
      
https://github.com/Warzone2100/warzone2100/commit/7fdb3b9bd1bcdf8077c4459a91b54c9e3ccde7c3
  Author: 20kdc <asdd2...@gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M src/multilimit.cpp

  Log Message:
  -----------
  Fix compile warning-as-error on MSVC in previous TitleUI refactor commits


  Commit: 2fb84b332535872f5550ca277e7401418216a476
      
https://github.com/Warzone2100/warzone2100/commit/2fb84b332535872f5550ca277e7401418216a476
  Author: KJeff01 <kjeff1...@gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M src/titleui/protocol.cpp
    M src/titleui/titleui.h

  Log Message:
  -----------
  Use serverName string in IP connect widget again.


  Commit: 45c522bc7ca86dbb625767fc4e40c9175312f939
      
https://github.com/Warzone2100/warzone2100/commit/45c522bc7ca86dbb625767fc4e40c9175312f939
  Author: KJeff01 <kjeff1...@gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Ignore titleui .dirstamp file.


  Commit: 0e01371a59bdb223ed179633ac573094f6444bd8
      
https://github.com/Warzone2100/warzone2100/commit/0e01371a59bdb223ed179633ac573094f6444bd8
  Author: KJeff01 <kjeff1...@gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M po/POTFILES.in

  Log Message:
  -----------
  Update potfiles.in.


  Commit: 9a1f904d71d92697e0427971ff98c6aad222ceba
      
https://github.com/Warzone2100/warzone2100/commit/9a1f904d71d92697e0427971ff98c6aad222ceba
  Author: KJeff01 <kjeff1...@gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M src/frontend.cpp

  Log Message:
  -----------
  Fix linkage error after rebase.


Compare: 
https://github.com/Warzone2100/warzone2100/compare/8241df0042cf...9a1f904d71d9


_______________________________________________
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits

Reply via email to