diff options
| author | jussi | 2024-11-21 23:25:28 +0200 |
|---|---|---|
| committer | jussi | 2024-11-21 23:25:28 +0200 |
| commit | c9ebe23d6282e96b410dc7687e0be1c4f3ba1b4d (patch) | |
| tree | dfd26a87fb2b2f702f77728b98a1e6c193684631 /changelog | |
| parent | d96e33bb1772c28f630de32e09201c0cdea6f896 (diff) | |
| download | reilua-enhanced-c9ebe23d6282e96b410dc7687e0be1c4f3ba1b4d.tar.gz reilua-enhanced-c9ebe23d6282e96b410dc7687e0be1c4f3ba1b4d.tar.bz2 reilua-enhanced-c9ebe23d6282e96b410dc7687e0be1c4f3ba1b4d.zip | |
RL.config and InitWindow.
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,8 +1,9 @@ ------------------------------------------------------------------------ -Release: ReiLua version 0.9.0 Using Raylib 5.5 and Forked Raygui 4.0 +Release: ReiLua version 0.9.0 Using raylib 5.5 and Forked Raygui 4.0 ------------------------------------------------------------------------ KEY CHANGES: - CHANGE: Switch to raylib 5.5. + - CHANGE: InitWindow is not called anymore before main.lua is called, but still is before RL.init. DETAILED CHANGES: - CHANGE: Is*Ready to Is*Valid functions. @@ -22,6 +23,9 @@ DETAILED CHANGES: rlBindFramebuffer, rlColorMask and rlSetUniformMatrices. - ADDED: Vector2Min, Vector2Max, Vector2Refract, Vector3MoveTowards, Vector3CubicHermite, QuaternionCubicHermiteSpline, MatrixDecompose and Vector4* functions. + - ADDED: RL.config function. + - ADDED: InitWindow. Can be called from RL.config. If not, will be called automatically before RL.init. + (Curiously InitWindow is function #1057. Before that it was only called automatically.) ------------------------------------------------------------------------ Release: ReiLua version 0.8.0 Using Raylib 5.0 and Forked Raygui 4.0 |
