[quake3-commits] [ioquake/ioq3] 0ba359: Make UI continue searching for local servers until...

Zack Middleton zack at cloemail.com
Sat Jul 1 15:29:14 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: 0ba359c29ec543ba4b6bdf62d1daa603208952d7
      https://github.com/ioquake/ioq3/commit/0ba359c29ec543ba4b6bdf62d1daa603208952d7
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2017-07-01 (Sat, 01 Jul 2017)

  Changed paths:
    M code/q3_ui/ui_servers2.c
    M code/ui/ui_main.c

  Log Message:
  -----------
  Make UI continue searching for local servers until found

When refreshing local servers, Team Arean UI never changed the status
message when it timed out. This gave a false impression it was still
looking for servers.

Let's continue looking for local servers in q3_ui and Team Arena UI
until one is found.


  Commit: 8c3d1fcf59da56620282dd50e40c42b4830a8e0e
      https://github.com/ioquake/ioq3/commit/8c3d1fcf59da56620282dd50e40c42b4830a8e0e
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2017-07-01 (Sat, 01 Jul 2017)

  Changed paths:
    M code/q3_ui/ui_servers2.c

  Log Message:
  -----------
  Allow changing q3_ui server source during refresh

This makes it easier to scroll through the list, especially since
"Local" source now refreshes until a local server is found.


  Commit: cbd9e432b58477d45bbce3d027ad2c8c05e492e3
      https://github.com/ioquake/ioq3/commit/cbd9e432b58477d45bbce3d027ad2c8c05e492e3
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2017-07-01 (Sat, 01 Jul 2017)

  Changed paths:
    M code/q3_ui/ui_servers2.c

  Log Message:
  -----------
  Fix nonresponsive favorites in q3_ui having no hostname

ArenaServers_InsertFavorites() fails to do anything because favorites
are added to the server list even if nonresponsive.

Set nonresponsive favorite server hostname to address.


Compare: https://github.com/ioquake/ioq3/compare/21eeaee9c840...cbd9e432b584


More information about the quake3-commits mailing list