Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattieFM committed Feb 15, 2024
1 parent 4bbd150 commit a9239f6
Show file tree
Hide file tree
Showing 164 changed files with 392 additions and 263 deletions.
10 changes: 5 additions & 5 deletions www/mods/commonLibs/_common/API_CORE/simpleBattleAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ MATTIE.simpleBattleAPI.startFightWith = function (troopId) {
BattleManager.setEventCallback(() => {
$gameTemp.reserveCommonEvent(66); // after battle
});
let tempInterp = new Game_Interpreter();
const tempInterp = new Game_Interpreter();
tempInterp._params = [];
//driect designation of troop
// driect designation of troop
tempInterp._params[0] = 0;
//troop id
// troop id
tempInterp._params[1] = troopId;
//can lose
// can lose
tempInterp._params[2] = true;
//can escape
// can escape
tempInterp._params[3] = true;
tempInterp.command301();
}
Expand Down
2 changes: 1 addition & 1 deletion www/mods/commonLibs/_common/compatibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Bitmap.prototype._requestImage = function (url) {
that._image.addEventListener('error', that._errorListener = that._loader || Bitmap.prototype._onError.bind(that));
}
try {
//console.log(url);
// console.log(url);
if (!Decrypter.checkImgIgnore(url) && Decrypter.hasEncryptedImages && !MATTIE.compat.pauseDecrypt && !url.contains(/.png/gi)) {
if (Utils.isNwjs()) {
var fs = require('fs');
Expand Down
2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/-_.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/-_multiplayer_hostMenu.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/-_multiplayer_joinMenu.js.html

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions www/mods/commonLibs/docs/-_multiplayer_lobby.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/-_multiplayer_scaleing.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/Asset.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/CORE_API.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/GameEmitter.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/HostController.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/Input.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.DataManager.global.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.DataManager.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.GameInfo.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.actorAPI.Data_Actor.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.actorAPI.Data_Class.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.actorAPI.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.bbgirlAPI.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.betterSaves.config.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.betterSaves.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.clipboard.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions www/mods/commonLibs/docs/MATTIE.compat.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.eventAPI.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.fxAPI.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.global.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.infoAPI.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.itemAPI.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.menus.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.menus.mainMenu.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.msgAPI.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.multiplayer.config.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 3 additions & 9 deletions www/mods/commonLibs/docs/MATTIE.randomiser.config.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.randomiser.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.sceneOverlapAPI.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.scenes.Scene_DevItems.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.scenes.Scene_Misc.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.scenes.base.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.scenes.emptyScroll.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.scenes.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.static.actors.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.static.commands.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.static.commonEvents.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.static.events.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.static.events.images.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.static.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.static.items.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.static.maps.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.static.rpg.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.static.skills.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.static.states.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.static.switch.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.static.variable.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.troopAPI.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.unstuckAPI.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.windows.List.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.windows.TextDisplay.html

Large diffs are not rendered by default.

75 changes: 74 additions & 1 deletion www/mods/commonLibs/docs/MATTIE.windows.TextInput.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions www/mods/commonLibs/docs/MATTIE.windows.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MapEvent.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/Math.seedrandom.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/Mod.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/ModManager.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/OnlyBosses.js.html

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions www/mods/commonLibs/docs/betterSaves.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/bossRushOfTheEndless.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/commonLibs__common.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

33 changes: 16 additions & 17 deletions www/mods/commonLibs/docs/commonLibs__common_compatibility.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/commonLibs__common_items.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/commonLibs__common_lodash.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

30 changes: 28 additions & 2 deletions www/mods/commonLibs/docs/commonLibs__common_menus_windows.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/commonLibs__common_static.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/commonLibs__common_util.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/devTools.js.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions www/mods/commonLibs/docs/global.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/mattieFMModLoader.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions www/mods/commonLibs/docs/multiplayer.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/randomiser.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/trepidationAndFamine.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/tutorial-FAQ.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/tutorial-about.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/tutorial-devSetup.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/tutorial-install.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/tutorial-overhaulMigration.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/tutorial-support.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/tutorial.js.html

Large diffs are not rendered by default.

0 comments on commit a9239f6

Please sign in to comment.