Author Topic: Nightly: 14 May 2019 - Revision 69ebdd0  (Read 1536 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 14 May 2019 - Revision 69ebdd0
Here is the nightly for 14 May 2019 - Revision 69ebdd0



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 8d3eeec
Author: wookieejedi <Sat May 11 14:03:15 2019 -0400>
Commit: wookieejedi <Sat May 11 14:03:15 2019 -0400>

    Updated description
 code/parse/sexp.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 764b4b8
Author: wookieejedi <Sat May 11 10:38:40 2019 -0400>
Commit: wookieejedi <Sat May 11 10:38:40 2019 -0400>

    Improve comments and description
 code/parse/sexp.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 6a6940e
Author: wookieejedi <Fri May 10 23:09:00 2019 -0400>
Commit: wookieejedi <Fri May 10 23:09:00 2019 -0400>

    Adds `get-hotkey` sexp
 code/parse/sexp.cpp | 40 ++++++++++++++++++++++++++++++++++++++++
 code/parse/sexp.h   |  1 +
 2 files changed, 41 insertions(+)

------------------------------------------------------------------------
commit 271d3f9
Author: CasparKielwein <Sat May 4 11:10:40 2019 +0200>
Commit: CasparKielwein <Sat May 4 11:30:54 2019 +0200>

    remove unused functions obj_add_pair and obj_add_pairs in object code.
 code/object/objcollide.cpp | 309 +--------------------------------------------
 code/object/objcollide.h   |   2 -
 code/object/object.cpp     |  81 ------------
 code/object/object.h       |   6 -
 4 files changed, 1 insertion(+), 397 deletions(-)

------------------------------------------------------------------------
commit e70d6a8
Author: CasparKielwein <Wed May 1 11:11:26 2019 +0200>
Commit: CasparKielwein <Sat May 4 11:30:16 2019 +0200>

    objcollide cleanup: declare local variables at point of first use
 code/object/objcollide.cpp | 161 ++++++++++++++++-----------------------------
 code/object/objcollide.h   |   8 +--
 2 files changed, 62 insertions(+), 107 deletions(-)

------------------------------------------------------------------------
commit 3e7e7cd
Author: CasparKielwein <Wed May 1 10:41:27 2019 +0200>
Commit: CasparKielwein <Wed May 1 10:41:27 2019 +0200>

    made functions from objcollide, which are only used in .cpp local to compilation unit
 code/object/objcollide.cpp | 797 +++++++++++++++++++++++----------------------
 code/object/objcollide.h   |   5 -
 2 files changed, 401 insertions(+), 401 deletions(-)

------------------------------------------------------------------------
commit f63667b
Author: CasparKielwein <Wed May 1 10:07:35 2019 +0200>
Commit: CasparKielwein <Wed May 1 10:07:35 2019 +0200>

    Cleanup in objcollide: Remove code that was commented out
 code/object/objcollide.cpp | 100 +++++----------------------------------------
 1 file changed, 10 insertions(+), 90 deletions(-)

------------------------------------------------------------------------
commit b42fc21
Author: CasparKielwein <Sat Mar 2 18:06:16 2019 +0100>
Commit: CasparKielwein <Wed May 1 09:44:19 2019 +0200>

    Cleanup in object collide code.
 code/asteroid/asteroid.cpp          |  2 --
 code/debris/debris.cpp              |  2 --
 code/object/collidedebrisship.cpp   |  2 +-
 code/object/collidedebrisweapon.cpp | 10 ++++-----
 code/object/collideshipship.cpp     |  2 --
 code/object/collideshipweapon.cpp   |  6 +++---
 code/object/objcollide.cpp          | 43 ++++++++++++++++---------------------
 code/object/objcollide.h            |  4 +---
 8 files changed, 28 insertions(+), 43 deletions(-)