Author Topic: Nightly: 07 February 2022 - Revision 2fde893be  (Read 600 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 07 February 2022 - Revision 2fde893be
Here is the nightly for 07 February 2022 - Revision 2fde893be



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 5b87ed3f7
Author: Goober5000
Commit: Goober5000

    fix the camera flicker in the lab
 code/camera/camera.cpp | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 29a0736d3
Author: Goober5000
Commit: Goober5000

    fix missile detonation for computers with high FPS
 code/io/keycontrol.cpp              |  3 ++-
 code/mod_table/mod_table.cpp        |  7 +++++++
 code/mod_table/mod_table.h          |  1 +
 code/network/multimsgs.cpp          |  2 --
 code/object/collideshipweapon.cpp   |  2 ++
 code/object/collideweaponweapon.cpp | 24 +++++++++++++++--------
 code/weapon/shockwave.cpp           |  3 ++-
 code/weapon/weapon_flags.h          |  1 +
 code/weapon/weapons.cpp             | 38 +++++++++++++++++++++++++++++++------
 9 files changed, 63 insertions(+), 18 deletions(-)

------------------------------------------------------------------------
commit 18661ae4d
Author: Goober5000
Commit: Goober5000

    reverse check here because Lua will treat numbers as strings
 code/scripting/api/libs/hud.cpp | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 89b932370
Author: Goober5000
Commit: Goober5000

    fix documentation for unit tests
 code/scripting/api/libs/graphics.cpp |  4 ++--
 code/scripting/api/libs/hud.cpp      | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 2e839eda0
Author: Goober5000
Commit: Goober5000

    rename hud_get_gauge to hud_get_custom_gauge for clarity
 code/hud/hud.cpp                |  2 +-
 code/hud/hud.h                  |  2 +-
 code/parse/sexp.cpp             | 22 +++++++++++-----------
 code/scripting/api/libs/hud.cpp |  2 +-
 4 files changed, 14 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit c05569180
Author: Goober5000
Commit: Goober5000

    upgrade gr.drawString to be able to use a custom sizing mode
 code/scripting/api/libs/graphics.cpp | 114 +++++++++++++++++++++++++++++++----
 code/scripting/api/objs/enums.cpp    |   6 ++
 code/scripting/api/objs/enums.h      |   8 ++-
 3 files changed, 114 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit 5cf1b7ffc
Author: Goober5000
Commit: Goober5000

    upgrade scripting to reference hud gauges by name or index, and allow a scripted hud gauge object to represent a default gauge
 code/hud/hud.cpp                     | 51 +++++++++++++++++++++++++----
 code/hud/hud.h                       |  5 +++
 code/scripting/api/libs/hud.cpp      | 63 +++++++++++++++++++++++-------------
 code/scripting/api/objs/hudgauge.cpp | 24 ++++++++++++--
 4 files changed, 112 insertions(+), 31 deletions(-)