├── .gitignore ├── .gitmodules ├── .vscode └── tasks.json ├── Assets ├── Garland Fools Original.png ├── Garland Guy Original.png ├── Garland Guy.ico ├── Garland Patreon Cover.pdn ├── Garland Patreon Cover.png ├── GarlandLogo - Discord.pdn ├── GarlandLogo - Discord.png └── GarlandLogo - Square.png ├── CONTRIBUTING.md ├── Config.json.default ├── Garland.Data ├── App.config ├── Config.cs ├── Converter.sln ├── DataReference.cs ├── DatabaseBuilder.cs ├── Garland.Data.csproj ├── GarlandDatabase.cs ├── GlobalSuppressions.cs ├── Hacks.cs ├── Helpers │ ├── ItemIconCalibrator.cs │ └── ParamHelper.cs ├── HtmlStringFormatter.cs ├── IPrinter.cs ├── IconDatabase.cs ├── ItemIconDatabase.cs ├── LibraMapping.cs ├── Localize.cs ├── Lodestone │ ├── LodestoneIconScraper.cs │ ├── WebScraper.cs │ └── XivdbScraper.cs ├── Models │ ├── GarlandShop.cs │ ├── IngredientModel.cs │ ├── LocationInfo.cs │ ├── MapMarker.cs │ ├── ModelMetadata.cs │ ├── OutputModels.cs │ ├── ParameterInfo.cs │ └── Patch.cs ├── Modules │ ├── Achievements.cs │ ├── Actions.cs │ ├── Customize.cs │ ├── DisposalShops.cs │ ├── Dyes.cs │ ├── Emotes.cs │ ├── EquipmentScorer.cs │ ├── Fates.cs │ ├── FishingSpots.cs │ ├── Furniture.cs │ ├── Indexes.cs │ ├── Instances.cs │ ├── ItemSets.cs │ ├── ItemSourceComplexity.cs │ ├── Items.cs │ ├── JobCategories.cs │ ├── Jobs.cs │ ├── Leves.cs │ ├── Locations.cs │ ├── Maps.cs │ ├── Materia.cs │ ├── Minions.cs │ ├── Miscellaneous.cs │ ├── Mobs.cs │ ├── Module.cs │ ├── Mounts.cs │ ├── NPCs.cs │ ├── Nodes.cs │ ├── NpcEquipment.cs │ ├── Orchestrion.cs │ ├── OtherItemInfo.cs │ ├── OtherItemSources.cs │ ├── Quests.cs │ ├── Recipes.cs │ ├── Relics.cs │ ├── SpecialShops.cs │ ├── Specializations.cs │ ├── StatisticsModule.cs │ ├── Statuses.cs │ ├── SupplyDuties.cs │ ├── Talk.cs │ ├── Territories.cs │ ├── TripleTriad.cs │ ├── Ventures.cs │ ├── Weather.cs │ └── WondrousTails.cs ├── OneTimeExports.cs ├── Output │ ├── FileDatabase.cs │ ├── JsModels.cs │ ├── JsOutput.cs │ ├── SearchOutput.cs │ ├── SpecialOutput.cs │ ├── SqlModels.cs │ └── UpdatePackage.cs ├── PatchDatabase.cs ├── Properties │ └── AssemblyInfo.cs ├── RenderCapture.cs ├── SQLite.cs ├── SqlDatabase.cs ├── Statistics │ ├── CraftsByItemLevel.cs │ └── RareItemsFromCheapDesynth.cs ├── Utils.cs └── packages.config ├── Garland.Graphics.Exporter.sln ├── Garland.Graphics.Exporter ├── App.config ├── ExportRepository.cs ├── Garland.Graphics.Exporter.csproj ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── TexTools │ ├── MaterialsHelper.cs │ └── StaticValues.cs └── packages.config ├── Garland.Graphics.Exporter2 ├── ExportRepository.cs ├── Garland.Graphics.Exporter.csproj ├── Program.cs └── TexTools │ ├── MaterialsHelper.cs │ └── StaticValues.cs ├── Garland.Server ├── api.php ├── api │ ├── common.php │ ├── config.php │ ├── get.php │ ├── list.php │ ├── search.php │ ├── storage.php │ ├── time.php │ ├── weather.inc.php │ └── weather.php ├── nginx-files.garlandtools.org ├── nginx-garlandtools.org └── schema │ └── keystore.sql ├── Garland.UI ├── App.config ├── App.xaml ├── App.xaml.cs ├── Commands │ ├── CommandBase.cs │ └── DelegateCommand.cs ├── External │ └── DiffMatchPatch.cs ├── Garland Guy.ico ├── Garland.UI.csproj ├── MainWindow.xaml ├── MainWindow.xaml.cs ├── ObservableBase.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── Settings.cs ├── TextBoxPrinter.cs ├── Utils.cs ├── ViewModels │ └── UpdateViewModel.cs ├── Views │ ├── BrowserBehavior.cs │ ├── IconCalibrationWindow.xaml │ ├── IconCalibrationWindow.xaml.cs │ ├── UpdateView.xaml │ └── UpdateView.xaml.cs ├── packages.config └── sqlite3.dll ├── Garland.Web ├── GarlandFoolsLogo.png ├── GarlandLogo.png ├── apple-touch-icon.png ├── bell │ ├── fish.js │ ├── gt.bell.js │ ├── icons │ │ ├── Bell.svg │ │ ├── Blank Item Backdrop.png │ │ ├── Blank Uncommon Backdrop.png │ │ ├── Bonnacon.png │ │ ├── Check.svg │ │ ├── Croakadile.png │ │ ├── Croque-Mitaine.png │ │ ├── DiscerningEyeProc.png │ │ ├── GATE.png │ │ ├── Gandarewa.png │ │ ├── GoldSaucer.png │ │ ├── Hunt.png │ │ ├── Laideronnette.png │ │ ├── Mindflayer.png │ │ ├── Okina.png │ │ ├── Ruler.svg │ │ ├── The Garlok.png │ │ ├── Thousand-Cast Theda.png │ │ └── Zona Seeker.png │ ├── index.html │ ├── locale.js │ ├── nodes.js │ ├── style.css │ ├── time.php │ └── timers.js ├── db │ ├── 3d │ │ ├── OBJLoader.js │ │ ├── OrbitControls.js │ │ └── viewer.html │ ├── audio │ │ ├── alarm.mp3 │ │ ├── alarm.ogg │ │ ├── alarm2.mp3 │ │ ├── alarm2.ogg │ │ ├── alarm3.mp3 │ │ ├── alarm3.ogg │ │ ├── alarm4.mp3 │ │ └── alarm4.ogg │ ├── credits.html │ ├── ext │ │ ├── doT.min.js │ │ ├── fastclick.js │ │ ├── he.js │ │ ├── isotope-3.0.1.pkgd.min.js │ │ ├── jquery-3.1.1.min.js │ │ ├── origami.min.js │ │ ├── sentry.bundle.min.js │ │ └── underscore-1.8.3.min.js │ ├── images │ │ ├── 3d │ │ │ ├── DarkTexture.png │ │ │ ├── Link.svg │ │ │ ├── Picture.svg │ │ │ ├── Rotation.svg │ │ │ └── Swap.svg │ │ ├── Atomos.png │ │ ├── DutyRoulette.png │ │ ├── Gathering.png │ │ ├── Journal.png │ │ ├── Kugane.png │ │ ├── LatestPatch.png │ │ ├── Leveling.png │ │ ├── Mentor.png │ │ ├── Mob.png │ │ ├── Voyage.png │ │ ├── day │ │ │ ├── Day.png │ │ │ ├── Dusk.png │ │ │ ├── EverlastingLight.png │ │ │ ├── Morning.png │ │ │ └── Night.png │ │ ├── fish │ │ │ ├── L.png │ │ │ ├── M.png │ │ │ ├── Map.png │ │ │ └── S.png │ │ ├── item │ │ │ ├── ArmoireStorable.png │ │ │ ├── BlankItem.png │ │ │ ├── BlankUncommon.png │ │ │ ├── Collectable.png │ │ │ ├── Convert.png │ │ │ ├── Crestworthy.png │ │ │ ├── Desynth.png │ │ │ ├── Dye.png │ │ │ ├── GlamourConvertable.png │ │ │ ├── HQOverlay.png │ │ │ ├── Reduce.png │ │ │ ├── ReflectionOverlay.png │ │ │ ├── ReflectionOverlayCropped.png │ │ │ ├── hq.png │ │ │ └── ilvl.png │ │ ├── job │ │ │ ├── ACN.png │ │ │ ├── ALC.png │ │ │ ├── ARC.png │ │ │ ├── ARM.png │ │ │ ├── AST.png │ │ │ ├── BLM.png │ │ │ ├── BLU.png │ │ │ ├── BRD.png │ │ │ ├── BSM.png │ │ │ ├── BTN.png │ │ │ ├── CNJ.png │ │ │ ├── CRP.png │ │ │ ├── CUL.png │ │ │ ├── DOH.png │ │ │ ├── DOL.png │ │ │ ├── DPS.png │ │ │ ├── DRG.png │ │ │ ├── DRK.png │ │ │ ├── Disciples of War or Magic.png │ │ │ ├── FIS.png │ │ │ ├── FSH.png │ │ │ ├── GLA.png │ │ │ ├── GSM.png │ │ │ ├── Healer.png │ │ │ ├── LNC.png │ │ │ ├── LTW.png │ │ │ ├── MCH.png │ │ │ ├── MIN.png │ │ │ ├── MNK.png │ │ │ ├── MRD.png │ │ │ ├── NIN.png │ │ │ ├── PGL.png │ │ │ ├── PLD.png │ │ │ ├── RDM.png │ │ │ ├── ROG.png │ │ │ ├── SAM.png │ │ │ ├── SCH.png │ │ │ ├── SMN.png │ │ │ ├── THM.png │ │ │ ├── Tank.png │ │ │ ├── WAR.png │ │ │ ├── WHM.png │ │ │ └── WVR.png │ │ ├── marker │ │ │ ├── AetherCurrent.png │ │ │ ├── Aetheryte.png │ │ │ ├── BronzeCoffer.png │ │ │ ├── CustomDelivery.png │ │ │ ├── House.png │ │ │ ├── Leve.png │ │ │ ├── Levequest.png │ │ │ ├── MainScenarioQuest.png │ │ │ ├── Marketboard.png │ │ │ ├── Quest.png │ │ │ ├── Rowena.png │ │ │ ├── Satisfaction.png │ │ │ ├── Shop.png │ │ │ ├── Skywatcher.png │ │ │ ├── Trader.png │ │ │ ├── TripleTriad.png │ │ │ ├── TripleTriadReward.png │ │ │ └── UnknownNpc.png │ │ ├── minion │ │ │ ├── MinionAngle0.png │ │ │ ├── MinionAngle120.png │ │ │ ├── MinionAngle30.png │ │ │ ├── MinionAngle360.png │ │ │ ├── MinionCritter.png │ │ │ ├── MinionGadget.png │ │ │ ├── MinionMonster.png │ │ │ └── MinionPoppet.png │ │ ├── node │ │ │ ├── Fishing Limited.png │ │ │ ├── Fishing.png │ │ │ ├── Large Gig Head.png │ │ │ ├── Lush Vegetation Limited.png │ │ │ ├── Lush Vegetation.png │ │ │ ├── Mature Tree Limited.png │ │ │ ├── Mature Tree.png │ │ │ ├── Mineral Deposit Limited.png │ │ │ ├── Mineral Deposit.png │ │ │ ├── Normal Gig Head.png │ │ │ ├── Rocky Outcropping Limited.png │ │ │ ├── Rocky Outcropping.png │ │ │ ├── Small Gig Head.png │ │ │ ├── Spearfishing Limited.png │ │ │ └── Spearfishing.png │ │ ├── region │ │ │ ├── Black Shroud.png │ │ │ ├── Garlean.png │ │ │ ├── Gyr Abania.png │ │ │ ├── Ilsabard.png │ │ │ ├── Ishgard.png │ │ │ ├── Kugane.png │ │ │ ├── La Noscea.png │ │ │ ├── Norvrandt.png │ │ │ ├── Sharlayan.png │ │ │ ├── Thanalan.png │ │ │ └── flag │ │ │ │ ├── Gyr Abania.png │ │ │ │ ├── Immortal Flames.png │ │ │ │ ├── Ishgard.png │ │ │ │ ├── Maelstrom.png │ │ │ │ └── Twin Adders.png │ │ ├── site │ │ │ ├── Amount.png │ │ │ ├── Clock.svg │ │ │ ├── Collapse.png │ │ │ ├── Comment.png │ │ │ ├── Discord.svg │ │ │ ├── Eraser.svg │ │ │ ├── Filter.png │ │ │ ├── FilterActive.png │ │ │ ├── Flat.png │ │ │ ├── Garland.png │ │ │ ├── GarlandFools.png │ │ │ ├── Help.png │ │ │ ├── Links.png │ │ │ ├── Location.svg │ │ │ ├── Menu.svg │ │ │ ├── Note.png │ │ │ ├── Search.png │ │ │ ├── Setting.png │ │ │ ├── Share.svg │ │ │ ├── SortAlpha.svg │ │ │ ├── Speaker.svg │ │ │ ├── Tool.png │ │ │ ├── Tree.png │ │ │ ├── pwa-ico-192.png │ │ │ ├── pwa-ico-512.png │ │ │ └── x.svg │ │ ├── slot │ │ │ ├── Body.png │ │ │ ├── Ears.png │ │ │ ├── Feet.png │ │ │ ├── Hands.png │ │ │ ├── Head.png │ │ │ ├── Legs.png │ │ │ ├── Main Hand.png │ │ │ ├── Neck.png │ │ │ ├── Off Hand.png │ │ │ ├── Rings.png │ │ │ ├── Soul Crystal.png │ │ │ ├── Waist.png │ │ │ └── Wrists.png │ │ └── xp.png │ ├── index.html │ ├── js │ │ ├── gt.achievement.js │ │ ├── gt.action.js │ │ ├── gt.browse.js │ │ ├── gt.core.js │ │ ├── gt.craft.js │ │ ├── gt.display.js │ │ ├── gt.equip.js │ │ ├── gt.fate.js │ │ ├── gt.fishing.js │ │ ├── gt.gearset.js │ │ ├── gt.group.js │ │ ├── gt.instance.js │ │ ├── gt.item.js │ │ ├── gt.js │ │ ├── gt.leve.js │ │ ├── gt.list.js │ │ ├── gt.map.js │ │ ├── gt.mob.js │ │ ├── gt.node.js │ │ ├── gt.note.js │ │ ├── gt.npc.js │ │ ├── gt.patch.js │ │ ├── gt.quest.js │ │ ├── gt.search.js │ │ ├── gt.settings.js │ │ ├── gt.skywatcher.js │ │ ├── gt.status.js │ │ ├── gt.time.js │ │ ├── gt.util.js │ │ ├── gt.venture.js │ │ └── serviceworker-offline.js │ ├── manifest.json │ ├── offline.html │ └── style.css ├── error.html ├── favicon.ico ├── favicon.png ├── ffxivfisher │ ├── credits.html │ ├── favicon.ico │ ├── fisher.css │ ├── fisher.js │ └── index.html ├── flags │ ├── china.svg │ ├── de.svg │ ├── en.svg │ ├── fr.svg │ ├── ja.svg │ └── southkorea.svg ├── index.html ├── opensearch.xml ├── transfer.html └── web.config ├── Garland.sln ├── LICENSE ├── Requests.txt ├── Supplemental ├── FFXIV Data - Duties.json ├── FFXIV Data - Fates.tsv ├── FFXIV Data - Fishing.tsv ├── FFXIV Data - Items.tsv ├── FFXIV Data - NPCs.tsv ├── FFXIV Data - Nodes.tsv ├── FFXIV Data - Spearfishing.tsv ├── Item.icon.csv ├── patches-obsolete.json └── patches.json ├── docs ├── index.html └── test.html └── make.bat /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/.gitmodules -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /Assets/Garland Fools Original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Assets/Garland Fools Original.png -------------------------------------------------------------------------------- /Assets/Garland Guy Original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Assets/Garland Guy Original.png -------------------------------------------------------------------------------- /Assets/Garland Guy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Assets/Garland Guy.ico -------------------------------------------------------------------------------- /Assets/Garland Patreon Cover.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Assets/Garland Patreon Cover.pdn -------------------------------------------------------------------------------- /Assets/Garland Patreon Cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Assets/Garland Patreon Cover.png -------------------------------------------------------------------------------- /Assets/GarlandLogo - Discord.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Assets/GarlandLogo - Discord.pdn -------------------------------------------------------------------------------- /Assets/GarlandLogo - Discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Assets/GarlandLogo - Discord.png -------------------------------------------------------------------------------- /Assets/GarlandLogo - Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Assets/GarlandLogo - Square.png -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Config.json.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Config.json.default -------------------------------------------------------------------------------- /Garland.Data/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/App.config -------------------------------------------------------------------------------- /Garland.Data/Config.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Config.cs -------------------------------------------------------------------------------- /Garland.Data/Converter.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Converter.sln -------------------------------------------------------------------------------- /Garland.Data/DataReference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/DataReference.cs -------------------------------------------------------------------------------- /Garland.Data/DatabaseBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/DatabaseBuilder.cs -------------------------------------------------------------------------------- /Garland.Data/Garland.Data.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Garland.Data.csproj -------------------------------------------------------------------------------- /Garland.Data/GarlandDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/GarlandDatabase.cs -------------------------------------------------------------------------------- /Garland.Data/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/GlobalSuppressions.cs -------------------------------------------------------------------------------- /Garland.Data/Hacks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Hacks.cs -------------------------------------------------------------------------------- /Garland.Data/Helpers/ItemIconCalibrator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Helpers/ItemIconCalibrator.cs -------------------------------------------------------------------------------- /Garland.Data/Helpers/ParamHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Helpers/ParamHelper.cs -------------------------------------------------------------------------------- /Garland.Data/HtmlStringFormatter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/HtmlStringFormatter.cs -------------------------------------------------------------------------------- /Garland.Data/IPrinter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/IPrinter.cs -------------------------------------------------------------------------------- /Garland.Data/IconDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/IconDatabase.cs -------------------------------------------------------------------------------- /Garland.Data/ItemIconDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/ItemIconDatabase.cs -------------------------------------------------------------------------------- /Garland.Data/LibraMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/LibraMapping.cs -------------------------------------------------------------------------------- /Garland.Data/Localize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Localize.cs -------------------------------------------------------------------------------- /Garland.Data/Lodestone/LodestoneIconScraper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Lodestone/LodestoneIconScraper.cs -------------------------------------------------------------------------------- /Garland.Data/Lodestone/WebScraper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Lodestone/WebScraper.cs -------------------------------------------------------------------------------- /Garland.Data/Lodestone/XivdbScraper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Lodestone/XivdbScraper.cs -------------------------------------------------------------------------------- /Garland.Data/Models/GarlandShop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Models/GarlandShop.cs -------------------------------------------------------------------------------- /Garland.Data/Models/IngredientModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Models/IngredientModel.cs -------------------------------------------------------------------------------- /Garland.Data/Models/LocationInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Models/LocationInfo.cs -------------------------------------------------------------------------------- /Garland.Data/Models/MapMarker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Models/MapMarker.cs -------------------------------------------------------------------------------- /Garland.Data/Models/ModelMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Models/ModelMetadata.cs -------------------------------------------------------------------------------- /Garland.Data/Models/OutputModels.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Models/OutputModels.cs -------------------------------------------------------------------------------- /Garland.Data/Models/ParameterInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Models/ParameterInfo.cs -------------------------------------------------------------------------------- /Garland.Data/Models/Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Models/Patch.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Achievements.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Achievements.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Actions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Actions.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Customize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Customize.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/DisposalShops.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/DisposalShops.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Dyes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Dyes.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Emotes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Emotes.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/EquipmentScorer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/EquipmentScorer.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Fates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Fates.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/FishingSpots.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/FishingSpots.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Furniture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Furniture.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Indexes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Indexes.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Instances.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Instances.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/ItemSets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/ItemSets.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/ItemSourceComplexity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/ItemSourceComplexity.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Items.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Items.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/JobCategories.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/JobCategories.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Jobs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Jobs.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Leves.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Leves.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Locations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Locations.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Maps.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Maps.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Materia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Materia.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Minions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Minions.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Miscellaneous.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Miscellaneous.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Mobs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Mobs.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Module.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Module.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Mounts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Mounts.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/NPCs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/NPCs.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Nodes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Nodes.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/NpcEquipment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/NpcEquipment.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Orchestrion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Orchestrion.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/OtherItemInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/OtherItemInfo.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/OtherItemSources.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/OtherItemSources.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Quests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Quests.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Recipes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Recipes.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Relics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Relics.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/SpecialShops.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/SpecialShops.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Specializations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Specializations.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/StatisticsModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/StatisticsModule.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Statuses.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Statuses.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/SupplyDuties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/SupplyDuties.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Talk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Talk.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Territories.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Territories.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/TripleTriad.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/TripleTriad.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Ventures.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Ventures.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/Weather.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/Weather.cs -------------------------------------------------------------------------------- /Garland.Data/Modules/WondrousTails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Modules/WondrousTails.cs -------------------------------------------------------------------------------- /Garland.Data/OneTimeExports.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/OneTimeExports.cs -------------------------------------------------------------------------------- /Garland.Data/Output/FileDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Output/FileDatabase.cs -------------------------------------------------------------------------------- /Garland.Data/Output/JsModels.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Output/JsModels.cs -------------------------------------------------------------------------------- /Garland.Data/Output/JsOutput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Output/JsOutput.cs -------------------------------------------------------------------------------- /Garland.Data/Output/SearchOutput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Output/SearchOutput.cs -------------------------------------------------------------------------------- /Garland.Data/Output/SpecialOutput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Output/SpecialOutput.cs -------------------------------------------------------------------------------- /Garland.Data/Output/SqlModels.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Output/SqlModels.cs -------------------------------------------------------------------------------- /Garland.Data/Output/UpdatePackage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Output/UpdatePackage.cs -------------------------------------------------------------------------------- /Garland.Data/PatchDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/PatchDatabase.cs -------------------------------------------------------------------------------- /Garland.Data/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Garland.Data/RenderCapture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/RenderCapture.cs -------------------------------------------------------------------------------- /Garland.Data/SQLite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/SQLite.cs -------------------------------------------------------------------------------- /Garland.Data/SqlDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/SqlDatabase.cs -------------------------------------------------------------------------------- /Garland.Data/Statistics/CraftsByItemLevel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Statistics/CraftsByItemLevel.cs -------------------------------------------------------------------------------- /Garland.Data/Statistics/RareItemsFromCheapDesynth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Statistics/RareItemsFromCheapDesynth.cs -------------------------------------------------------------------------------- /Garland.Data/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/Utils.cs -------------------------------------------------------------------------------- /Garland.Data/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Data/packages.config -------------------------------------------------------------------------------- /Garland.Graphics.Exporter.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter.sln -------------------------------------------------------------------------------- /Garland.Graphics.Exporter/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter/App.config -------------------------------------------------------------------------------- /Garland.Graphics.Exporter/ExportRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter/ExportRepository.cs -------------------------------------------------------------------------------- /Garland.Graphics.Exporter/Garland.Graphics.Exporter.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter/Garland.Graphics.Exporter.csproj -------------------------------------------------------------------------------- /Garland.Graphics.Exporter/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter/Program.cs -------------------------------------------------------------------------------- /Garland.Graphics.Exporter/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Garland.Graphics.Exporter/TexTools/MaterialsHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter/TexTools/MaterialsHelper.cs -------------------------------------------------------------------------------- /Garland.Graphics.Exporter/TexTools/StaticValues.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter/TexTools/StaticValues.cs -------------------------------------------------------------------------------- /Garland.Graphics.Exporter/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter/packages.config -------------------------------------------------------------------------------- /Garland.Graphics.Exporter2/ExportRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter2/ExportRepository.cs -------------------------------------------------------------------------------- /Garland.Graphics.Exporter2/Garland.Graphics.Exporter.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter2/Garland.Graphics.Exporter.csproj -------------------------------------------------------------------------------- /Garland.Graphics.Exporter2/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter2/Program.cs -------------------------------------------------------------------------------- /Garland.Graphics.Exporter2/TexTools/MaterialsHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter2/TexTools/MaterialsHelper.cs -------------------------------------------------------------------------------- /Garland.Graphics.Exporter2/TexTools/StaticValues.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Graphics.Exporter2/TexTools/StaticValues.cs -------------------------------------------------------------------------------- /Garland.Server/api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Server/api.php -------------------------------------------------------------------------------- /Garland.Server/api/common.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Server/api/common.php -------------------------------------------------------------------------------- /Garland.Server/api/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Server/api/config.php -------------------------------------------------------------------------------- /Garland.Server/api/get.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Server/api/get.php -------------------------------------------------------------------------------- /Garland.Server/api/list.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Server/api/list.php -------------------------------------------------------------------------------- /Garland.Server/api/search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Server/api/search.php -------------------------------------------------------------------------------- /Garland.Server/api/storage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Server/api/storage.php -------------------------------------------------------------------------------- /Garland.Server/api/time.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Garland.Server/api/weather.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Server/api/weather.inc.php -------------------------------------------------------------------------------- /Garland.Server/api/weather.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Server/api/weather.php -------------------------------------------------------------------------------- /Garland.Server/nginx-files.garlandtools.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Server/nginx-files.garlandtools.org -------------------------------------------------------------------------------- /Garland.Server/nginx-garlandtools.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Server/nginx-garlandtools.org -------------------------------------------------------------------------------- /Garland.Server/schema/keystore.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Server/schema/keystore.sql -------------------------------------------------------------------------------- /Garland.UI/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/App.config -------------------------------------------------------------------------------- /Garland.UI/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/App.xaml -------------------------------------------------------------------------------- /Garland.UI/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/App.xaml.cs -------------------------------------------------------------------------------- /Garland.UI/Commands/CommandBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Commands/CommandBase.cs -------------------------------------------------------------------------------- /Garland.UI/Commands/DelegateCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Commands/DelegateCommand.cs -------------------------------------------------------------------------------- /Garland.UI/External/DiffMatchPatch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/External/DiffMatchPatch.cs -------------------------------------------------------------------------------- /Garland.UI/Garland Guy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Garland Guy.ico -------------------------------------------------------------------------------- /Garland.UI/Garland.UI.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Garland.UI.csproj -------------------------------------------------------------------------------- /Garland.UI/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/MainWindow.xaml -------------------------------------------------------------------------------- /Garland.UI/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/MainWindow.xaml.cs -------------------------------------------------------------------------------- /Garland.UI/ObservableBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/ObservableBase.cs -------------------------------------------------------------------------------- /Garland.UI/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Garland.UI/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Garland.UI/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Properties/Resources.resx -------------------------------------------------------------------------------- /Garland.UI/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Garland.UI/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Properties/Settings.settings -------------------------------------------------------------------------------- /Garland.UI/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Settings.cs -------------------------------------------------------------------------------- /Garland.UI/TextBoxPrinter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/TextBoxPrinter.cs -------------------------------------------------------------------------------- /Garland.UI/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Utils.cs -------------------------------------------------------------------------------- /Garland.UI/ViewModels/UpdateViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/ViewModels/UpdateViewModel.cs -------------------------------------------------------------------------------- /Garland.UI/Views/BrowserBehavior.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Views/BrowserBehavior.cs -------------------------------------------------------------------------------- /Garland.UI/Views/IconCalibrationWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Views/IconCalibrationWindow.xaml -------------------------------------------------------------------------------- /Garland.UI/Views/IconCalibrationWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Views/IconCalibrationWindow.xaml.cs -------------------------------------------------------------------------------- /Garland.UI/Views/UpdateView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Views/UpdateView.xaml -------------------------------------------------------------------------------- /Garland.UI/Views/UpdateView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/Views/UpdateView.xaml.cs -------------------------------------------------------------------------------- /Garland.UI/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/packages.config -------------------------------------------------------------------------------- /Garland.UI/sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.UI/sqlite3.dll -------------------------------------------------------------------------------- /Garland.Web/GarlandFoolsLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/GarlandFoolsLogo.png -------------------------------------------------------------------------------- /Garland.Web/GarlandLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/GarlandLogo.png -------------------------------------------------------------------------------- /Garland.Web/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/apple-touch-icon.png -------------------------------------------------------------------------------- /Garland.Web/bell/fish.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/fish.js -------------------------------------------------------------------------------- /Garland.Web/bell/gt.bell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/gt.bell.js -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Bell.svg -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Blank Item Backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Blank Item Backdrop.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Blank Uncommon Backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Blank Uncommon Backdrop.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Bonnacon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Bonnacon.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Check.svg -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Croakadile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Croakadile.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Croque-Mitaine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Croque-Mitaine.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/DiscerningEyeProc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/DiscerningEyeProc.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/GATE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/GATE.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Gandarewa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Gandarewa.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/GoldSaucer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/GoldSaucer.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Hunt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Hunt.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Laideronnette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Laideronnette.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Mindflayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Mindflayer.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Okina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Okina.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Ruler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Ruler.svg -------------------------------------------------------------------------------- /Garland.Web/bell/icons/The Garlok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/The Garlok.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Thousand-Cast Theda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Thousand-Cast Theda.png -------------------------------------------------------------------------------- /Garland.Web/bell/icons/Zona Seeker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/icons/Zona Seeker.png -------------------------------------------------------------------------------- /Garland.Web/bell/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/index.html -------------------------------------------------------------------------------- /Garland.Web/bell/locale.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/locale.js -------------------------------------------------------------------------------- /Garland.Web/bell/nodes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/nodes.js -------------------------------------------------------------------------------- /Garland.Web/bell/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/style.css -------------------------------------------------------------------------------- /Garland.Web/bell/time.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /Garland.Web/bell/timers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/bell/timers.js -------------------------------------------------------------------------------- /Garland.Web/db/3d/OBJLoader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/3d/OBJLoader.js -------------------------------------------------------------------------------- /Garland.Web/db/3d/OrbitControls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/3d/OrbitControls.js -------------------------------------------------------------------------------- /Garland.Web/db/3d/viewer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/3d/viewer.html -------------------------------------------------------------------------------- /Garland.Web/db/audio/alarm.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/audio/alarm.mp3 -------------------------------------------------------------------------------- /Garland.Web/db/audio/alarm.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/audio/alarm.ogg -------------------------------------------------------------------------------- /Garland.Web/db/audio/alarm2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/audio/alarm2.mp3 -------------------------------------------------------------------------------- /Garland.Web/db/audio/alarm2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/audio/alarm2.ogg -------------------------------------------------------------------------------- /Garland.Web/db/audio/alarm3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/audio/alarm3.mp3 -------------------------------------------------------------------------------- /Garland.Web/db/audio/alarm3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/audio/alarm3.ogg -------------------------------------------------------------------------------- /Garland.Web/db/audio/alarm4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/audio/alarm4.mp3 -------------------------------------------------------------------------------- /Garland.Web/db/audio/alarm4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/audio/alarm4.ogg -------------------------------------------------------------------------------- /Garland.Web/db/credits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/credits.html -------------------------------------------------------------------------------- /Garland.Web/db/ext/doT.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/ext/doT.min.js -------------------------------------------------------------------------------- /Garland.Web/db/ext/fastclick.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/ext/fastclick.js -------------------------------------------------------------------------------- /Garland.Web/db/ext/he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/ext/he.js -------------------------------------------------------------------------------- /Garland.Web/db/ext/isotope-3.0.1.pkgd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/ext/isotope-3.0.1.pkgd.min.js -------------------------------------------------------------------------------- /Garland.Web/db/ext/jquery-3.1.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/ext/jquery-3.1.1.min.js -------------------------------------------------------------------------------- /Garland.Web/db/ext/origami.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/ext/origami.min.js -------------------------------------------------------------------------------- /Garland.Web/db/ext/sentry.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/ext/sentry.bundle.min.js -------------------------------------------------------------------------------- /Garland.Web/db/ext/underscore-1.8.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/ext/underscore-1.8.3.min.js -------------------------------------------------------------------------------- /Garland.Web/db/images/3d/DarkTexture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/3d/DarkTexture.png -------------------------------------------------------------------------------- /Garland.Web/db/images/3d/Link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/3d/Link.svg -------------------------------------------------------------------------------- /Garland.Web/db/images/3d/Picture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/3d/Picture.svg -------------------------------------------------------------------------------- /Garland.Web/db/images/3d/Rotation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/3d/Rotation.svg -------------------------------------------------------------------------------- /Garland.Web/db/images/3d/Swap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/3d/Swap.svg -------------------------------------------------------------------------------- /Garland.Web/db/images/Atomos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/Atomos.png -------------------------------------------------------------------------------- /Garland.Web/db/images/DutyRoulette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/DutyRoulette.png -------------------------------------------------------------------------------- /Garland.Web/db/images/Gathering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/Gathering.png -------------------------------------------------------------------------------- /Garland.Web/db/images/Journal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/Journal.png -------------------------------------------------------------------------------- /Garland.Web/db/images/Kugane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/Kugane.png -------------------------------------------------------------------------------- /Garland.Web/db/images/LatestPatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/LatestPatch.png -------------------------------------------------------------------------------- /Garland.Web/db/images/Leveling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/Leveling.png -------------------------------------------------------------------------------- /Garland.Web/db/images/Mentor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/Mentor.png -------------------------------------------------------------------------------- /Garland.Web/db/images/Mob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/Mob.png -------------------------------------------------------------------------------- /Garland.Web/db/images/Voyage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/Voyage.png -------------------------------------------------------------------------------- /Garland.Web/db/images/day/Day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/day/Day.png -------------------------------------------------------------------------------- /Garland.Web/db/images/day/Dusk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/day/Dusk.png -------------------------------------------------------------------------------- /Garland.Web/db/images/day/EverlastingLight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/day/EverlastingLight.png -------------------------------------------------------------------------------- /Garland.Web/db/images/day/Morning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/day/Morning.png -------------------------------------------------------------------------------- /Garland.Web/db/images/day/Night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/day/Night.png -------------------------------------------------------------------------------- /Garland.Web/db/images/fish/L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/fish/L.png -------------------------------------------------------------------------------- /Garland.Web/db/images/fish/M.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/fish/M.png -------------------------------------------------------------------------------- /Garland.Web/db/images/fish/Map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/fish/Map.png -------------------------------------------------------------------------------- /Garland.Web/db/images/fish/S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/fish/S.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/ArmoireStorable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/ArmoireStorable.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/BlankItem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/BlankItem.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/BlankUncommon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/BlankUncommon.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/Collectable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/Collectable.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/Convert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/Convert.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/Crestworthy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/Crestworthy.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/Desynth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/Desynth.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/Dye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/Dye.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/GlamourConvertable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/GlamourConvertable.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/HQOverlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/HQOverlay.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/Reduce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/Reduce.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/ReflectionOverlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/ReflectionOverlay.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/ReflectionOverlayCropped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/ReflectionOverlayCropped.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/hq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/hq.png -------------------------------------------------------------------------------- /Garland.Web/db/images/item/ilvl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/item/ilvl.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/ACN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/ACN.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/ALC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/ALC.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/ARC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/ARC.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/ARM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/ARM.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/AST.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/AST.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/BLM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/BLM.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/BLU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/BLU.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/BRD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/BRD.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/BSM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/BSM.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/BTN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/BTN.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/CNJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/CNJ.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/CRP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/CRP.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/CUL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/CUL.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/DOH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/DOH.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/DOL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/DOL.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/DPS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/DPS.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/DRG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/DRG.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/DRK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/DRK.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/Disciples of War or Magic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/Disciples of War or Magic.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/FIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/FIS.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/FSH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/FSH.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/GLA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/GLA.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/GSM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/GSM.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/Healer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/Healer.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/LNC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/LNC.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/LTW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/LTW.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/MCH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/MCH.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/MIN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/MIN.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/MNK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/MNK.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/MRD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/MRD.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/NIN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/NIN.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/PGL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/PGL.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/PLD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/PLD.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/RDM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/RDM.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/ROG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/ROG.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/SAM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/SAM.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/SCH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/SCH.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/SMN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/SMN.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/THM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/THM.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/Tank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/Tank.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/WAR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/WAR.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/WHM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/WHM.png -------------------------------------------------------------------------------- /Garland.Web/db/images/job/WVR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/job/WVR.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/AetherCurrent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/AetherCurrent.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/Aetheryte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/Aetheryte.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/BronzeCoffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/BronzeCoffer.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/CustomDelivery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/CustomDelivery.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/House.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/House.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/Leve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/Leve.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/Levequest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/Levequest.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/MainScenarioQuest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/MainScenarioQuest.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/Marketboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/Marketboard.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/Quest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/Quest.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/Rowena.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/Rowena.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/Satisfaction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/Satisfaction.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/Shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/Shop.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/Skywatcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/Skywatcher.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/Trader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/Trader.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/TripleTriad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/TripleTriad.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/TripleTriadReward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/TripleTriadReward.png -------------------------------------------------------------------------------- /Garland.Web/db/images/marker/UnknownNpc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/marker/UnknownNpc.png -------------------------------------------------------------------------------- /Garland.Web/db/images/minion/MinionAngle0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/minion/MinionAngle0.png -------------------------------------------------------------------------------- /Garland.Web/db/images/minion/MinionAngle120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/minion/MinionAngle120.png -------------------------------------------------------------------------------- /Garland.Web/db/images/minion/MinionAngle30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/minion/MinionAngle30.png -------------------------------------------------------------------------------- /Garland.Web/db/images/minion/MinionAngle360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/minion/MinionAngle360.png -------------------------------------------------------------------------------- /Garland.Web/db/images/minion/MinionCritter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/minion/MinionCritter.png -------------------------------------------------------------------------------- /Garland.Web/db/images/minion/MinionGadget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/minion/MinionGadget.png -------------------------------------------------------------------------------- /Garland.Web/db/images/minion/MinionMonster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/minion/MinionMonster.png -------------------------------------------------------------------------------- /Garland.Web/db/images/minion/MinionPoppet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/minion/MinionPoppet.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Fishing Limited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Fishing Limited.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Fishing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Fishing.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Large Gig Head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Large Gig Head.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Lush Vegetation Limited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Lush Vegetation Limited.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Lush Vegetation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Lush Vegetation.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Mature Tree Limited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Mature Tree Limited.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Mature Tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Mature Tree.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Mineral Deposit Limited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Mineral Deposit Limited.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Mineral Deposit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Mineral Deposit.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Normal Gig Head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Normal Gig Head.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Rocky Outcropping Limited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Rocky Outcropping Limited.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Rocky Outcropping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Rocky Outcropping.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Small Gig Head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Small Gig Head.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Spearfishing Limited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Spearfishing Limited.png -------------------------------------------------------------------------------- /Garland.Web/db/images/node/Spearfishing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/node/Spearfishing.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/Black Shroud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/Black Shroud.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/Garlean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/Garlean.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/Gyr Abania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/Gyr Abania.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/Ilsabard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/Ilsabard.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/Ishgard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/Ishgard.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/Kugane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/Kugane.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/La Noscea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/La Noscea.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/Norvrandt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/Norvrandt.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/Sharlayan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/Sharlayan.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/Thanalan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/Thanalan.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/flag/Gyr Abania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/flag/Gyr Abania.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/flag/Immortal Flames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/flag/Immortal Flames.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/flag/Ishgard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/flag/Ishgard.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/flag/Maelstrom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/flag/Maelstrom.png -------------------------------------------------------------------------------- /Garland.Web/db/images/region/flag/Twin Adders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/region/flag/Twin Adders.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Amount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Amount.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Clock.svg -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Collapse.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Comment.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Discord.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Discord.svg -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Eraser.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Eraser.svg -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Filter.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/FilterActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/FilterActive.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Flat.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Garland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Garland.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/GarlandFools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/GarlandFools.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Help.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Links.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Links.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Location.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Location.svg -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Menu.svg -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Note.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Search.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Setting.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Share.svg -------------------------------------------------------------------------------- /Garland.Web/db/images/site/SortAlpha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/SortAlpha.svg -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Speaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Speaker.svg -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Tool.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/Tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/Tree.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/pwa-ico-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/pwa-ico-192.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/pwa-ico-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/pwa-ico-512.png -------------------------------------------------------------------------------- /Garland.Web/db/images/site/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/site/x.svg -------------------------------------------------------------------------------- /Garland.Web/db/images/slot/Body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/slot/Body.png -------------------------------------------------------------------------------- /Garland.Web/db/images/slot/Ears.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/slot/Ears.png -------------------------------------------------------------------------------- /Garland.Web/db/images/slot/Feet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/slot/Feet.png -------------------------------------------------------------------------------- /Garland.Web/db/images/slot/Hands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/slot/Hands.png -------------------------------------------------------------------------------- /Garland.Web/db/images/slot/Head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/slot/Head.png -------------------------------------------------------------------------------- /Garland.Web/db/images/slot/Legs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/slot/Legs.png -------------------------------------------------------------------------------- /Garland.Web/db/images/slot/Main Hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/slot/Main Hand.png -------------------------------------------------------------------------------- /Garland.Web/db/images/slot/Neck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/slot/Neck.png -------------------------------------------------------------------------------- /Garland.Web/db/images/slot/Off Hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/slot/Off Hand.png -------------------------------------------------------------------------------- /Garland.Web/db/images/slot/Rings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/slot/Rings.png -------------------------------------------------------------------------------- /Garland.Web/db/images/slot/Soul Crystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/slot/Soul Crystal.png -------------------------------------------------------------------------------- /Garland.Web/db/images/slot/Waist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/slot/Waist.png -------------------------------------------------------------------------------- /Garland.Web/db/images/slot/Wrists.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/slot/Wrists.png -------------------------------------------------------------------------------- /Garland.Web/db/images/xp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/images/xp.png -------------------------------------------------------------------------------- /Garland.Web/db/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/index.html -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.achievement.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.achievement.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.action.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.action.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.browse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.browse.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.core.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.craft.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.craft.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.display.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.display.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.equip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.equip.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.fate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.fate.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.fishing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.fishing.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.gearset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.gearset.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.group.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.group.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.instance.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.instance.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.item.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.item.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.leve.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.leve.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.list.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.list.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.map.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.map.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.mob.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.mob.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.node.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.node.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.note.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.note.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.npc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.npc.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.patch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.patch.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.quest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.quest.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.search.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.settings.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.skywatcher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.skywatcher.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.status.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.status.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.time.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.util.js -------------------------------------------------------------------------------- /Garland.Web/db/js/gt.venture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/gt.venture.js -------------------------------------------------------------------------------- /Garland.Web/db/js/serviceworker-offline.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/js/serviceworker-offline.js -------------------------------------------------------------------------------- /Garland.Web/db/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/manifest.json -------------------------------------------------------------------------------- /Garland.Web/db/offline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/offline.html -------------------------------------------------------------------------------- /Garland.Web/db/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/db/style.css -------------------------------------------------------------------------------- /Garland.Web/error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/error.html -------------------------------------------------------------------------------- /Garland.Web/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/favicon.ico -------------------------------------------------------------------------------- /Garland.Web/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/favicon.png -------------------------------------------------------------------------------- /Garland.Web/ffxivfisher/credits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/ffxivfisher/credits.html -------------------------------------------------------------------------------- /Garland.Web/ffxivfisher/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/ffxivfisher/favicon.ico -------------------------------------------------------------------------------- /Garland.Web/ffxivfisher/fisher.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/ffxivfisher/fisher.css -------------------------------------------------------------------------------- /Garland.Web/ffxivfisher/fisher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/ffxivfisher/fisher.js -------------------------------------------------------------------------------- /Garland.Web/ffxivfisher/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/ffxivfisher/index.html -------------------------------------------------------------------------------- /Garland.Web/flags/china.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/flags/china.svg -------------------------------------------------------------------------------- /Garland.Web/flags/de.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/flags/de.svg -------------------------------------------------------------------------------- /Garland.Web/flags/en.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/flags/en.svg -------------------------------------------------------------------------------- /Garland.Web/flags/fr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/flags/fr.svg -------------------------------------------------------------------------------- /Garland.Web/flags/ja.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/flags/ja.svg -------------------------------------------------------------------------------- /Garland.Web/flags/southkorea.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/flags/southkorea.svg -------------------------------------------------------------------------------- /Garland.Web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/index.html -------------------------------------------------------------------------------- /Garland.Web/opensearch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/opensearch.xml -------------------------------------------------------------------------------- /Garland.Web/transfer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/transfer.html -------------------------------------------------------------------------------- /Garland.Web/web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.Web/web.config -------------------------------------------------------------------------------- /Garland.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Garland.sln -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/LICENSE -------------------------------------------------------------------------------- /Requests.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Requests.txt -------------------------------------------------------------------------------- /Supplemental/FFXIV Data - Duties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Supplemental/FFXIV Data - Duties.json -------------------------------------------------------------------------------- /Supplemental/FFXIV Data - Fates.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Supplemental/FFXIV Data - Fates.tsv -------------------------------------------------------------------------------- /Supplemental/FFXIV Data - Fishing.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Supplemental/FFXIV Data - Fishing.tsv -------------------------------------------------------------------------------- /Supplemental/FFXIV Data - Items.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Supplemental/FFXIV Data - Items.tsv -------------------------------------------------------------------------------- /Supplemental/FFXIV Data - NPCs.tsv: -------------------------------------------------------------------------------- 1 | NPC NPC ID Event NPC? 2 | The Iceman 1017646 1 -------------------------------------------------------------------------------- /Supplemental/FFXIV Data - Nodes.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Supplemental/FFXIV Data - Nodes.tsv -------------------------------------------------------------------------------- /Supplemental/FFXIV Data - Spearfishing.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Supplemental/FFXIV Data - Spearfishing.tsv -------------------------------------------------------------------------------- /Supplemental/Item.icon.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Supplemental/Item.icon.csv -------------------------------------------------------------------------------- /Supplemental/patches-obsolete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Supplemental/patches-obsolete.json -------------------------------------------------------------------------------- /Supplemental/patches.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/Supplemental/patches.json -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/docs/test.html -------------------------------------------------------------------------------- /make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ufx/GarlandTools/HEAD/make.bat --------------------------------------------------------------------------------