Author Topic: Nightly: 13 January 2019 - Revision 699c9e8  (Read 754 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 13 January 2019 - Revision 699c9e8
Here is the nightly for 13 January 2019 - Revision 699c9e8



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 5b45a89
Author: Goober5000 <Sat Jan 12 02:36:32 2019 -0500>
Commit: Goober5000 <Sat Jan 12 02:36:32 2019 -0500>

    restore missing caption
 fred2/fred.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 741fc31
Author: Goober5000 <Sat Jan 12 02:31:09 2019 -0500>
Commit: Goober5000 <Sat Jan 12 02:31:09 2019 -0500>

    fix comment rot
 code/fireball/fireballs.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit aaa9c77
Author: Goober5000 <Sat Jan 12 01:18:14 2019 -0500>
Commit: Goober5000 <Sat Jan 12 01:18:14 2019 -0500>

    remove spurious newline; word choice
 fred2/warpparamsdlg.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit bfae614
Author: Goober5000 <Sat Jan 12 01:05:19 2019 -0500>
Commit: Goober5000 <Sat Jan 12 01:05:19 2019 -0500>

    fix bug: only reverse the warp effect when the ship is warping out; and while we're at it, change that parameter to bool
 code/asteroid/asteroid.cpp  | 2 +-
 code/fireball/fireballs.cpp | 2 +-
 code/fireball/fireballs.h   | 2 +-
 code/hud/hudartillery.cpp   | 2 +-
 code/parse/sexp.cpp         | 2 +-
 code/ship/ship.cpp          | 8 ++++----
 code/ship/shipfx.cpp        | 4 ++--
 code/ship/shiphit.cpp       | 2 +-
 code/weapon/weapons.cpp     | 4 ++--
 9 files changed, 14 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit 56ae91c
Author: Goober5000 <Wed Jan 9 16:08:05 2019 -0500>
Commit: Goober5000 <Wed Jan 9 16:08:05 2019 -0500>

    maybe it will work now
 code/ship/shipfx.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit dfc8cbd
Author: Goober5000 <Wed Jan 9 11:01:32 2019 -0500>
Commit: Goober5000 <Wed Jan 9 11:01:32 2019 -0500>

    okay this is pretty stupid
 fred2/warpparamsdlg.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 77e61af
Author: Goober5000 <Wed Jan 9 09:30:47 2019 -0500>
Commit: Goober5000 <Wed Jan 9 09:30:47 2019 -0500>

    add new files to the project
 fred2/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 7b80b0c
Author: Goober5000 <Wed Jan 9 01:44:19 2019 -0500>
Commit: Goober5000 <Wed Jan 9 01:44:19 2019 -0500>

    minor header reorganization
 code/ship/ship.h   |  14 --------
 code/ship/shipfx.h | 101 ++++++++++++++++++++++++++++++-----------------------
 2 files changed, 58 insertions(+), 57 deletions(-)

------------------------------------------------------------------------
commit a98d3bb
Author: Goober5000 <Wed Jan 9 00:59:12 2019 -0500>
Commit: Goober5000 <Wed Jan 9 00:59:12 2019 -0500>

    more clang complaints
 code/ship/shipfx.cpp |  1 -
 code/ship/shipfx.h   | 16 ++++++++--------
 2 files changed, 8 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 741ee07
Author: Goober5000 <Wed Jan 9 00:17:20 2019 -0500>
Commit: Goober5000 <Wed Jan 9 00:17:20 2019 -0500>

    address warnings
 code/ship/ship.cpp                 | 4 ++--
 code/ship/shipfx.cpp               | 4 ++--
 code/ship/shipfx.h                 | 2 +-
 fred2/missionsave.cpp              | 2 +-
 qtfred/src/mission/missionsave.cpp | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 04cefad
Author: Goober5000 <Wed Jan 9 00:00:53 2019 -0500>
Commit: Goober5000 <Wed Jan 9 00:00:53 2019 -0500>

    inherit from ship_info warp params instead of resetting to default
 code/mission/missionparse.cpp | 24 +++++++++++++-----------
 code/ship/ship.cpp            | 31 +++++++++++++++++++------------
 2 files changed, 32 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit 3d68476
Author: Goober5000 <Tue Jan 8 23:44:09 2019 -0500>
Commit: Goober5000 <Tue Jan 8 23:44:09 2019 -0500>

    remove WD_ prefix
 code/mission/missionparse.cpp      |  4 ++--
 code/ship/ship.cpp                 | 12 ++++++------
 fred2/missionsave.cpp              | 14 +++++++-------
 fred2/warpparamsdlg.cpp            |  2 +-
 qtfred/src/mission/missionsave.cpp | 14 +++++++-------
 5 files changed, 23 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit 81c6392
Author: Goober5000 <Tue Jan 8 15:01:14 2019 -0500>
Commit: Goober5000 <Tue Jan 8 23:03:37 2019 -0500>

    stage 3: add FRED2 support
 fred2/fred.rc           | 154 ++++++++++++++++++++--------
 fred2/resource.h        |  23 ++++-
 fred2/shipeditordlg.cpp |  27 ++++-
 fred2/shipeditordlg.h   |   2 +
 fred2/warpparamsdlg.cpp | 259 ++++++++++++++++++++++++++++++++++++++++++++++++
 fred2/warpparamsdlg.h   |  62 ++++++++++++
 fred2/wing_editor.cpp   |  25 +++++
 fred2/wing_editor.h     |   3 +
 8 files changed, 507 insertions(+), 48 deletions(-)

------------------------------------------------------------------------
commit d6d03fb
Author: Goober5000 <Tue Jan 8 14:52:57 2019 -0500>
Commit: Goober5000 <Tue Jan 8 23:03:37 2019 -0500>

    format saves using two-decimal floats, and insert missing newlines
 fred2/missionsave.cpp              | 22 +++++++++++-----------
 qtfred/src/mission/missionsave.cpp | 22 +++++++++++-----------
 2 files changed, 22 insertions(+), 22 deletions(-)

------------------------------------------------------------------------
commit 9acd25b
Author: Goober5000 <Tue Jan 8 14:50:02 2019 -0500>
Commit: Goober5000 <Tue Jan 8 23:03:37 2019 -0500>

    create a new convenience function
 code/ship/ship.cpp   | 10 ++--------
 code/ship/shipfx.cpp | 12 ++++++++++++
 code/ship/shipfx.h   |  2 ++
 3 files changed, 16 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 7e00a8b
Author: Goober5000 <Mon Jan 7 16:10:26 2019 -0500>
Commit: Goober5000 <Tue Jan 8 23:03:36 2019 -0500>

    stage 2: allow individual ships to also use Warp_params; implement loading and saving
 code/mission/missionparse.cpp      | 14 ++++++
 code/mission/missionparse.h        |  3 ++
 code/ship/ship.cpp                 | 40 ++++-----------
 code/ship/shipfx.cpp               | 26 ++++++++++
 code/ship/shipfx.h                 |  6 +++
 fred2/missionsave.cpp              | 99 ++++++++++++++++++++++++++++++++++++++
 fred2/missionsave.h                |  6 +++
 qtfred/src/mission/missionsave.cpp | 99 ++++++++++++++++++++++++++++++++++++++
 qtfred/src/mission/missionsave.h   |  6 +++
 9 files changed, 269 insertions(+), 30 deletions(-)

------------------------------------------------------------------------
commit bb0df2d
Author: Goober5000 <Sun Jan 6 23:31:43 2019 -0500>
Commit: Goober5000 <Tue Jan 8 23:03:36 2019 -0500>

    stage 1: replace individual parameters with an index into Warp_params
 code/ai/aicode.cpp               |   4 +-
 code/io/keycontrol.cpp           |  16 +-
 code/lab/lab.cpp                 |   2 -
 code/mission/missionparse.cpp    |   2 +-
 code/model/modelrender.cpp       |   8 +-
 code/playerman/playercontrol.cpp |   6 +-
 code/ship/ship.cpp               | 373 +++++++++++++++++----------------------
 code/ship/ship.h                 |  25 +--
 code/ship/shipfx.cpp             | 230 ++++++++++--------------
 code/ship/shipfx.h               |  39 +++-
 10 files changed, 308 insertions(+), 397 deletions(-)