Commit graph

1460 commits

Author SHA1 Message Date
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
Jyrki Vesterinen
dc71d9d671 WIP: make the add-on list a widget
The purpose of this change is ability to create more dialogs which present
a list of add-ons, such as a GUI2 version of the "Install Dependencies"
dialog.

This change is still highly incomplete. First of all, I disabled inline
install buttons and ability to sort the add-on list. In addition, a lot of
functionality that belongs in the add-on list widget is still in the GUI2
add-on manager instead. It is also notable that the widget relies on
several linked groups being defined in the window.

I plan to finish the transition to the add-on list widget, and address the
problems in the previous paragraph, in the future. The linked group issue
is going to require a lot of work in particular: I plan to either make
linked groups grid-specific instead of window-specific (like they are now)
or allow widgets to inject linked groups to the containing window. Either
way, I'm going to change the operation of GUI2 fairly deeply.
2017-01-21 22:57:51 +02:00
Jyrki Vesterinen
fc928d6841 Renamed manager_old.hpp back to manager.hpp
There isn't anything obsolete in manager.hpp.
Hence having _old in its name is unnecessary and misleading.
2017-01-12 20:34:23 +02:00
Celtic Minstrel
3621a38a29 Remove MSVC schema generator project 2016-12-19 01:15:45 -05:00
Wedge009
d472c7a8c5 Update VC project.
[ci skip]
2016-12-19 15:59:35 +11:00
Celtic Minstrel
d46d713fb9 Update MSVC project and fix warnings 2016-12-18 13:19:02 -05: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
Charles Dang
fc91f5df10 GUI2: initial basic implementation of a GUI2 Attack Predictions dialog (WIP) 2016-12-18 11:10:24 +11:00
Wedge009
7ff076b890 Updating VC project.
[ci skip]
2016-12-18 10:22:57 +11:00
Charles Dang
28d56206bc Removed strftime.*pp 2016-12-18 09:54:08 +11:00
Charles Dang
a84a309b66 Update CB projectfile
[ci skip]
2016-12-17 01:29:11 +11:00
Celtic Minstrel
3ecd34e3b4 Implement std::put_time wrapper for GCC < 5 2016-12-16 09:24:07 -05:00
Wedge009
f535b6a9f7 Minor updates to VC project.
[ci skip]
2016-12-11 20:25:04 +11:00
Celtic Minstrel
76f725415d Update MSVC project 2016-12-10 20:55:39 -05:00
mattsc
057749bd76 Update Xcode project 2016-12-10 12:00:56 -08:00
Charles Dang
f90e466360 Split util.hpp into utils/math.hpp and utils/general.hpp 2016-12-11 01:42:40 +11:00
Charles Dang
3c498eb0e4 Update CB projectfile
[ci skip]
2016-12-10 22:41:17 +11:00
mattsc
0f2b2f5271 Update Xcode project 2016-12-09 19:59:22 -08:00
Wedge009
4ee8ee7e71 Updating VC project.
[ci skip]
2016-12-08 23:51:27 +11:00
Charles Dang
8c7df93d4f Removed old implementation of lexical_cast_default 2016-12-08 14:21:17 +11:00
Charles Dang
5637dfa8f0 Add color.*pp to CB wesnothd projectfile
[ci skip]

Was getting undefined reference errors otherwise.
2016-12-07 22:34:36 +11: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