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
Age
Commit message (
Expand
)
Author
2025-11-05
Prevent splash screens from being closeable
Indrajith K L
2025-11-05
Disable antialiasing for all fonts loaded via Lua API
Indrajith K L
2025-11-05
Adds Game Jam Ready Templates & ReiLua API Updates
Indrajith K L
2025-11-04
Merge pull request #7 from cooljith91112/feature/font-updates
Indrajith K L
2025-11-04
Use Oleaguid as default font instead of Raylib default
Indrajith K L
2025-11-04
Merge pull request #6 from cooljith91112/fixes/license-attributions
Indrajith K L
2025-11-04
Adds Attributions to font
Indrajith Latha
2025-11-03
Merge pull request #5 from cooljith91112/chore/editor-settings
Indrajith K L
2025-11-03
Add Zed editor configuration sample
chore/editor-settings
Indrajith K L
2025-11-03
Merge pull request #4 from cooljith91112/bugfix/fix-documentation-errors
Indrajith K L
2025-11-03
Fix documentation errors in README
bugfix/fix-documentation-errors
Indrajith K L
2025-11-03
Merge pull request #3 from cooljith91112/bugfix/fix-documentation-errors
Indrajith K L
2025-11-03
docs: fix README.md formatting and improve documentation clarity
Indrajith K L
2025-11-03
Merge pull request #2 from cooljith91112/chore/re-organize-files
Indrajith K L
2025-11-03
chore: fix build scripts to create build directory and update gitignore
Indrajith K L
2025-11-03
cleaned up root folder, organized files into docs/scripts/tools dirs
Indrajith K L
2025-11-03
Merge pull request #1 from cooljith91112/embedded-assets-support
Indrajith K L
2025-11-03
remove build folder
embedded-assets-support
Indrajith K L
2025-11-03
docs: clean up personal references for public use
Indrajith K L
2025-11-03
Update UPGRADE_SUMMARY.md with build scripts info
Indrajith K L
2025-11-03
Add build scripts and Windows icon/resources
Indrajith K L
2025-11-03
Update UPGRADE_SUMMARY.md with fix status and known changes
Indrajith K L
2025-11-03
Fix SEGV crash: Initialize window and font in stateInit()
Indrajith K L
2025-11-03
Add embedded assets, splash screens, and asset loading support
Indrajith K L
2025-11-03
Disable LUAJIT option to use liblua.a instead of missing libluajit.a
Indrajith Latha
2025-10-17
SetMusicPan was setting pitch fix.
jussi
2025-09-18
Fixed fast_tilemap and texture_atlas_repeat examples.
jussi
2025-09-09
Bit fastes uluaGet* functions for vectors, color, rectangle and quaternion.
jussi
2025-09-08
AudioStream management functions.
jussi
2025-08-30
DrawMeshInstanced takes transforms as Buffer.
jussi
2025-06-11
MeasureTextBoxed and DrawTextBoxedEx to DrawTextBoxed.
jussi
2025-06-11
uluaGet* pops lua stack correctly when userdata given in table.
jussi
2025-06-02
Frustum math from raylib extras.
jussi
2025-05-24
RL.load and RL.unload functions for memory leak debugging. SoundAlias garbage...
jussi
2025-05-14
DrawTextBoxed Color change escape sequence.
jussi
2025-05-03
DrawTextBoxed fix.
jussi
2025-05-02
SetImageData.
jussi
2025-04-09
RectPack.
jussi
2025-03-17
Fast tilemap example.
jussi
2025-03-14
SDL3 Events.
jussi
2025-03-12
Basic sdl3 support.
jussi
2025-03-12
Added rlDisableShader for SetShaderValue* functions.
jussi
2025-03-10
uluaPushTransform translation field name fix.
jussi
2025-02-10
Blendmode example refine.
jussi
2025-02-06
Blend modes example.
jussi
2025-01-31
UpdateTexture and UpdateTextureRec now take pixel data as Buffer.
jussi
2025-01-25
Atlas texture repeat example.
jussi
2025-01-17
SetBufferData takes table of values.
jussi
2025-01-17
Bitwise functions now use 64 bit integers.
jussi
2025-01-16
BUFFER_UNSIGNED_LONG and BUFFER_LONG.
jussi
[next]