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, pre-3.0 has been updated
via 7ad8a22e20804bf4e4cdad73f55957e9843aed27 (commit)
via c8b555ec47450e0130e63cdffb92090715cf59b8 (commit)
via a38f754b77c3c3dd3276dca58ea350b19fe301b2 (commit)
from 12b7dfad707a86b4792eeaf61e2f817c7e1a9d4a (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 7ad8a22e20804bf4e4cdad73f55957e9843aed27
Author: dak180 <[email protected]>
Date: Sun Oct 10 22:59:29 2010 -0400
Regenerate the xcode project from the ground up, externalizing as much as
possible and dropping official support for 10.4.
commit c8b555ec47450e0130e63cdffb92090715cf59b8
Author: dak180 <[email protected]>
Date: Tue Oct 12 18:53:20 2010 -0400
Some 64bit prep.
--HG--
extra : rebase_source : a0463ddae00366fbaf86c637143800cd60dfba4f
commit a38f754b77c3c3dd3276dca58ea350b19fe301b2
Author: Giel van Schijndel <[email protected]>
Date: Wed Oct 13 00:10:03 2010 +0200
scriptfuncs: store (possibly) signed values in signed variables
Store map coordinates in a pair of signed integers as that's how
map_coord returns them.
Signed-off-by: Giel van Schijndel <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
lib/framework/debug.c | 6 +-
lib/sound/oggvorbis.c | 13 +-
macosx/Resources/ogg/Info.plist | 10 +-
macosx/Resources/theora/Info.plist | 6 +-
macosx/Resources/vorbis/Info.plist | 10 +-
macosx/Warzone.xcodeproj/project.pbxproj | 4981 ++++++++++--------------
macosx/configs/Autorevision-All.xcconfig | 9 +
macosx/configs/Autorevision-Debug.xcconfig | 11 +
macosx/configs/Autorevision-Release.xcconfig | 9 +
macosx/configs/Gettext-All.xcconfig | 29 +
macosx/configs/Gettext-Debug.xcconfig | 8 +
macosx/configs/Gettext-Release.xcconfig | 6 +
macosx/configs/LangDis | 2 +-
macosx/configs/Ogg-All.xcconfig | 11 +
macosx/configs/Ogg-Debug.xcconfig | 8 +
macosx/configs/Ogg-Release.xcconfig | 6 +
macosx/configs/PhysFS-All.xcconfig | 13 +
macosx/configs/PhysFS-Debug.xcconfig | 8 +
macosx/configs/PhysFS-Release.xcconfig | 6 +
macosx/configs/Png-All.xcconfig | 12 +
macosx/configs/Png-Debug.xcconfig | 8 +
macosx/configs/Png-Release.xcconfig | 6 +
macosx/configs/Popt-All.xcconfig | 16 +
macosx/configs/Popt-Debug.xcconfig | 11 +
macosx/configs/Popt-Release.xcconfig | 9 +
macosx/configs/Project-All.xcconfig | 29 +
macosx/configs/QuesoGLC-All.xcconfig | 23 +
macosx/configs/QuesoGLC-Debug.xcconfig | 9 +
macosx/configs/QuesoGLC-Release.xcconfig | 7 +
macosx/configs/SDLmain-All.xcconfig | 9 +
macosx/configs/SDLmain-Debug.xcconfig | 9 +
macosx/configs/SDLmain-Release.xcconfig | 7 +
macosx/configs/Theora-All.xcconfig | 13 +
macosx/configs/Theora-Debug.xcconfig | 8 +
macosx/configs/Theora-Release.xcconfig | 6 +
macosx/configs/Vorbis-All.xcconfig | 15 +
macosx/configs/Vorbis-Debug.xcconfig | 8 +
macosx/configs/Vorbis-Release.xcconfig | 6 +
macosx/configs/Warzone-All.xcconfig | 44 +
macosx/configs/Warzone-Debug.xcconfig | 13 +
macosx/configs/Warzone-Release.xcconfig | 9 +
macosx/configs/Warzone-StaticAnalyzer.xcconfig | 7 +
macosx/configs/Zlib-All.xcconfig | 15 +
macosx/configs/Zlib-Debug.xcconfig | 8 +
macosx/configs/Zlib-Release.xcconfig | 6 +
macosx/configs/bison.sh | 13 -
src/scriptfuncs.c | 3 +-
47 files changed, 2588 insertions(+), 2893 deletions(-)
create mode 100644 macosx/configs/Autorevision-All.xcconfig
create mode 100644 macosx/configs/Autorevision-Debug.xcconfig
create mode 100644 macosx/configs/Autorevision-Release.xcconfig
create mode 100644 macosx/configs/Gettext-All.xcconfig
create mode 100644 macosx/configs/Gettext-Debug.xcconfig
create mode 100644 macosx/configs/Gettext-Release.xcconfig
create mode 100644 macosx/configs/Ogg-All.xcconfig
create mode 100644 macosx/configs/Ogg-Debug.xcconfig
create mode 100644 macosx/configs/Ogg-Release.xcconfig
create mode 100644 macosx/configs/PhysFS-All.xcconfig
create mode 100644 macosx/configs/PhysFS-Debug.xcconfig
create mode 100644 macosx/configs/PhysFS-Release.xcconfig
create mode 100644 macosx/configs/Png-All.xcconfig
create mode 100644 macosx/configs/Png-Debug.xcconfig
create mode 100644 macosx/configs/Png-Release.xcconfig
create mode 100644 macosx/configs/Popt-All.xcconfig
create mode 100644 macosx/configs/Popt-Debug.xcconfig
create mode 100644 macosx/configs/Popt-Release.xcconfig
create mode 100644 macosx/configs/Project-All.xcconfig
create mode 100644 macosx/configs/QuesoGLC-All.xcconfig
create mode 100644 macosx/configs/QuesoGLC-Debug.xcconfig
create mode 100644 macosx/configs/QuesoGLC-Release.xcconfig
create mode 100644 macosx/configs/SDLmain-All.xcconfig
create mode 100644 macosx/configs/SDLmain-Debug.xcconfig
create mode 100644 macosx/configs/SDLmain-Release.xcconfig
create mode 100644 macosx/configs/Theora-All.xcconfig
create mode 100644 macosx/configs/Theora-Debug.xcconfig
create mode 100644 macosx/configs/Theora-Release.xcconfig
create mode 100644 macosx/configs/Vorbis-All.xcconfig
create mode 100644 macosx/configs/Vorbis-Debug.xcconfig
create mode 100644 macosx/configs/Vorbis-Release.xcconfig
create mode 100644 macosx/configs/Warzone-All.xcconfig
create mode 100644 macosx/configs/Warzone-Debug.xcconfig
create mode 100644 macosx/configs/Warzone-Release.xcconfig
create mode 100644 macosx/configs/Warzone-StaticAnalyzer.xcconfig
create mode 100644 macosx/configs/Zlib-All.xcconfig
create mode 100644 macosx/configs/Zlib-Debug.xcconfig
create mode 100644 macosx/configs/Zlib-Release.xcconfig
delete mode 100755 macosx/configs/bison.sh
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits