Author Topic: Nightly: 19 August 2016 - Revision 127976c  (Read 709 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 19 August 2016 - Revision 127976c
Here is the nightly for 19 August 2016 - Revision 127976c


Group: Linux
nightly_20160819_127976c-builds-Linux.tar.gz
SHA1: 9ebb0c664ae026b4680a033471be96d474ffc8ef


Group: MacOSX
nightly_20160819_127976c-builds-MacOSX.tar.gz
SHA1: fb59c784cbb41050cb46971dc693c6da90fb5374


Group: Win32
nightly_20160819_127976c-builds-Win32.zip
SHA1: 8c50fd164081d92a9710cc9dc41f304a930e7325


Code: [Select]
------------------------------------------------------------------------
commit 127976c
Author: Fabian Woltermann <Fri Aug 19 08:17:41 2016 +0200>
Commit: MageKing17 <Thu Aug 18 23:17:41 2016 -0700>

    Weapon info flags conversion (#851)
 code/ai/aibig.cpp                      |   6 +-
 code/ai/aicode.cpp                     | 197 ++++----
 code/ai/aiturret.cpp                   | 210 +++------
 code/cmeasure/cmeasure.cpp             |   4 +-
 code/globalincs/flagset.h              |   4 +-
 code/globalincs/vmallocator.h          |   1 -
 code/hud/hudartillery.cpp              |   4 +-
 code/hud/hudlock.cpp                   |  18 +-
 code/hud/hudreticle.cpp                |   2 +-
 code/hud/hudsquadmsg.cpp               |   2 +-
 code/hud/hudtarget.cpp                 |  72 +--
 code/hud/hudtargetbox.cpp              |  18 +-
 code/io/keycontrol.cpp                 |   2 +-
 code/lab/lab.cpp                       |   8 +-
 code/menuui/techmenu.cpp               |  22 +-
 code/mission/missionparse.cpp          |   6 +-
 code/missionui/missionweaponchoice.cpp |  10 +-
 code/missionui/redalert.cpp            |   6 +-
 code/network/multimsgs.cpp             |  10 +-
 code/object/collideshipweapon.cpp      |   4 +-
 code/object/collideweaponweapon.cpp    |  14 +-
 code/object/objcollide.cpp             |  12 +-
 code/parse/lua.cpp                     |  13 +-
 code/parse/parselo.cpp                 |   2 +-
 code/parse/scripting.cpp               |   6 +-
 code/parse/sexp.cpp                    |  28 +-
 code/pilotfile/csg.cpp                 |   4 +-
 code/radar/radarsetup.cpp              |  18 +-
 code/ship/ship.cpp                     | 268 ++++++-----
 code/ship/ship.h                       |   5 +-
 code/ship/shipfx.cpp                   |   2 +-
 code/ship/shiphit.cpp                  |  16 +-
 code/stats/scoring.cpp                 |   8 +-
 code/weapon/beam.cpp                   |  14 +-
 code/weapon/corkscrew.cpp              |   2 +-
 code/weapon/emp.cpp                    |   2 +-
 code/weapon/flak.cpp                   |   6 +-
 code/weapon/shockwave.cpp              |   4 +-
 code/weapon/swarm.cpp                  |  10 +-
 code/weapon/weapon.h                   | 103 +----
 code/weapon/weapon_flags.h             |   5 +-
 code/weapon/weapons.cpp                | 822 +++++++++++++++------------------
 fred2/management.cpp                   |   2 +-
 fred2/playerstarteditor.cpp            |   2 +-
 fred2/sexp_tree.cpp                    |   2 +-
 fred2/weaponeditordlg.cpp              |   4 +-
 46 files changed, 870 insertions(+), 1110 deletions(-)