4776 Commits

Author SHA1 Message Date
Charles Dang
df6ee9263a Improved lobby game status icons 2016-08-17 13:15:01 +11:00
ln-zookeeper
d6225b891a Removed residual metadata tags 2016-08-17 00:35:12 +03:00
ln-zookeeper
d2f528eec9 Prevent extraneous "="'s from appearing in some AI controller menus 2016-08-15 12:04:50 +03:00
Espreon
e5888160d0 No more 'dwarfs'! 2016-08-14 02:20:57 -04:00
ln-zookeeper
642323ff45 Cropped the Spectre baseframe to fix hitpoint bar positioning bug 2016-08-10 01:46:31 +03:00
Charles Dang
7bfd1ab973 Merge pull request #722 from GregoryLundberg/GL_unique_items
Unique items: don't be a pig
2016-08-08 09:22:00 +11:00
Jyrki Vesterinen
d4e6d0bf2b Fade out music on scenario start and on disabling it 2016-08-07 18:54:33 +03:00
fendrin
8a9feb10ac Fix several bugs introduced with the FOREACH replacement. 2016-08-06 21:17:01 +02:00
fendrin
8544320b58 Replace FOREACH 2016-08-06 06:20:41 +02:00
fendrin
ed296f30a0 [+units] -> [units] 2016-08-06 06:20:41 +02:00
Charles Dang
491fa91906 Deprecated FOREACH and NEXT
These feature unbalanced WML and have been replaced by proper tags.
2016-08-06 11:08:48 +11:00
Charles Dang
ea1bb2b31c Deprecate MAKE_AI_SIDE_PERSISTENT
This macro was obviously simplified in the past (see unused parameter) and is no longer needed.
2016-08-06 10:47:02 +11:00
Charles Dang
c0a06e3af8 Merge pull request #725 from GregoryLundberg/GL_update_images
Fix bug: libpng warning: iCCP: known incorrect sRGB profile
2016-08-05 21:01:28 +11:00
Jyrki Vesterinen
1e2b6ba92d Revert the campaign changes of commit a74f1054
@zookeeper pointed out to me that spelling event names with spaces is the
standard in WML, especially when setting up event listeners. Thus, changing
spelling of the names of the events fired from WML made the codebase more
inconsistent, not less.
2016-08-05 12:11:11 +03:00
Jyrki Vesterinen
a74f1054ca Always use underscores in event names
Follow-up of 3cbf249b. This commit changes event names to be written with
underscores everywhere where events are fired (or every place I found in a
quick search, anyway).
2016-08-05 08:43:47 +03:00
Celtic Minstrel
b295aab4ba Deprecate {MAGENTA_IS_THE_TEAM_COLOR}
The magenta colour is now the default flag_rgb colour if one is not specified.
2016-08-05 00:49:39 -04:00
Gregory A Lundberg
140cc946bb Fix bug: libpng warning: iCCP: known incorrect sRGB profile
Some changes in libpng 1.6+ cause it issue warning or even not work correctly with the original HP/MS sRGB profile. You will notice this in stderr:

    libpng warning: iCCP: known incorrect sRGB profile

The old profile uses a D50 whitepoint, where D65 is standard. This profile is not uncommon, being used by Adobe Photoshop, although it was not embedded into images by default.

The simplest solution is simply to remove the embedded profile from your image. This can cause a slight shift in color *IF* have have a properly calibrated system, monitor, and software.
2016-08-04 22:37:44 -05:00
Charles Dang
a6dd6c668c Ran wmlindent and fixed badly formatted code 2016-08-05 13:46:39 +11:00
Gregory A Lundberg
09e124aa8e Unique items: don't be a pig
And the Lord said, "Thou hast already consumed My Holy Water, thou needest another not."

And, hearing the Word of the Lord, Posieden said, "Yo! Storm Trident! Dude, look in your hand!"
2016-08-02 14:58:09 -05:00
Jyrki Vesterinen
c4d51b1bbb Add @PoignardAzur to credits 2016-08-02 15:43:09 +03:00
Bär Halberkamp
fd1a776997 Change attack sounds for short swords 2016-07-31 13:10:00 -04:00
Bär Halberkamp
4e71bbe448 Generate trait help instead of hardcoding
Introduces a new key "help_text=" in [trait]
2016-07-29 18:44:10 -04:00
Celtic Minstrel
7286ea8e0f Merge pull request #661 from spixi/name_and_map_generator
Improvements in the name and map generators
2016-07-18 01:10:46 -04:00
Spixi
f96f86245e Improvements in the map and name generators
- Implement a way to escape special characters {|} in the CFG generator
- Eliminate null pointers to name generators
- Invalid generators now throw exceptions
- Name generating rules for different terrain elements can now be specified
  (The defaults in english.cfg are still used)
2016-07-17 23:42:19 -04:00
Celtic Minstrel
6abd7a6941 Add [message]image_pos=left|right
This is meant to replace ~RIGHT() and also the newer ~LEFT(),
with one exception: ~RIGHT() will still be the standard way to
make a unit's portrait go on the right by default.
2016-07-15 17:35:51 -04:00
Charles Dang
5649379426 Swapped order of two frames in the fireball animation
It makes more sense to go from largest to smallest, instead of large, small, medium.
2016-07-13 17:39:58 +11:00
Pubudu
129ce2982b Added new checkbox to multiplayer game configure dialog to allow only
registered users to join the game
2016-07-12 11:50:50 +05:30
Gregory A Lundberg
010f943a40 [option]message= deprecated, use label=
According to the Wiki, since 1.13.2 message= is an alias for label=.

Using message= provokes a warning about it being deprecated.

This replaces message= with label= in the entire mainline (where it had not already been changed).
2016-07-03 13:41:44 -05:00
Charles Dang
20b90a29fa Rename Heavy Infantrymane idle frames for consistency 2016-06-30 18:22:43 +11:00
Nils Kneuper
944a1d962a updated Polish translation 2016-06-26 12:31:57 +02:00
Pentarctagon
d22b15b19b Add color=value to [message] (#651)
Add support for the pango attributes as keys in [message]
This is equivalent to surrounding the entire string in a span with the specified attribtues.
2016-06-06 12:50:49 -04:00
Jonathan Combs
7d8a032589 gui2: new logging dialog
New dialog added to advanced preferences. It contains toggles to
activate and deactivate logging (log messages print to console). Also
added a getter method to the base log methods so that the dialog can
'remember' previous choices.
2016-05-27 13:11:53 -07:00
ln-zookeeper
4213ca2747 Added generic portrait for Giant Spider
Created from a public domain wikimedia image: https://commons.wikimedia.org/wiki/File:Spider_on_the_yellow_pond-lily_leaf.JPG
2016-05-23 23:20:55 +03:00
gfgtdf
6f29960e95 Merge pull request #659 from spixi/master
Make the multiplayer faction accessible via Lua and simplified Hornshark Island
2016-05-22 21:08:52 +02:00
gfgtdf
2fa8bc0350 cleanup lua feeding implementation. 2016-05-22 19:41:54 +02:00
Spixi
a8f625fc8a Make the multiplayer faction accessible via Lua and simplified Hornshark
Island
2016-05-22 00:51:09 +02:00
gfgtdf
2ba7ad5c43 move feedung event to lua
this has 2 advantages:
1) It decreased savefile size since the event is no longer sotred in
each savefile.
2) The ABILITY_FEEDING no longer assumes its used from within
[abilities]
2016-05-20 14:42:49 +02:00
gfgtdf
a1b9469eed remove RECALL_AI_SIDE
This macro causes OOS because it changes the gamestate during the unsynced ai_turn event.
Also it doesn't handle custom recall costs.

This commit also fixes MAKE_AI_SIDE_PERSISTENT. But i think this macro should be removed too since just writing 'persistent=yes' in [side] is much easier to understand than using this macro.
2016-05-11 19:24:20 +02:00
loonycyborg
d86ce00d89 Update changelog and about.cfg 2016-05-01 22:00:09 +03:00
ln-zookeeper
c876280a95 Special character fixes 2016-04-27 19:03:45 +03:00
ln-zookeeper
694fb9d36e Fixed issues with Sea Serpent description pointed out by beetlenaut 2016-04-25 00:31:15 +03:00
ln-zookeeper
c4d2e72a12 Updates to monster unit descriptions
From https://forums.wesnoth.org/viewtopic.php?f=32&t=43721
2016-04-24 22:01:05 +03:00
ln-zookeeper
dba586ce53 Rewrote feeding's code to give units only one object, not one per kill 2016-04-23 21:44:30 +03:00
ln-zookeeper
7bcb4a5873 Updated generic portrait of Mermaid Initiate
By Tet and eyerouge, from https://forums.wesnoth.org/viewtopic.php?f=23&t=29715
2016-04-16 21:55:11 +03:00
Celtic Minstrel
6b8b83c90d Female names grammar for the Khalifate
(Loosely based on a list of female Arabic names from behindthename.com)
2016-04-15 15:51:25 -04:00
Celtic Minstrel
a9dbbe9c05 Merge pull request #644 from Dugy/master
Unit name generator using context-free grammar
2016-04-11 17:22:55 -04:00
Dugy
9e35e4d83e Added credit and described the change in changelog 2016-04-11 22:14:21 +02:00
Dugy
f84e8f4795 Added a new way to generate unit names, using rules of a context-free grammar. 2016-04-11 22:14:21 +02:00
Celtic Minstrel
cdf6f4a6f8 Merge pull request #631 from rcorre/wasd_scrolling
Add preference for WASD scrolling.
2016-04-11 01:16:58 -04:00
Wedge009
717a762493 Add self to en_GB translators. 2016-04-07 23:05:10 +10:00