Author Topic: Nightly: 21 January 2017 - Revision cb81894  (Read 645 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 21 January 2017 - Revision cb81894
Here is the nightly for 21 January 2017 - Revision cb81894



Group: Linux
nightly_20170121_cb81894-builds-Linux.tar.gz
SHA1: ed8a6a0bf2c3862dde651bef6ad71392c6f27c53


Group: MacOSX
nightly_20170121_cb81894-builds-MacOSX.tar.gz
SHA1: d4a0a7616bd91746aac4315bbc357536d966b09c


Group: Win32
nightly_20170121_cb81894-builds-Win32.zip
SHA1: 7c190706f5abe4dec18286e66f957325bcee2b90


Group: Win64
nightly_20170121_cb81894-builds-Win64.zip
SHA1: 09f55c90f812a6c55ec8fcecafefcda3775c7d3f


Code: [Select]
------------------------------------------------------------------------
commit 637e44d
Author: Fabian Woltermann <Fri Jan 20 15:12:23 2017 +0100>
Commit: Fabian Woltermann <Fri Jan 20 15:12:23 2017 +0100>

    This would be the correct way to do it
 code/io/joy-sdl.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

------------------------------------------------------------------------
commit 82ce160
Author: Fabian Woltermann <Fri Jan 20 14:31:02 2017 +0100>
Commit: Fabian Woltermann <Fri Jan 20 14:31:02 2017 +0100>

    The logic for joy_down was missing a safety check, which could cause an assertion in Joystick::getHatDownTime if a joystick without a hat (or no joystick at all?) was attached.
 code/io/joy-sdl.cpp | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

------------------------------------------------------------------------
commit 04e5c7e
Author: asarium <Fri Jan 20 12:26:36 2017 +0100>
Commit: asarium <Fri Jan 20 12:28:47 2017 +0100>

    Unify version string handling
 code/cmdline/cmdline.cpp      |  7 +------
 code/debugconsole/console.cpp |  2 +-
 code/parse/sexp.cpp           | 21 +++------------------
 code/scripting/scripting.cpp  | 21 +++------------------
 fred2/fredstubs.cpp           |  1 -
 freespace2/freespace.cpp      | 24 ++----------------------
 test/src/test_stubs.cpp       |  1 -
 7 files changed, 10 insertions(+), 67 deletions(-)

------------------------------------------------------------------------
commit e6dc4d7
Author: asarium <Wed Jan 18 22:50:14 2017 +0100>
Commit: asarium <Wed Jan 18 22:50:14 2017 +0100>

    Add word wrapping
 code/osapi/DebugWindow.cpp | 27 ++++++++++++++++++++-------
 code/parse/parselo.h       |  2 +-
 2 files changed, 21 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit dae0f59
Author: asarium <Wed Jan 18 22:17:01 2017 +0100>
Commit: asarium <Wed Jan 18 22:17:54 2017 +0100>

    Add doxygen comments to DebugWindow
 code/osapi/DebugWindow.h | 40 ++++++++++++++++++++++++++++++++++++++--
 1 file changed, 38 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit c7f523a
Author: asarium <Sun Jan 15 14:08:28 2017 +0100>
Commit: asarium <Wed Jan 18 18:18:47 2017 +0100>

    Add debug window
 code/cmdline/cmdline.cpp          |   6 ++
 code/cmdline/cmdline.h            |   1 +
 code/graphics/2d.cpp              |  24 ++----
 code/graphics/2d.h                |  16 +++-
 code/graphics/grstub.cpp          |   6 ++
 code/graphics/opengl/gropengl.cpp |  74 +++++++++++-----
 code/graphics/opengl/gropengl.h   |   4 +-
 code/osapi/DebugWindow.cpp        | 175 ++++++++++++++++++++++++++++++++++++++
 code/osapi/DebugWindow.h          |  44 ++++++++++
 code/osapi/outwnd.cpp             |  19 ++++-
 code/osapi/outwnd.h               |   5 ++
 code/source_groups.cmake          |   2 +
 fred2/fredview.cpp                |   9 +-
 fred2/management.cpp              |   4 +-
 fred2/management.h                |   2 +-
 freespace2/freespace.cpp          |  26 ++++--
 test/src/util/FSTestFixture.cpp   |   2 +-
 17 files changed, 359 insertions(+), 60 deletions(-)

------------------------------------------------------------------------
commit 65d0576
Author: asarium <Mon Oct 10 19:19:32 2016 +0200>
Commit: asarium <Thu Oct 13 11:58:10 2016 +0200>

    Use prebuilt libraries for SDL2 framework
 cmake/util.cmake                               |  16 ++++++--
 code/CMakeLists.txt                            |   2 +-
 freespace2/resources.cmake                     |  14 -------
 freespace2/resources/mac/fixup_bundle.cmake.in |   5 ---
 lib/CMakeLists.txt                             |   4 --
 lib/libsdl/CMakeLists.txt                      |  51 +++++++++++--------------
 lib/mac/CMakeLists.txt                         |  12 ------
 lib/mac/Frameworks.tgz                         | Bin 1460936 -> 0 bytes
 lib/prebuilt.cmake                             |   2 +-
 9 files changed, 36 insertions(+), 70 deletions(-)