summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2022-12-02 22:53:51 +0200
committerjussi2022-12-02 22:53:51 +0200
commitbdbd475ae30b75aaad113f913ed9c70668b471b8 (patch)
tree6b9315484e64facf3d404e5c4a5d9d94bf6e55e1 /changelog
parent2479049e1a1cd754df486df0142fabe67723de72 (diff)
downloadreilua-enhanced-bdbd475ae30b75aaad113f913ed9c70668b471b8.tar.gz
reilua-enhanced-bdbd475ae30b75aaad113f913ed9c70668b471b8.tar.bz2
reilua-enhanced-bdbd475ae30b75aaad113f913ed9c70668b471b8.zip
ReiLuaGui basics done.
Diffstat (limited to 'changelog')
-rw-r--r--changelog8
1 files changed, 6 insertions, 2 deletions
diff --git a/changelog b/changelog
index b0a2e61..d44b08d 100644
--- a/changelog
+++ b/changelog
@@ -6,12 +6,16 @@ KEY CHANGES:
- ADDED: Lua interpreter mode.
- ADDED: Easings extra module.
- ADDED: exit function.
- - FIX: uluaGetNPatchInfo fix for RL_DrawTextureNPatch. Guess this was never tested and did not work at all >:E.
+ - FIXED: uluaGetNPatchInfo fix for RL_DrawTextureNPatch. Guess this was never tested and did not work at all >:E.
+ - ADDED: ReiLuaGui.
Detailed changes:
ADDED: Help argument.
CHANGED: Changed fuction name RL_rlSetLineWidth to RL_rlglSetLineWidth.
CHANGED: Changed fuction name RL_rlGetLineWidth to RL_rlglGetLineWidth.
-FIX: DrawRectangleGradient V and H expecting wrong amount of arguments.
+FIXED: DrawRectangleGradient V and H expecting wrong arguments.
ADDED: RL_LoadDirectoryFilesEx.
ADDED: Flag option (-s) for doc_parser.lua for exporting module APIs to separate files.
+FIXED: RL_DrawLineBezierQuad was called RL_DrawLineBezier in API.
+ADDED: Color lib.
+FIXED: RL_DrawEllipse and RL_DrawEllipseLines expecting wrong arguments.