67534 Commits

Author SHA1 Message Date
ln-zookeeper
7b0ebf6c5b DW: Assorted speaker and dialogue tweaks
Most changes according to reports and fixes posted by Wesbane on the forums, but I've tweaked most of his code and added a few things. Most notable change is that I'm not accounting for the player's possible undead units, because I intend to remove the Undead Bat.
2017-01-19 15:28:13 +02:00
gfgtdf
954fe05eed fix OOS in case that [do_command] was used on the wrong client. 2017-01-17 22:21:18 +01:00
Jyrki Vesterinen
02b39fff53 Fix: it was possible to shrink GUI canvas widgets
Regression from e4aa7c0d9504b5286ece73941421768948024774. It was the
drawing widget code that was in the wrong, since styled_widget has never
explicitly guaranteed that it won't shrink.

Fixes a WML error in shop dialogs in the UMC campaign Bad Moon Rising with
a low screen resolution.
2017-01-17 22:15:28 +02:00
loonycyborg
1ac990413c scons: fix out of tree build issue with source lists 2017-01-17 04:49:16 +03:00
loonycyborg
0801402dcf Fix out of tree build issue in scons/ieee_754.py 2017-01-17 04:22:47 +03:00
loonycyborg
6883f73c0f Handle the case of no rows returned in fuh::db_query_to_string 2017-01-17 04:09:21 +03:00
loonycyborg
8714ece259 Improved error handling in forum_user_handler 2017-01-17 03:47:05 +03:00
ln-zookeeper
092c99de21 Fixed and tweaked Direwolf and Direwolf Rider idle animation timing
Timing of Direwolf Rider broken in commit e1590a4254 / patch #3682. Also, I made the animations pause at frame 4 instead of after it.
2017-01-16 12:09:58 +02:00
ln-zookeeper
a012ccb400 Added wolf variation of Walking Corpse and Soulless, by Vyncyn 2017-01-16 11:54:41 +02:00
Elvish_Hunter
759c3414f3 Merge pull request #804 from matthiaskrgr/woptipng-script
add woptipng png compression script
2017-01-15 21:53:16 +01:00
gfgtdf
887fc584c2 add some TODO comment about [do_command] 2017-01-14 23:10:52 +01:00
Jyrki Vesterinen
bca0a2e380 New add-on manager: wire up install buttons in the add-on list 2017-01-14 18:34:19 +02:00
Jyrki Vesterinen
6e20ddaeea Fix -Wunused-lambda-capture compiler warnings 2017-01-14 10:41:03 +02:00
ln-zookeeper
980dd4e5fb Added some grain to the wooden doors to give them a bit more texture
Also trimmed the images from 180x144 to 144x144 and removed some stray pixels and transparency artifacts.
2017-01-13 13:22:45 +02:00
ln-zookeeper
6638df53a4 Removed request to e-mail Team Survival replays to Roze 2017-01-13 11:57:18 +02:00
ln-zookeeper
803d809e41 EI: Map aesthetic tweaks (castles and villages) 2017-01-13 02:12:53 +02:00
Jyrki Vesterinen
5d7849ec73 New add-on manager: fix add-on version being shown as 0.0.0 after install 2017-01-12 20:41:18 +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
Jyrki Vesterinen
c2e6de3a95 Merge pull request #910 from wesnoth/remove-pane-experiment
Stop replacing listboxes with panes with --new-widgets
2017-01-10 17:36:10 +02:00
ln-zookeeper
ae07bcb3e1 Redrew lightbeam tiles to prevent cumulation of alpha in adjacent tiles
Also cropped them from 166x216 to standard 144x216.
2017-01-09 13:52:31 +02:00
ln-zookeeper
300ebd1caf UtBS: Attack icons for energy ray, horror fangs and twister
By Eleazar, from the UMC Magic Icons pack, with minor color modifications.
2017-01-09 11:36:00 +02:00
ln-zookeeper
c1f2aafcf1 Updated changelogs 2017-01-08 19:52:31 +02:00
ln-zookeeper
c16c31636e HttT: Fixed visual inconsistencies in Li'sar's scepter variations 2017-01-08 19:36:19 +02:00
ln-zookeeper
55886675d9 Added animated smoke to volcanoes, and made them use the new lava 2017-01-08 14:59:05 +02:00
Jyrki Vesterinen
15bea098c4 Second attempt to fix tests failing to build 2017-01-07 22:31:11 +02:00
Jyrki Vesterinen
f6e3f4ae31 Attempted fix for test build failure
I also removed the TODO. Adding dummy add-ons to the add-on manager is now
significantly more difficult because fetching the add-on list from the
server is now a responsibility of the add-on manager.
2017-01-07 21:02:30 +02:00
Jyrki Vesterinen
82ae6b5d7d Fix build with -Werror=reorder 2017-01-07 20:54:34 +02:00
Jyrki Vesterinen
1914ba3488 New add-on manager: initial implementation of add-on installing 2017-01-07 20:05:32 +02:00
Nils Kneuper
cb7ea10155 updated Czech translation 2017-01-06 19:01:24 +01:00
Nils Kneuper
d3e7d8ab14 updated German translation 2017-01-06 19:00:05 +01:00
Sergey Popov
4559f8e984 Merge pull request #909 from Pentarctagon/scons-cpp-defines
Fix CPPDEFINES for scons build
2017-01-06 14:22:32 +03:00
Severin Glöckner
9c2bedcec5 DW, maps: On maps which use tropical water (Wwt), changed the villages from Ww^Vm to Wwt^Vm 2017-01-05 21:29:27 +02:00
Severin Glöckner
0a7e147759 DW, scenario 1: avoid zombie spawning if the village from the starting sequence get's recaptured midgame 2017-01-05 21:29:27 +02:00
Severin Glöckner
b4ee041f2e DW, scenario 1: set the villiage flag when the unit moves there, not shortly before. 2017-01-05 21:29:27 +02:00
Jyrki Vesterinen
941e1c2a84 Stop replacing listboxes with panes with --new-widgets
I don't see the point of such a change. More important, it breaks all
dialogs which search a listbox with find_widget<listbox>() and don't have
a separate code path for --new-widgets, such as the new add-on manager.
In particular, testing the new add-on manager without code changes was
impossible because it was disabled without --new-widgets and failed to
find the add-on list with it.
2017-01-05 20:10:47 +02:00
ln-zookeeper
cbcc4f1c29 UtBS: Tweaks to the support ability
Excludes level 0 units from being affected, removes the unnecessary prerecruit,prerecall part from an event name, adds handling of leveling and removes a [kill] that could possibly cause problems for other die events.
2017-01-05 18:54:07 +02:00
pentarctagon
71085ba17c Fix CPPDEFINES for scons build
Fix CPPDEFINES orphaned during #882
Also rename a few loop variables to not shadow existing the existing 'env' variable
2017-01-04 19:22:27 -06:00
Charles Dang
4760432a59 Merge pull request #908 from jostephd/patch-1
Fix grammar in Drake Flare description
2017-01-03 22:32:33 -05:00
jostephd
278d83feda Fix grammar in Drake Flare description 2017-01-04 03:28:08 +00:00
Celtic Minstrel
e1c3808a81 Macro reference: Drop some protocol+domain prefixes
This should ensure that accessing the page via https will cause the style to also be referenced via https,
thus preventing security warnings from browsers.

Note that this will not take effect on the live copy until it is regenerated.
2017-01-03 19:04:12 -05:00
Jyrki Vesterinen
eeaba62fd4 Fix bug #25410: Missing mouse input events
`std::remove_if()` is not guaranteed to work by swapping the
to-be-removed items with others.

Thanks to @AI0867 for showing the error in my ways^H code.
2017-01-03 20:29:14 +02:00
Elvish_Hunter
795624ab4e Teach wmlscope how to handle the square braces notation 2017-01-03 12:10:22 +01:00
Andreas Löf
1a7458cb13 Change the program used when testing capabilities of the "timeout" command 2017-01-03 23:13:30 +13:00
Andreas Löf
c820d456ec Fix the check for timeout command options
The check to see whether the timeout command is capable of sending
SIGKILL was broken. This fixes the check, which in turn will ensure
that tests are always terminated. This will resolve travis deciding
that the entire build has timed out.
2017-01-03 23:02:12 +13:00
ln-zookeeper
45c81b3569 Removed deprecation warning of [print] red,green,blue=
Because there isn't any difficulty in supporting both.
2016-12-31 21:31:42 +02:00
ln-zookeeper
f75dc8d172 UtBS: Changed the support ability to only lower upkeep costs by 1 2016-12-31 20:01:06 +02:00
Jyrki Vesterinen
169946fc24 Less aggressive use of Monte Carlo simulation
5000 turned out to be a too low threshold: at that complexity score traditional probability calculation is still much faster.
2016-12-31 16:41:10 +02:00
Jyrki Vesterinen
3dac13ae9e Fix rare crash in combat simulation
After predicting fight result with Monte Carlo simulation, it was possible
for the `summary` array and the `slowed` variable to disagree about the
probability of the combatant to be slowed, which resulted in a crash if
another fight was simulated in Monte Carlo mode for the same unit
aftwerwards.
2016-12-31 15:28:27 +02:00
ln-zookeeper
0f601f7253 UtBS: Commented out the tip about Kaleh taking the Ring of Speed
...because he has 6 MP now and won't particularly need it.
2016-12-31 13:00:17 +02:00
ln-zookeeper
baabaacc45 UtBS: Added some TODO notes for things that need updating 2016-12-31 12:57:12 +02:00