Branch: refs/heads/master
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: 435317641320f14b25d424a6556b1c8616fb2f49
      
https://github.com/Warzone2100/warzone2100/commit/435317641320f14b25d424a6556b1c8616fb2f49
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/warcam.cpp

  Log Message:
  -----------
  Remove camera bounce after radar jump


  Commit: 31bcc7593da7e50a1969980a2d0921a3a814ec42
      
https://github.com/Warzone2100/warzone2100/commit/31bcc7593da7e50a1969980a2d0921a3a814ec42
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/warcam.cpp

  Log Message:
  -----------
  Fix condition for stopping radar jump


  Commit: ad904a858d0bca2ebe9eea776ed693712586dca9
      
https://github.com/Warzone2100/warzone2100/commit/ad904a858d0bca2ebe9eea776ed693712586dca9
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/warcam.cpp

  Log Message:
  -----------
  Separate radar jump animation from droid tracking


  Commit: 3519cb4e480ed8dec0b878b51df39c0aea29c220
      
https://github.com/Warzone2100/warzone2100/commit/3519cb4e480ed8dec0b878b51df39c0aea29c220
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    A src/animation.cpp
    A src/animation.h

  Log Message:
  -----------
  Implement animation class


  Commit: f0b34f1259746cf1dfdc608819cf40528d69f651
      
https://github.com/Warzone2100/warzone2100/commit/f0b34f1259746cf1dfdc608819cf40528d69f651
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/warcam.cpp

  Log Message:
  -----------
  Refactor radar jump to use animation class


  Commit: 7f03133cd13a409536802d6a6ca04934b8abc592
      
https://github.com/Warzone2100/warzone2100/commit/7f03133cd13a409536802d6a6ca04934b8abc592
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/animation.cpp
    M src/animation.h

  Log Message:
  -----------
  Add missing new lines


  Commit: 8df3b462f6400bb1390d0231fa66b6394d8b669f
      
https://github.com/Warzone2100/warzone2100/commit/8df3b462f6400bb1390d0231fa66b6394d8b669f
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/animation.cpp

  Log Message:
  -----------
  Prevent error when animation duration is 0


  Commit: 1080d40b795bde4a75e4fc4624d4833510ccccb6
      
https://github.com/Warzone2100/warzone2100/commit/1080d40b795bde4a75e4fc4624d4833510ccccb6
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/display3d.cpp
    M src/display3d.h

  Log Message:
  -----------
  Refactor camera height calculation


  Commit: e9fe1626ee4e59d64949feac3a6215ceb377ba9d
      
https://github.com/Warzone2100/warzone2100/commit/e9fe1626ee4e59d64949feac3a6215ceb377ba9d
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/warcam.cpp

  Log Message:
  -----------
  Fix height jump after radar jump animation


  Commit: a9dd6d07e075bafdb64d239d49e729ff03521322
      
https://github.com/Warzone2100/warzone2100/commit/a9dd6d07e075bafdb64d239d49e729ff03521322
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/animation.cpp

  Log Message:
  -----------
  Fix progress calculation logic


  Commit: b33fe0890a907625eda54327edd76ffd0e50006f
      
https://github.com/Warzone2100/warzone2100/commit/b33fe0890a907625eda54327edd76ffd0e50006f
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/animation.cpp

  Log Message:
  -----------
  Omit reference to `this`


  Commit: 1204a18ebae84fa6f2c92aa978ac6ff937129d09
      
https://github.com/Warzone2100/warzone2100/commit/1204a18ebae84fa6f2c92aa978ac6ff937129d09
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/display3d.cpp

  Log Message:
  -----------
  Fix comments and adjust code style


  Commit: 4f63575abc4c27e0bebbc8e12e17209444c4a553
      
https://github.com/Warzone2100/warzone2100/commit/4f63575abc4c27e0bebbc8e12e17209444c4a553
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/warcam.cpp
    M src/warcam.h

  Log Message:
  -----------
  Remove unused variable and function


  Commit: 1a4b35e2df7c2e45a30996f01362421a6a517e6c
      
https://github.com/Warzone2100/warzone2100/commit/1a4b35e2df7c2e45a30996f01362421a6a517e6c
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/basedef.h
    M src/baseobject.cpp
    M src/objects.cpp
    M src/projectile.cpp
    M src/qtscriptdebug.cpp
    M src/qtscriptfuncs.cpp
    M src/warcam.cpp
    M src/warcam.h
    M tests/lint.cpp

  Log Message:
  -----------
  Refactor camera radar jump to remove OBJ_TARGET


  Commit: e935f23895db8a1872ccc7945ff02af302096f50
      
https://github.com/Warzone2100/warzone2100/commit/e935f23895db8a1872ccc7945ff02af302096f50
  Author: Thiago Barcala <[email protected]>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M src/warcam.cpp
    M src/warcam.h

  Log Message:
  -----------
  Change type of trackingCamera's target and cleanup


Compare: 
https://github.com/Warzone2100/warzone2100/compare/6e1211f010f7...e935f23895db


_______________________________________________
Warzone2100-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits

Reply via email to