-
- Downloads
Major refinement of Add-ons menu!
* Kill addonsresponselimit, which was a hacky solution to a stupid problem. Instead... * Allocate and consistently handle memory to store the name of an added file so we can reference it directly. * Replace the choice between ./ and a custom folder with the full, standard assortment of Default (usehome ? SRB2HOME : SRB2PATH), HOME (SRB2HOME), SRB2 (SRB2PATH) or Custom (cv_addons_folder.string). * Make these render as the name plus folder, since you can't go UP... from the top level. * Make the path seperators consistently system-based re PATHSEP. (Quite frankly, I'm surprised it even worked in the first place...)
Showing
- src/d_netcmd.c 6 additions, 0 deletionssrc/d_netcmd.c
- src/d_netfil.c 5 additions, 4 deletionssrc/d_netfil.c
- src/filesrch.c 17 additions, 7 deletionssrc/filesrch.c
- src/filesrch.h 1 addition, 0 deletionssrc/filesrch.h
- src/m_menu.c 40 additions, 39 deletionssrc/m_menu.c
- src/w_wad.c 10 additions, 0 deletionssrc/w_wad.c
Loading
Please register or sign in to comment