mattsc
5987ff88ae
Update Xcode project
2017-11-24 11:23:52 -08:00
mattsc
e0899d5b81
Update Xcode project
2017-11-12 09:30:24 -08:00
mattsc
8d2a3d369b
Update Xcode project
2017-11-08 22:25:45 -08:00
mattsc
5d7f00b3c0
Update Xcode project
2017-10-24 20:25:11 -07:00
Charles Dang
bc86ce762d
Pre-release version bump
...
[ci skip]
A serious issue was discovered in the 1.13.9 release, so we're releasing 1.13.10 now.
2017-09-22 14:22:20 -04:00
Charles Dang
e47ea7fded
Pre-release version bump
...
[ci skip]
2017-09-21 23:05:30 -04:00
Sofartin
a672f3c8a6
Fix for error: unused typedef in Xcode builds
...
This PR fixes this:
```
10:43:06 In file included from /Users/user/.jenkins/workspace/Wesnoth/src/color_range.cpp:24:
10:43:06 In file included from ../../src/map/map.hpp:22:
10:43:06 In file included from ../../src/terrain/translation.hpp:29:
10:43:06 In file included from Headers/boost/multi_array.hpp:21:
10:43:06 In file included from Headers/boost/multi_array/base.hpp:28:
10:43:06 Headers/boost/multi_array/concept_checks.hpp:42:43: error: unused typedef 'index_range' [-Werror,-Wunused-local-typedef]
10:43:06 typedef typename Array::index_range index_range;
10:43:06 ^
10:43:06 Headers/boost/multi_array/concept_checks.hpp:43:37: error: unused typedef 'index' [-Werror,-Wunused-local-typedef]
10:43:06 typedef typename Array::index index;
10:43:06 ^
10:43:06 Headers/boost/multi_array/concept_checks.hpp:53:43: error: unused typedef 'index_range' [-Werror,-Wunused-local-typedef]
10:43:06 typedef typename Array::index_range index_range;
10:43:06 ^
10:43:06 Headers/boost/multi_array/concept_checks.hpp:54:37: error: unused typedef 'index' [-Werror,-Wunused-local-typedef]
10:43:06 typedef typename Array::index index;
10:43:06 ^
10:43:06 4 errors generated.
```
2017-09-21 14:26:21 -04:00
Sofartin
b441b375b4
Fixed Xcode project build ( #1907 )
...
I added new source files and removed old ones.
Xcode project now works
2017-08-19 22:38:12 -04:00
Sofartin
fd77dd8115
Add revision info inside macOS releases. ( #1858 )
...
I added 'autorevision.sh' script inside Xcode project. Now DEBUG targets will contain revision number.
This script is used in CMAKE 'project' and I just added it also to Xcode project.
2017-07-25 19:56:22 -04:00
Sofartin
dd5983b176
Updated Xcode project. ( #1859 )
...
I added missing function_gamestate.*pp files inside Xcode project.
2017-07-23 13:02:05 -04:00
Sofartin
4d41c8aa08
Removed duplicates inside project file. ( #1854 )
2017-07-23 10:56:03 -04:00
Martin Proud
5dce3a3a53
Fixed issue where libcrypto was not copied over to Frameworks during build
...
Removed unused libcrypto compiler flag (not needed)
2017-06-04 11:23:53 -05:00
Celtic Minstrel
933ff02800
Fix for notifications in macOS showing as not built when looking at build info in the game.
...
Updated the macOS project file to include a new dependency on libcrypto.
2017-06-04 10:36:01 -05:00
mattsc
451e22ddda
Update Xcode project
2017-05-22 07:24:01 -07:00
Celtic Minstrel
96ca0b026e
Replace config_of with new variadic config constructor
2017-05-21 16:27:46 -04:00
mattsc
a774ebad09
Update Xcode project
2017-05-19 08:34:29 -07:00
Charles Dang
1ea8e0f05c
Renamed wmi_container to wmi_manager
...
Since it's not a container anymore, it shouldn't be called such.
2017-05-19 06:50:57 +11:00
Charles Dang
bfa5ec1619
Pre-release version bump
2017-05-14 10:12:20 +11:00
mattsc
fa090237e9
Update Xcode project
2017-05-11 08:35:35 -07:00
mattsc
e0f8b52204
Update Xcode project
2017-05-10 10:23:25 -07:00
mattsc
6e1abcca1e
Update Xcode project with preferences files moves
2017-05-06 06:54:06 -07:00
mattsc
2fec050050
Update Xcode project
2017-05-03 11:05:16 -07:00
mattsc
ad4a65c8ef
Update Xcode project
2017-04-30 07:15:19 -07:00
mattsc
ea9c4b849f
Update Xcode project
2017-04-20 19:37:39 -07:00
mattsc
6f221f9bb9
Update Xcode project
2017-04-17 06:31:39 -07:00
mattsc
c590149102
Update Xcode project
2017-04-11 07:10:15 -07:00
mattsc
4d76be9d61
Update Xcode project
2017-04-09 07:10:17 -07:00
mattsc
be3cf5fa62
Update Xcode project to fix linker warnings
...
This fixes several warnings of this type:
ld: warning: direct access in return_to_play_side_exception::execute()
to global weak symbol typeinfo for lua_jailbreak_exception means the
weak symbol cannot be overridden at runtime. This was likely caused by
different translation units being compiled with different visibility
settings.
2017-04-08 19:12:05 -07:00
mattsc
35917891e9
Update Xcode project
2017-04-02 07:52:37 -07:00
mattsc
3b2ff54e2f
Update Xcode project
2017-03-23 19:00:39 -07:00
mattsc
cada1d24ee
Update Xcode project
2017-03-23 13:43:37 -07:00
Charles Dang
b1b378c090
Post-release version bump
2017-03-19 11:10:32 +11:00
Charles Dang
e315aa39e7
Pre-release version bump
2017-03-19 10:57:40 +11:00
mattsc
930fb368c5
Update Xcode project
2017-03-16 17:05:46 -07:00
mattsc
d02d145533
Xcode project: add some more header files
2016-12-17 17:06:23 -08:00
mattsc
15b8fd1dea
Update Xcode project
2016-12-17 16:52:19 -08:00
mattsc
057749bd76
Update Xcode project
2016-12-10 12:00:56 -08:00
mattsc
0f2b2f5271
Update Xcode project
2016-12-09 19:59:22 -08:00
Celtic Minstrel
435609549e
XCode: Add libintl back; apparently libharfbuzz depends on it
2016-12-02 16:04:08 -05:00
Celtic Minstrel
57f13b848a
Update XCode project
2016-12-02 13:34:07 -05:00
Celtic Minstrel
c2ed9c5c19
MSVC project file cleanup
...
- Add a few missing headers
- Remove redundant headers
- Remove duplicate include of filesystem sources
- Remove an empty source file
[ci skip]
2016-12-01 16:18:03 -05:00
Celtic Minstrel
67ea79d86f
Rename some GUI2 files to match the contained class
2016-11-19 17:16:10 -05:00
Celtic Minstrel
01d23b5b15
Move tip of the day code from GUI2 core to auxiliary
2016-11-19 17:16:09 -05:00
Celtic Minstrel
9eb1efadc7
Move lobby data/info to game_initialization, in mp namespace
2016-11-19 17:16:08 -05:00
Celtic Minstrel
17d32e3083
Update XCode project
2016-11-19 17:15:59 -05:00
Celtic Minstrel
fffe3d5d7a
Enable loading of po files in addons
2016-11-18 12:09:59 -05:00
Celtic Minstrel
dc24fa16f7
Remove option to link libintl instead of Boost.Locale
2016-11-18 12:09:56 -05:00
Celtic Minstrel
8e935df0b8
Update XCode project
2016-11-12 17:20:59 -05:00
Charles Dang
d51d762385
Pre-release version bump (to 1.13.6)
2016-11-06 11:53:59 +11:00
Celtic Minstrel
551eb507f7
Move Mac-specific sources into main source tree and include in scons build
...
The server_main.m file turns out to be unnecessary (probably due to the SDL2
shift), so it was simply removed.
2016-11-03 14:46:50 -04:00