Author Topic: Nightly: 15 October 2018 - Revision 115d06a  (Read 831 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 15 October 2018 - Revision 115d06a
Here is the nightly for 15 October 2018 - Revision 115d06a



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit ff601db
Author: Artyrm <Sun Oct 14 18:15:18 2018 +0300>
Commit: Artyrm <Sun Oct 14 18:15:18 2018 +0300>

    Switched  to hud_config_as_player()
 code/hud/hudconfig.cpp         | 4 +++-
 code/network/multi_endgame.cpp | 4 +---
 freespace2/freespace.cpp       | 4 +---
 3 files changed, 5 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 686bc35
Author: Artyrm <Sun Oct 14 16:07:59 2018 +0300>
Commit: Artyrm <Sun Oct 14 16:07:59 2018 +0300>

    Moved variables, gave mean. names and descr.
 code/menuui/barracks.cpp | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit ffe9a08
Author: Artyrm <Sun Oct 14 15:39:48 2018 +0300>
Commit: Artyrm <Sun Oct 14 15:39:48 2018 +0300>

    Improved readability.
 code/menuui/barracks.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 33df766
Author: Artyrm <Sun Oct 14 15:25:17 2018 +0300>
Commit: Artyrm <Sun Oct 14 15:25:17 2018 +0300>

    #ifdefed debug parts.
 code/graphics/paths/NanoVGRenderer.cpp    | 19 ++++++++++---------
 code/graphics/paths/nanovg/stb_truetype.h | 15 +++++++++------
 2 files changed, 19 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit 9a6227e
Author: Artyrm <Sun Oct 14 14:58:53 2018 +0300>
Commit: Artyrm <Sun Oct 14 14:58:53 2018 +0300>

    Fixed grammar.
 code/graphics/paths/nanovg/stb_truetype.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit a7a9514
Author: Artyrm <Sat Oct 13 19:37:17 2018 +0300>
Commit: Artyrm <Sat Oct 13 19:37:17 2018 +0300>

    Little cleanups.
 code/network/multi_endgame.cpp  | 1 -
 code/network/multi_observer.cpp | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit b402d91
Author: Artyrm <Sat Oct 13 18:56:21 2018 +0300>
Commit: Artyrm <Sat Oct 13 18:56:21 2018 +0300>

    Use .is_observer flag. Add HUD restore in DEBRIEF state.
 code/network/multi_endgame.cpp  | 7 ++++---
 code/network/multi_observer.cpp | 6 +-----
 code/network/multi_observer.h   | 2 --
 freespace2/freespace.cpp        | 3 +++
 4 files changed, 8 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit c1b055a
Author: Artyrm <Sat Oct 13 16:58:17 2018 +0300>
Commit: Artyrm <Sat Oct 13 16:58:17 2018 +0300>

    Start using hud_config_restore().
 code/hud/hudconfig.cpp          | 1 +
 code/network/multi_endgame.cpp  | 5 +++++
 code/network/multi_observer.cpp | 4 ++++
 code/network/multi_observer.h   | 2 ++
 4 files changed, 12 insertions(+)

------------------------------------------------------------------------
commit 412197d
Author: ngld <Sat Oct 13 03:41:16 2018 +0200>
Commit: ngld <Sat Oct 13 06:16:16 2018 +0200>

    Gracefully handle missing briefing icons.
 code/bmpman/bmpman.cpp              |  1 +
 code/mission/missionbriefcommon.cpp | 26 +++++++++++++-------------
 2 files changed, 14 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit 98f1d69
Author: Artyrm <Fri Oct 12 19:18:24 2018 +0300>
Commit: Artyrm <Fri Oct 12 19:18:24 2018 +0300>

    Fix Clang warnings.
 code/menuui/barracks.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit df8e85f
Author: Artyrm <Fri Oct 12 17:57:44 2018 +0300>
Commit: Artyrm <Fri Oct 12 17:57:44 2018 +0300>

    String width adapts, orig. behaviour is intact.
 code/menuui/barracks.cpp | 68 ++++++++++++++++++++++++++++++++----------------
 1 file changed, 45 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit 8894746
Author: Artyrm <Wed Oct 10 18:01:06 2018 +0300>
Commit: Artyrm <Wed Oct 10 18:01:06 2018 +0300>

    Barracks stats adaptation for longer Unicode strings.
 code/menuui/barracks.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit d56cb8f
Author: Artyrm <Tue Oct 9 19:29:00 2018 +0300>
Commit: Artyrm <Tue Oct 9 19:29:00 2018 +0300>

    Even mor specific, gcc syntax.
 code/graphics/paths/nanovg/stb_truetype.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 98f196e
Author: Artyrm <Tue Oct 9 19:13:36 2018 +0300>
Commit: Artyrm <Tue Oct 9 19:13:36 2018 +0300>

    Compiler-specific fallthrough.
 code/graphics/paths/NanoVGRenderer.cpp    | 10 +++++-----
 code/graphics/paths/nanovg/stb_truetype.h |  8 ++++++++
 2 files changed, 13 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 9f4ad9d
Author: Artyrm <Tue Oct 9 18:29:00 2018 +0300>
Commit: Artyrm <Tue Oct 9 18:29:00 2018 +0300>

    #ifdefed print for Release. Tried the strictest fallthrough comment
 code/graphics/paths/NanoVGRenderer.cpp    | 15 ++++++++-------
 code/graphics/paths/nanovg/stb_truetype.h |  2 --
 2 files changed, 8 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit a69e1d7
Author: Artyrm <Tue Oct 9 17:48:42 2018 +0300>
Commit: Artyrm <Tue Oct 9 17:48:42 2018 +0300>

    Proper args handling. Extern C is also back.
 code/graphics/paths/NanoVGRenderer.cpp | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 34d1bf0
Author: Artyrm <Tue Oct 9 17:28:03 2018 +0300>
Commit: Artyrm <Tue Oct 9 17:28:03 2018 +0300>

    Got rid of unnes. #ifded.
 code/graphics/paths/NanoVGRenderer.cpp | 10 ----------
 1 file changed, 10 deletions(-)

------------------------------------------------------------------------
commit 2b77721
Author: Artyrm <Mon Oct 8 12:45:14 2018 +0300>
Commit: Artyrm <Mon Oct 8 12:45:14 2018 +0300>

    Tweaked function type a little for compilers.
 code/graphics/paths/NanoVGRenderer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 95fafa5
Author: Artyrm <Mon Oct 8 12:01:55 2018 +0300>
Commit: Artyrm <Mon Oct 8 12:01:55 2018 +0300>

    Changed printf function. Explicit fallthrough.
 code/graphics/paths/NanoVGRenderer.cpp    | 2 +-
 code/graphics/paths/nanovg/CHANGES.txt    | 3 ++-
 code/graphics/paths/nanovg/stb_truetype.h | 6 ++++--
 3 files changed, 7 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit cac0739
Author: Artyrm <Sun Oct 7 23:44:27 2018 +0300>
Commit: Artyrm <Sun Oct 7 23:44:27 2018 +0300>

    More user-friendly assert on missed glyph in font.
 code/graphics/paths/NanoVGRenderer.cpp    | 16 ++++++++++++++++
 code/graphics/paths/nanovg/CHANGES.txt    |  3 +++
 code/graphics/paths/nanovg/stb_truetype.h | 10 +++++++++-
 3 files changed, 28 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit f0ba026
Author: Artyrm <Sun Oct 7 15:35:12 2018 +0300>
Commit: Artyrm <Sun Oct 7 15:35:12 2018 +0300>

    New version of stb_truetype.h, just in case.
 code/graphics/paths/nanovg/stb_truetype.h | 6553 ++++++++++++++++++-----------
 1 file changed, 4103 insertions(+), 2450 deletions(-)