Commits on Source (9)
-
X.organic authored
The setup functions in P_AddWadFile have been split into groups for this purpose - the ones that take a wadnum argument, like R_AddSkins, and the ones that always iterate over every WAD, like P_InitPicAnims. The latter group is only called once in this scenario.
-
X.organic authored
Removes "dry runs" of P_MultiSetupWadFile on rejoin. Also makes P_AddWadFile DRY, this time as in "don't repeat yourself".
-
X.organic authored
Stage 0 is the only stage ever needed for clientside-safe ("unimportant") addon, thus the rest is skipped if only those are loaded. On server join, each stage is done in a separate tick.
-
X.organic authored
Needed if some partial loads have already been done.
-
X.organic authored
Use P_PartialAddGetStage() if you're not sure whether you've loaded any files already.
-
X.organic authored
-
X.organic authored
Showing
- src/d_clisrv.c 14 additions, 1 deletionsrc/d_clisrv.c
- src/d_netfil.c 1 addition, 1 deletionsrc/d_netfil.c
- src/dehacked.c 1 addition, 111 deletionssrc/dehacked.c
- src/p_setup.c 101 additions, 43 deletionssrc/p_setup.c
- src/p_setup.h 20 additions, 0 deletionssrc/p_setup.h
- src/r_data.c 19 additions, 30 deletionssrc/r_data.c