|
1 | 1 | # RME Changelog
|
2 | 2 |
|
| 3 | +## Release (2.1.0) |
| 4 | + |
| 5 | +### Additions |
| 6 | + |
| 7 | +- Add command `text_showed?` (@xvw, requested by @mamie-nani) |
| 8 | +- Add commands `reset_variables`, `reset_switches`, `reset_self_switches` `reset_self_variables`, `reset_labels`, `reset_self_labels` and `reset_contents` (@xvw, requested by @mamie-nani) |
| 9 | +- Add commands `map_name_of`, `map_system_name_of`, `find_map` and `select_maps` (@xvw, requested by @Zer0xxxxx) |
| 10 | +- Add commands `screen_shake_vertical`, `screen_shake_both`, `picture_shake_vertical`, `picture_shake_both`, `spritesheet_shake_vertical`, `spritesheet_shake_both` and add `wait_flag` in `picture_shake` and `spritesheet_shake` (@xvw, requested by @Zer0xxxxx) |
| 11 | +- Add commands `battle_bgm_name`, `battle_bgm_volume`, `battle_bgm_pitch`, `set_battle_bgm`, `battle_end_me_name`, `battle_end_me_volume`, `battle_end_me_pitch`and `set_battle_end_me` (@xvw, requested by @Princesseuh) |
| 12 | +- Add commands `enable/disable_access_menu`, `enable/disable_save_access`, `enable/disable_encounter` and `enable/disable_formation_access` (@xvw, requested by @Princesseuh) |
| 13 | +- Add command `change_vehicle_graphics` (@xvw, requested by @Princesseuh) |
| 14 | +- More comprehensive feedback on error in script call (@xvw, requested by @BastienDuplessier) |
| 15 | + |
| 16 | + |
| 17 | +### Bug fixes |
| 18 | + |
| 19 | +- Fix `vehicle(x)` usable as an event (@xvw) |
| 20 | +- Made custom triggers available in Common Events (@xvw reported by @Zer0xxxxx) |
| 21 | +- Fix spriteset error when sprite of picture is used in common event (@xvw reported by @Mamie-Nani) |
| 22 | +- Fix picture rect failure (@xvw reported by @Mamie-Nani) |
| 23 | + |
| 24 | +### Documentation |
| 25 | + |
| 26 | +- Fix some multiple mistakes in documentation and samples (@xvw, reported by @Zer0xxxxx) |
| 27 | +- Clarification between region and virtual zone (@xvw, reported by @Zer0xxxxx) |
| 28 | +- Fix default position for `camera_scroll_towards` (@xvw, reported by @acs-l) |
| 29 | +- Move Files command into File's category |
| 30 | +- Easing function and Keyboard keys are now part of the Wiki (@xvw) |
| 31 | +- Easing and Keys type (in documentation) are linked to the wiki (@xvw) |
| 32 | +- Fix a lot of arg types and append Key and Easing type (@xvw) |
| 33 | + |
3 | 34 | ## Release (2.0.0)
|
4 | 35 |
|
5 | 36 | ### Additions
|
|
0 commit comments