Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit d40b8ae

Browse files
authored
Merge pull request #457 from RMEx/feature/v2.1.0
RME 2.1.0
2 parents 38d3ae7 + ac8dc8d commit d40b8ae

19 files changed

+2320
-1428
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# RME Changelog
22

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+
334
## Release (2.0.0)
435

536
### Additions

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2012-2018 RMEx
3+
Copyright (c) 2012-2020 RMEx
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Join us on Discord !](https://discord.gg/yRUZcdQ)
22

3-
# [![RMEx](http://rmex.github.io/images/rmex-shortcut.png)](http://rmex.github.io) [RME : RPG Maker Extender](https://github.com/RMEx/RME/wiki) (`v2.0.0`)
3+
# [![RMEx](http://rmex.github.io/images/rmex-shortcut.png)](http://rmex.github.io) [RME : RPG Maker Extender](https://github.com/RMEx/RME/wiki) (`v2.1.0`)
44

55
**RME** is the successor of **[Event Extender](http://funkywork.github.io/EE)**.
66
It offers a collection of tools to promote the personalization of an RPG Maker VX Ace project.

0 commit comments

Comments
 (0)