Steve Cotton 38fdf06fa9 Fix [special_note] duplication when unstoring units
The movetype's special notes were becoming a new note for the individual unit.

Clean up the documentation on some of movetype's functions, as they had
documentation in both the .hpp and the .cpp.
2022-11-29 11:40:11 +01:00
..
2021-06-19 11:07:53 -04:00
2022-11-23 16:25:37 -06:00
2022-11-23 16:25:37 -06:00
2022-11-23 16:25:37 -06:00
2022-11-23 16:25:37 -06:00
2022-08-10 09:07:30 -05:00

This directory contains both the scenarios used by C++ unit tests and those which are
WML unit tests.

For the C++ unit tests, it is recommended to reuse the same scenario file as much as possible
and just inject WML into it.
Injection can be done by adding a config object containing event code and then registering that
manually for game_events.

WML unit tests are self-contained scenario files to test a specific area of WML. They can be
implemented with the GENERIC_UNIT_TEST macro.