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
Wedge009
c98bc798e7
VC Project Update
2016-03-20 01:58:14 +11:00
Charles Dang
6304cca22a
Moved data/gui/default to data/gui/
2016-03-20 01:11:10 +11:00
Charles Dang
ec9995dc94
Cleaned up inclusions of video.hpp
2016-03-19 23:31:35 +11:00
Charles Dang
9c33f77de2
Cleaned up inclusions of display.hpp
2016-03-19 22:30:21 +11:00
ln-zookeeper
03a2a5177a
Changed * to . in small forest flag placing rule
2016-03-19 11:47:58 +02:00
ln-zookeeper
b7edf367c3
Made water overlay transitions use NEW:GENERIC_CORNER_TRANSITION
2016-03-19 11:45:58 +02:00
ln-zookeeper
40d5487765
Decreased the amount of images placed by NEW:GENERIC_CORNER_TRANSITION
2016-03-19 11:43:23 +02:00
Charles Dang
83ee4f6087
Convert most includes to src/-relative
...
This excludes includes that need backtrack path specifiers in order to resolve
name clashes.
2016-03-19 19:35:17 +11:00
Charles Dang
c36b96ae98
Merge pull request #621 from Wedge009/bug_24357_fix
...
Resolve translated logo images not being used (bug #24357 )
2016-03-19 18:27:22 +11:00
Wedge009
6e836969bb
Update change log.
2016-03-19 18:11:59 +11:00
Wedge009
6d03404785
Add missing language codes so that translated logo images can be used (bug #24357 )
2016-03-19 18:09:42 +11:00
Charles Dang
df6bc83543
Merge pull request #618 from CelticMinstrel/lua_unit_effects
...
Include built-in effects in wesnoth.effects
2016-03-19 17:50:32 +11:00
Charles Dang
eaadf6fab1
Remove set_volatile() calls from display::layout_buttons()
2016-03-19 17:50:00 +11:00
Charles Dang
a9ad200151
tslider: code cleanup
2016-03-19 17:45:35 +11:00
Charles Dang
91d0b54c50
tslider: (default) positioner fixup and general cleanup
...
This *should* fix the slider sometimes not reaching max value... should.
2016-03-19 17:38:45 +11:00
Celtic Minstrel
cad89effe8
Allow [effect]times=<integer>
2016-03-19 02:06:06 -04:00
Celtic Minstrel
0f1b21a5be
Include built-in effects in wesnoth.effects and allow them to be overridden
2016-03-19 02:05:53 -04:00
mattsc
b347d2b2d6
Micro AI scenarios: adapt coordinates to changed MP map
...
The dimensions of the Dark Forecast map were changed.
2016-03-18 13:15:08 -07:00
Celtic Minstrel
bb510a58af
Merge pull request #624 from CelticMinstrel/lua_formula_bridge
...
Many new features in the formula engine
2016-03-18 12:52:05 -04:00
ln-zookeeper
e5b3d8139b
Slightly improved the beach waves rules
2016-03-18 18:41:11 +02:00
Charles Dang
d764bba7e4
Procedurally generate selected listbox cell borders
2016-03-19 01:48:23 +11:00
Charles Dang
d299ab1292
Reduce brightness of default font color slightly
...
Makes it a little less of a strain on the eyes given the background color
2016-03-19 01:36:29 +11:00
Charles Dang
5dcb578c3d
Brightened the standard border color a little
...
Makes it stand out a little more.
2016-03-19 01:21:30 +11:00
Celtic Minstrel
229e8881ee
Update changelog
2016-03-18 10:15:22 -04:00
Celtic Minstrel
f8476368d3
Formula engine: debug_print() now shows in chat if debug mode on
2016-03-18 10:14:44 -04:00
Charles Dang
d47336e41d
Fix storyscreen buttons disappearing when drawing title (bug #24528 )
2016-03-18 19:07:19 +11:00
Celtic Minstrel
a02b1c13a1
Formula engine: Improve debugger
...
- Less-than characters no longer break markup
- More debug information attached to various evaluation stages
- Fixed how some components of formulas were printed
- You can now step through the assignments in where clauses
2016-03-18 02:17:17 -04:00