Commit graph

151 commits

Author SHA1 Message Date
Celtic Minstrel
2b9956ac00 XCode: Update version string 2016-05-07 19:59:58 -04:00
mattsc
8e7b90dc43 XCode project: remove -Werror setting 2015-09-19 16:06:19 -07:00
mattsc
819687ac1c Xcode project update for 1.12.4
Version number and ingame changelog
2015-09-02 17:23:39 -07:00
mattsc
b3798b0575 Xcode project update for 1.12.3
Version number and ingame changelog
2015-06-12 20:45:00 -07:00
mattsc
5d7807063d Xcode project update for 1.12.1
Version number and ingame changelog
2015-01-25 16:50:29 -08:00
aquileia
f21dc312ef gitignore: Merge rules from projectfiles/
Conflicts:
	projectfiles/CodeBlocks/.gitignore
2015-01-13 19:28:04 +01:00
mattsc
6651371679 Update Xcode project file with config_assign.cpp removal 2014-11-28 09:19:25 -08:00
mattsc
bb207f4d8e Update Xcode project file 2014-11-20 13:09:59 -08:00
mattsc
6ac4625588 Xcode project update for 1.12.0
Version number and ingame changelog
2014-11-15 09:04:47 -08:00
mattsc
21badb3b75 Xcode project update for 1.11.19
Version number and ingame changelog
2014-11-08 20:09:36 -08:00
mattsc
6397ffcb30 Xcode project: revert to the old filesystem code for Apple OS X
This is for compatibility with OS X 10.5 only, with newer version of OS
X the new boost filesystem code works just fine.
2014-10-30 17:45:47 -07:00
mattsc
f487264db5 Revert "Xcode project: update boost and SDL libraries"
This reverts commit 7199486105.
2014-10-30 17:45:46 -07:00
mattsc
5081e0fee7 Revert "Xcode project: add 'Runpath Search Path" for wesnothd"
This reverts commit b228f0002a.
2014-10-30 17:45:46 -07:00
mattsc
1b7069b4c4 Revert "Xcode project: switch to using the new boost filesystem code"
This reverts commit 3d906be9ee.
2014-10-30 17:45:46 -07:00
mattsc
b0245098d8 Revert "Xcode project file: fix user data directory name"
This reverts commit 3b457ab990.
2014-10-30 17:45:46 -07:00
mattsc
3b457ab990 Xcode project file: fix user data directory name
It was accidentally set to ~/Library/Application Support/Wesnoth_1.13
in commit 3d906be.
2014-10-27 09:35:47 -07:00
mattsc
3d906be9ee Xcode project: switch to using the new boost filesystem code
This includes adding a new library (libboost_localew.dylib; with
libboost_filesystemw.dylib already having been added a few days ago),
so a new version of the Mac compile package is needed for compiling.
2014-10-27 08:46:19 -07:00
mattsc
b228f0002a Xcode project: add 'Runpath Search Path" for wesnothd
So that it can find the new libraries which are defined relative to
@rpath.
2014-10-25 15:50:43 -07:00
mattsc
8e1e7841c8 Xcode project update for 1.11.18
Version number and ingame changelog
2014-10-24 20:13:42 -07:00
mattsc
7199486105 Xcode project: update boost and SDL libraries
This updates to using boost 1.54 (also adding a new library:
libboost_filesystemw.dylib) and SDL_mixer 1.2.12 (plus the other SDL
frameworks, but their upgrade is not essential), in order to work with
the new filesystem code that will be implemented shortly.
This also means that a new Mac compile package is needed.
2014-10-23 08:28:33 -07:00
mattsc
c8f5768002 Xcode project update for 1.11.17
Version number and ingame changelog
2014-10-11 13:03:46 -07:00
mattsc
16d39eb322 Xcode project update for 1.11.16
Version number and ingame changelog
2014-07-15 07:24:33 -07:00
mattsc
115437602f Xcode: update project settings
Switch to settings recommended by newer Xcode versions.
2014-07-03 08:59:26 -07:00
mattsc
b668c0e248 Xcode project: add precompiled header file for release build
The current combination of SDKs and build targets for release builds
does not include sys/types.h automatically any more (while it does for
debug builds).
2014-07-02 19:02:20 -07:00
mattsc
37e1d63990 Update Xcode project 2014-06-06 11:25:55 -07:00
mattsc
db45be4330 Xcode project update for 1.11.15
Version number and ingame changelog
2014-05-25 13:41:58 -07:00
mattsc
06e82eaa55 Xcode project update for 1.11.14
Version number and ingame changelog
2014-05-10 17:00:36 -07:00
mattsc
1d42a85e95 Xcode project update for 1.11.13
Version number and ingame changelog
2014-04-21 17:15:56 -07:00
mattsc
7e9e46729f Update Xcode project 2014-04-16 10:57:04 -07:00
mattsc
715a89e1e3 Xcode project: Remove references to unused flag
ENABLE_OPENMP_SUPPORT: Not available in clang, gcc support unstable in
versions available in Xcode. Defaults to no.
2014-04-07 13:42:56 -07:00
mattsc
51013de42a Xcode project: mark Wesnoth not high-resolution capable
Greatly improves performance on retina devices
2014-04-07 13:38:14 -07:00
mattsc
2df4ba08b4 Xcode project: set OS X deployment target
… to 10.8 for release builds. This avoids a problem with the change of
default standard libraries from OS X 10.8 to 10.9 and permits using the
default SDK for the given OS X version.
2014-04-07 13:34:53 -07:00
mattsc
c99f291c72 Xcode project: Compile Lua with OS X options
Avoids some warnings, more secure
2014-04-07 13:30:01 -07:00
mattsc
ba266a356a Xcode project update for 1.11.12
Version number and ingame changelog
2014-03-23 14:16:42 -07:00
mattsc
cdd3e31b6a Update OS X user data directory to Library/Application\ Support/Wesnoth_1.12 2014-03-07 19:25:04 -08:00
mattsc
8f748f9bd2 Xcode project update for 1.11.11
Version number and ingame changelog
2014-03-02 12:34:07 -08:00
mattsc
ad61b556dd Xcode project update for 1.11.10
Version number and ingame changelog
2014-02-22 08:10:35 -08:00
mattsc
3541043073 Update Xcode project 2014-02-21 12:54:52 -08:00
mattsc
5afa681705 Update Xcode project 2014-02-19 09:25:05 -08:00
mattsc
100c76969d Update Xcode project 2014-02-13 10:00:06 -08:00
mattsc
7afddfd90d Update link to changelog in OS X windowed copy to github
Was still set to svn.gna.org
2014-02-10 21:56:21 -08:00
mattsc
733a2fb0c7 Update changelog in OS X windowed copy
Add entries for 1.11.8 and 1.11.9.  This should have been done for the
previous two releases, but I did not know about this.  It will be done
correctly for 1.11.10.

Thanks to Alarantalara for the pointers.
2014-02-10 20:02:21 -08:00
Alarantalara
be60c664cf Remove old chengelog entries in OS X windowed copy 2014-02-10 19:42:16 -05:00
mattsc
d2c9710605 Xcode project: post release version bump 2014-02-08 09:15:03 -08:00
Alarantalara
dfecd58b6b UtBS 12: Remove keys where values match default 2014-01-26 22:57:17 -05:00
mattsc
cb482ecdea Xcode project: enable strict compilation 2014-01-22 09:23:01 -08:00
mattsc
73074e4d03 Xcode project: set gcc version to Xcode default for wesnothd
This was already done and accidentally committed together with
d9659f69b4 for Wesnoth
2014-01-22 09:22:00 -08:00
mattsc
70498596d8 Xcode project: set architecture to i386
This is required for the included libs (pango, cairo, etc.).  The
libraries should be updated at some point, but until that happens this
is what needs to be used.
2014-01-22 09:19:57 -08:00
mattsc
1012bd0aff Xcode project: don't show warnings for third-party code (release build)
This was already done for the debug build in commit
8567a0d616, added for the release build
as well here.
2014-01-22 06:28:02 -08:00
mattsc
d9659f69b4 Xcode project: remove Wesnoth_Prefix.pch from 'Prefix Header' setting
Apparently it is not needed any more and this removes the last compiler
warning.
2014-01-22 06:28:02 -08:00