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

RME 2.1.0 #457

Merged
merged 29 commits into from
Jan 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
3ade573
Fix #402 - Better feedback for errors in script calls
xvw Oct 27, 2019
96d8b3a
Update RME version
xvw Oct 27, 2019
7a2eafc
Move Feedback module in SDK
xvw Oct 27, 2019
5a348e8
Fix #456 - Reinitialize variables, switches and label
xvw Oct 27, 2019
f2cec0c
Fix #455 - Add text_showed?
xvw Oct 27, 2019
7080f22
Fix #361 - Clarification between area and region
xvw Oct 27, 2019
2a319a4
Fix #362 - Correct some mistakes on documentation and samples
xvw Oct 27, 2019
0bfe40d
Update copyright date
xvw Jan 11, 2020
42be402
Fix #417 map_name_of, map_system_name_of, find_map, select_maps
xvw Jan 11, 2020
3f55256
Update artifacts
xvw Jan 11, 2020
92569df
Fix #401 more control on shaking
xvw Jan 11, 2020
7463100
Append Shaking for spritesheet
xvw Jan 11, 2020
23bcdf7
Remove internal documentation
xvw Jan 11, 2020
70e0e7d
Append BGM/ME for battle accessor
xvw Jan 11, 2020
59040ad
Append some systme commands
xvw Jan 11, 2020
f389922
Fix #400 Add missing system commands
xvw Jan 11, 2020
19c57f7
Fix #391 default argument for camera_scroll_towards
xvw Jan 11, 2020
14e3440
Move files commands in file category
xvw Jan 11, 2020
76fbad6
Fix #321 Allow custom triggers in Common Events
xvw Jan 11, 2020
22db4f3
Fix #458 patch sprite methods
xvw Jan 11, 2020
c5efee3
Fix #459 Miscomputed rect for sprites
xvw Jan 11, 2020
9de7f82
Fix #184 and fix #398 Keys/Easing
xvw Jan 11, 2020
cd2e505
Update documentation and add links for easing and keys
xvw Jan 11, 2020
95136e0
Improve Extension and initiate Loops
xvw Jan 11, 2020
816f067
Draft of Loop (à la Pico)
xvw Jan 11, 2020
94c2b90
Initialize Doc Repo for Loop
xvw Jan 11, 2020
7f29c3f
Finalization (and Documentation) about PicoLoop
xvw Jan 11, 2020
e33173c
Avoid RGSSReset in error hook
xvw Jan 11, 2020
ac8dc8d
Fix desc ranges for Loop
xvw Jan 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# RME Changelog

## Release (2.1.0)

### Additions

- Add command `text_showed?` (@xvw, requested by @mamie-nani)
- 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)
- Add commands `map_name_of`, `map_system_name_of`, `find_map` and `select_maps` (@xvw, requested by @Zer0xxxxx)
- 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)
- 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)
- Add commands `enable/disable_access_menu`, `enable/disable_save_access`, `enable/disable_encounter` and `enable/disable_formation_access` (@xvw, requested by @Princesseuh)
- Add command `change_vehicle_graphics` (@xvw, requested by @Princesseuh)
- More comprehensive feedback on error in script call (@xvw, requested by @BastienDuplessier)


### Bug fixes

- Fix `vehicle(x)` usable as an event (@xvw)
- Made custom triggers available in Common Events (@xvw reported by @Zer0xxxxx)
- Fix spriteset error when sprite of picture is used in common event (@xvw reported by @Mamie-Nani)
- Fix picture rect failure (@xvw reported by @Mamie-Nani)

### Documentation

- Fix some multiple mistakes in documentation and samples (@xvw, reported by @Zer0xxxxx)
- Clarification between region and virtual zone (@xvw, reported by @Zer0xxxxx)
- Fix default position for `camera_scroll_towards` (@xvw, reported by @acs-l)
- Move Files command into File's category
- Easing function and Keyboard keys are now part of the Wiki (@xvw)
- Easing and Keys type (in documentation) are linked to the wiki (@xvw)
- Fix a lot of arg types and append Key and Easing type (@xvw)

## Release (2.0.0)

### Additions
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2012-2018 RMEx
Copyright (c) 2012-2020 RMEx

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Join us on Discord !](https://discord.gg/yRUZcdQ)

# [![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`)
# [![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`)

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