Author Topic: Nightly: 31 May 2020 - Revision c41d9bb  (Read 562 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 31 May 2020 - Revision c41d9bb
Here is the nightly for 31 May 2020 - Revision c41d9bb



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


Group: Win64
nightly_20200531_c41d9bb-builds-Win64.zip (Mirror)


Group: MacOSX
nightly_20200531_c41d9bb-builds-MacOSX.tar.gz (Mirror)


Group: Win32
nightly_20200531_c41d9bb-builds-Win32.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 65a8f39
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Remove unnecessary comment
 code/radar/radarsetup.cpp | 1 -
 1 file changed, 1 deletion(-)

------------------------------------------------------------------------
commit 922b06f
Author: Fabian Woltermann
Commit: Fabian Woltermann

    These checks are not necessary
 code/radar/radarsetup.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit fd37e21
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Clean up objects and particle effects when switching models. Also pause physics when we do not need them.
 code/lab/lab.cpp | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit b6dceaf
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Do not do any radar processing nonsense while in the lab
 code/globalincs/systemvars.h |  1 +
 code/lab/lab.cpp             |  4 ++++
 code/radar/radarsetup.cpp    | 10 ++++++++--
 3 files changed, 13 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 52be12f
Author: Goober5000
Commit: Goober5000

    tweak
 code/ai/aigoals.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit a039b41
Author: Goober5000
Commit: Goober5000

    use get_operator_* optimizations
 code/ai/aigoals.cpp           | 14 +++----------
 code/mission/missionparse.cpp |  2 +-
 code/parse/sexp.cpp           | 46 +++++++++++++++++++++----------------------
 code/parse/sexp.h             |  2 ++
 fred2/fredview.cpp            |  2 +-
 fred2/messageeditordlg.cpp    | 13 ++++++------
 fred2/voiceactingmanager.cpp  |  4 ++--
 7 files changed, 39 insertions(+), 44 deletions(-)