summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2023-08-18 15:01:58 +0300
committerjussi2023-08-18 15:01:58 +0300
commit3fc07a02d5213a88ebb555d3133af2746600cf61 (patch)
tree07517393d893aed465f97209c553f0f733544d3f /changelog
parentc911ba043116e9d0e321311ddf27b0170d74410b (diff)
downloadreilua-enhanced-3fc07a02d5213a88ebb555d3133af2746600cf61.tar.gz
reilua-enhanced-3fc07a02d5213a88ebb555d3133af2746600cf61.tar.bz2
reilua-enhanced-3fc07a02d5213a88ebb555d3133af2746600cf61.zip
Window events.
Diffstat (limited to 'changelog')
-rw-r--r--changelog8
1 files changed, 5 insertions, 3 deletions
diff --git a/changelog b/changelog
index 8129cad..e7002a0 100644
--- a/changelog
+++ b/changelog
@@ -17,9 +17,9 @@ KEY CHANGES:
- ADDED: rlgl Framebuffer management (fbo) functions
- ADDED: rlgl Framebuffer state functions
- ADDED: rlgl Textures management functions
- - ADDED: Texture and RenderTexture can be given as tables
- - ADDED: Camera2D and Camera3D can be given as tables
- - ADDED: Camera2D and Camera3D can be given as tables
+ - ADDED: Texture and RenderTexture can be referenced as tables
+ - ADDED: Camera2D and Camera3D can be referenced as tables
+ - ADDED: Camera2D and Camera3D can be referenced as tables
- ADDED: rlgl New defines
- ADDED: rlgl Textures state functions
- ADDED: rlgl Some Render batch management functions
@@ -33,6 +33,7 @@ KEY CHANGES:
- ADDED: rlgl Vertex buffers state.
- ADDED: rlgl Shader state.
- ADDED: RL.event function with input events.
+ - ADDED: Window events.
Detailed changes:
- FIXED: uluaGetRay was looking for integers instead of tables
@@ -96,6 +97,7 @@ Detailed changes:
- ADDED: GetTextureId
- ADDED: ImageDrawCircleLines
- ADDED: ImageBlurGaussian
+ - ADDED: Values for API.md
------------------------------------------------------------------------
Release: ReiLua version 0.4.0 Using Raylib 4.2