Author Topic: Nightly: 25 August 2020 - Revision 13bb923  (Read 867 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 25 August 2020 - Revision 13bb923
Here is the nightly for 25 August 2020 - Revision 13bb923



Group: MacOSX
nightly_20200825_13bb923-builds-MacOSX.tar.gz (Mirror)


Group: Win64
nightly_20200825_13bb923-builds-Win64.zip (Mirror)


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


Group: Win32
nightly_20200825_13bb923-builds-Win32.zip (Mirror)

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

    history comments
 code/ai/aicode.cpp   | 16 ----------------
 code/math/vecmat.cpp | 16 ++++++++++++----
 2 files changed, 12 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit 32665e0
Author: Baezon
Commit: Baezon

    overshoot padding
 code/math/vecmat.cpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 132bcda
Author: Baezon
Commit: Baezon

    comments for old names
 code/math/vecmat.cpp | 4 +++-
 code/math/vecmat.h   | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 338e049
Author: Baezon
Commit: Baezon

    renaming of functions
 code/ai/ai_flags.h                  |  2 +-
 code/ai/ai_profiles.cpp             |  2 +-
 code/ai/aicode.cpp                  | 14 +++++------
 code/math/vecmat.cpp                | 50 ++++++++++++++++++-------------------
 code/math/vecmat.h                  |  8 +++---
 code/mission/missionbriefcommon.cpp |  2 +-
 6 files changed, 39 insertions(+), 39 deletions(-)

------------------------------------------------------------------------
commit 29b30ab
Author: Baezon
Commit: Baezon

    just about ready
 code/ai/ai_flags.h            |   1 +
 code/ai/ai_profiles.cpp       |   1 +
 code/ai/aicode.cpp            |  26 +-
 code/math/vecmat.cpp          | 712 ++++++++----------------------------------
 code/math/vecmat.h            |  12 +-
 test/src/math/test_vecmat.cpp | 239 +-------------
 6 files changed, 164 insertions(+), 827 deletions(-)

------------------------------------------------------------------------
commit d5b7026
Author: Baezon
Commit: Baezon

    almost there
 code/ai/aicode.cpp            |   4 +-
 code/math/vecmat.cpp          | 116 ++++++++++++++++++++++++++++++------------
 test/src/math/test_vecmat.cpp |  27 +++++-----
 3 files changed, 99 insertions(+), 48 deletions(-)

------------------------------------------------------------------------
commit 0fada39
Author: Baezon
Commit: Baezon

    wip
 code/math/vecmat.cpp          | 216 +++++++++++++++++++++++++++++++++++++-
 code/math/vecmat.h            |   8 ++
 test/src/math/test_vecmat.cpp | 238 +++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 459 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit c5cf862
Author: Baezon
Commit: Baezon

    expose maybe_normalize and use machine epsilon
 code/math/vecmat.cpp | 6 +++---
 code/math/vecmat.h   | 4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 7e42b36
Author: Baezon
Commit: Baezon

    nullptr
 code/math/vecmat.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 2b92e10
Author: Baezon
Commit: Baezon

    clean up
 code/math/vecmat.cpp          | 12 +++++++-----
 test/src/math/test_vecmat.cpp |  3 ++-
 2 files changed, 9 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit c8cb3d4
Author: Baezon
Commit: Baezon

    orthogonalize safety
 code/math/vecmat.cpp          | 85 ++++++++++++++++++++++++++-----------------
 test/src/math/test_vecmat.cpp | 29 +++++++++++++++
 2 files changed, 80 insertions(+), 34 deletions(-)