Author Topic: Nightly: 28 February 2021 - Revision e393503eb  (Read 447 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 28 February 2021 - Revision e393503eb
Here is the nightly for 28 February 2021 - Revision e393503eb



Group: Win32-SSE2
nightly_20210228_e393503eb-builds-Win32-SSE2.zip (Mirror)


Group: Win64-SSE2
nightly_20210228_e393503eb-builds-x64-SSE2.zip (Mirror)


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

Code: [Select]
------------------------------------------------------------------------
commit 529ba78c0
Author: Baezon
Commit: Baezon

    review tweak
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 772eaa634
Author: Baezon
Commit: Baezon

    properly initialize texture stretch
 code/ship/ship.cpp      | 2 ++
 code/weapon/weapons.cpp | 1 +
 2 files changed, 3 insertions(+)

------------------------------------------------------------------------
commit 7c909c6d6
Author: asarium
Commit: asarium

    Fix Visual Studio compilation around non-copyable type
 code/actions/ActionDefinitionManager.cpp    | 33 +++++++++++++----------------
 code/actions/ActionDefinitionManager.h      |  2 +-
 code/actions/expression/FunctionManager.cpp | 25 ++++++++++------------
 3 files changed, 27 insertions(+), 33 deletions(-)

------------------------------------------------------------------------
commit c0f351d92
Author: the-maddin
Commit: the-maddin

    fix indents
 code/sound/audiostr.cpp | 246 ++++++++++++++++++++++++------------------------
 1 file changed, 123 insertions(+), 123 deletions(-)

------------------------------------------------------------------------
commit 003fa6858
Author: the-maddin
Commit: GitHub

    Remove leftover default setting
 code/sound/audiostr.cpp | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit 26aab09b8
Author: the-maddin
Commit: the-maddin

    Update scripting documentation audio_stream:play()
 code/scripting/api/objs/audio_stream.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 063854384
Author: the-maddin
Commit: the-maddin

    Set sane default volumes on audiostream creation.
 code/sound/audiostr.cpp | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

------------------------------------------------------------------------
commit 9ffcd780e
Author: the-maddin
Commit: the-maddin

    Deduplicate stream creation code
 code/sound/audiostr.cpp | 67 ++++++++++++++++++++++---------------------------
 1 file changed, 30 insertions(+), 37 deletions(-)

------------------------------------------------------------------------
commit 4125d0bdb
Author: the-maddin
Commit: the-maddin

    Fix stream slot leak
 code/sound/audiostr.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)