Author Topic: Nightly: 09 February 2024 - Revision 2403f1348  (Read 225 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 09 February 2024 - Revision 2403f1348
Here is the nightly for 09 February 2024 - Revision 2403f1348



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


Group: MacOSX-arm64
nightly_20240209_2403f1348-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20240209_2403f1348-builds-Mac-x86_64.tar.gz (Mirror)


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


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

Code: [Select]
------------------------------------------------------------------------
commit 30cabc417
Author: Goober5000
Commit: Goober5000

    fix FRED's "new object type" popup
 code/network/multiutil.cpp    |  2 +-
 fred2/fredview.cpp            | 35 +++++++++++++++++++++++------------
 fred2/fredview.h              |  5 ++---
 fred2/mainfrm.cpp             | 24 ++++++++----------------
 fred2/management.cpp          | 34 +++++-----------------------------
 fred2/management.h            |  2 +-
 qtfred/src/mission/Editor.cpp | 13 +++++--------
 qtfred/src/mission/Editor.h   |  4 +---
 8 files changed, 46 insertions(+), 73 deletions(-)

------------------------------------------------------------------------
commit 8a3b36d92
Author: Goober5000
Commit: Goober5000

    uncorrect angles if we're saving without the corrected angles flag (which will happen if the save format isn't STANDARD)
 fred2/missionsave.cpp              | 7 +++----
 qtfred/src/mission/missionsave.cpp | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit b74824f79
Author: Goober5000
Commit: Goober5000

    use a different method for removing blank backgrounds
 code/starfield/starfield.cpp | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 6a26ca506
Author: Goober5000
Commit: Goober5000

    only display these warnings once, and only on explicit save
 fred2/missionsave.cpp              | 16 +++++++++++++---
 qtfred/src/mission/missionsave.cpp | 22 ++++++++++++++++------
 2 files changed, 29 insertions(+), 9 deletions(-)