0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 13:50:42 -05:00

7 Commits

Author SHA1 Message Date
CWX
befde520fd
Update 1-bug-report.yml
Update Bug-Report to have 4.0.0 on the spt versions
2024-12-27 16:30:27 +00:00
be88a2224e
Merge branch '3.10.2-dev' 2024-12-07 13:52:24 -05:00
6c9e4fd0bb
Custom LFS Sever (#970)
We've created our own Git Large File Storage (LFS) server due to the
excessive cost of GitHub's bandwidth. Did you know all of their Ethernet
cables are actually gold coated diamonds?

This PR reverses the work done in #954 to compress large location JSON
files into a 7zip archive and handle the (de)compression of the archive.

Only JSON files within the `project/assets/database/` directory that are
larger than 5MB have been included in LFS. This translates to all of the
`looseLoot.json` files. The rest are small enough to be included in the
base repo.

A `.lfsconfig` file has been added to the root of the project to alert
git to the presence of the custom LFS server. This public server is
read-only. Write access is only available to developers within the
Single Player Tarkov GitHub organization.

<img
src="https://github.com/user-attachments/assets/7ddfec9b-5a9a-42e6-806d-fd419e4eaa4f"
width="250">
2024-12-06 13:56:05 +00:00
c6c983372d
Create FUNDING.yml
Should add a sponsor button to the GitHub overview page for the server repo. Adds our Patreon and Chomp's Ko-Fi.
2024-12-04 22:10:00 -05:00
617a068556
Github Migration - Issue Template
Updates issue template to be more clear how logs should be attached.
2024-11-24 23:42:04 -05:00
e1fc75844d
Github Migration - Issue Template
The issue template was not loading. This renames the directory to be uppercase, as the docs specify.
2024-11-24 23:25:07 -05:00
31079e4ebf
Github Migration - Workflows & Issue Template
- Replaces the Gitea workflows with Github workflows.
- Adds a Github issue template.

(The reason this is being done directly on master is because it's the branch that the issue templates load from.)
2024-11-24 22:58:59 -05:00