Skip to content
Snippets Groups Projects

Netarchive compare changes

Merged Nev3r requested to merge netarchive_compare_changes into next

This branch replaces the method used to compare in-game map changes before archiving them to send them to joining players. Instead of reading the original data from the map lumps, it instead stores a copy of the relevant map data right after it has been loaded in the level setup procedure. While it may be worth some MBs of extra memory usage, it is one the two only apparent ways to trivialize the netarchiving for different map formats (cough UDMF), the other one being reparsing the map data again everytime a new player joins (which we decided not to use).

Merge request reports

Checking pipeline status.

Approval is optional

Merged by avatar (Apr 12, 2025 5:13am UTC)

Merge details

  • Changes merged into master with 6fc325f3.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading