Difference between revisions of "RMMZ Changelog"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
This is the changelog for the version differences in the base code for RPG Maker MZ across the versions.
 
This is the changelog for the version differences in the base code for RPG Maker MZ across the versions.
  
== Update #1: 1.0.0 to 1.1.0 ==
+
== [https://forums.rpgmakerweb.com/index.php?threads/rpg-maker-mz-v1-1-0-update.129288/ Update #1: 1.0.0 to 1.1.0] ==
  
 
[[File:RMMZ_110.png]]
 
[[File:RMMZ_110.png]]

Revision as of 11:44, 29 October 2020

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.


RMMZ CoreScript Update.png

This is the changelog for the version differences in the base code for RPG Maker MZ across the versions.

Update #1: 1.0.0 to 1.1.0

RMMZ 110.png

  • rmmz_core.js
    • Version Number Update
  • rmmz_managers.js
    • Version Number Update
    • StorageManager.saveToForage updated to arrow function
    • StorageManager.removeForage updated to arrow function
    • EffectManager.startLoading arguments added for onError
    • BattleManager.startAction now cancels the subject's motion refresh
  • rmmz_objects.js
    • Version Number Update
    • Game_Battler.prototype.cancelMotionRefresh function added
    • Game_Actor.prototype.makeAutoBattleActions updated from Number.MIN_VALUE to -Number.MAX_VALUE
    • Game_Map.prototype.screenTileX rounds to the nearest whole number
    • Game_Map.prototype.screenTileY rounds to the nearest whole number
    • Game_Player.prototype.centerX is now calculated using the $gameMap.screenTileX() function
    • Game_Player.prototype.centerY is now calculated using the $gameMap.screenTileY() function
  • rmmz_scenes.js
    • Version Number Update
  • rmmz_sprites.js
    • Version Number Update
    • Sprite_Animation.prototype.targetSpritePosition can now align to bottom
    • Sprite_Gauge.prototype.gaugeX is now calculated using measureLabelWidth function for generic gauges
    • Sprite_Gauge.prototype.measureLabelWidth function added
  • rmmz_windows.js
    • Version Number Update

End of Page