index
:
reilua-enhanced
bugfix/fix-documentation-errors
chore/editor-settings
embedded-assets-support
main
A modified version of ReiLua with embedded main.lua, embedded assets, splash screens and asset loading system
Indrajith K L
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core.c
Age
Commit message (
Expand
)
Author
2023-11-15
GC_UNLOAD build time define and replaced with flag to change it at runtime.
jussi
2023-11-09
Organized core functions.
jussi
2023-11-05
ExportBuffer and LoadBufferFromFile.
jussi
2023-11-03
Compress/decompress and Encode/Decode DataBase64.
jussi
2023-10-31
Merged uluaGet*Index functions to uluaGet* functions.
jussi
2023-10-31
GlyphInfo type. Some new text and core functions.
jussi
2023-10-31
Shaders management functions.
jussi
2023-10-30
Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and che...
jussi
2023-10-30
Userdata objects can be referenced with lightuserdata.
jussi
2023-10-29
LoadTextureFromData and LoadRenderTextureFromData. Documentation updates.
jussi
2023-10-29
Shapes, RLGL, Math, Gui and Easings to new style.
jussi
2023-10-27
Core in new style.
jussi
2023-10-27
New object types for Image, Texture, RenderTexture, Camera2D, Camera3D and Sh...
jussi
2023-10-27
Release v0.5.
jussi
2023-10-26
Buffer userdata object and rlgl Vertex buffers management.
jussi
2023-08-04
logLevelInvalid for bad function calls and invalid data formats.
jussi
2023-07-02
LuaJIT compatibility.
jussi
2023-06-02
RLGL Textures state functions.
jussi
2023-06-01
Camera2D and Camera3D can be given as tables.
jussi
2023-06-01
New rlgl functions and texture can be given as table.
jussi
2023-05-09
UnloadTexture did not set texture id to NULL.
jussi
2023-05-01
Texture now can be either Texture or RenderTexture. No need to change texture...
jussi
2023-04-10
Camera3D lib. New camera3D functions.
jussi
2023-04-10
LoadShaderFromMemory fix.
jussi
2023-04-07
textures and core new argument style.
jussi
2023-04-06
Switched to Raylib vertion 4.5. Removed some functions and added others. Main...
jussi
2023-04-06
All global variables and functions are not in global RL table. doc_parser cre...
jussi
2023-03-30
GetKeyName and GetKeyScancode.
jussi
2023-02-15
RL_GetWindowSize renamed to RL_GetScreenSize.
jussi
2023-02-06
RL_LoadFontEx.
jussi
2022-12-10
RL_GetFileLength.
jussi
2022-12-08
ReiLuaGui File explorer.
jussi
2022-11-27
RL_LoadDirectoryFilesEx and separate option for doc_parser.
jussi
2022-08-19
Moved to raylib 4.2.0. Renamed some directory functions to raylib 4.2.0 conve...
jussi
2022-07-26
Create material using correct texture source.
jussi
2022-06-26
Get font info.
jussi
2022-06-19
RLGL line width functions.
jussi
2022-06-12
Rest of shapes draw functions.
jussi
2022-06-11
Rest of the core misc functions.
jussi
2022-06-05
Rest of input functions and camera system functions.
jussi
2022-05-18
Shader load functions argument fix. File drop and change directory.
jussi
2022-05-04
Camera2D.
jussi
2022-04-05
Lights.
jussi
2022-03-31
Screen-space related functions for 3DCamera.
jussi
2022-03-31
More window related functions.
jussi
2022-03-25
More raygui functions and updated to raygui v3.2-dev.
jussi
2022-03-24
Image export functions.
jussi
2022-03-10
Measure text.
jussi
2022-02-22
Documentation, heightmap example and custom begin and end draw.
jussi
2022-02-22
Touch and gestures.
jussi
[next]