Skip to content

Commit

Permalink
lint and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattieFM committed Jan 25, 2025
1 parent 315f063 commit bc78c29
Show file tree
Hide file tree
Showing 208 changed files with 54,361 additions and 54,673 deletions.
2 changes: 1 addition & 1 deletion www/mods/commonLibs/_common/compatibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Bitmap.prototype.compatabilityLoad = function (url, force = false) {

rpgmakerWantsToDecrypt = !Decrypter.checkImgIgnore(url) && Decrypter.hasEncryptedImages;
modmanagerWantsToDecrypt = fs.existsSync(rpgMVPUrl) && !MATTIE.compat.pauseDecrypt;
cannotUseEncrypted = !fs.existsSync(rpgMVPUrl) && fs.existsSync(pngUrl)
cannotUseEncrypted = !fs.existsSync(rpgMVPUrl) && fs.existsSync(pngUrl);

console.log(`modmanger want to decrypt:${modmanagerWantsToDecrypt}\nrpgmakerwantstodecrypt${rpgmakerWantsToDecrypt}`);
if (((rpgmakerWantsToDecrypt) || force || (fs.existsSync(rpgMVPUrl) && !fs.existsSync(pngUrl))) && !MATTIE.compat.pauseDecrypt && !cannotUseEncrypted) {
Expand Down
6 changes: 4 additions & 2 deletions www/mods/commonLibs/_common/static.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ MATTIE.static.update = function () {

// eslint-disable-next-line no-constant-condition
if (MATTIE.global.isFunger()) { // for now just use funger 1 vars regardless
if(!MATTIE.DataManager.global.get("correctVersion"))if(confirm('The mod loader thinks you are running fear and hunger 1. If this is correct click okay to hide this prompt.'))MATTIE.DataManager.global.set("correctVersion",true)
// eslint-disable-next-line max-len
if (!MATTIE.DataManager.global.get('correctVersion')) if (confirm('The mod loader thinks you are running fear and hunger 1. If this is correct click okay to hide this prompt.'))MATTIE.DataManager.global.set('correctVersion', true);
// static values specific to funger 1

MATTIE.static.commonEvents.lootTables = [];
Expand Down Expand Up @@ -1346,7 +1347,8 @@ MATTIE.static.update = function () {
MATTIE.static.events.images.shiny = () => MapEvent.generateImage(0, '!Flame', 6, 0, 0); // the shiny coin incon
MATTIE.static.events.images.coin = MATTIE.static.events.images.shiny;
} else if (MATTIE.global.isTermina()) {
if(!MATTIE.DataManager.global.get("correctVersion"))if(confirm('The mod loader thinks you are running fear and hunger 2 --Termina. If this is correct click okay to hide this prompt.'))MATTIE.DataManager.global.set("correctVersion",true)
// eslint-disable-next-line max-len
if (!MATTIE.DataManager.global.get('correctVersion')) if (confirm('The mod loader thinks you are running fear and hunger 2 --Termina. If this is correct click okay to hide this prompt.'))MATTIE.DataManager.global.set('correctVersion', true);
console.log('termina');
// static values specific to funger 2
// switches
Expand Down
104,019 changes: 50,885 additions & 53,134 deletions www/mods/commonLibs/docs/-_.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/-_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.

2 changes: 1 addition & 1 deletion 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.

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.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/-_rougeLike_mapController.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/Asset.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/BattleController.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/ClientController.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/DungeonMap.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.

236 changes: 234 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.dataMapModel.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.

30 changes: 25 additions & 5 deletions www/mods/commonLibs/docs/MATTIE.html

Large diffs are not rendered by default.

170 changes: 170 additions & 0 deletions www/mods/commonLibs/docs/MATTIE.imageAPI.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.

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

Large diffs are not rendered by default.

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

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.items.runTimeItem.html

Large diffs are not rendered by default.

99 changes: 94 additions & 5 deletions www/mods/commonLibs/docs/MATTIE.menus.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 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.NetActor.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.multiplayer.NetActors.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.

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.

2,608 changes: 1,304 additions & 1,304 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.

2 changes: 1 addition & 1 deletion www/mods/commonLibs/docs/MATTIE.scenes.Scene_DropItem.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.

93 changes: 91 additions & 2 deletions 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.

12 changes: 11 additions & 1 deletion www/mods/commonLibs/docs/MATTIE.scenes.html

Large diffs are not rendered by default.

392 changes: 392 additions & 0 deletions www/mods/commonLibs/docs/MATTIE.scenes.modLoader.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.

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.

4 changes: 2 additions & 2 deletions 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.

4 changes: 2 additions & 2 deletions 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.RuntimeTroop.html

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.

4 changes: 2 additions & 2 deletions 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.

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

Large diffs are not rendered by default.

325 changes: 325 additions & 0 deletions www/mods/commonLibs/docs/MATTIE.windows.TooltipIcon.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions www/mods/commonLibs/docs/MATTIE.windows.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/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.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.

9 changes: 8 additions & 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.

140 changes: 140 additions & 0 deletions www/mods/commonLibs/docs/commonLibs__common_API_CORE_imageAPI.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.

69 changes: 63 additions & 6 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.

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.

263 changes: 260 additions & 3 deletions www/mods/commonLibs/docs/commonLibs__common_menus_scenes.js.html

Large diffs are not rendered by default.

135 changes: 132 additions & 3 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.

8 changes: 5 additions & 3 deletions 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.

2 changes: 1 addition & 1 deletion 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-Decryption.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 bc78c29

Please sign in to comment.