|
OpenTTD Source 20251104-master-g3befbdd52f
|
Helper for scanning for files with GRF as extension. More...
Public Member Functions | |
| bool | AddFile (const std::string &filename, size_t basepath_length, const std::string &tar_filename) override |
| Add a file with the given filename. | |
Static Public Member Functions | |
| static uint | DoScan () |
| Do the scan for GRFs. | |
Private Attributes | |
| std::chrono::steady_clock::time_point | next_update |
| The next moment we do update the screen. | |
| uint | num_scanned |
| The number of GRFs we have scanned. | |
Private Attributes inherited from FileScanner | |
| Subdirectory | subdir |
| The current sub directory we are searching through. | |
Additional Inherited Members | |
Private Member Functions inherited from FileScanner | |
| virtual | ~FileScanner ()=default |
| Destruct the proper one... | |
| uint | Scan (std::string_view extension, Subdirectory sd, bool tars=true, bool recursive=true) |
| Scan for files with the given extension in the given search path. | |
| uint | Scan (std::string_view extension, const std::string &directory, bool recursive=true) |
| Scan for files with the given extension in the given search path. | |
Helper for scanning for files with GRF as extension.
Definition at line 484 of file newgrf_config.cpp.
|
inline |
Definition at line 489 of file newgrf_config.cpp.
|
overridevirtual |
Add a file with the given filename.
| filename | the full path to the file to read |
| basepath_length | amount of characters to chop of before to get a filename relative to the search path. |
| tar_filename | the name of the tar file the file is read from. |
Implements FileScanner.
Definition at line 513 of file newgrf_config.cpp.
References _all_grfs, FillGRFDetails(), VideoDriver::GameLoopPause(), VideoDriver::GetInstance(), GRFConfig::GetName(), num_scanned, and UpdateNewGRFScanStatus().
|
inlinestatic |
Do the scan for GRFs.
Definition at line 497 of file newgrf_config.cpp.
References _settings_client, _skip_all_newgrf_scanning, ClientSettings::gui, GUISettings::last_newgrf_count, NEWGRF_DIR, num_scanned, and FileScanner::Scan().
Referenced by DoScanNewGRFFiles().
|
private |
The next moment we do update the screen.
Definition at line 485 of file newgrf_config.cpp.
|
private |
The number of GRFs we have scanned.
Definition at line 486 of file newgrf_config.cpp.