Author Topic: Nightly: 31 August 2017 - Revision 628ac86  (Read 829 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 31 August 2017 - Revision 628ac86
Here is the nightly for 31 August 2017 - Revision 628ac86



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit dcee8a3
Author: asarium <Wed Aug 30 13:04:24 2017 +0200>
Commit: asarium <Wed Aug 30 13:04:24 2017 +0200>

    Remove limit for tstring table entries
 code/localization/localize.cpp | 39 ++++++++++++++++-----------------------
 1 file changed, 16 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit 33d4a7e
Author: Goober5000 <Tue Aug 29 12:30:16 2017 -0400>
Commit: Goober5000 <Tue Aug 29 12:30:16 2017 -0400>

    more fiddling with string format arguments
 code/parse/sexp.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 2cff45f
Author: Goober5000 <Mon Aug 28 19:12:40 2017 -0400>
Commit: Goober5000 <Mon Aug 28 19:12:40 2017 -0400>

    fix negative coordinates in play-sound-from-x
 code/parse/sexp.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 466e4c1
Author: Goober5000 <Mon Aug 28 18:39:01 2017 -0400>
Commit: Goober5000 <Mon Aug 28 18:39:01 2017 -0400>

    use SIZE_T_ARG
 code/parse/sexp.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 6c7de51
Author: Goober5000 <Mon Aug 28 14:40:44 2017 -0400>
Commit: Goober5000 <Mon Aug 28 14:40:44 2017 -0400>

    improve warning messages per feedback
 code/parse/sexp.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit b2b0ba3
Author: Goober5000 <Mon Aug 28 14:26:34 2017 -0400>
Commit: Goober5000 <Mon Aug 28 14:26:34 2017 -0400>

    to be pedantic, this happens at the very end of error-reporting mode
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 14dcff6
Author: Goober5000 <Mon Aug 28 14:23:53 2017 -0400>
Commit: Goober5000 <Mon Aug 28 14:23:53 2017 -0400>

    might as well restrict the test to only running during error-check mode
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit d826537
Author: Goober5000 <Mon Aug 28 14:17:02 2017 -0400>
Commit: Goober5000 <Mon Aug 28 14:17:02 2017 -0400>

    fix Assertion in sexp error reporting
 code/parse/sexp.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

------------------------------------------------------------------------
commit a19b303
Author: Goober5000 <Sun Aug 27 18:01:14 2017 -0400>
Commit: Goober5000 <Sun Aug 27 18:01:14 2017 -0400>

    enhance warning messages
 code/parse/sexp.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 416d45d
Author: Goober5000 <Thu Jun 29 01:09:44 2017 -0400>
Commit: Goober5000 <Sat Jul 1 23:05:48 2017 -0400>

    deprecate string-concatenate since it's now redundant
 code/parse/sexp.cpp | 2 +-
 fred2/sexp_tree.cpp | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 18be4e8
Author: Goober5000 <Thu Jun 29 00:00:40 2017 -0400>
Commit: Goober5000 <Sat Jul 1 23:05:48 2017 -0400>

    add string-concatenate-block, which is a better design than the original string-concatenate
 code/parse/sexp.cpp | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 code/parse/sexp.h   |  1 +
 2 files changed, 69 insertions(+)