Author Topic: Nightly: 15 October 2019 - Revision 3811eaf  (Read 785 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 15 October 2019 - Revision 3811eaf
Here is the nightly for 15 October 2019 - Revision 3811eaf



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 18e9746
Author: Goober5000
Commit: Goober5000

    formatting tweak, mainly to try to get the builds to trigger
 fred2/sexp_tree.cpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 334f392
Author: Goober5000
Commit: Goober5000

    change token string, per m!m's review
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit d3d6e2e
Author: Goober5000
Commit: Goober5000

    add informative comment
 code/windows_stub/stubs.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 09f1de6
Author: Goober5000
Commit: Goober5000

    ohcomeon.gif
 code/parse/sexp.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 2de323e
Author: Goober5000
Commit: Goober5000

    fix const conflict
 code/parse/sexp.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2f00b3a
Author: Goober5000
Commit: Goober5000

    fix FreeBSD warning in stubs.cpp
 code/windows_stub/stubs.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit ff31beb
Author: Goober5000
Commit: Goober5000

    now CTEXT will never be NULL
 code/parse/sexp.cpp | 47 ++++++++++++++++++++---------------------------
 1 file changed, 20 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit 6006670
Author: Goober5000
Commit: Goober5000

    restore the original grant-medal and was-medal-granted sexps
 code/parse/sexp.cpp                 | 29 ++++++++++-------------------
 fred2/sexp_tree.cpp                 |  2 +-
 qtfred/src/ui/widgets/sexp_tree.cpp |  2 +-
 3 files changed, 12 insertions(+), 21 deletions(-)

------------------------------------------------------------------------
commit e91ee3d
Author: Goober5000
Commit: Goober5000

    the variable can never be uninitialized here, but Travis is too dumb to realize it
 code/parse/sexp.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 53ec0d4
Author: Goober5000
Commit: Goober5000

    this isn't actually needed
 code/parse/sexp.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit a34d696
Author: Goober5000
Commit: Goober5000

    add xstr capability for medals
 code/parse/sexp.cpp                 | 132 ++++++++++++++++--------------------
 fred2/sexp_tree.cpp                 |   9 ++-
 qtfred/src/ui/widgets/sexp_tree.cpp |   8 ++-
 3 files changed, 74 insertions(+), 75 deletions(-)