diff options
| author | jussi | 2024-04-17 00:35:58 +0300 |
|---|---|---|
| committer | jussi | 2024-04-17 00:35:58 +0300 |
| commit | 70b40f67824b3d612235c382aa83821c054fa51e (patch) | |
| tree | 5d594cc457d6fed8af87e31977a0b9352677a4f5 /changelog | |
| parent | 41b67398247d9031aed4ca6e3ffd6799ec8b1bca (diff) | |
| download | reilua-enhanced-70b40f67824b3d612235c382aa83821c054fa51e.tar.gz reilua-enhanced-70b40f67824b3d612235c382aa83821c054fa51e.tar.bz2 reilua-enhanced-70b40f67824b3d612235c382aa83821c054fa51e.zip | |
Object libraries like Vector2 optimizations.
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
