OpenTTD Source
20241108-master-g80f628063a
|
Allows scanning for scripts. More...
#include "../stdafx.h"
#include "../debug.h"
#include "../string_func.h"
#include "../settings_type.h"
#include "../script/squirrel.hpp"
#include "script_scanner.hpp"
#include "script_info.hpp"
#include "script_fatalerror.hpp"
#include "../network/network_content.h"
#include "../3rdparty/md5/md5.h"
#include "../tar_type.h"
#include "../safeguards.h"
Go to the source code of this file.
Data Structures | |
struct | ScriptFileChecksumCreator |
Helper for creating a MD5sum of all files within of a script. More... | |
Functions | |
static bool | IsSameScript (const ContentInfo *ci, bool md5sum, ScriptInfo *info, Subdirectory dir) |
Check whether the script given in info is the same as in ci based on the shortname and md5 sum. More... | |
Allows scanning for scripts.
Definition in file script_scanner.cpp.
|
static |
Check whether the script given in info is the same as in ci based on the shortname and md5 sum.
ci | The information to compare to. |
md5sum | Whether to check the MD5 checksum. |
info | The script to get the shortname and md5 sum from. |
Definition at line 198 of file script_scanner.cpp.
References ScriptInfo::GetShortName(), ScriptInfo::GetTarFile(), and ContentInfo::unique_id.
Referenced by ScriptScanner::FindMainScript(), and ScriptScanner::HasScript().