From ae1d0b65f16b24f2e0db39cb8baef4af57b2a12f Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 17 Mar 2024 10:38:30 +0200 Subject: Round and pubsub lib. --- changelog | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'changelog') diff --git a/changelog b/changelog index 87ad600..091498b 100644 --- a/changelog +++ b/changelog @@ -2,13 +2,8 @@ Release: ReiLua version 0.8.0 Using Raylib 5.0 and Forked Raygui 4.0 ------------------------------------------------------------------------ KEY CHANGES: - - CHANGE: GetBufferData takes also position and length arguments. - - ADDED: LoadImageFromData. - CHANGE: Process renamed to update to be more inline with naming of raylib and common convention. - - ADDED: Raygui lib tooltip. - ADDED: apiScanner.lua for searching unimplemented functions from raylib. - - ADDED & CHANGE: ImageText. ImageTextEx is now equivalent to raylib function and old ImageText. - - ADDED & CHANGE: MeasureText. MeasureTextEx is now equivalent to raylib function and old MeasureText. - ADDED Automation events. DETAILED CHANGES: @@ -32,6 +27,13 @@ DETAILED CHANGES: - ADDED: Custom frame control functions. - REMOVED: GetPixelColor. Deviates too much from raylib function. - ADDED: EnableEventWaiting and DisableEventWaiting. + - CHANGE: GetBufferData takes also position and length arguments. + - ADDED & CHANGE: ImageText. ImageTextEx is now equivalent to raylib function and old ImageText. + - ADDED & CHANGE: MeasureText. MeasureTextEx is now equivalent to raylib function and old MeasureText. + - ADDED: LoadImageFromData. + - ADDED: Raygui lib tooltip. + - ADDED: Round. + - ADDED: PubSub lib. ------------------------------------------------------------------------ Release: ReiLua version 0.7.0 Using Raylib 5.0 and Forked Raygui 4.0 -- cgit v1.2.3