Author Topic: Nightly: 14 January 2021 - Revision a939a73c1  (Read 451 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 14 January 2021 - Revision a939a73c1
Here is the nightly for 14 January 2021 - Revision a939a73c1



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 4e715352c
Author: z64555
Commit: z64555

    Increment int strikes per CSG warning, as done in PLR code * Use ReleaseWarnring instead of Warning * Use correct upper boundry check logic on HUD_config::mail_color
 code/pilotfile/csg.cpp | 13 ++++++++-----
 code/pilotfile/plr.cpp | 10 +++++-----
 2 files changed, 13 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 5f538fa51
Author: Goober5000
Commit: Goober5000

    make model_set_up_techroom_instance a bit more robust
 code/model/modelread.cpp | 33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit f44cfa06c
Author: z64555
Commit: z64555

    Adds more safety checks for PLR and CSG reading for the HUD_config structure. * Adds a #define for the HC_color array size * Doxy's the HUD_config struct
 code/hud/hudconfig.cpp |  2 +-
 code/hud/hudconfig.h   | 28 ++++++++++++++++------------
 code/pilotfile/csg.cpp | 14 ++++++++++++--
 code/pilotfile/plr.cpp | 18 ++++++++++++++++--
 4 files changed, 45 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit eeb6f5b09
Author: Goober5000
Commit: Goober5000

    properly use model instances for tech room and briefing popups
 code/menuui/techmenu.cpp            | 36 +++++------------------------
 code/mission/missionbriefcommon.cpp |  1 +
 code/mission/missionbriefcommon.h   |  1 +
 code/mission/missionparse.cpp       |  2 ++
 code/missionui/missionbrief.cpp     | 40 +++++++++++---------------------
 code/model/model.h                  |  3 ++-
 code/model/modelread.cpp            | 46 ++++++++++++++++++++++---------------
 fred2/briefingeditordlg.cpp         |  4 ++++
 8 files changed, 58 insertions(+), 75 deletions(-)