1 file changed
+1
-1
lines changedSubmodule swordbattle.io updated 95 files
- api/package.json+3-5
- api/src/accounts/account.entity.ts+1-2
- api/src/accounts/accounts.controller.ts+10-15
- api/src/app.module.ts+2-3
- api/src/auth/auth.controller.ts+17-28
- api/src/auth/auth.dto.ts+2-2
- api/src/auth/auth.interface.ts-6
- api/src/auth/auth.module.ts-8
- api/src/auth/auth.service.ts+33-27
- api/src/auth/guards/account.guard.ts+30
- api/src/auth/guards/jwt-auth.guard.ts-5
- api/src/auth/guards/jwt-body.guard.ts-5
- api/src/auth/guards/recaptcha.guard.ts+1
- api/src/auth/guards/server.guard.ts+16-13
- api/src/auth/strategies/jwt-body.strategy.ts-24
- api/src/auth/strategies/jwt.strategy.ts-35
- api/src/config.ts-2
- api/src/main.ts-3
- api/src/stats/stats.controller.ts+26-1
- api/yarn.lock+8-89
- client/config/env.js+105
- client/config/getHttpsConfig.js+66
- client/config/jest/babelTransform.js+29
- client/config/jest/cssTransform.js+14
- client/config/jest/fileTransform.js+40
- client/config/modules.js+134
- client/config/paths.js+77
- client/config/webpack.config.js+760
- client/config/webpack/persistentCache/createEnvironmentHash.js+9
- client/config/webpackDevServer.config.js+127
- client/package.json+108-6
- client/public/_headers+12
- client/public/ads.txt+56-36
- client/public/index.html+110-44
- client/public/partners.html+63
- client/scripts/build.js+219
- client/scripts/start.js+154
- client/scripts/test.js+52
- client/src/ServerList.ts+98-30
- client/src/api.ts+20-7
- client/src/assets/img/xp.png
- client/src/config.ts+3-3
- client/src/game/GameState.ts+69-4
- client/src/game/Settings.ts+5-5
- client/src/game/Sound.ts+4
- client/src/game/Spectator.ts+3-2
- client/src/game/components/captchaEncoder.ts+15
- client/src/game/entities/Player.ts+49-2
- client/src/game/entities/Sword.ts+31-1
- client/src/game/network/Protocol.ts+56
- client/src/game/network/Socket.ts+8
- client/src/game/network/schema.proto+4
- client/src/game/scenes/Game.ts+14-6
- client/src/global.scss+8-2
- client/src/helpers.ts+132-1
- client/src/index.tsx+17
- client/src/react-app-env.d.ts+72
- client/src/redux/account/slice.ts+34-20
- client/src/ui/AccountCard.scss+36
- client/src/ui/AccountCard.tsx+34
- client/src/ui/Ad.tsx+2-1
- client/src/ui/App.scss+469-205
- client/src/ui/App.tsx+241-158
- client/src/ui/ForumCard.scss+29
- client/src/ui/ForumCard.tsx+40
- client/src/ui/LoadingScreen.tsx+1-1
- client/src/ui/ValueCnt.tsx+9-11
- client/src/ui/game/GameComponent.tsx+1-2
- client/src/ui/game/GameResults.scss+5-5
- client/src/ui/game/GameResults.tsx+3-1
- client/src/ui/modals/ChangelogModal.tsx+1-1
- client/src/ui/modals/ConnectionError.scss+2-5
- client/src/ui/modals/ConnectionError.tsx+2-2
- client/src/ui/modals/LoginModal.tsx+3-2
- client/src/ui/modals/Modal.scss+9-8
- client/src/ui/modals/SettingsModal.tsx+12-12
- client/src/ui/modals/ShopModal.scss+3-2
- client/src/ui/modals/ShopModal.tsx+8-5
- client/src/ui/modals/SignupModal.tsx+3-3
- client/yarn.lock+57-61
- server/package.json-1
- server/src/config.js+3
- server/src/game/Game.js+123-14
- server/src/game/GameMap.js+2-1
- server/src/game/Spectator.js+1-1
- server/src/game/entities/Chest.js+2-2
- server/src/game/entities/Coin.js+14
- server/src/game/entities/Player.js+1-1
- server/src/game/entities/PlayerBot.js+6-4
- server/src/helpers.js+20
- server/src/network/Client.js+10-6
- server/src/network/Server.js+4-5
- server/src/network/api.js+1-2
- server/src/network/protocol/schema.proto+4
- server/yarn.lock-109
0 commit comments