Files | |
file | Autopatcher.h |
Autopatcher. | |
file | DownloadableFileDescriptor.h |
Autopatcher File Description. | |
file | Autopatcher.cpp |
Autopatcher Implementation. | |
file | DownloadableFileDescriptor.cpp |
Autopatcher File Description Implementation. | |
Classes | |
class | AutoPatcher |
Autopatcher Subsystem. More... | |
struct | DownloadableFileDescriptor |
File information. More... | |
Enumerations | |
enum | SetFileDownloadableResult { SET_FILE_DOWNLOADABLE_FAILED, SET_FILE_DOWNLOADABLE_FILE_NO_SIGNATURE_FILE, SET_FILE_DOWNLOADABLE_FILE_SIGNATURE_CHECK_FAILED, SET_FILE_DOWNLOADABLE_COMPRESSION_FAILED, SET_FILE_DOWNLOADABLE_SUCCESS } |
Result of action from the autopatcher. More... |
The Autopatcher subsystem provide automatic file updates to the client. The server set a list of file available for patching. If the files differs on the client, those file will be automatically updated. It depends on the zLib library to compress data. The latest version of this library is provided with the RakNet library.
|