Commit Graph
213 Commits
Author SHA1 Message Date
Sline d744bec754 refactor: start websocket server by server-runtime (#634) 2025-10-04 21:56:30 +08:00
Neko Ayaka 75321a4cd9 chore(deps): bump dependencies 2025-10-03 16:54:50 +08:00
Neko Ayaka 13f32255bd fix(docs): incorrect sitemap config for hostname 2025-09-30 23:54:23 +08:00
Neko Ayaka 372125fb89 chore(deps): bump dependencies
Notice: after bumping up to three 0.180.0 with @types/three 0.180.0,
  Argument of type 'Group<Object3DEventMap>' is not assignable to parameter of type 'Object3D<Object3DEventMap>'.
    Type 'Group<Object3DEventMap>' is missing the following properties from type 'Object3D<Object3DEventMap>': setPointerCapture, releasePointerCapture, hasPointerCapture

Currently, AFAIK, clearly, three, and @types/three doesn't have the setPointerCapture, releasePointerCapture, hasPointerCapture method / getters
The only place I found on GitHub, points out that https://github.com/pmndrs/xr/blob/456aa380206e93888cd3a5741a1534e672ae3106/packages/pointer-events/src/pointer.ts#L69-L100 declares

```js
declare module 'three' {
  interface Object3D {
    setPointerCapture(pointerId: number): void
    releasePointerCapture(pointerId: number): void
    hasPointerCapture(pointerId: number): boolean

    intersectChildren?: boolean
    interactableDescendants?: Array<Object3D>
    /**
     * @deprecated
     */
    ancestorsHaveListeners?: boolean
    ancestorsHavePointerListeners?: boolean
    ancestorsHaveWheelListeners?: boolean
  }
}
```

And in @tresjs/core v5, it uses the @pmndrs/pointer-events internally.
Somehow the Object3D from @types/three and the one augmented by @pmndrs/pointer-events are not compatible.

`new Object3D() as unknown as Object3D` works as workaround here but there should be no need to do such a thing since these two Object3D should be the same.
With no updates from `typescript`, I assume there is no breaking change or regression from `typescript` side.
2025-09-26 17:07:07 +08:00
Neko Ayaka 4a31fda922 feat(stage-ui/providers): added 302.AI 2025-09-25 15:14:14 +08:00
Makito b8d419fb13 fix: lint errors 2025-09-21 19:01:34 +09:00
Kthunda 0e39750586 feat(i18n): French translation (#540) 2025-09-21 13:50:33 +08:00
Neko Ayaka 84d7e08355 refactor(docs): split utils 2025-09-16 00:13:12 +08:00
Neko Ayaka c2b2f120e0 refactor(docs): split styles 2025-09-16 00:11:48 +08:00
RainbowBird 4befe055c0 chore: clean netlify config (#591) 2025-09-16 00:04:05 +08:00
Neko Ayaka dd73845ed3 release: v0.7.2-beta.3 2025-09-11 15:18:02 +08:00
Neko Ayaka 696b97bded fix(docs): bad prose style 2025-09-07 21:20:39 +08:00
Neko Ayaka ab10782c65 chore(deps): bump dependencies 2025-09-03 13:25:12 +08:00
Neko Ayaka a63478eb64 fix: typecheck 2025-09-01 19:56:33 +08:00
LemonNeko a1f13e4ce7 feat(devlog): add nms example for devlog-2026-08-26 (#537) 2025-09-01 00:41:55 +08:00
Chenyang Li 72982a9fdf typo corrected (#528) 2025-08-30 21:19:38 +08:00
Neko Ayaka dc6dff5a6d chore(deps): bump dependencies 2025-08-29 01:38:04 +08:00
Lovehsigure_520 50ecabf27f Rename README.ru.md to README.ru-RU.md (#514) 2025-08-29 01:01:57 +08:00
Neko Ayaka 77958ff0d0 fix: lint 2025-08-28 15:45:00 +08:00
yrk111222 252ca8ef7b feat: modelscope provider (#493) 2025-08-28 12:37:54 +08:00
Lovehsigure_520andTyped SIGTERM 1b225055fa chore: add Russian translation (#486)
[skip ci] [skip netlify]

Co-authored-by: Typed SIGTERM <typed.sigterm@gmail.com>
2025-08-28 12:07:28 +08:00
0995eb64e7 chore: add Vietnamese language (#491)
Co-authored-by: Typed SIGTERM <typed.sigterm@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-28 11:57:23 +08:00
LemonNeko 1d26a2a98c docs(DevLog-20250826): missing credit of makito 2025-08-26 14:46:16 +08:00
Neko Ayaka 0c127d3baa fix: lint 2025-08-26 12:58:06 +08:00
LemonNeko 1340546d10 docs(docs): added DevLog @ 2025.08.26 (#453) 2025-08-26 12:44:07 +08:00
Neko Ayaka 6ffb13da8e release: v0.7.2-beta.2 2025-08-25 03:56:39 +08:00
Neko Ayaka ac8fbf3be3 chore(workspace): now use NODE_VERSION 24 without minor constraints 2025-08-25 03:32:05 +08:00
Typed SIGTERM 12a24725bd chore: convert images to AVIF (#417) 2025-08-25 00:12:24 +08:00
Typed SIGTERM d809067391 docs: add missing line breaks 2025-08-24 08:30:30 +08:00
Neko Ayaka d5c526a4ce docs(content/zh-Hans): update to correct assets path 2025-08-23 22:28:43 +08:00
YuanAshes 735edc4c0c Update installation instructions (#395) 2025-08-23 22:26:21 +08:00
藍+85CDandNeko c5f7b8c362 docs(overview): translation
Co-authored-by: Neko <neko@ayaka.moe>
2025-08-21 20:38:49 +08:00
藍+85CD 4eb5f9d55a docs(about-neuro-sama): translation 2025-08-21 20:08:21 +08:00
藍+85CD fcb51b1f29 docs(about-ai-vtuber): translation 2025-08-21 20:07:08 +08:00
Neko Ayaka 6e6c41e2ba docs: improved style 2025-08-21 13:44:52 +08:00
Neko Ayaka a5ce042525 release: v0.7.2-beta.1 2025-08-21 04:23:04 +08:00
Neko Ayaka f6f6d58e76 docs: added Desktop version tutorial 2025-08-21 04:19:11 +08:00
Ayaka Neko a2180626ae fix(stage-tamagotchi): auto focus and not listening to focused window will lost events of keyboards 2025-08-21 01:24:03 +08:00
Neko ec033b9174 docs: added GitHub Trending badge to README.ja-JP.md 2025-08-20 22:57:29 +08:00
Neko e9ddbccf13 docs: added GitHub Trending badge to README.zh-CN.md 2025-08-20 22:57:06 +08:00
Neko Ayaka 28e57963e0 docs: updated introduction, prepare detailed 2025-08-19 16:24:57 +08:00
Neko Ayaka c2a520e1d1 style: improved docs 2025-08-19 15:26:17 +08:00
Makito 48296e2fa3 docs(README-zh-CN): add unofficial activities warning 2025-08-19 01:44:50 +09:00
Makito 833f3d5c7b docs(README-ja-JP): add unofficial activities warning 2025-08-19 01:44:33 +09:00
RainbowBird 96ea63ba18 docs: update README.ja-JP.md 2025-08-15 21:20:59 +08:00
RainbowBird 621651b126 docs: update README.zh-CN.md 2025-08-15 21:18:56 +08:00
Neko Ayaka 93d5f5adf0 fix(docs): theme color 2025-08-12 00:06:46 +08:00
Neko Ayaka 6309d43cc9 feat(stage-ui): PropertyColor 2025-08-09 23:04:47 +08:00
Ching Yang 389ee0a57c Feat: Support of Index-TTS, state-of-art opensourced TTS model - locally deployable. (#351) 2025-08-08 20:30:41 +08:00
Neko Ayaka 281d436e59 fix: lint 2025-08-06 16:34:30 +08:00