Skip to content

Commit

Permalink
feat: update to latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
1092384 committed Dec 23, 2024
1 parent c88c1a3 commit 7843936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/suroi
Submodule suroi updated 79 files
+2 −1 .gitignore
+20 −0 client/changelog/index.html
+14 −12 client/index.html
+ client/public/audio/sfx/weapons/sks_reload_full.mp3
+ client/public/img/backgrounds/background.png
+ client/public/img/backgrounds/embed_background.png
+ client/public/img/backgrounds/github_background.png
+0 −527 client/public/img/game/fall/obstacles/gun_mount_m590m.svg
+0 −287 client/public/img/game/shared/obstacles/gun_mount_hp18.svg
+0 −180 client/public/img/game/shared/obstacles/gun_mount_maul.svg
+0 −386 client/public/img/game/shared/obstacles/gun_mount_mcx_spear.svg
+0 −373 client/public/img/game/shared/obstacles/gun_mount_mini14.svg
+0 −489 client/public/img/game/shared/obstacles/gun_mount_stoner_63.svg
+4 −3 client/public/img/game/shared/weapons/hp18.svg
+18 −0 client/public/img/killfeed/coal_explosion_killfeed.svg
+1 −1 client/public/img/killfeed/cz75a_killfeed.svg
+1 −1 client/public/img/killfeed/dual_cz75a_killfeed.svg
+1 −1 client/public/translations/ab.json
+1 −0 client/public/translations/br.json
+1 −0 client/public/translations/den.json
+1 −1 client/public/translations/en.json
+1 −1 client/public/translations/et.json
+1 −1 client/public/translations/fr.json
+1 −1 client/public/translations/gr.json
+1 −1 client/public/translations/hu.json
+1 −0 client/public/translations/pl.json
+1 −1 client/public/translations/qen.json
+1 −1 client/public/translations/ro.json
+1 −1 client/public/translations/ru.json
+1 −1 client/public/translations/ta.json
+1 −1 client/public/translations/tr.json
+1 −1 client/public/translations/vi.json
+1 −1 client/public/translations/zh.json
+5 −3 client/src/scripts/game.ts
+1 −1 client/src/scripts/managers/inputManager.ts
+23 −25 client/src/scripts/managers/uiManager.ts
+2 −2 client/src/scripts/objects/bullet.ts
+26 −0 client/src/scripts/objects/obstacle.ts
+2 −9 client/src/scripts/objects/player.ts
+31 −39 client/src/scripts/ui.ts
+5 −985 client/src/scripts/utils/console/gameConsole.ts
+1,780 −0 client/src/scripts/utils/console/internals.ts
+2 −0 client/src/scripts/utils/misc.ts
+91 −2 client/src/scripts/utils/pixi.ts
+13 −10 client/src/scss/pages/client/game.scss
+60 −48 client/src/scss/pages/dialog.scss
+9 −7 client/src/translations.ts
+1 −1 client/src/translationsManifest.json
+2 −2 client/src/typings/translations.ts
+58 −3 client/vite/vite-spritesheet-plugin/spritesheet-plugin.ts
+23 −3 client/vite/vite-spritesheet-plugin/utils/spritesheet.ts
+2 −2 common/src/constants.ts
+3 −3 common/src/definitions/buildings.ts
+1 −1 common/src/definitions/guns.ts
+3 −3 common/src/definitions/melees.ts
+21 −10 common/src/definitions/obstacles.ts
+7 −7 package.json
+174 −169 pnpm-lock.yaml
+1 −1 server/src/config.ts
+2 −2 server/src/game.ts
+4 −3 server/src/map.ts
+3 −6 server/src/objects/player.ts
+53 −159 translations/README.md
+8 −0 translations/languages/ab.hjson
+350 −0 translations/languages/br.hjson
+6 −5 translations/languages/en.hjson
+72 −50 translations/languages/et.hjson
+38 −20 translations/languages/fr.hjson
+18 −2 translations/languages/gr.hjson
+21 −17 translations/languages/hu.hjson
+311 −0 translations/languages/pl.hjson
+12 −11 translations/languages/qen.hjson
+1 −1 translations/languages/ro.hjson
+364 −277 translations/languages/ru.hjson
+5 −0 translations/languages/ta.hjson
+14 −0 translations/languages/tr.hjson
+15 −2 translations/languages/vi.hjson
+21 −2 translations/languages/zh.hjson
+1 −1 translations/src/processTranslations.ts

0 comments on commit 7843936

Please sign in to comment.