Commit Graph

17 Commits

Author SHA1 Message Date
sasheg 17da0b6d79 PostgreSQL + async refactoring, WebSocket server, Redis caching, minified assets 2026-07-25 13:31:40 +00:00
sasheg 47c7f17c90 RPU v2, promo/bank система, админка, оптимизации
— RPU v2: бюджет удачи, потолок (ceiling), комбек после
  проигрышей, hot/cold анализ, интеграция с promo-фазами
— Bank API: mock-банк для карты (депозит/вывод с балансом 1000₽)
— Promo-сервис: автогенерация промокодов каждый час, типы
  (card_to_site, luck_boost, ceiling_boost, free_case, reset_streak)
— Promo-фазы: LUCKY/NEUTRAL/UNLUCKY, переключение каждые 1-6ч
— Admin: история транзакций (user_history), управление промокодами,
  управление promo-фазами, API фильтров/коллекций, RPU info
— Database: WAL mode, новые поля RPU v2, TransactionLog,
  карточный баланс, статистики (streaks, ceiling, budget)
— Frontend: /deposit, /promo/activate, /withdraw, /card-balance,
  /online-count, /rpu-info, lifespan вместо startup event
— UI: user_history.html, улучшения профиля, кейсов, навигации
— Cases: обновление cases.json (1892 строки новых данных)
— Achievements: кэш коллекций, оптимизация is_custom проверок
— Sounds: дополнительные звуковые эффекты
— Upgrade: интеграция с RPU (множители, streaks)
— .gitignore: исключены .db, .bak, __pycache__
2026-07-25 13:11:08 +00:00
root 6638ab99f3 пенис пенис елда 2026-07-05 17:40:52 +00:00
root f23a79d618 Add debug logging for slot activations 2026-07-05 16:46:01 +00:00
root 8110f39ef5 Boost slot activations frequency (extra_spin 10%, double 4%, guaranteed 7%, free 7%, quintuple 2%) 2026-07-05 16:41:16 +00:00
root 95f3dc7f20 Boost rare item weights in slot machine (Covert x8, Classified x4, Extraordinary x10) 2026-07-05 16:39:50 +00:00
root 2570012c59 Fix deploy: kill uvicorn by name, clear __pycache__, ensure variant generation runs 2026-07-05 16:35:26 +00:00
root dc3e2f682e Fix deploy script to kill both frontend and backend processes 2026-07-05 16:33:10 +00:00
root 5485dce2d3 Auto-generate price/float sub-variants for all items at startup (6 per item) 2026-07-05 16:29:54 +00:00
root 396d21bcf4 Add 680 Dildo price variants (8 per pattern, 50k-126M, organic prices) 2026-07-05 16:25:23 +00:00
root 3fe8a47e04 Dildo items, admin fixes, UI refactor
- Add 85 custom Dildo items (knife/skin pattern names, various rarities)
- Create Dildo Case config (hidden, items obtained via contracts)
- Fix admin user_detail.html nested script tag (Notify fallback removed)
- Fix admin cases.html embedded script tag
- Add notifications.js to admin base.html
- Fix admin users.html: use counts instead of relationship lists
- Replace old money format with |money filter across all templates
- Standardize nav partial (_nav.html) with active_page highlighting
- Fix RARITY_COLORS rename in activity sidebar
- Fix toast animation (forwards) and remove duplicate CSS
- Replace showToast() with Notify.* in upgrade page
- Add cs2_simulator.db and *.log to .gitignore
- Create remote-deploy.sh with DB exclusion
2026-07-05 16:15:12 +00:00
root 50535ec777 Переписал уведомления: toast/confirm вместо alert; объединил профиль+инвентарь; починил ленту активности 2026-07-05 15:05:04 +00:00
root fe6bf5cf29 Revert "chore: add db and log files to .gitignore"
This reverts commit 01c6573f5f.
2026-07-05 14:44:58 +00:00
root a34c9f07a7 Revert "UI redesign: CS2 gambling aesthetic, glassmorphism, responsive layout, enhanced sounds, admin panel overhaul"
This reverts commit 4b0fc594b4.
2026-07-05 14:42:58 +00:00
root 4b0fc594b4 UI redesign: CS2 gambling aesthetic, glassmorphism, responsive layout, enhanced sounds, admin panel overhaul 2026-07-05 14:22:49 +00:00
sasheg 01c6573f5f chore: add db and log files to .gitignore 2026-07-05 13:57:48 +00:00
sasheg c268557997 chore: initial commit — CS2 Simulator 2026-07-05 10:40:08 +00:00