Author Topic: Nightly: 11 April 2022 - Revision 8f48c1e3e  (Read 561 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 11 April 2022 - Revision 8f48c1e3e
Here is the nightly for 11 April 2022 - Revision 8f48c1e3e



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 2c64cd946
Author: Goober5000
Commit: Goober5000

    update documentation
 code/globalincs/systemvars.h | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit f3a94d4fc
Author: Goober5000
Commit: Goober5000

    add game_settings.tbl option to specify subtitle coords in pixels
 code/camera/camera.cpp       |  29 +++++--
 code/camera/camera.h         |   4 +-
 code/mod_table/mod_table.cpp |  11 +++
 code/mod_table/mod_table.h   |   1 +
 code/parse/sexp.cpp          | 185 ++++++++++++++++++++++++++++---------------
 5 files changed, 158 insertions(+), 72 deletions(-)

------------------------------------------------------------------------
commit 7cc47c823
Author: Goober5000
Commit: Goober5000

    exclude windebug from clang
 ci/linux/clang_tidy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 06e560ae7
Author: Goober5000
Commit: Goober5000

    use move assignment when possible
 code/globalincs/systemvars.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 4933906d1
Author: Goober5000
Commit: Goober5000

    upgrade supernova timestamps
 code/io/timer.cpp            | 41 +++++++++++++++++++++++++++++++++++---
 code/io/timer.h              | 25 +++++++++++++++++++++++
 code/starfield/supernova.cpp | 47 ++++++++++++++++++++++----------------------
 3 files changed, 87 insertions(+), 26 deletions(-)

------------------------------------------------------------------------
commit 2ff2aa46e
Author: Goober5000
Commit: Goober5000

    turns out j cannot be size_t after all
 code/globalincs/systemvars.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 0e07b07aa
Author: Goober5000
Commit: Goober5000

    lazily copy elements of the array
 code/globalincs/systemvars.h | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit dc458964c
Author: Goober5000
Commit: Goober5000

    turn insertion_sort into a templated function that uses assignment, so that it can be used with non-POD types
 code/ai/aigoals.cpp              |  9 ++-------
 code/globalincs/systemvars.cpp   | 40 ----------------------------------------
 code/globalincs/systemvars.h     | 36 ++++++++++++++++++++++++++++++++++--
 code/globalincs/windebug.cpp     | 14 ++++----------
 code/hud/hudtarget.cpp           |  7 ++-----
 code/mission/missionmessage.cpp  | 11 +++--------
 code/mission/missiontraining.cpp |  8 ++------
 code/parse/sexp.cpp              |  8 ++------
 8 files changed, 49 insertions(+), 84 deletions(-)

------------------------------------------------------------------------
commit 256f3a46a
Author: Goober5000
Commit: Goober5000

    fix a potential overflow due to a cast by changing the type to size_t, plus other tweaks
 code/globalincs/systemvars.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)