Author Topic: Nightly: 01 February 2021 - Revision 275a43909  (Read 482 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 01 February 2021 - Revision 275a43909
Here is the nightly for 01 February 2021 - Revision 275a43909



Group: Win32-SSE2
nightly_20210201_275a43909-builds-Win32-SSE2.zip (Mirror)


Group: Win64-SSE2
nightly_20210201_275a43909-builds-x64-SSE2.zip (Mirror)


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

Code: [Select]
------------------------------------------------------------------------
commit f475ea4d2
Author: Goober5000
Commit: Goober5000

    mission save bugfix
 fred2/missionsave.cpp              | 11 +++++++----
 qtfred/src/mission/missionsave.cpp | 11 +++++++----
 2 files changed, 14 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 450900d2b
Author: Goober5000
Commit: Goober5000

    fix compilation
 code/mission/missionparse.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit dbfb5b9d3
Author: asarium
Commit: asarium

    Fix crash in server REST API when omitting framecap
 code/network/stand_gui-unix.cpp | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 487aad8bb
Author: Goober5000
Commit: Goober5000

    a bit of cleanup and reorganization/simplification
 code/model/modelread.cpp | 107 ++++++++++++++++++++---------------------------
 1 file changed, 46 insertions(+), 61 deletions(-)

------------------------------------------------------------------------
commit 554bbb884
Author: Goober5000
Commit: Goober5000

    remove angles from the submodel instance
 code/model/model.h                    |  3 ---
 code/model/modelanim.cpp              | 13 +++++++-----
 code/model/modelread.cpp              | 37 +++++++++++++++++------------------
 code/network/multi_obj.cpp            | 26 ++++++++++++++++++------
 code/scripting/api/objs/subsystem.cpp |  2 --
 code/ship/ship.cpp                    |  5 +++--
 6 files changed, 49 insertions(+), 37 deletions(-)

------------------------------------------------------------------------
commit 020f14fb5
Author: Goober5000
Commit: Goober5000

    allow rotating submodels to rotate around an arbitrary axis
 code/asteroid/asteroid.cpp            |   6 +-
 code/debris/debris.cpp                |   6 +-
 code/model/model.h                    |  33 ++-
 code/model/modelanim.cpp              |  63 +++--
 code/model/modelcollide.cpp           |  10 +-
 code/model/modelread.cpp              | 502 +++++++++++++++++++---------------
 code/model/modelrender.cpp            |   7 +-
 code/network/multi_obj.cpp            |  25 +-
 code/network/multimsgs.cpp            |  28 +-
 code/object/collideshipship.cpp       |  20 +-
 code/scripting/api/objs/subsystem.cpp |  18 +-
 code/ship/ship.cpp                    |   5 +-
 code/ship/ship.h                      |   2 +-
 code/ship/shipfx.cpp                  |   2 +-
 14 files changed, 410 insertions(+), 317 deletions(-)

------------------------------------------------------------------------
commit 98e501acc
Author: Goober5000
Commit: Goober5000

    remove the orientation field for submodels
 code/asteroid/asteroid.cpp      |   4 +-
 code/debris/debris.cpp          |   4 +-
 code/model/model.h              |  26 ++--
 code/model/modelcollide.cpp     |  85 +------------
 code/model/modelread.cpp        | 261 +++++++++++-----------------------------
 code/model/modelrender.cpp      |  35 +-----
 code/object/collideshipship.cpp |   6 +-
 code/ship/ship.cpp              |   3 -
 8 files changed, 95 insertions(+), 329 deletions(-)

------------------------------------------------------------------------
commit 365ba2029
Author: Goober5000
Commit: Goober5000

    remove temporary function
 code/model/modelread.cpp | 55 +++---------------------------------------------
 1 file changed, 3 insertions(+), 52 deletions(-)

------------------------------------------------------------------------
commit 02cdb106b
Author: Goober5000
Commit: Goober5000

    convert number parsing to use atoi and strtof
 code/gamesnd/gamesnd.cpp |   9 +-
 code/parse/parselo.cpp   | 237 ++++++++++++++++++++++++++---------------------
 code/parse/parselo.h     |  22 ++---
 3 files changed, 142 insertions(+), 126 deletions(-)