Reorder map loading
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
Two changes to the order of map loading that will become necessary with UDMF:
P_ProcessLinedefsAfterSidedefs
into P_LoadMapData
, where it really belongsP_LoadMapFromFile
, after all the functions that mess with the map data have been called.To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.