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
Jyrki Vesterinen
ba8a1188ac
Update Visual Studio project
2017-03-21 19:43:11 +02:00
Charles Dang
8090a2f333
Removed GUI1 Attack Predictions dialog
...
The GUI2 version still needs a few tweaks, but I'm working on it.
2017-03-22 02:32:32 +11: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
Jyrki Vesterinen
4d069bc8c2
Fix MSVC release builds
...
Regressed in commit e0b85e5dda
.
2017-03-18 19:45:50 +02:00
Jyrki Vesterinen
2c00677d4b
Add lexical_cast.hpp to wesnothlib.vcxproj
2017-03-18 12:26:44 +02:00
Wedge009
b78f13810a
Didn't properly save all the files before committing 60f05e32
. :/
...
[ci skip]
2017-03-17 17:04:38 +11:00
Wedge009
60f05e3284
Update VC project files for e1658881
and 18a7e802
.
...
[ci skip]
2017-03-17 16:19:27 +11:00
mattsc
930fb368c5
Update Xcode project
2017-03-16 17:05:46 -07:00
Charles Dang
18a7e80243
Removed GUI2 Addon Description and Filter Options dialog
...
These have been rolled into the new GUI2 addon manager.
2017-03-17 08:52:01 +11:00
Celtic Minstrel
e0b85e5dda
Some unit test fixups
...
- WFL tokenizer had a conditionally-compiled test; this is now moved to the official unit tests
- MSVC was not including one of the unit test source files
2017-03-16 14:56:38 -04:00
Wedge009
2813195985
Updating VC project files for 581aba7e
.
...
[ci skip]
2017-03-16 14:57:57 +11:00
Charles Dang
581aba7e9d
Hotkey Bind: enable dialog and remove old GUI1 code
2017-03-15 22:19:42 +11:00
Wedge009
e2a9889d8a
Update VC project files for e7cdb76a
.
...
[ci skip]
2017-03-15 16:13:43 +11:00
Charles Dang
e7cdb76a01
GUI2: basic dialog definition for a Hotkey Bind dialog (not enabled)
...
Still need to determine proper event handling.
2017-03-15 09:48:39 +11:00
Jyrki Vesterinen
ceee890397
Update Visual Studio project
2017-03-07 19:00:37 +02:00
Charles Dang
557caf1bdc
Updated CodeBlocks projectfile
2017-03-08 01:09:08 +11:00
Jyrki Vesterinen
8f39aa92dc
Update Visual Studio project
2017-03-02 19:18:37 +02:00
Charles Dang
7d5acc92ce
Refactor handling of unit animation progressive_* helper classes
...
This majorly reduces code duplication. Thanks to @jyrkive for help.
2017-03-02 23:28:00 +11:00
Jyrki Vesterinen
ef6b57aa25
Fix build with Visual Studio
2017-02-18 17:47:17 +02:00
Charles Dang
dec7c30644
Removed GUI1 scrollpane class
...
Not sure when this became unused, but it is now.
2017-02-19 01:14:02 +11:00
Jyrki Vesterinen
261bf4fcab
Allow building campaignd with Visual Studio
...
This makes it easier for me to test add-on uploading.
2017-02-09 22:11:56 +02:00
Charles Dang
43f8e2b439
Updated CB projectfile
2017-02-09 22:14:26 +11:00
Jyrki Vesterinen
678a21b4fe
Replace the 'Install Dependencies' dialog with a GUI2 version
2017-02-02 21:44:15 +02:00
Jyrki Vesterinen
575326c74d
Move linked group definition to a shared location
...
@Vultraz suggested this change.
2017-01-31 20:29:02 +02:00
Wedge009
ee7ea31eb2
addon_list.cpp: Add missing configuration for VC Release build.
...
[ci skip]
2017-01-29 23:17:08 +11:00