Author Topic: Nightly: 14 February 2022 - Revision a9338510e  (Read 714 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 14 February 2022 - Revision a9338510e
Here is the nightly for 14 February 2022 - Revision a9338510e



Group: Win64-SSE2
nightly_20220214_a9338510e-builds-x64-SSE2.zip (Mirror)


Group: Win32-SSE2
nightly_20220214_a9338510e-builds-Win32-SSE2.zip (Mirror)


Group: Linux
nightly_20220214_a9338510e-builds-Linux.tar.gz (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit c7de39c50
Author: Allen A. Babb
Commit: GitHub

    Revert "Treat Mouse as Joy0 if "turned on" in options menu (#3954)"
 code/controlconfig/controlsconfig.cpp | 90 +++++++++--------------------------
 code/io/mouse.cpp                     | 44 ++---------------
 code/io/mouse.h                       | 21 +-------
 code/localization/localize.cpp        |  2 +-
 code/menuui/optionsmenu.cpp           | 12 ++---
 code/menuui/playermenu.cpp            |  2 +-
 6 files changed, 38 insertions(+), 133 deletions(-)

------------------------------------------------------------------------
commit ff8c4cdf6
Author: Allen A. Babb
Commit: GitHub

    Treat Mouse as Joy0 if "turned on" in options menu (#3954)
 code/controlconfig/controlsconfig.cpp | 90 ++++++++++++++++++++++++++---------
 code/io/mouse.cpp                     | 44 +++++++++++++++--
 code/io/mouse.h                       | 21 +++++++-
 code/localization/localize.cpp        |  2 +-
 code/menuui/optionsmenu.cpp           | 12 ++---
 code/menuui/playermenu.cpp            |  2 +-
 6 files changed, 133 insertions(+), 38 deletions(-)

------------------------------------------------------------------------
commit 6a15f5ef4
Author: z64555
Commit: z64555

    Update player_tips_controls() to mention the changes to the Mouse Input Mode
 code/menuui/playermenu.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit fcfdb2942
Author: z64555
Commit: z64555

    * Change the labels in the Options menu UI for the Mouse On/Off buttons * Nudge the hardcoded postions for the labels for bothGR_640 and GR_1024 resolutions * Adds the following XSTR indices   1665 "Mouse Input Mode"   1666 "Joy-0"
 code/localization/localize.cpp |  2 +-
 code/menuui/optionsmenu.cpp    | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit de0437372
Author: z64555
Commit: z64555

    Try FALLTHROUGH macro to appease the compiler gods.
 code/controlconfig/controlsconfig.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 3719bcc36
Author: z64555
Commit: z64555

    Address CI Issues 1
 code/controlconfig/controlsconfig.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit f84e5782d
Author: z64555
Commit: z64555

    Treat mouse buttons as Joy0 buttons when Use_mouse_to_fly is true * Don't spin out of control like a 3yo on pixie sticks when treating the mouse axes as Joy0 axes
 code/controlconfig/controlsconfig.cpp | 42 ++++++++++++++++++++++-----------
 code/io/mouse.cpp                     | 44 +++++++++++++++++++++++++++++++----
 code/io/mouse.h                       | 21 +++++++++++++++--
 3 files changed, 86 insertions(+), 21 deletions(-)

------------------------------------------------------------------------
commit e5ba71164
Author: z64555
Commit: z64555

    Treat mouse axes as Joy0 axes if Use_mouse_to_fly is true.
 code/controlconfig/controlsconfig.cpp | 60 ++++++++++++++++++++++++++---------
 1 file changed, 45 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit cf83573b2
Author: Allen A. Babb
Commit: GitHub

    Improve Pilot version checks (#3988)
 code/localization/localize.cpp |   2 +-
 code/menuui/barracks.cpp       |  27 +++++----
 code/menuui/mainhallmenu.cpp   |   3 +
 code/menuui/playermenu.cpp     | 129 +++++++++++++++++++++++++++++++----------
 code/menuui/playermenu.h       |  37 +++++++++++-
 code/pilotfile/csg.cpp         |   2 +
 code/pilotfile/pilotfile.cpp   |   5 +-
 code/pilotfile/pilotfile.h     |  35 +++++++++--
 code/pilotfile/plr.cpp         |  69 ++++++++++++++--------
 code/playerman/managepilot.h   |   8 +++
 code/playerman/player.h        |   3 +
 code/scripting/api/libs/ui.cpp |   2 +-
 test/src/pilotfile/plr.cpp     |  10 ++++
 13 files changed, 255 insertions(+), 77 deletions(-)

------------------------------------------------------------------------
commit 3e227b41c
Author: Allen A. Babb
Commit: GitHub

    Restrict allowable characters for preset names (#4009)
 code/popup/popup.cpp | 12 ++++++-
 code/popup/popup.h   |  5 ++-
 code/ui/ui.h         | 98 +++++++++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 109 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit c6d87b062
Author: Goober5000
Commit: Goober5000

    there is now no longer a need to keep timestamps running during briefing, so keep them paused until the mission starts
 code/io/timer.cpp        | 6 ------
 code/io/timer.h          | 3 ---
 freespace2/freespace.cpp | 8 --------
 3 files changed, 17 deletions(-)

------------------------------------------------------------------------
commit 0c8cfd160
Author: Goober5000
Commit: Goober5000

    improve the UI_TIMESTAMP type a bit
 code/controlconfig/controlsconfig.cpp  |  2 +-
 code/io/cursor.cpp                     |  2 +-
 code/io/cursor.h                       |  2 +-
 code/io/timer.cpp                      | 27 ++++++++++++++++++---------
 code/io/timer.h                        | 19 +++++++++++++++++--
 code/menuui/mainhallmenu.cpp           |  4 ++--
 code/missionui/missionscreencommon.cpp |  2 +-
 code/ui/button.cpp                     | 18 +++++++++---------
 code/utils/id.h                        |  2 +-
 9 files changed, 51 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit 8e2e82520
Author: Goober5000
Commit: Goober5000

    add UI_TIMESTAMP type and switch some timestamps to use it
 code/controlconfig/controlsconfig.cpp  | 18 +++++++++---------
 code/cutscene/movie.cpp                |  8 ++++----
 code/io/cursor.cpp                     |  6 +++---
 code/io/cursor.h                       |  5 +++--
 code/io/timer.cpp                      | 33 ++++++++++++++++++++++++++++++++-
 code/io/timer.h                        | 11 ++++++++++-
 code/menuui/credits.cpp                |  8 ++++----
 code/menuui/mainhallmenu.cpp           | 12 ++++++------
 code/menuui/optionsmenu.cpp            | 10 +++++-----
 code/menuui/optionsmenumulti.cpp       | 12 ++++++------
 code/mission/missionparse.cpp          |  6 +++---
 code/missionui/missionbrief.cpp        |  2 +-
 code/missionui/missionbrief.h          |  2 +-
 code/missionui/missiondebrief.cpp      | 28 ++++++++++++++--------------
 code/missionui/missionscreencommon.cpp | 20 ++++++++++----------
 code/missionui/missionscreencommon.h   |  4 ++--
 code/missionui/missionweaponchoice.cpp |  2 --
 code/missionui/redalert.cpp            |  6 +++---
 code/network/multi_pxo.cpp             | 10 +++++-----
 code/network/multiui.cpp               | 12 ++++++------
 code/network/multiutil.cpp             |  6 +++---
 code/network/stand_gui.cpp             | 20 ++++++++++----------
 code/popup/popupdead.cpp               |  6 +++---
 code/ui/button.cpp                     | 32 ++++++++++++++++----------------
 code/ui/ui.h                           |  4 ++--
 fred2/fredstubs.cpp                    |  2 +-
 freespace2/freespace.cpp               | 16 ++++++++--------
 qtfred/src/fredstubs.cpp               |  2 +-
 test/src/test_stubs.cpp                |  2 +-
 29 files changed, 172 insertions(+), 133 deletions(-)

  

Offline Trivial Psychic

  • 212
  • Snoop Junkie
Re: Nightly: 14 February 2022 - Revision a9338510e
Be advised, there are changes to the pilot code with this build.  If you try to use it, it will warn you that it will irrevocably alter your pilot file so it won't work with earlier builds anymore.
The Trivial Psychic Strikes Again!