Author Topic: Nightly: 10 May 2020 - Revision d8f3889  (Read 782 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 10 May 2020 - Revision d8f3889
Here is the nightly for 10 May 2020 - Revision d8f3889



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit cb5a100
Author: wookieejedi
Commit: wookieejedi

    Fixes texture replace not working with show ship
 code/ship/ship.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 764bbac
Author: Fabian Woltermann
Commit: Fabian Woltermann

    The original Volition code called Int3() here; since there is a way out that does not require us to crash, we should just not crash.
 code/mission/missionmessage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit cd88663
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Avoid a signed/unsigned comparison
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 0e9a72a
Author: Goober5000
Commit: Goober5000

    make clang happy
 code/parse/parselo.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 1c10479
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Pause the AI while in the lab
 code/lab/lab.cpp | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 11e9fa2
Author: Fabian Woltermann
Commit: Fabian Woltermann

    REdo a few things
 code/lab/lab.cpp | 48 ++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 40 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit f4f6e74
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Add new "Actions" window to the lab viewer and add a "Destroy Ship" action to make explosions happen
 code/debris/debris.cpp | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit de2e9ad
Author: Fabian Woltermann
Commit: Fabian Woltermann

    WIP
 code/lab/lab.cpp   | 13 +++++++++++++
 code/ship/ship.cpp |  5 +++--
 2 files changed, 16 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit c9fb046
Author: Goober5000
Commit: Goober5000

    update header
 code/parse/parselo.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit c4b8020
Author: Goober5000
Commit: Goober5000

    some code tweaks from an old branch
 code/parse/parselo.cpp  | 106 ++++++++++++++++++++++++------------------------
 code/parse/parselo.h    |   2 +-
 code/ship/ship.cpp      |   2 +-
 code/weapon/weapons.cpp |   2 +-
 4 files changed, 56 insertions(+), 56 deletions(-)