feat(client): Reimplement Misskey Rooms

This commit is contained in:
syuilo 2020-05-09 15:47:20 +09:00
parent b992d3ba99
commit 6cee6c1043
149 changed files with 2092 additions and 1 deletions

View file

@ -38,7 +38,11 @@ gulp.task('build:copy:locales', cb => {
cb();
});
gulp.task('build:copy', gulp.parallel('build:copy:views', 'build:copy:locales', () =>
gulp.task('build:copy:fonts', () =>
gulp.src('./node_modules/three/examples/fonts/**/*').pipe(gulp.dest('./built/client/assets/fonts/'))
);
gulp.task('build:copy', gulp.parallel('build:copy:views', 'build:copy:locales', 'build:copy:fonts', () =>
gulp.src([
'./src/emojilist.json',
'./src/server/web/views/**/*',

View file

@ -501,6 +501,7 @@ userSilenced: "このユーザーはサイレンスされています。"
sidebar: "サイドバー"
divider: "分割線"
addItem: "項目を追加"
rooms: "ルーム"
_theme:
explore: "テーマを探す"
@ -736,6 +737,67 @@ _timelines:
social: "ソーシャル"
global: "グローバル"
_rooms:
roomOf: "{user}のルーム"
addFurniture: "家具を置く"
translate: "移動"
rotate: "回転"
exit: "戻る"
remove: "しまう"
clear: "片付け"
clearConfirm: "全ての家具をしまいますか?"
leaveConfirm: "未保存の変更があります、移動しますか?"
chooseImage: "画像を選択"
roomType: "部屋のタイプ"
carpetColor: "床の色"
_roomType:
default: "デフォルト"
washitsu: "和室"
_furnitures:
milk: "牛乳パック"
bed: "ベッド"
low-table: "ローテーブル"
desk: "デスク"
chair: "チェア"
chair2: "チェア2"
fan: "換気扇"
pc: "パソコン"
plant: "観葉植物"
plant2: "観葉植物2"
eraser: "消しゴム"
pencil: "鉛筆"
pudding: "プリン"
cardboard-box: "段ボール箱"
cardboard-box2: "段ボール箱2"
cardboard-box3: "段ボール箱3"
book: "本"
book2: "本2"
piano: "ピアノ"
facial-tissue: "ティッシュボックス"
server: "サーバー"
moon: "月"
corkboard: "コルクボード"
mousepad: "マウスパッド"
monitor: "モニター"
keyboard: "キーボード"
carpet-stripe: "カーペット(縞)"
mat: "マット"
color-box: "カラーボックス"
wall-clock: "壁掛け時計"
photoframe: "額縁"
cube: "キューブ"
tv: "テレビ"
pinguin: "ピンギン"
rubik-cube: "ルービックキューブ"
poster-h: "ポスター(横長)"
poster-v: "ポスター(縦長)"
sofa: "ソファ"
spiral: "螺旋階段"
bin: "ゴミ箱"
cup-noodle: "カップ麺"
holo-display: "ホログラフィックディスプレイ"
energy-drink: "エナジードリンク"
_pages:
newPage: "ページの作成"
editPage: "ページの編集"

BIN
src/client/assets/room/furnitures/bed/bed.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/bed/bed.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/bin/bin.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/bin/bin.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/book/book.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/book/book.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/book2/barcode.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/book2/book2.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/book2/book2.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/book2/texture.afdesign (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/book2/texture.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/book2/uv.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
src/client/assets/room/furnitures/cardboard-box2/texture.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/cardboard-box2/uv.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
src/client/assets/room/furnitures/cardboard-box3/texture.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/cardboard-box3/texture.xcf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/cardboard-box3/uv.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
src/client/assets/room/furnitures/chair/chair.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/chair/chair.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/chair2/chair2.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/chair2/chair2.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/color-box/color-box.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/color-box/color-box.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/corkboard/corkboard.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/corkboard/corkboard.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/cube/cube.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/cube/cube.glb (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
src/client/assets/room/furnitures/cup-noodle/cup-noodle.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/cup-noodle/noodle.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/desk/desk.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/desk/desk.glb (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
src/client/assets/room/furnitures/energy-drink/texture.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/energy-drink/uv.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/eraser/cover.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/eraser/cover.psd (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/eraser/eraser-uv.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/eraser/eraser.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/eraser/eraser.glb (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
src/client/assets/room/furnitures/fan/fan.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/fan/fan.glb (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
src/client/assets/room/furnitures/holo-display/ray-uv.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/holo-display/ray.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/keyboard/keyboard.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/keyboard/keyboard.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/low-table/low-table.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/low-table/low-table.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/mat/mat.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/mat/mat.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/milk/milk-uv.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/milk/milk.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/milk/milk.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/milk/milk.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/milk/milk.psd (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/monitor/monitor.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/monitor/monitor.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/monitor/monitor.psd (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/monitor/screen-uv.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/monitor/screen.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/moon/moon.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/moon/moon.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/moon/moon.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/mousepad/mousepad.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/mousepad/mousepad.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/pc/motherboard-uv.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/pc/motherboard-uv.psd (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/pc/motherboard.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/pc/pc.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/pc/pc.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/pencil/pencil.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/pencil/pencil.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/photoframe/photo-uv.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/photoframe/photo.jpg (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
src/client/assets/room/furnitures/photoframe/photoframe.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/piano/piano.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/piano/piano.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/pinguin/pinguin.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/pinguin/pinguin.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/plant/plant-soil-uv.png (Stored with Git LFS) Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more