Celtic Minstrel
9ff6d3e110
Yet another fixup
2016-03-21 01:32:28 -04:00
Celtic Minstrel
f357b588ad
Another fixup
2016-03-21 00:50:17 -04:00
Celtic Minstrel
917f059500
Fixup
2016-03-21 00:16:18 -04:00
Celtic Minstrel
c0afb53a2f
Fix build/project files
2016-03-20 23:27:40 -04:00
Celtic Minstrel
620b228fa8
Consolidate related GUI2 dialogs in directories
2016-03-20 23:18:49 -04:00
Celtic Minstrel
6307b9459c
Move most of gui/auxiliary to gui/core to reflect its true nature
2016-03-20 23:18:48 -04:00
Celtic Minstrel
040b4ca49a
Consolidate GUI2 widget files
...
Now every GUI2 widget requires only two source files, instead of six (or in rare cases four).
2016-03-20 23:18:46 -04:00
Charles Dang
d1e972b318
Remove '/transparent' from remaining unit type profile paths
2016-03-21 13:07:33 +11:00
Charles Dang
c82807aea3
Allow use of small_profile in help browser if specified
2016-03-21 13:00:40 +11:00
Charles Dang
05743bce20
Decoupled small_profile from profile
...
small_profile will not longer be generated from the value of profile. Instead,
it's being kept as an independent key intended for specifying a help image.
2016-03-21 12:52:37 +11:00
Charles Dang
d2bec9ec9d
Refactored out preferences display manager
2016-03-21 10:11:35 +11:00
Charles Dang
15db95f05e
Update CB projfile
2016-03-21 09:28:47 +11:00
Charles Dang
465f1b27d4
Removed dead inclusion
2016-03-21 09:26:39 +11:00
Celtic Minstrel
3b98062048
Fixup
2016-03-20 16:39:24 -04:00
Celtic Minstrel
bc711f5f43
Consolidate related files into subdirectories
2016-03-20 16:20:09 -04:00
Celtic Minstrel
fe0df45947
Consolidate formula and hotkey files in corresponding dirs
2016-03-20 16:15:50 -04:00
Celtic Minstrel
2682b679cb
Add force_lock_settings default to missed case
2016-03-20 16:14:47 -04:00
gfgtdf
6e37603538
Attempt to fix travis mp tests
2016-03-20 19:04:33 +01:00
Charles Dang
e1d003f488
Cleaned up inclusions of unit_types.hpp
2016-03-21 04:04:51 +11:00
mattsc
3d01dabce6
Protect Unit Micro AI: fix bug in AI setup
2016-03-20 10:00:02 -07:00
Charles Dang
33a04c32e2
Removed old code for [portrait]
...
This was an experimental feature that was never finished. Any [portrait]
tags were removed from the unit type WML a while back
2016-03-21 03:47:13 +11:00
mattsc
11e1917d21
Guardians Micro AI test scenario: update an image path
2016-03-20 09:37:05 -07:00
ln-zookeeper
6fa2c2ddf0
Added doofus-01's updates to the ruined sand castle
2016-03-20 18:02:14 +02:00
gfgtdf
c37c5d6434
remove old code handling controller=network/network_ai
...
controller= doesn't support 'network' or 'network_ai' values anymore, so these can be removed.
2016-03-20 16:02:22 +01:00
Elvish_Hunter
803c54dacc
changelog entry
2016-03-20 11:19:55 +01:00
Elvish_Hunter
2ba445dbef
Merge pull request #630 from Elvish-Hunter/hexometer-python
...
Ported hexometer from Bash to Python 3
2016-03-20 11:12:44 +01:00
Celtic Minstrel
308cd8b34f
Tutorial S1: Fix deselecting your unit after the select event message
2016-03-20 03:02:58 -04:00
Celtic Minstrel
dcdac2fe7f
Tutorial S2: Highlight talked-about locations
...
This also tweaks some locations, in particular fixing a case of scrolling to the wrong village
2016-03-20 02:55:16 -04:00
Celtic Minstrel
1c27cafa74
Add highlight=yes|no to [scroll_to], [scroll_to_unit], [message]
...
Defaults to no in the first two cases, yes in the third
If yes, the target hex is outlined.
2016-03-20 02:55:12 -04:00
Celtic Minstrel
09d4033916
Fix some issues with recruit lists changing unexpectedly
...
This only happened for [test] scenarios.
2016-03-20 02:55:09 -04:00
Celtic Minstrel
9d3ea7ad94
Tutorial: Female variants of most student messages and some generic
...
This is because, in some languages, the first-person pronoun depends on the speaker of the gender.
Thus, in any case where the gender of the speaker can vary, two versions of the message need to be supplied.
2016-03-20 02:55:03 -04:00
Charles Dang
ad01dfc6bf
Improved editor brush image
2016-03-20 16:41:50 +11:00
Celtic Minstrel
3992f08338
Fix unit test
2016-03-20 00:26:17 -04:00
Celtic Minstrel
8562421434
Fix animations never terminating
2016-03-20 00:26:16 -04:00
Celtic Minstrel
333a97b426
Formatting
...
No code changes. I did this because the indentation was very confusing due to mixed spaces and tabs with different tab widths.
2016-03-20 00:26:14 -04:00
Celtic Minstrel
2900f1cb38
Better deprecation message for new DescriptionWML
2016-03-20 00:26:14 -04:00
Charles Dang
37d9b102b7
Include SDL files as system headers
...
This excludes inclusions in SDL_GPU files.
2016-03-20 15:07:16 +11:00
mattsc
6f57ee846b
Micro AIs: update to new syntax of wesnoth.put_unit()
2016-03-19 20:59:39 -07:00
Celtic Minstrel
d0c716a22d
Remove utils/enumerate.hpp
...
This was only used in one place, was probably not portable to additional cases, and is done much better using the MAKE_ENUM macro.
2016-03-19 22:03:22 -04:00
Celtic Minstrel
8122039707
Rename .tpp -> .hpp
...
Several header files used the .tpp extension, which means that they are not correctly detected as C++ (though this can be overridden and has been for one case in the XCode project). The .tpp extension is one of several intended for private template instantiations, but these headers were topleve headers included in many places.
2016-03-19 21:57:03 -04:00
Celtic Minstrel
8e588972f4
Ensure logging objects are constructed on first used
...
This makes it safe to log messages during static initialization.
2016-03-19 21:12:11 -04:00
Celtic Minstrel
5eb9d80c2c
Fix wesnoth.put_unit checking wrong arg for location
2016-03-19 17:27:02 -04:00
mattsc
bce1fae063
Fix portrait missing in [message] with empty image= key
...
This is mostly important for use of the MESSAGE macro. Use image=none
if no image/portrait is supposed to be shown.
2016-03-19 14:25:28 -07:00
gfgtdf
f8e5a55a83
fix [modify_side] controller=human in sp
2016-03-19 22:22:56 +01:00
mattsc
c4a34ebe2c
Micro AIs: update syntax of [message][option] usages
2016-03-19 13:26:01 -07:00
Celtic Minstrel
c1d11cb6cc
Update RELEASE_NOTES with formula engine section
2016-03-19 16:25:35 -04:00
Celtic Minstrel
021e77f96a
Update changelog
2016-03-19 16:15:23 -04:00
ln-zookeeper
81c284125e
Reduced images per hex by removing unnecessary feathering
2016-03-19 21:13:17 +02:00
Charles Dang
edc2fb7e9d
Default theme: restore backgrounds to sidebar panels
2016-03-20 03:58:50 +11:00
Celtic Minstrel
9e7fc0eabe
Merge pull request #632 from Wedge009/vc_update
...
VC Project Update
2016-03-19 11:26:59 -04:00