Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loadout restrictions (removal and donation tier) #403

Merged
merged 28 commits into from
Jul 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d697a19
initial commit
larentoun Jul 17, 2024
9a95c72
donation tiers
larentoun Jul 17, 2024
3ee2856
fix giving donator items without donator
larentoun Jul 17, 2024
1e8d9a2
categorize dm files
larentoun Jul 17, 2024
d819ce3
update database
larentoun Jul 19, 2024
ab31713
rename table
larentoun Jul 20, 2024
29a0e1f
220 removal
larentoun Jul 20, 2024
2d1118b
Update SQL/bandastation/bandastation_update.sql
larentoun Jul 22, 2024
50d3e00
Update SQL/bandastation/bandastation_update.sql
larentoun Jul 22, 2024
376575a
tochat once
larentoun Jul 22, 2024
1dfba50
evade police
larentoun Jul 22, 2024
e25186c
Merge branch 'loadout-restrictions' of https://github.com/larentoun/t…
larentoun Jul 22, 2024
5479ab3
change table to a new one
larentoun Jul 22, 2024
43afbd0
give admins tier 3 for now
larentoun Jul 22, 2024
01a4c05
it is already summed
larentoun Jul 22, 2024
d563984
ladder police
larentoun Jul 22, 2024
56e5fe9
use proc to get donator levels
larentoun Jul 22, 2024
6c83ab4
admins get 3 level
larentoun Jul 22, 2024
b97bfe9
i hate deserialize
larentoun Jul 22, 2024
6b7146b
it's the best I can do
larentoun Jul 22, 2024
da4ea93
Merge branch 'master' into loadout-restrictions
larentoun Jul 23, 2024
5f5f449
review
larentoun Jul 24, 2024
b3339f1
Merge branch 'loadout-restrictions' of https://github.com/larentoun/t…
larentoun Jul 24, 2024
3842758
Merge branch 'master' into loadout-restrictions
larentoun Jul 24, 2024
84da6f4
will it fix tests?
larentoun Jul 24, 2024
ac7c953
comment
larentoun Jul 24, 2024
e3ce445
it also needs procs, alright...
larentoun Jul 24, 2024
590f587
review
larentoun Jul 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update SQL/bandastation/bandastation_update.sql
Co-authored-by: Gaxeer <44334376+Gaxeer@users.noreply.github.com>
larentoun and Gaxeer authored Jul 22, 2024
commit 2d1118b1bb84b2e08bbfedd4b6b7291e88a42491
2 changes: 0 additions & 2 deletions SQL/bandastation/bandastation_update.sql
Original file line number Diff line number Diff line change
@@ -40,8 +40,6 @@ CREATE TABLE `admin_wl` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

DROP TABLE IF EXISTS `player_donation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `player_donation` (
`ckey` varchar(32) NOT NULL,
`tier` int(2),