From d74a505d406faf276a265beaf8925d6e8ff9cec0 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 3 Nov 2023 23:12:55 +0200 Subject: Compress/decompress and Encode/Decode DataBase64. --- changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'changelog') diff --git a/changelog b/changelog index d4f7bb7..a314732 100644 --- a/changelog +++ b/changelog @@ -35,7 +35,10 @@ DETAILED CHANGES: - ADDED: SetWindowIcons, SetWindowOpacity and GetWindowHandle. - CHANGED: Merged uluaGet*Index functions to uluaGet* functions. - FIXED: LoadFontEx. - - ADDED: DrawTextBoxed and DrawTextBoxedSelectable From raylib [text] example - Rectangle bounds + - ADDED: DrawTextBoxed and DrawTextBoxedSelectable From raylib [text] example - Rectangle bounds. + - ADDED: CompressData, DecompressData, EncodeDataBase64 and DecodeDataBase64. + - ADDED: GetBufferType and GetBufferSize. + - ADDED: Compress data example. ------------------------------------------------------------------------ Release: ReiLua version 0.5.0 Using Raylib 4.5 -- cgit v1.2.3