2021-09-02 Different updates
Patches
Fix import errors in 2021 clients.
Add patch Change all fonts logical size to fixed value. (by @4144).
Add patch Limit all fonts logical minimal size. (by @4144).
Add patch Limit all fonts logical maximum size. (by @4144).
Add patch Adjust all fonts logical size. (by @4144).
Add patch Set all fonts weight to fixed value. (by @4144).
Add patch Change all bold fonts weight to fixed value. (by @4144).
Add patch Change all normal fonts weight to fixed value. (by @4144).
Add patch Adjust all fonts weight to fixed value. (by @4144).
Add patch Change all fonts charset. (by @4144).
Add patch Change all fonts face. (by @4144).
Add patch Hide debugger. (by @4144).
Add patch Set high priority class for active client. (by @4144).
Add patch Set normal priority class for inactive client. (by @4144).
Add patch Add input delay. (by @4144).
Add patch Change Sleep delay in game loop. (by @4144).
Add patch Ignore most errors. (by @4144).
Add patch Use borderless mode in full screen. (by @4144).
Add patch Limit minimal width in all resolutions. (by @4144).
Add patch Limit minimal height in all resolutions. (by @4144).
Add patch Limit maximum width in all resolutions. (by @4144).
Add patch Limit maximum height in all resolutions. (by @4144).
Add patch Add close button to game window. (by @4144).
Add patch Use small titlebar in game window. (by @4144).
Add patch Show icon with error messages. (by @4144).
Add patch Plays sound instead of error message. (by @4144).
For devs
Add functions for fetch/set simple values: exe.fetchValueSimple, exe.SetValueSimple.
Add macro assembler command for read table var without validation: %tablevar0.
Add macro assembler command for resolve existing import: %import.
Add alternative start for macro assembler commands as "#%".
Add fetch functions: pe.fetchUQWord, pe.fetchUDWord, pe.fetchUWord, pe.fetchUByte, pe.fetchString.
Add functions for convert rva to va and rva to raw: pe.rvaToVa, pe.rvaToRaw.
Add functions for access pe header: pe.getPeHeader, pe.getOptHeader, pe.getSubSection, pe.getImageBase, pe.getImportTable.
Add function for insert dword: exe.insertDWord.
Add function for search/match many patch addresses: hooks.initHooks.
Add function for direct replace dword: pe.directReplaceDWord.
Add support for search/match imports in multi hooks.
Add object imports for access imports and function in it.
Other
Update tables.