Author Topic: Nightly: 15 October 2021 - Revision ebd31c1bd  (Read 397 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 15 October 2021 - Revision ebd31c1bd
Here is the nightly for 15 October 2021 - Revision ebd31c1bd



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 8e857ddd4
Author: Goober5000
Commit: Goober5000

    nullptrs for clang
 code/model/modelread.cpp | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit ae63f0282
Author: Goober5000
Commit: Goober5000

    rename intrinsic rotation to intrinsic motion
 code/asteroid/asteroid.cpp   |  2 +-
 code/jumpnode/jumpnode.cpp   |  2 +-
 code/model/model.h           |  6 ++--
 code/model/modelread.cpp     | 74 ++++++++++++++++++++++----------------------
 code/object/object.cpp       |  6 ++--
 code/ship/shipfx.cpp         |  2 +-
 code/starfield/starfield.cpp |  2 +-
 code/weapon/weapon.h         |  2 +-
 code/weapon/weapons.cpp      |  2 +-
 9 files changed, 49 insertions(+), 49 deletions(-)

------------------------------------------------------------------------
commit 9afec1fd3
Author: Goober5000
Commit: Goober5000

    add a new in() function to streamline things a bit
 code/model/modelread.cpp | 106 +++++++++++++++++++++++------------------------
 1 file changed, 52 insertions(+), 54 deletions(-)

------------------------------------------------------------------------
commit 47fb4c1d3
Author: Goober5000
Commit: Goober5000

    use sm and parent_sm instead of submodel array indexes
 code/model/modelread.cpp | 284 +++++++++++++++++++++++------------------------
 1 file changed, 140 insertions(+), 144 deletions(-)

------------------------------------------------------------------------
commit c3cba091f
Author: David Gibson
Commit: David Gibson

    Removed unused constants from Lighting.sdr.
 code/def_files/data/effects/lighting.sdr | 6 ------
 1 file changed, 6 deletions(-)