Skip to content

Multiplayer: Split front_landview.c into two files#4731

Merged
Loobinex merged 3 commits intodkfans:masterfrom
rainlizard:fix-slap-animation30
May 5, 2026
Merged

Multiplayer: Split front_landview.c into two files#4731
Loobinex merged 3 commits intodkfans:masterfrom
rainlizard:fix-slap-animation30

Conversation

@rainlizard
Copy link
Copy Markdown
Contributor

@rainlizard rainlizard commented May 5, 2026

One of the reasons landview netcode has been difficult to deal with is because it's been entangled with regular landview, an almost 2000 line file. So to reduce complexity I've extracted out a new file: front_landview_multiplayer.c.

The code already treated FeSt_NETLAND_VIEW as something distinct from FeSt_LAND_VIEW and there was already a bunch of frontnetmap_*() and frontmap_*() alternate versions of functions, so the split seems like a natural fit.

I also fixed #4709, #4715, #4665 and added sound effects.

@Loobinex Loobinex requested review from Loobinex and removed request for Loobinex May 5, 2026 16:46
@rainlizard rainlizard marked this pull request as draft May 5, 2026 18:07
@rainlizard rainlizard marked this pull request as ready for review May 5, 2026 18:11
@Loobinex Loobinex merged commit 60f84e5 into dkfans:master May 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multiplayer landview No slapping anim with delta time enabled

3 participants