Open-source web player for Rublox games, dual-licensed under AGPL-3.0 + Commercial. Highlights: - Babylon.js 7 + React 18 + Vite 5 stack - Self-contained engine (~46k lines): BlockManager, ModelManager, PlayerController, ScriptSandboxWorker, MultiplayerSync, 30+ GD gamemodes - Configurable backend via VITE_API_BASE and friends — works against staging (dev-api.rublox.pro) out of the box - Standalone mode (VITE_STANDALONE=true) loads a bundled sample game for first-run without any backend - Full docs: README, ARCHITECTURE, CONTRIBUTING, SECURITY, CHANGELOG - Lint + format scaffolding (ESLint + Prettier + EditorConfig) - Legal: LICENSE (AGPL-3.0), LICENSE-COMMERCIAL.md, CLA.md, COPYRIGHT.md - Issue templates: bug_report, feature_request, security_disclosure Removed before public release: - frontend_deploy.py (contained production SSH credentials) - ~27 admin endpoints (kept in private repo) - Hard-coded internal URLs and IPs - All previous git history (clean repo init)
48 lines
1.0 KiB
Markdown
48 lines
1.0 KiB
Markdown
---
|
||
name: 🐛 Сообщить о баге
|
||
about: Что-то работает не так как должно
|
||
title: '[BUG] '
|
||
labels: bug
|
||
assignees: ''
|
||
---
|
||
|
||
## Описание
|
||
|
||
<!-- Опиши проблему в 1-2 предложениях -->
|
||
|
||
## Шаги для воспроизведения
|
||
|
||
1.
|
||
2.
|
||
3.
|
||
|
||
## Ожидаемое поведение
|
||
|
||
<!-- Что должно было произойти -->
|
||
|
||
## Фактическое поведение
|
||
|
||
<!-- Что произошло на самом деле -->
|
||
|
||
## Скриншоты / видео
|
||
|
||
<!-- Если визуальный баг — приложи -->
|
||
|
||
## Окружение
|
||
|
||
- ОС:
|
||
- Браузер + версия:
|
||
- Node.js + npm версия:
|
||
- Git-ветка / коммит:
|
||
- Окружение: [ ] localhost [ ] staging [ ] prod
|
||
|
||
## Логи / стек-трейс
|
||
|
||
```
|
||
вставь сюда
|
||
```
|
||
|
||
## Дополнительный контекст
|
||
|
||
<!-- Любая полезная информация: связанные issue, попытки решения и т.д. -->
|