Author Topic: Nightly: 02 May 2023 - Revision 02a40ae90  (Read 310 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 02 May 2023 - Revision 02a40ae90
Here is the nightly for 02 May 2023 - Revision 02a40ae90



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


Group: MacOSX
nightly_20230502_02a40ae90-builds-Mac.tar.gz (Mirror)


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


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

Code: [Select]
------------------------------------------------------------------------
commit 02a40ae90
Author: Asteroth
Commit: GitHub

    Remove model octants (#5373)
 code/ai/aibig.cpp           |  82 ++++----
 code/model/model.h          |  44 +---
 code/model/modelcollide.cpp |  45 ++---
 code/model/modelinterp.cpp  |  42 ++--
 code/model/modeloctant.cpp  | 478 --------------------------------------------
 code/model/modelread.cpp    |   5 -
 code/model/modelsinc.h      |   6 -
 code/source_groups.cmake    |   1 -
 code/tracing/categories.cpp |   1 -
 code/tracing/categories.h   |   1 -
 code/weapon/beam.cpp        |  61 +++---
 11 files changed, 106 insertions(+), 660 deletions(-)

------------------------------------------------------------------------
commit e120bb90b
Author: Goober5000
Commit: Goober5000

    clear caches for both nodes in rand_sexp
 code/parse/sexp.cpp | 54 ++++++++++++++++++++++-------------------------------
 1 file changed, 22 insertions(+), 32 deletions(-)

------------------------------------------------------------------------
commit 10ce1ac62
Author: Goober5000
Commit: Goober5000

    sync `toolchain-apple-clang.cmake` flags with the ones in `toolchain-clang.cmake`
 cmake/toolchain-apple-clang.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 9e5894512
Author: mjn-mixael
Commit: mjn-mixael

    warn instead of error
 code/graphics/software/font.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit b97430e5a
Author: Goober5000
Commit: Goober5000

    move from setjmp to try/catch
 code/jpgutils/jpgutils.cpp | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 64c27d818
Author: Goober5000
Commit: Goober5000

    fix unused variable warnings
 code/fireball/fireballs.cpp              |  2 +-
 code/fireball/warpineffect.cpp           |  2 +-
 code/gamesnd/eventmusic.cpp              |  2 +-
 code/globalincs/systemvars.cpp           | 12 ++++++------
 code/graphics/2d.cpp                     | 16 ++++++++--------
 code/graphics/opengl/gropengltexture.cpp |  2 +-
 code/graphics/post_processing.cpp        |  4 ++--
 code/io/mouse.cpp                        |  4 ++--
 code/mission/missionbriefcommon.cpp      |  2 +-
 code/mod_table/mod_table.cpp             |  2 +-
 code/nebula/neb.cpp                      |  2 +-
 code/sound/sound.cpp                     |  4 ++--
 code/weapon/shockwave.cpp                |  2 +-
 freespace2/freespace.cpp                 |  2 +-
 14 files changed, 29 insertions(+), 29 deletions(-)

------------------------------------------------------------------------
commit ef1933ec1
Author: Goober5000
Commit: Goober5000

    Modernise CFLAGS on Mac/Linux
 cmake/toolchain-apple-clang.cmake | 2 +-
 cmake/toolchain-clang.cmake       | 6 +++---
 cmake/toolchain-gcc.cmake         | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)