From 70b40f67824b3d612235c382aa83821c054fa51e Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 17 Apr 2024 00:35:58 +0300 Subject: Object libraries like Vector2 optimizations. --- changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'changelog') diff --git a/changelog b/changelog index 0224d49..c298294 100644 --- a/changelog +++ b/changelog @@ -7,6 +7,8 @@ KEY CHANGES: - ADDED Automation events. - CHANGE: Raygui lib callbacks to single table. - ADDED OpenGL Stencil management functions. + - CHANGE: Object libraries like Vector2 optimizations. Separated table argument style for new and set methods. + Option for pre generated temp objects. There was a lot of overhead on old new method. DETAILED CHANGES: - ADDED: GetBufferElementSize and GetBufferLength. @@ -40,6 +42,7 @@ DETAILED CHANGES: - ADDED: Raygui lib examples file browser. - CHANGE: Position argument added for GetCodepoint, GetCodepointNext and GetCodepointPrevious. - ADDED glEnable, glDisable, glGetString and glClear. + - ADDED Stencil reflection example. ------------------------------------------------------------------------ Release: ReiLua version 0.7.0 Using Raylib 5.0 and Forked Raygui 4.0 -- cgit v1.2.3