Commit Graph

715 Commits

Author SHA1 Message Date
James Lyne
5d133de1e9 Testing preparation 2021-09-10 15:32:48 +01:00
James Lyne
287de1f960 Update default font-family 2021-09-10 15:31:51 +01:00
James Lyne
83bc0ec86d Freeze/seal marker related objects in Pl3xmap provider 2021-09-10 15:31:05 +01:00
James Lyne
8bf0fe04a7 Split DynmapMapProvider build methods into their own file 2021-09-10 15:30:29 +01:00
James Lyne
f90b32c41a Cleanup App.vue and parseUrl
- Fix double event listener add in unmount hook
- Remove onUrlChange as it does the same thing as handleUrl
- Merge duplicate mount/unmount hooks
- Pass a URL to parseUrl instead of directly using window.location
2021-09-10 15:29:27 +01:00
James Lyne
969e9db5cc Cleanup App.vue
- Fix double event listener add in unmount hook
- Remove onUrlChange as it does the same thing as handleUrl
- Merge duplicate mount/unmount hooks
2021-09-10 15:28:12 +01:00
James Lyne
cda36db8a5 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	package-lock.json
#	package.json
2021-09-08 19:37:10 +01:00
James Lyne
6450b76439 Switch to modern-normalize 2021-09-08 19:28:39 +01:00
James Lyne
63a00d0681 Move loginEnabled logic to store getter 2021-09-08 15:23:21 +01:00
James Lyne
0e57a50e0c Cleanup redundant useStore calls 2021-09-08 15:21:27 +01:00
James Lyne
56470790de Convert more components to composition api 2021-09-08 15:20:04 +01:00
James Lyne
1b9a3e4f1a Cleanup configuration loading a bit
- Move configuration hash clearing to RESET
- Dispatch STOP_UPDATES and RESET actions from LOAD_CONFIGURATION action
- Make exception handling simpler
2021-09-08 14:35:44 +01:00
James Lyne
b31ed2771d
Merge pull request #118 from JLyne/dependabot/npm_and_yarn/vue/compiler-sfc-3.2.10
Bump @vue/compiler-sfc from 3.2.9 to 3.2.10
2021-09-08 11:56:20 +01:00
James Lyne
349f00daa1
Merge pull request #119 from JLyne/dependabot/npm_and_yarn/vue-3.2.10
Bump vue from 3.2.8 to 3.2.10
2021-09-08 11:56:12 +01:00
James Lyne
b5584642a2
Merge pull request #120 from JLyne/dependabot/npm_and_yarn/vite-2.5.4
Bump vite from 2.5.3 to 2.5.4
2021-09-08 11:55:58 +01:00
James Lyne
80a60010a3 Merge remote-tracking branch 'origin/master' 2021-09-07 23:21:03 +01:00
James Lyne
aca007ee94 Reset zoom level when switching worlds 2021-09-07 23:20:35 +01:00
James Lyne
ba02a2148f Only allow maps shortcut when login required modal is open 2021-09-07 23:14:54 +01:00
dependabot[bot]
206267a606
Bump vite from 2.5.3 to 2.5.4
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@2.5.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-07 22:11:36 +00:00
dependabot[bot]
6c2f7d9493
Bump vue from 3.2.8 to 3.2.10
Bumps [vue](https://github.com/vuejs/vue) from 3.2.8 to 3.2.10.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-07 22:11:19 +00:00
dependabot[bot]
7897faa495
Bump @vue/compiler-sfc from 3.2.9 to 3.2.10
Bumps [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc) from 3.2.9 to 3.2.10.
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.2.10/packages/compiler-sfc)

---
updated-dependencies:
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-07 22:11:02 +00:00
James Lyne
12632004d1 Move loginRequired state into store, reset login related state in RESET 2021-09-07 23:10:57 +01:00
James Lyne
b2f58f681c Fully support Pl3xmap URLs 2021-09-07 23:08:44 +01:00
James Lyne
e04fae6675
Update README.md 2021-09-07 21:17:33 +01:00
James Lyne
17a215f367
Update README.md 2021-09-07 19:42:06 +01:00
James Lyne
298f5a1448
Update README.md 2021-09-07 19:11:48 +01:00
James Lyne
cf9b19274c
Update README.md 2021-09-07 19:10:40 +01:00
James Lyne
82f2c8d42b
Update README.md 2021-09-07 18:55:28 +01:00
James Lyne
1bc45e37f4
Update README.md 2021-09-07 18:52:09 +01:00
James Lyne
5dd9b019a7
Update README.md 2021-09-07 18:48:32 +01:00
James Lyne
88cf2f14f6
Update README.md 2021-09-07 18:46:22 +01:00
James Lyne
76f17eb889 Update index.html comments/examples 2021-09-07 18:41:07 +01:00
James Lyne
7baa2cbc25 Remove X-UA-Compatible meta tag as we don't support IE at all 2021-09-07 18:00:52 +01:00
James Lyne
917359690c
Merge pull request #96 from JLyne/dependabot/npm_and_yarn/vite-plugin-svg-sprite-component-1.0.10
Bump vite-plugin-svg-sprite-component from 1.0.9 to 1.0.10
2021-09-07 13:43:41 +01:00
James Lyne
13fb77c32c
Merge pull request #116 from JLyne/dependabot/npm_and_yarn/typescript-eslint/parser-4.31.0
Bump @typescript-eslint/parser from 4.30.0 to 4.31.0
2021-09-07 13:40:57 +01:00
dependabot[bot]
334c5bb2c9
Bump @typescript-eslint/parser from 4.30.0 to 4.31.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.30.0 to 4.31.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.31.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-07 12:40:52 +00:00
James Lyne
a3de85a00f
Merge pull request #114 from JLyne/dependabot/npm_and_yarn/vue/compiler-sfc-3.2.9
Bump @vue/compiler-sfc from 3.2.8 to 3.2.9
2021-09-07 13:40:42 +01:00
James Lyne
5bc6a25e45
Merge pull request #115 from JLyne/dependabot/npm_and_yarn/vitejs/plugin-vue-1.6.1
Bump @vitejs/plugin-vue from 1.6.0 to 1.6.1
2021-09-07 13:40:36 +01:00
James Lyne
ab75e6cb19
Merge pull request #117 from JLyne/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.31.0
Bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0
2021-09-07 13:40:25 +01:00
James Lyne
f34cb8f554 Merge remote-tracking branch 'origin/master' 2021-09-07 13:23:16 +01:00
James Lyne
63bba73ece Update preloads to reflect font changes 2021-09-07 13:23:07 +01:00
dependabot[bot]
36bd47b884
Bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.30.0 to 4.31.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.31.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 22:11:21 +00:00
dependabot[bot]
20d9e13b40
Bump @vitejs/plugin-vue from 1.6.0 to 1.6.1
Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-vue) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/plugin-vue@1.6.1/packages/plugin-vue)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 22:10:33 +00:00
dependabot[bot]
7b8ca28ec9
Bump @vue/compiler-sfc from 3.2.8 to 3.2.9
Bumps [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc) from 3.2.8 to 3.2.9.
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.2.9/packages/compiler-sfc)

---
updated-dependencies:
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 22:10:17 +00:00
James Lyne
7accf3a103
Merge pull request #111 from JLyne/dependabot/npm_and_yarn/vue-3.2.8
Bump vue from 3.2.6 to 3.2.8
2021-09-03 12:22:28 +01:00
James Lyne
8d7203e506
Merge pull request #112 from JLyne/dependabot/npm_and_yarn/vue/compiler-sfc-3.2.8
Bump @vue/compiler-sfc from 3.2.6 to 3.2.8
2021-09-03 12:22:20 +01:00
dependabot[bot]
a4e42a9b0b
Bump vue from 3.2.6 to 3.2.8
Bumps [vue](https://github.com/vuejs/vue) from 3.2.6 to 3.2.8.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-02 23:27:56 +00:00
dependabot[bot]
45f72ec53b
Bump vite-plugin-svg-sprite-component from 1.0.9 to 1.0.10
Bumps [vite-plugin-svg-sprite-component](https://github.com/cereschen/vite-plugin-svg-sprite-component) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/cereschen/vite-plugin-svg-sprite-component/releases)
- [Commits](https://github.com/cereschen/vite-plugin-svg-sprite-component/commits)

---
updated-dependencies:
- dependency-name: vite-plugin-svg-sprite-component
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-02 23:27:49 +00:00
James Lyne
eb79119fa0
Merge pull request #110 from JLyne/dependabot/npm_and_yarn/sass-1.39.0
Bump sass from 1.38.2 to 1.39.0
2021-09-03 00:27:08 +01:00
dependabot[bot]
3cb3d38b81
Bump @vue/compiler-sfc from 3.2.6 to 3.2.8
Bumps [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc) from 3.2.6 to 3.2.8.
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.2.8/packages/compiler-sfc)

---
updated-dependencies:
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-02 22:13:05 +00:00