]> git.r.bdr.sh - rbdr/map/commit
Update to support notes + new style 2.0.0
authorRuben Beltran del Rio <redacted>
Sun, 7 May 2023 13:22:54 +0000 (15:22 +0200)
committerRuben Beltran del Rio <redacted>
Sun, 7 May 2023 13:22:54 +0000 (15:22 +0200)
commitfdb4633d3e9158e457d57e820df6e1efb4df39c2
tree176cad99cb9befc0a65a7af02561019e811814de
parent75a0e4509a70055851b085f3f7293ae1cf48164c
Update to support notes + new style
63 files changed:
Map.xcodeproj/project.pbxproj
Map.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved [new file with mode: 0644]
Map/Assets.xcassets/AccentColor.colorset/Contents.json
Map/Assets.xcassets/AppIcon.appiconset/icon_128x128.png
Map/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png
Map/Assets.xcassets/AppIcon.appiconset/icon_16x16.png
Map/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png
Map/Assets.xcassets/AppIcon.appiconset/icon_256x256.png
Map/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png
Map/Assets.xcassets/AppIcon.appiconset/icon_32x32.png
Map/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png
Map/Assets.xcassets/AppIcon.appiconset/icon_512x512.png
Map/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png
Map/Assets.xcassets/Colors/Background.colorset/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Foreground.colorset/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Syntax/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Syntax/Number.colorset/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Syntax/Option.colorset/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Syntax/Symbol.colorset/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Syntax/Vertex.colorset/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Theme/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Theme/Dark Neutral Gray.colorset/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Theme/Dark Slate.colorset/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Theme/Jasper Red.colorset/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Theme/Light Neutral Gray.colorset/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Theme/Neutral Gray.colorset/Contents.json [new file with mode: 0644]
Map/Assets.xcassets/Colors/Theme/Olympic Blue.colorset/Contents.json [new file with mode: 0644]
Map/Core Extensions/Color+Theme.swift [new file with mode: 0644]
Map/Core Extensions/Date+format.swift [moved from Map/Extensions/Date+format.swift with 100% similarity]
Map/Core Extensions/Font+Theme.swift [new file with mode: 0644]
Map/Core Extensions/NSColor+Theme.swift [new file with mode: 0644]
Map/Core Extensions/NSImage+writePNG.swift [moved from Map/Extensions/NSImage+writePNG.swift with 100% similarity]
Map/Data/AppState.swift [moved from Map/State/AppState.swift with 94% similarity]
Map/Data/Models/Map+parse.swift [moved from Map/Extensions/Map+parse.swift with 94% similarity]
Map/Data/Persistence.swift [moved from Map/State/Persistence.swift with 100% similarity]
Map/Data/Stage.swift [moved from Map/State/Stage.swift with 100% similarity]
Map/Data/Store.swift [moved from Map/State/Store.swift with 100% similarity]
Map/Logic/Debouncer.swift [moved from Map/Debouncer.swift with 100% similarity]
Map/Logic/MapParser/MapParser.swift [moved from Map/MapParser/MapParser.swift with 80% similarity]
Map/Logic/MapParser/Strategies/BlockerParserStrategy.swift [moved from Map/MapParser/Strategies/BlockerParserStrategy.swift with 100% similarity]
Map/Logic/MapParser/Strategies/EdgeParserStrategy.swift [moved from Map/MapParser/Strategies/EdgeParserStrategy.swift with 100% similarity]
Map/Logic/MapParser/Strategies/NoteParserStrategy.swift [new file with mode: 0644]
Map/Logic/MapParser/Strategies/OpportunityParserStrategy.swift [moved from Map/MapParser/Strategies/OpportunityParserStrategy.swift with 100% similarity]
Map/Logic/MapParser/Strategies/StageParserStrategy.swift [moved from Map/MapParser/Strategies/StageParserStrategy.swift with 100% similarity]
Map/Logic/MapParser/Strategies/VertexParserStrategy.swift [moved from Map/MapParser/Strategies/VertexParserStrategy.swift with 100% similarity]
Map/MapApp.swift [moved from Map/Views/MapApp.swift with 95% similarity]
Map/MapColor.swift [deleted file]
Map/MapRenderComponents/MapStages.swift [deleted file]
Map/Presentation/Base Components/EvolutionPicker.swift [moved from Map/Views/EvolutionPicker.swift with 92% similarity]
Map/Presentation/Base Components/MapRender/MapAxes.swift [moved from Map/MapRenderComponents/MapAxes.swift with 72% similarity]
Map/Presentation/Base Components/MapRender/MapBlockers.swift [moved from Map/MapRenderComponents/MapBlockers.swift with 89% similarity]
Map/Presentation/Base Components/MapRender/MapEdges.swift [moved from Map/MapRenderComponents/MapEdges.swift with 91% similarity]
Map/Presentation/Base Components/MapRender/MapNotes.swift [new file with mode: 0644]
Map/Presentation/Base Components/MapRender/MapOpportunities.swift [moved from Map/MapRenderComponents/MapOpportunities.swift with 88% similarity]
Map/Presentation/Base Components/MapRender/MapStages.swift [new file with mode: 0644]
Map/Presentation/Base Components/MapRender/MapVertices.swift [moved from Map/MapRenderComponents/MapVertices.swift with 64% similarity]
Map/Presentation/Base Components/MapTextEditor.swift [moved from Map/Views/MapTextEditor.swift with 55% similarity]
Map/Presentation/Complex Components/MapRender/MapRenderView.swift [moved from Map/Views/MapRender.swift with 81% similarity]
Map/Presentation/Screens/EmptyMapDetailScreen.swift [moved from Map/Views/DefaultMapView.swift with 67% similarity]
Map/Presentation/Screens/MapDetailScreen.swift [moved from Map/Views/MapDetail.swift with 57% similarity]
Map/Presentation/Windows/MapEditorWindow.swift [moved from Map/Views/ContentView.swift with 90% similarity]
Map/Views/SlowMapRender.swift [deleted file]