Author Topic: Nightly: 24 June 2021 - Revision be6a7f552  (Read 511 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 24 June 2021 - Revision be6a7f552
Here is the nightly for 24 June 2021 - Revision be6a7f552



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit adb7d9d19
Author: Baezon
Commit: Baezon

    review tweaks
 code/weapon/trails.cpp | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 8e2d93211
Author: Baezon
Commit: Baezon

    add shield regen hit delay
 code/ai/aicode.cpp  | 2 ++
 code/hud/hudets.cpp | 3 +++
 code/ship/ship.cpp  | 8 ++++++++
 code/ship/ship.h    | 1 +
 4 files changed, 14 insertions(+)

------------------------------------------------------------------------
commit 6cf555314
Author: Baezon
Commit: Baezon

    review tweaks
 code/ai/aicode.cpp      |  1 +
 code/weapon/weapon.h    |  6 ++++--
 code/weapon/weapons.cpp | 11 +++++++----
 3 files changed, 12 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 106b16d5e
Author: Baezon
Commit: Baezon

    initialize variables
 code/weapon/trails.cpp | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 3a960db63
Author: Baezon
Commit: Baezon

    optimize trail drawing
 code/tracing/categories.cpp |   2 -
 code/tracing/categories.h   |   2 -
 code/weapon/trails.cpp      | 210 ++++++++++++++++----------------------------
 3 files changed, 78 insertions(+), 136 deletions(-)

------------------------------------------------------------------------
commit 4b3a1a8d8
Author: Baezon
Commit: Baezon

    unused variables
 code/hud/hudlock.cpp    | 12 +++---------
 code/ship/ship.cpp      |  4 ++--
 code/weapon/weapon.h    |  6 ++++--
 code/weapon/weapons.cpp | 20 ++++++++++++--------
 4 files changed, 21 insertions(+), 21 deletions(-)

------------------------------------------------------------------------
commit 95de0c683
Author: Baezon
Commit: Baezon

    version 1 of ai multilock
 code/ai/ai.h            |  1 +
 code/ai/aicode.cpp      | 96 +++++++++++++++++++++++++++++++++++++++----------
 code/ship/ship.cpp      | 19 +++++++---
 code/weapon/weapons.cpp |  2 +-
 4 files changed, 94 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
commit ab2c08392
Author: Baezon
Commit: Baezon

    in-progress
 code/ai/ai.h            |   2 +
 code/ai/aicode.cpp      |  98 +++++++++++++++++++++++++++++++++++++-
 code/hud/hudlock.cpp    | 122 +++++++++---------------------------------------
 code/weapon/weapon.h    |  10 ++++
 code/weapon/weapons.cpp |  85 +++++++++++++++++++++++++++++++++
 5 files changed, 214 insertions(+), 103 deletions(-)