mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 18:55:27 +00:00

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]
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.