This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Warzone 2100 Project.".

The branch, master has been updated
       via  0a7b147c5b2d7eb8ba109ff466ab35c918300bfc (commit)
       via  d6c7690f02922708af5a36c7f9ad3d0b0d0c8458 (commit)
       via  a8fdd2c06838ff5de5ac6d135aac5793277cca6e (commit)
       via  83aacc042b4b51ec67643dffcb3956f2fdaa79db (commit)
       via  d2739968a3670c3e4cb3db4f4ade1cbe0ff757c9 (commit)
       via  a11af2d203ec4171799ce67ca3f9a8332f2adf37 (commit)
       via  6473b8eded8eee50ccf61e7e6d412614d6fdc98a (commit)
       via  03cc107b846ab190e6649de9911a45881e5c1ecd (commit)
       via  125e7ba9ab0403fe3156b8c377d7b7e2d07d7709 (commit)
       via  5fa9edc4ade97af82dae1610056b9cc7554e4302 (commit)
      from  60c61a89b4b9513f012ee90dd774ce6055e9add4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0a7b147c5b2d7eb8ba109ff466ab35c918300bfc
Author: Giel van Schijndel <g...@wz2100.net>
Date:   Sat Oct 9 18:58:17 2010 +0200

    code cleanup: slight code reordering for readability
    
    Slight reordering of the call to pie_RotateProject and turn a
    todo-message comment in an actual TODO.
    
    Signed-off-by: Giel van Schijndel <g...@wz2100.net>

commit d6c7690f02922708af5a36c7f9ad3d0b0d0c8458
Author: Giel van Schijndel <g...@wz2100.net>
Date:   Sat Oct 9 17:33:45 2010 +0200

    trig: don't #include "math_ext.h" as trig.h doens't use it
    
    Signed-off-by: Giel van Schijndel <g...@wz2100.net>

commit a8fdd2c06838ff5de5ac6d135aac5793277cca6e
Author: Giel van Schijndel <g...@wz2100.net>
Date:   Sat Oct 9 17:30:53 2010 +0200

    trig: declare all trigonometric functions as pure
    
    Mark the prototypes of all (fixed point) trigonometric functions as
    pure.  This declares that these functions don't have any side-effects.
    
    Signed-off-by: Giel van Schijndel <g...@wz2100.net>

commit 83aacc042b4b51ec67643dffcb3956f2fdaa79db
Author: Giel van Schijndel <g...@wz2100.net>
Date:   Sat Oct 9 16:54:09 2010 +0200

    Get rid of unused constant TRIG_DEGREES
    
    Signed-off-by: Giel van Schijndel <g...@wz2100.net>

-----------------------------------------------------------------------

Summary of changes:
 .gitattributes              |    1 +
 fixcppbuild                 |   15 ++++
 lib/framework/trig.h        |   28 +++----
 lib/ivis_common/Makefile.am |    1 -
 lib/ivis_common/imd.c       |    2 +-
 lib/ivis_common/imdload.c   |    1 -
 lib/ivis_common/ivispatch.h |   49 -------------
 lib/ivis_common/piedef.h    |    2 +-
 lib/ivis_opengl/Makefile.am |    7 ++
 lib/ivis_opengl/piematrix.c |   22 +++---
 lib/ivis_opengl/piematrix.h |    6 +-
 lib/ivis_opengl/rendmode.c  |    1 -
 lib/ivis_opengl/tex.c       |    1 -
 lib/ivis_opengl/textdraw.c  |    1 -
 src/atmos.c                 |   12 ++--
 src/bucket3d.c              |   28 ++++----
 src/component.c             |   66 +++++++++---------
 src/difficulty.c            |    3 +-
 src/display3d.c             |  169 +++++++++++++++++++++----------------------
 src/droid.c                 |   10 ++--
 src/effects.c               |   54 +++++++-------
 src/mapdisplay.c            |    2 +-
 src/projectile.c            |    8 +-
 src/radar.c                 |    2 +-
 src/structure.c             |   10 ++--
 25 files changed, 233 insertions(+), 268 deletions(-)
 create mode 100644 .gitattributes
 create mode 100755 fixcppbuild
 delete mode 100644 lib/ivis_common/ivispatch.h


hooks/post-receive
-- 
Warzone 2100 Project.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits

Reply via email to