545 Commits

Author SHA1 Message Date
Guillaume Melquiond
5badc71597 Removed useless preprocessing directives. 2009-03-09 15:21:05 +00:00
Eric S. Raymond
71fcc8d8e9 Large maps and very long scenarios are possible,
...so make our notional infinities larger.
2009-03-01 16:29:04 +00:00
Eric S. Raymond
45408ef187 Magic-number elimination. 2009-03-01 14:30:47 +00:00
Eric S. Raymond
4f07f028ae Remove old TREMOR macro, 6 versions overdue.
(wmllint tranlates it, so there is no UMC issue.)
2009-03-01 13:22:29 +00:00
Eric S. Raymond
51c13fb819 Pre-1.6 reindent and whitespace cleanup. 2009-03-01 12:56:14 +00:00
Lari Nieminen
579bed74f9 Made flying drakes not use the flying standing animation on fords,
...reefs and water villages, and removed the flies=true movetype
attribute to allow normal submersion on those terrains.
2009-02-22 09:56:45 +00:00
Eric S. Raymond
1248d14605 Address bug #13007.
Ordinarily I'd be worried about the risk of UMC breakage from renaming
macros, but one of these was broken for a long time until recently so
we're probably not increasing any lossage here.
2009-02-21 12:47:05 +00:00
Eric S. Raymond
195aed06f0 Add a useful macro and remove a spurious one. 2009-02-19 16:43:55 +00:00
Lari Nieminen
e60b0d156f Converted OBJ_POTION_HOLY to use PICKUPPABLE_ITEM. 2009-02-19 11:09:36 +00:00
Lari Nieminen
b29fc739b3 Made the PICKUPPABLE_ITEM macro allow picking up items...
...with the same id in different scenarios.
2009-02-19 10:24:04 +00:00
Eric S. Raymond
a039554559 Address bug #13006. 2009-02-16 18:12:51 +00:00
Fabian Müller
48bebd086a Extended the ai_location stub with a label for the location. 2009-02-15 17:09:59 +00:00
Jérémy Rosen
a3ef5bf63d make all standing animations where the unit is flying...
...be on layer 60, so they are drawn over castles and stuff...
2009-02-09 21:06:47 +00:00
Lari Nieminen
a540b05605 Fixed a filtering problem. 2009-02-08 15:50:41 +00:00
Lari Nieminen
c7d36890cf Updated ambush to work on the deciduous forests. 2009-02-01 20:34:47 +00:00
Lari Nieminen
7490ce5a9c More fixing. 2009-01-31 21:56:28 +00:00
Lari Nieminen
6088ca7145 Fixed the FORCE_CHANCE_TO_HIT macro a bit. 2009-01-31 21:39:58 +00:00
Eric S. Raymond
718cbdfa78 thespaceinvader's big portrait rationalization. 2009-01-31 00:15:02 +00:00
Lari Nieminen
7a70d97a93 A new macro for invisibly forcing a specific CTH in combat. 2009-01-30 17:56:34 +00:00
Patrick Parker
3c5eaa03b9 new event-util macro: {CALL_FUNCTION} 2009-01-28 03:47:47 +00:00
Lari Nieminen
3a3db9ee96 Ensure that the ai controller variables don't get carried over...
...to the next scenario.
2009-01-25 18:23:30 +00:00
Eric S. Raymond
db9b3aba17 wmllint pacification. 2009-01-18 04:00:51 +00:00
Ignacio R. Morelle
8ff15e743c It may be better to mention that messages are output to the in-game chat...
...too (INFO, WARNING, ERROR and DEBUG documentation).
2009-01-12 18:36:10 +00:00
Ignacio R. Morelle
dd5263ee23 Mention usage of :log in the DEBUG, LOG and WARNING macros'
documentation, and remove useless indications in ERROR's documentation
(the 'error' log level cannot be cancelled).
2009-01-12 18:35:25 +00:00
Ignacio R. Morelle
7ebc1d69bd Add the DEBUG macro to accompany LOG, ERROR and WARNING. 2009-01-12 18:32:35 +00:00
Ignacio R. Morelle
db120a6d4e Updated the LOG, WARNING and ERROR macros' documentation...
...since the 'notifs' logdomain has been replaced with 'wml'.
2009-01-12 18:21:55 +00:00
Ignacio R. Morelle
171b224422 Upgraded WML after deprecation of [debug_message]. 2009-01-12 18:10:02 +00:00
Lari Nieminen
d47ee300a5 Fixed the controller not getting fired for the right side...
...after selecting a location to protect.
2009-01-12 13:50:45 +00:00
Lari Nieminen
6acba79288 Removed the hideously bloaty HIGHLIGHT_UNIT macro.
Might be added back in later if implemented in a more sane manner.
2009-01-11 15:03:42 +00:00
Lari Nieminen
e6a7bc5600 New simple macro for giving drakes a different standing frame on water,
...chasm etc., wired into the glider.
2009-01-02 13:04:58 +00:00
Lari Nieminen
e4ca33de68 Fixed some bad ordering of stuff. 2009-01-01 19:36:53 +00:00
Eric S. Raymond
9500eb1d54 Clean up macro argument type mismatches. 2009-01-01 17:52:38 +00:00
Eric S. Raymond
d4d762fd3e Add AFFIX type to the macro type checker (name may change to VAR_AFFIX later). 2009-01-01 17:01:05 +00:00
Fabian Müller
423f342994 Adds a stub macro AI_LOCATION to the ai_controller.
This is called in LoW::7 and will be implemented later.
2008-12-31 20:57:50 +00:00
Eric S. Raymond
69d295eb38 Fix glitches detected by wmllint. 2008-12-31 20:24:14 +00:00
Eric S. Raymond
e973c0a5ad Remove old deprecated macros. 2008-12-31 15:55:37 +00:00
Ignacio R. Morelle
e3892370e7 Add Ryan Reilly's (Rain) music piece...
...from http://www.wesnoth.org/forum/viewtopic.php?p=327901#p327901

I named it Suspense since nobody replied to my request for a better name.

Wire it into /data/core/macros/sound-utils.cfg for the default playlist.
2008-12-30 16:38:58 +00:00
Alexander van Gessel
f368eff99c Add newline at end of file. (pacify wmllint) 2008-12-30 14:49:54 +01:00
Eric S. Raymond
2eced3b63d Address bug #12794. 2008-12-29 10:44:00 +00:00
Lari Nieminen
23d8eae674 Added a defend location order (disabled by default since it crashes a lot). 2008-12-26 17:10:11 +00:00
Lari Nieminen
7e57b8dec1 Made LIMIT_CONTEMPORANEOUS_RECRUITS able to handle...
...a comma-separated list of sides.
2008-12-26 10:14:41 +00:00
Lari Nieminen
ceee1ffb46 Removed a silly forgotten piece of debug code...
...and prevented some unfortunate line-wrapping in menu option text.
2008-12-25 20:53:17 +00:00
Lari Nieminen
dff3eefc0f Various tweaks and fixes. 2008-12-25 14:26:53 +00:00
Lari Nieminen
f6f2f51e24 Various little tweaks. 2008-12-24 22:26:40 +00:00
Lari Nieminen
c99a4f6897 Added my version of the ai controller to core.
Needs some WML changes and better default values.
2008-12-24 20:21:20 +00:00
Steven Panek
0a4157b5e9 [[NAMED_NOTRAIT_UNIT]]
* Removed instance of generate_name=yes from macro NAMED_NOTRAIT_UNIT,
  as it was conflicting with the presence of name=.

* Made the example for NAMED_NOTRAIT_UNIT correct.
2008-12-21 21:21:51 +00:00
Gunter Labes
5b3dff29e5 updated the healthy trait description 2008-12-14 23:37:19 +00:00
Lari Nieminen
62057c7d51 Removed a macro which doesn't seem to work. 2008-12-11 21:44:04 +00:00
Lari Nieminen
3301aae2a5 Two new carryover note macros. 2008-12-11 19:59:05 +00:00
Lari Nieminen
ec210a3b5b Oops, forgot to commit one new macro. 2008-12-11 17:57:43 +00:00