Tommy 2d37a13bb8 WML: Add macros for screen_fade, and modify FLASH to use it as well
New macros:
 * SCREEN_FADE_OUT - to replace FADE_TO_BLACK in most cases
 * SCREEN_FADE_IN - to replace FADE_IN in most cases
 * SCREEN_FADE r g b duration
   - convenience wrapper for [screen_fade] with 255 alpha
 * SCREEN_UNFADE duration
   - convenience wrapper for [screen_fade] with 0 alpha
 * FLASH r g b actionWML
   - like FLASH_WHITE etc but takes a colour
 * FLASH_LIGHTNING actionWML
   - flashes an appropriate colour and plays lightning.ogg

Modified macros:
 * FLASH_WHITE/RED/GREEN/BLUE}
   - these now use [screen_fade] not [color_adjust]
2022-08-07 23:11:21 +12:00
..
2020-11-08 23:41:21 -05:00

Wesnoth Mode is a major mode for Emacs which assists in the editing of Wesnoth Markup Language (WML) files. Currently, this major-mode features syntax highlighting support, automatic indentation, context-sensitive completion and WML checking.

Wesnoth Mode can be byte-compiled with:

$ make

If texinfo installed, the manual can be produced in PDF and info format using:

$ make doc

Otherwise, an online version of the manual can be found here: https://www.wesnoth.org/wiki/Wesnoth_Mode

For the latest updates and information or if you have any questions, problems or suggestions regarding Wesnoth Mode, please direct them to: https://www.wesnoth.org/forum/viewtopic.php?t=13798.