Author Topic: Nightly: 02 September 2020 - Revision ce3ca5c  (Read 508 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 02 September 2020 - Revision ce3ca5c
Here is the nightly for 02 September 2020 - Revision ce3ca5c



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 8bad12d
Author: JohnAFernandez
Commit: JohnAFernandez

    Fix Two Multi Crash Points
 code/ai/aicode.cpp         |  9 +++++----
 code/network/multiutil.cpp | 21 ++++++++++-----------
 code/object/object.cpp     |  1 +
 3 files changed, 16 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit 6ba811e
Author: JohnAFernandez
Commit: JohnAFernandez

    Fix 2526 and Add Two Game_setting.tbl flags
 code/mod_table/mod_table.cpp | 12 ++++++++++++
 code/mod_table/mod_table.h   |  2 ++
 code/weapon/shockwave.cpp    | 29 +++++++++++++++--------------
 code/weapon/shockwave.h      |  4 +---
 4 files changed, 30 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit 02cdcae
Author: Cliff
Commit: Cliff

    gc-sections is misbehaving on SunOS since #2669, so skip the part that adds it to restore old behavior unless a proper fix can be found.
 cmake/toolchain-gcc.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit acb0c4c
Author: Goober5000
Commit: Goober5000

    fix comment
 code/ship/ship.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 782898f
Author: Goober5000
Commit: Goober5000

    mmf
 code/ship/ship.cpp | 2 ++
 code/ship/ship.h   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 381df6e
Author: Goober5000
Commit: Goober5000

    formation should now work in fred.
 code/mission/missionparse.cpp      | 28 ++++++++++++++--------------
 fred2/missionsave.cpp              | 30 +++++++++++++++---------------
 fred2/wing.cpp                     |  1 +
 fred2/wing_editor.cpp              | 16 +++++++++++++++-
 fred2/wing_editor.h                |  1 +
 qtfred/src/mission/missionsave.cpp | 30 +++++++++++++++---------------
 6 files changed, 61 insertions(+), 45 deletions(-)

------------------------------------------------------------------------
commit bf949f1
Author: Goober5000
Commit: Goober5000

    move formations from species_defs.tbl to ships.tbl
 code/ai/aicode.cpp                 |  3 +--
 code/mission/missionparse.cpp      | 17 ++++++-------
 code/ship/ship.cpp                 | 49 +++++++++++++++++++++++++++++++++++++-
 code/ship/ship.h                   | 10 ++++++++
 code/species_defs/species_defs.cpp | 27 ---------------------
 code/species_defs/species_defs.h   |  6 -----
 6 files changed, 68 insertions(+), 44 deletions(-)

------------------------------------------------------------------------
commit 9314781
Author: Goober5000
Commit: Goober5000

    remove vestigial fred formation code (!)
 fred2/wing.cpp | 31 -------------------------------
 1 file changed, 31 deletions(-)

------------------------------------------------------------------------
commit d82dc93
Author: Goober5000
Commit: Goober5000

    update fred dialog rc
 fred2/fred.rc    | 26 +++++++++++++++++---------
 fred2/resource.h |  1 +
 2 files changed, 18 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit a73c1de
Author: Baezon
Commit: Baezon

    size_t MAX_SHIPS_PER_WING
 code/species_defs/species_defs.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1fc32da
Author: Baezon
Commit: Baezon

    max ships in wing -1 instead of 5
 code/species_defs/species_defs.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 518c60d
Author: Baezon
Commit: Baezon

    review fixes
 code/ai/aicode.cpp                 | 11 +++++------
 code/mission/missionparse.cpp      |  9 +++++++--
 code/species_defs/species_defs.cpp |  9 ++++++---
 code/species_defs/species_defs.h   |  1 +
 fred2/missionsave.cpp              | 14 ++++++++++++++
 qtfred/src/mission/missionsave.cpp | 14 ++++++++++++++
 6 files changed, 47 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 67d1135
Author: Baezon
Commit: Baezon

    cast size() to int
 code/species_defs/species_defs.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 0aa0c80
Author: Baezon
Commit: Baezon

    more than one formation
 code/ai/aicode.cpp                 | 10 ++++++----
 code/mission/missionparse.cpp      |  8 ++++++++
 code/ship/ship.h                   |  3 +++
 code/species_defs/species_defs.cpp | 33 +++++++++++++++++----------------
 code/species_defs/species_defs.h   |  8 ++++----
 5 files changed, 38 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
commit c1a2cc3
Author: Baezon
Commit: Baezon

    v1
 code/ai/aicode.cpp                 | 14 +++++++++++---
 code/species_defs/species_defs.cpp | 24 ++++++++++++++++++++++++
 code/species_defs/species_defs.h   |  5 +++++
 3 files changed, 40 insertions(+), 3 deletions(-)