Author Topic: Nightly: 06 April 2021 - Revision 0b1d1eed5  (Read 422 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 06 April 2021 - Revision 0b1d1eed5
Here is the nightly for 06 April 2021 - Revision 0b1d1eed5



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 3e1d89ba5
Author: Taylor Richards
Commit: Taylor Richards

    only close common_select when we should
 freespace2/freespace.cpp | 133 ++++++++++++++++++++++++++++-------------------
 1 file changed, 80 insertions(+), 53 deletions(-)

------------------------------------------------------------------------
commit 396d2c55a
Author: Goober5000
Commit: Goober5000

    make double-character consolidation reusable, and reuse it
 code/mission/missionparse.cpp | 16 ++--------------
 code/parse/parselo.cpp        | 18 ++++++++++++++++++
 code/parse/parselo.h          |  2 ++
 code/parse/sexp.cpp           | 19 +++++++++++++++----
 4 files changed, 37 insertions(+), 18 deletions(-)