|
1 | 1 | # RME Changelog |
2 | 2 |
|
| 3 | +## Release (1.2.0) |
| 4 | + |
| 5 | +### Ajouts généraux |
| 6 | + |
| 7 | +* Gestion des Intervalles dans les variables locales : `SV[1, 2, 1..18] = 10` (par exemple) par @xvw |
| 8 | + |
| 9 | +### Commandes ajoutées |
| 10 | + |
| 11 | +* `camera_scrolling?` (@xvw, reporté par @Zer0Zer0x) |
| 12 | +* `windowskin_tone` et `windowskin_opacity` (@xvw, reporté par @YendaHusk) |
| 13 | +* `event_tone` et `player_tone` (@xvw, reporté par @Zer0Zer0x) |
| 14 | +* `event_character_name`, (@BastienDuplessier) |
| 15 | +* `event_character_index`, (@BastienDuplessier) |
| 16 | +* `event_change_character`, (@BastienDuplessier) |
| 17 | +* - `menu_enabled?|disabled?` |
| 18 | + - `save_enabled?|disabled?` |
| 19 | + - `formation_enabled?|disabled?` |
| 20 | + - `encounter_enabled?|disabled?` |
| 21 | + (@xvw, reporté par Zer0Zer0x) |
| 22 | +* `current_event_id` et `me` (déplacement de EvEx vers Command), (@BastienDuplessier) |
| 23 | +* `use_item`, (@BastienDuplessier) |
| 24 | +* `test_item`, (@BastienDuplessier) |
| 25 | + |
| 26 | +### Corrections de bogues |
| 27 | + |
| 28 | +* Correction de `me` dans les trajectoire d'événement (@xvw, reporté par @Zer0Zer0x) |
| 29 | +* Correction des commandes pour flasher les cases (@xvw) |
| 30 | +* Correction de la commande `picture_zoom` (@xvw) |
| 31 | +* Correction de la commande `event_priority` (@xvw, reporté par @Zer0Zer0x) |
| 32 | +* Correction de la commande `event_trigger` (@xvw) |
| 33 | + |
3 | 34 | ## Release (1.1.0) |
4 | 35 |
|
5 | 36 | ### Commandes ajoutées |
6 | 37 |
|
7 | | -* `last_used_item`, (@hinola, reporté par @Zer0xZer0x) |
8 | | -* `disable_weather_dimness`+ `disable_weather_dimness` (@BastienDuplessier, reporté par @Zer0xZer0x) |
| 38 | +* `last_used_item`, (@hinola, reporté par @Zer0Zer0x) |
| 39 | +* `disable_weather_dimness`+ `disable_weather_dimness` (@BastienDuplessier, reporté par @Zer0Zer0x) |
9 | 40 | * `window_exists?` (@hinola) |
10 | 41 | * - `camera_locked?` |
11 | 42 | - `camera_lock_x` |
12 | 43 | - `camera_lock_y` |
13 | 44 | - `camera_unlock_x` |
14 | | - - `camera_unlock_y` |
| 45 | + - `camera_unlock_y` |
15 | 46 | (@BastienDuplessier, reporté par @lunri) |
16 | 47 | * `mouse_hover_window?` (@hinola) |
17 | | -* `choice` + `last_choice` (@xvw reporté par @Zer0xZer0x) |
| 48 | +* `choice` + `last_choice` (@xvw reporté par @Zer0Zer0x) |
18 | 49 | * - `dash_activation` |
19 | 50 | - `dash_activate` |
20 | 51 | - `dash_deactivate` |
21 | 52 | - `dash_activate?` |
22 | 53 | - `dash_deactivate?` |
23 | | - (@xvw, reporté par @Zer0xZer0x) |
| 54 | + (@xvw, reporté par @Zer0Zer0x) |
24 | 55 |
|
25 | 56 | ### Corrections de bogues |
26 | | -* Correction des commandes `armors_possessed` et `armors_possessed` (@hinola) |
| 57 | +* Correction des commandes `armors_possessed` et `weapons_possessed` (@hinola) |
27 | 58 | * Corrections des commandes `event_flash` et `player_flash` (@BastienDuplessier) |
28 | 59 | * Correction de l'afficheur de texte (profil avec contours) (@xvw reporté par @jauke) |
29 | 60 | * Correction des interpolations linéaires (@xvw reporté par @hinola) |
|
0 commit comments