Commit graph

1460 commits

Author SHA1 Message Date
mattsc
fa090237e9 Update Xcode project 2017-05-11 08:35:35 -07:00
ln-zookeeper
6a0aa3bdc9 Project file fix to account for ad4f6b122 2017-05-11 15:13:50 +03:00
Charles Dang
ad4f6b122d Rename animated_game.cpp -> animated.cpp
Makes it clearer which header it's a companion to.
2017-05-11 21:17:54 +11:00
mattsc
e0f8b52204 Update Xcode project 2017-05-10 10:23:25 -07:00
Wedge009
8225e8d4b0 Updating VC project files for 194b5ef1.
[ci skip]
2017-05-10 17:03:58 +10:00
Charles Dang
194b5ef17d Removed unused help_button class and its associated GUI1 components
Looking at this more I realized the help_button was a GUI1 dialog component meant to open the Help
dialog. Since all dialogs invoking Help now use GUI2, there's no need for this class anymore. It
also allows a bunch of remaining GUI1 stuff to be cleaned up.
2017-05-10 10:50:46 +11:00
mattsc
6e1abcca1e Update Xcode project with preferences files moves 2017-05-06 06:54:06 -07:00
Wedge009
265a0e9bd5 Updating VC project files for e4f03fe4. 2017-05-04 15:56:40 +10:00
Charles Dang
e4f03fe459 Moved all preferences source files into a single folder 2017-05-04 11:04:19 +11:00
mattsc
2fec050050 Update Xcode project 2017-05-03 11:05:16 -07:00
Wedge009
974315f9b7 Updating VC project files for e97b9923.
[ci skip]
2017-05-03 23:13:06 +10:00
Charles Dang
e97b992393 Storyscreen: split common WML parsing code into a helper class 2017-05-03 20:07:03 +11:00
mattsc
ad4a65c8ef Update Xcode project 2017-04-30 07:15:19 -07:00
Wedge009
5b6860ec65 Add missing Release build option for VC project files. 2017-04-30 21:09:25 +10:00
Jyrki Vesterinen
eeeb54c2ff Update Visual Studio project 2017-04-30 13:19:43 +03:00
Charles Dang
b0f91e7d2e GUI2: removed unused Campaign Settings dialog
This was a dialog used early in 1.13 during the SP/MP codepath unification to configure certain options.
The modification selection is now built into the Selection dialog, and we decided not to enable other options
like Era selection in SP. The only option we might look to restoring in the future is the "show_connect"
option, but that requires some additional code elsewhere and probably won't be used anyway.
2017-04-30 21:15:39 +11:00
Jyrki Vesterinen
076c47cd3e Update Visual Studio project 2017-04-30 12:57:21 +03:00
Charles Dang
47d77c79d4 Story Viewer: delegate storyscreen controller creation to dialog
I left the controller passed in an argument for compatibility with the GUI1 dialog, but since that's removed
it makes sense that the dialog handle the creation of the controller, especially since due to an oversight
it made a copy instead of holding a reference.

This also allows storyscreen/interface.*pp to be removed. The START_POSITION was part of the GUI1 implementation
and isn't needed anymore.
2017-04-30 16:46:53 +11:00
Charles Dang
6eab63a71d Updated CB projectfile 2017-04-30 14:41:32 +11:00
Celtic Minstrel
cdca6b79d8 Merge pull request #962 from wesnoth/wml_tag_porting
Porting WML tags to Lua (part 2)
2017-04-29 02:25:10 -04:00
Celtic Minstrel
0828c2bdf8 MSVC: Add Test_Debug and Test_Release to solution configurations 2017-04-28 18:22:55 -04:00
Celtic Minstrel
f142ed6170 Fix MSVC misconfiguration for unit tests 2017-04-28 17:53:40 -04:00
Celtic Minstrel
77cce6edbe MSVC: Exclude wesnoth.cpp from unit tests configuration
[ci skip]
2017-04-27 18:18:26 -04:00
Celtic Minstrel
6906ced4e7 Properly port [music] to Lua 2017-04-27 17:09:03 -04:00
mattsc
ea9c4b849f Update Xcode project 2017-04-20 19:37:39 -07:00
Wedge009
46acff818b Update VC project files for d8ed11c2 (dropping _new suffix).
Also add missing configuration for Release build in multimenu_button.cpp and general tidying.
2017-04-20 20:43:20 +10:00
Charles Dang
d8ed11c2b1 Drop the _new suffix from random_new
The 'old' random code has long been removed.
2017-04-20 08:48:47 +11:00
Celtic Minstrel
d01834e210 Update MSVC project 2017-04-19 04:08:34 -04:00
Charles Dang
337ef03120 Removed GUI1 Storyscreen 2017-04-19 15:21:06 +11:00
mattsc
6f221f9bb9 Update Xcode project 2017-04-17 06:31:39 -07:00
Charles Dang
511184e8f3 Update CB projectfile
[ci skip]
2017-04-16 17:15:33 +11:00
Celtic Minstrel
1793133a59 Fix menu_button widget trying to be two things at the same time.
The menu_button is now only a drop-down menu that supports a single selection.
A new multimenu_button widget supports a drop-down menu with multiple selections.
The new multimenu_button widget displays its current selection while not open.
2017-04-16 00:08:50 -04:00
mattsc
c590149102 Update Xcode project 2017-04-11 07:10:15 -07:00
Charles Dang
920f36d6df Updated CB projectfile 2017-04-11 16:26:36 +11:00
Celtic Minstrel
dde91f9a77 Move canvas shape class definitions into private header 2017-04-11 01:01:16 -04:00
Jyrki Vesterinen
cec90f5379 Update Visual Studio project 2017-04-09 18:56:15 +03:00
mattsc
4d76be9d61 Update Xcode project 2017-04-09 07:10:17 -07:00
Charles Dang
dec0fd6dfd Convert outro screen to GUI2
It's the screen that shows 'The End' at the end of an SP campaign.
2017-04-09 21:37:16 +11: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
Jyrki Vesterinen
3e0a22ec9f Remove the Debug_with_VLD configuration from the Visual Studio project
No one has used the configuration for a long time. In addition, the code
specific to that configuration was removed in commit 19e0d86e6d:
after that, the configuration no longer had any differences relative to
Debug.
2017-04-04 19:06:09 +03:00
mattsc
35917891e9 Update Xcode project 2017-04-02 07:52:37 -07:00
Jyrki Vesterinen
2143741617 Update Visual Studio project 2017-04-02 15:57:16 +03:00
Charles Dang
dec492d6dc Renamed variable_private.*pp to better reflect its role 2017-04-02 16:59:26 +11:00
Charles Dang
99874f4253 Refactor variant class
This splits the handling of each applicable type into its own helper class to better encapsulate the functionality of each.
It also contains a lot of related cleanup and improvements to the class interface itself.
2017-04-02 16:59:19 +11:00
mattsc
3b2ff54e2f Update Xcode project 2017-03-23 19:00:39 -07:00
Wedge009
9451452fb4 Updating VC project files for 1cf90d02.
Also tidy some filters.

[ci skip]
2017-03-24 12:38:59 +11:00
Charles Dang
1cf90d02d6 Initial implementation of GUI2 story viewer 2017-03-24 11:42:13 +11:00
mattsc
cada1d24ee Update Xcode project 2017-03-23 13:43:37 -07:00
Celtic Minstrel
9749689551 Update MSVC project files 2017-03-23 12:42:17 -04:00
Charles Dang
3281df4e2f Base framework for GUI2 Help Browser 2017-03-23 22:58:37 +11:00