Author Topic: Nightly: 11 June 2021 - Revision 1525b520d  (Read 647 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 11 June 2021 - Revision 1525b520d
Here is the nightly for 11 June 2021 - Revision 1525b520d



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 990b5a390
Author: Goober5000
Commit: Goober5000

    small followup fix for #3476
 code/scripting/api/objs/object.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 37c5041c0
Author: Baezon
Commit: Baezon

    improve damage type handling when dealing damage
 code/ai/aicode.cpp                |   2 +-
 code/asteroid/asteroid.cpp        |   2 +-
 code/io/keycontrol.cpp            |   8 +-
 code/object/collidedebrisship.cpp | 177 +++++++++++++++++++-------------------
 code/object/collideshipship.cpp   |  16 ++--
 code/object/collideshipweapon.cpp |   2 +-
 code/parse/sexp.cpp               |   2 +-
 code/ship/ship.cpp                |   6 +-
 code/ship/shiphit.cpp             |  94 +++++---------------
 code/ship/shiphit.h               |   4 +-
 code/weapon/beam.cpp              |   2 +-
 code/weapon/shockwave.cpp         |   2 +-
 code/weapon/weapons.cpp           |   4 +-
 13 files changed, 135 insertions(+), 186 deletions(-)