67977 Commits

Author SHA1 Message Date
Jyrki Vesterinen
4d069bc8c2 Fix MSVC release builds
Regressed in commit e0b85e5ddad793dee0b1e9e8cf0770e351c7eba4.
2017-03-18 19:45:50 +02:00
Charles Dang
d465879c89 MP Create Game: allow Leave button to fill all available space 2017-03-19 04:40:23 +11:00
Celtic Minstrel
6b0cca611f SotA: Set up for translations
This adds an initial pot-file as well as the three pre-existing translations:
    Hungarian, Japanese, Russian

I wasn't sure what to do about translations that don't yet exist, but the
"scons pot-update" target seems to fail if they're missing, so I've
created blank placeholder files for them.
2017-03-18 13:37:10 -04:00
Celtic Minstrel
733ce215fd Update changelog 2017-03-18 13:37:10 -04:00
gfgtdf
31ac470a93 Update RELEASE_NOTES 2017-03-18 17:43:36 +01:00
ln-zookeeper
578171bb92 Updated changelogs 2017-03-18 13:37:32 +02:00
Jyrki Vesterinen
3dfd421191 Address some cppcheck suggestions
I addressed the suggestions in files which I know well enough to feel
highly comfortable to edit them.

Thanks to @matthiaskrgr for the cppcheck run.
2017-03-18 12:28:41 +02:00
Jyrki Vesterinen
2c00677d4b Add lexical_cast.hpp to wesnothlib.vcxproj 2017-03-18 12:26:44 +02:00
Charles Dang
49ec75829e Campaigns: wmlindent run 2017-03-18 20:11:14 +11:00
Charles Dang
5a62b43dc8 wmllint: added SotA to mainline campaigns list 2017-03-18 20:08:39 +11:00
Celtic Minstrel
f0c127915b Allow wesnoth.select_unit() to deselect the unit
Since @vultraz recently decided to remove this feature from wesnoth.deselect_hex.
2017-03-18 17:35:51 +11:00
Celtic Minstrel
0c42107d0b Merge pull request #946 from sigurdfdragon/more_keys_for_store_side
Add more keys to store_side
2017-03-17 19:46:24 -04:00
sigurdfdragon
cc1e51565d Changelog entry for additional [store_side] keys 2017-03-17 19:26:20 -04:00
sigurdfdragon
0ea5ae07ce Add more keys to store_side 2017-03-17 19:26:20 -04:00
Wedge009
67677055bb Merge branch 'master' of https://github.com/wesnoth/wesnoth 2017-03-18 08:59:44 +11:00
Wedge009
96edc218ff Avoid unused variable warning on WIN32 by removing the entire control socket block instead of just the file open section. 2017-03-18 08:59:18 +11:00
Charles Dang
1c54a70c40 Connect Engine: removed unused function relating to GUI1 drag-and-drop side reordering 2017-03-18 08:02:04 +11:00
gfgtdf
336ad22e45 fixup comment 2017-03-17 22:00:35 +01:00
gfgtdf
21ad59bf9e add a todo comment 2017-03-17 21:58:54 +01:00
gfgtdf
2406ad4f66 add some debug output 2017-03-17 21:43:46 +01:00
Jyrki Vesterinen
16fefa26a7 Fix MSVC compiler warnings 2017-03-17 21:40:20 +02:00
Celtic Minstrel
b16728c78e Fix [heal_unit] not restoring statuses by default (GNA25605) 2017-03-17 10:58:06 -04:00
Celtic Minstrel
96c79ba6b3 Nuke another use of snprintf 2017-03-17 10:53:18 -04:00
Celtic Minstrel
1de48a6cb6 fixup! Fix the broken unit test 2017-03-17 10:49:31 -04: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
Jeffrey 'Sigurd' Westcoat
ce14f56fb9 Fixup cfc4c5c425819fd9650864195e71f13613ff88fe (#958) 2017-03-17 00:23:54 -04:00
Celtic Minstrel
77e2e1c315 Run pot-update
Note: While this does update the pot-files, other functions of pot-update (such as asciidoc) were not run.
2017-03-17 00:17:23 -04:00
Celtic Minstrel
e5f92fef08 Fix the broken unit test
At the very least, this should allow it to compile...
2017-03-16 21:43:19 -04:00
Jeffrey 'Sigurd' Westcoat
dff4b7805a SotA: Reorder traits so loyal is first (#957)
To match convention in mainline.
2017-03-16 20:33:45 -04:00
mattsc
930fb368c5 Update Xcode project 2017-03-16 17:05:46 -07:00
Charles Dang
2d7ac7c887 File Dialog: disable horizontal scrollbar for Bookmarks list
This was probably disabled while the dialog had issues with long filename labels. Now that that's fixed,
this *should* be safe to enable.
2017-03-17 10:39:33 +11:00
Charles Dang
cfc4c5c425 Game Stats: apply red formatting to negative gold 2017-03-17 10:04:54 +11: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
2454059f76 Fix -Wreorder warning 2017-03-16 17:40:00 -04:00
Celtic Minstrel
6bf76d940b Include header files in pot-updates
It would probably be better to avoid using translatable strings in headers,
but certain people keep doing so anyway, so this is more future-proof.
2017-03-16 17:21:55 -04:00
Celtic Minstrel
6b251d445c Address a few other issues found by cppcheck
Thanks matthiaskrgr for running it.
2017-03-16 17:11:06 -04:00
Celtic Minstrel
12cf0fb45e Replace some uses of string::find with string::compare
These instances were found by cppcheck.
Thanks matthiaskrgr for running it.
2017-03-16 17:10:38 -04:00
Celtic Minstrel
f815c2272a Pass strings by constref when possible
These instances were found by cppcheck.
Thanks matthiaskrgr for running it.
2017-03-16 17:07:04 -04:00
sigurdfdragon
c04e4a4a39 SotA: Comment fixes 2017-03-17 07:49:28 +11:00
sigurdfdragon
252b64245d SotA S22: Remove unneeded code 2017-03-17 07:15:40 +11:00
sigurdfdragon
ae2532deee SotA S17: Have Ras-Tabahn walk in front of altar to get on it 2017-03-17 07:15:40 +11:00
sigurdfdragon
3699690c85 SotA 16: Fix Archmage having move at start of turn 5
Side X Turn Y occurs before the side's refresh, but the mechanics of refreshing don't occur on turn 1.
This was why the first Archmage had no move but the second one did.

Also adjust positioning so the Archmage is more likely to go to attack the player instead of going for villages or acting confused.
2017-03-17 07:15:40 +11:00
sigurdfdragon
b62e389a74 SotA: Give Ras-Tabahn intelligent trait 2017-03-17 07:15:40 +11:00
sigurdfdragon
ca0a5a55d4 SotA S17: Use title case for menu option 2017-03-17 07:15:40 +11:00
sigurdfdragon
6e272a6c82 SotA S18: Fix bug where Ardonna starts with less than full move 2017-03-17 07:15:40 +11:00
sigurdfdragon
535ce53ca9 SotA S18: Simplify advancement check 2017-03-17 07:15:40 +11:00
sigurdfdragon
283c38e934 SotA S17: Improvements to how the sacrifice scene looks 2017-03-17 07:15:40 +11:00
sigurdfdragon
c65b50e8f1 SotA: Make code robust against debug usage 2017-03-17 07:15:40 +11:00
sigurdfdragon
7399cba00d SotA S8: Make objective clearer 2017-03-17 07:15:40 +11:00