Author Topic: Nightly: 17 June 2020 - Revision 4bb3132  (Read 798 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 17 June 2020 - Revision 4bb3132
Here is the nightly for 17 June 2020 - Revision 4bb3132



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 88866ef
Author: wookieejedi
Commit: wookieejedi

    make min a variable
 code/ai/ai_profiles.cpp | 5 +++--
 code/ai/aibig.cpp       | 4 ++--
 code/ai/aibig.h         | 1 +
 3 files changed, 6 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit eab6eb6
Author: wookieejedi
Commit: wookieejedi

    update comments
 code/ai/ai_profiles.cpp | 2 +-
 code/ai/aibig.cpp       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 6ebc378
Author: wookieejedi
Commit: wookieejedi

    incorporate comments
 code/ai/ai_profiles.cpp | 9 +++++----
 code/ai/aibig.cpp       | 9 ++++-----
 code/ai/aibig.h         | 3 +++
 3 files changed, 12 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 03adff7
Author: wookieejedi
Commit: wookieejedi

    update logic
 code/ai/ai_profiles.cpp | 2 +-
 code/ai/aibig.cpp       | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 3d77340
Author: wookieejedi
Commit: wookieejedi

    fix missing print call
 code/ai/ai_profiles.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit addbb68
Author: wookieejedi
Commit: wookieejedi

    incorporate comments
 code/ai/ai_flags.h      |  2 +-
 code/ai/ai_profiles.cpp | 12 +++++++++++-
 code/ai/ai_profiles.h   |  3 +++
 code/ai/aibig.cpp       | 40 ++++++++++++++++++++++++++++++++--------
 4 files changed, 47 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit e026558
Author: Goober5000
Commit: Goober5000

    some more sexp upgrades
 code/parse/sexp.cpp | 243 ++++++++++++++++++----------------------------------
 1 file changed, 83 insertions(+), 160 deletions(-)

------------------------------------------------------------------------
commit a034c3e
Author: Goober5000
Commit: Goober5000

    upgrade time-docked and various cargo sexps
 code/parse/sexp.cpp | 236 +++++++++++++++++++++++++---------------------------
 1 file changed, 114 insertions(+), 122 deletions(-)

------------------------------------------------------------------------
commit a4f4670
Author: wookieejedi
Commit: wookieejedi

    remove print statement
 code/ai/aibig.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 34dd460
Author: wookieejedi
Commit: wookieejedi

    Update naming
 code/ai/ai_flags.h      | 2 +-
 code/ai/ai_profiles.cpp | 2 +-
 code/ai/aibig.cpp       | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 683b433
Author: wookieejedi
Commit: wookieejedi

    fix name
 code/ai/ai_profiles.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 217778e
Author: wookieejedi
Commit: wookieejedi

    Add Large Raduis Option as AI Flag for Following Path Points
 code/ai/ai_flags.h      |  1 +
 code/ai/ai_profiles.cpp |  2 ++
 code/ai/aibig.cpp       | 10 +++++++++-
 3 files changed, 12 insertions(+), 1 deletion(-)