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

Mixtape Menu Restoration and "Matchmaking" Logic #694

Draft
wants to merge 37 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
569375b
Matchmaking Logic and Mixtape Playlists Update
Zanieon Aug 31, 2023
13a5ab0
Improvements: Show server name + desc on connect
Zanieon Sep 1, 2023
0a17581
Merge branch 'main' into mixtapemenu_matchmaking
Zanieon Sep 2, 2023
0a837ce
Merge branch 'main' into mixtapemenu_matchmaking
Zanieon Sep 4, 2023
5437831
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Oct 1, 2023
90e4e67
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Oct 3, 2023
8ef564f
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Oct 7, 2023
e328070
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Oct 9, 2023
a39c67f
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Oct 10, 2023
fcbf0ce
Merge remote-tracking branch 'upstream/main' into mixtapemenu_matchma…
Zanieon Oct 11, 2023
803d5b0
Update menu_lobby.nut
Zanieon Oct 11, 2023
b621bf8
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Oct 12, 2023
30ead23
Functionality update
Zanieon Oct 13, 2023
96f11fb
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Oct 19, 2023
ad9f862
Merge remote-tracking branch 'upstream/main' into mixtapemenu_matchma…
Zanieon Dec 15, 2023
405d182
Merge remote-tracking branch 'upstream/main' into mixtapemenu_matchma…
Zanieon Jan 6, 2024
9cf2b37
Merge remote-tracking branch 'upstream/main' into mixtapemenu_matchma…
Zanieon Jan 23, 2024
21bd254
Several improvements
Zanieon Jan 23, 2024
b903d0c
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Feb 3, 2024
b9fafb3
Merge branch 'main' into mixtapemenu_matchmaking
GeckoEidechse Feb 5, 2024
0b260a5
Merge remote-tracking branch 'upstream/main' into mixtapemenu_matchma…
Zanieon Feb 23, 2024
dd382d1
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Mar 18, 2024
1844e40
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Jun 21, 2024
7361941
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Jun 27, 2024
b177e7d
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Jul 5, 2024
e62517f
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Jul 7, 2024
1c3e45b
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Jul 9, 2024
667fa28
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Jul 20, 2024
f31ddf7
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Aug 7, 2024
23eb292
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Aug 25, 2024
4fe23fe
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Sep 10, 2024
7f4592b
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Sep 13, 2024
949a4a2
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Oct 3, 2024
3eac0f1
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Nov 16, 2024
ae5c87d
Merge branch 'R2Northstar:main' into mixtapemenu_matchmaking
Zanieon Nov 22, 2024
0bc866b
Update to new mod format
Zanieon Nov 23, 2024
ad59e1a
Globalize and move IsCoreMod function
Zanieon Nov 23, 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
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,13 @@ Press Yes if you agree to this. This choice can be changed in the mods menu at a
"SCOREBOARD_FASTBALL_HACKS" "Panels Captured"

"GAMEMODE_ctf_comp" "Competitive CTF"

"PL_privmatch" "Host Server"
"PL_privmatch_lobby" "Server Lobby"
"PL_privmatch_desc" "Host a listen server, in a map and mode of your choice. Up to 16 Players."

"MENU_FD_DIFFICULTY_SEARCH_5" "Search for all Frontier Defense games"
"MENU_HEADER_SERVER_LOBBY" "Server Lobby"

// mode settings
"MODE_SETTING_CATEGORY_PROMODE" "Promode"
Expand Down
Loading
Loading