Remove Map ID filter (previously it was just 0) #3

Merged
Quaternions merged 1 commits from fix-mapfilter into master 2024-07-22 00:40:44 +00:00
Owner

ID is unused and unwanted for MapFilter.

ID is unused and unwanted for MapFilter.
Quaternions added 1 commit 2024-07-22 00:09:25 +00:00
Owner

ID should just be removed as it's not an active filter item.

ID should just be removed as it's not an active filter item.
itzaname requested review from itzaname 2024-07-22 00:16:31 +00:00
Quaternions was assigned by itzaname 2024-07-22 00:16:37 +00:00
Quaternions force-pushed fix-mapfilter from b38e13a951 to 442e7724ed 2024-07-22 00:21:10 +00:00 Compare
Author
Owner

I like your idea better, I removed it

I like your idea better, I removed it
Quaternions changed title from Map ID should be an optional filter (previously it was just 0) to Remove Map ID filter (previously it was just 0) 2024-07-22 00:21:55 +00:00
itzaname requested changes 2024-07-22 00:24:01 +00:00
Dismissed
maps.proto Outdated
@ -42,3 +41,1 @@
optional string DisplayName = 2;
optional string Creator = 3;
optional int32 GameID = 4;
optional string DisplayName = 1;
Owner

If you don't renumber it, it's backwards compatible with an older client/server.

If you don't renumber it, it's backwards compatible with an older client/server.
Owner

Imagine commenting in the thread instead of the just the MR. 👎

Imagine commenting in the thread instead of the just the MR. 👎
Quaternions marked this conversation as resolved
Author
Owner

So the numbers do have a purpose

So the numbers do have a purpose
Quaternions force-pushed fix-mapfilter from 442e7724ed to debba86882 2024-07-22 00:27:56 +00:00 Compare
itzaname approved these changes 2024-07-22 00:31:47 +00:00
itzaname left a comment
Owner

LGTM

LGTM
Quaternions merged commit 2186c5cb96 into master 2024-07-22 00:40:44 +00:00
Quaternions deleted branch fix-mapfilter 2024-07-22 00:40:44 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: StrafesNET/protobufs#3
No description provided.