Commit Graph

59 Commits

Author SHA1 Message Date
TSnake41 e7b59f1537 Update binding and LuaJIT 2022-04-12 23:39:43 +02:00
TSnake41 6f4cc3bba7 Update binding 2022-03-12 14:06:03 +01:00
TSnake41 c008f46e82 Update binding 2022-02-15 12:45:32 +01:00
TSnake41 2eee7452d2 Update binding 2021-12-29 13:21:32 +01:00
TSnake41 262a663355 raylua v4.0a 2021-11-04 20:48:32 +01:00
TSnake41 95d558cb98 Fix dll issues on Windows 2021-11-04 20:43:28 +01:00
TSnake41 f501ca9512 Update binding
Build by default for OpenGL 4.3 (may be changed in the future)
Now consider LUA_PATH environment variable.
2021-10-17 00:00:01 +02:00
TSnake41 3546bf9724 Add compute shader support from TSnake41/raylib 2021-10-14 21:13:34 +02:00
TSnake41 8815751ac9 Early work on raylib 4.0, updated all submodules 2021-10-02 19:03:57 +02:00
TSnake41 353b431aef raylua v3.7 2021-05-02 12:11:49 +02:00
TSnake41 3c68c3cfb9 Use callback API when applicable, implement MusicStream from payload.
Update proper example.
2021-05-01 22:30:32 +02:00
TSnake41 004ac65b28 Initial raylib v3.7 version. 2021-05-01 20:21:00 +02:00
TSnake41 5a8a6feee6 WIP raylib binding update 2021-04-22 19:05:57 +02:00
TSnake41 89e0058bb4 Update binding, update LuaJIT to Tarantool's fork. 2021-02-16 22:25:45 +01:00
TSnake41 88b7d0f17e Update raylib and raygui binding. 2021-01-28 23:42:11 +01:00
TSnake41 e4eb705aa6 raylua v3.5a 2020-12-25 17:38:47 +01:00
TSnake41 0d06ef4ea9 raylua v3.5-pre1 2020-12-21 13:42:18 +01:00
Astie Teddy 49de44490e Update binding, add embedding logo demo. 2020-11-16 16:18:24 +01:00
Astie Teddy 062f5c3359 Improve building and DRM support 2020-10-07 12:40:58 +02:00
Astie Teddy fc082f0837 Update raylib binding. 2020-10-07 12:28:06 +02:00
Astie Teddy 3e28c06db5 Update binding. 2020-09-18 18:10:29 +02:00
Astie Teddy 2914f26360 Update binding
No longer use fork : Use Load*FromMemory where possible
Fix builder issues
Improve error handling (stacktrace)
2020-09-17 17:37:13 +02:00
Astie Teddy 23a823b6d1 bool type fix 2020-09-05 20:42:56 +02:00
Astie Teddy c638c0d813 raylua v3.1-dev1 2020-09-05 16:31:48 +02:00
Astie Teddy f0aeb8da0e raylua v3.0f 2020-09-05 16:27:50 +02:00
Astie Teddy 8d7f4b0dbc Update binding, more compatibility informations. 2020-09-05 16:15:31 +02:00
TSnake41 44a4b94d97 Some improvements and fixes for raylua.dll/raylua.so. 2020-08-19 16:58:45 +02:00
TSnake41 a35d5f4eaa raylua v3.0e 2020-08-08 17:34:52 +02:00
TSnake41 099595ae17 Update raylib, reimplement deprecated LoadImageEx
LoadImageEx is deprecated in this raylib version, for backward compatibility, it is reimplemented in Lua.
2020-08-08 17:32:04 +02:00
TSnake41 bd16e03fba Update raylib binding, raylua version v3.0d. 2020-05-26 21:40:13 +02:00
TSnake41 06d7c2f2da Add icon for Windows. 2020-05-10 13:43:22 +02:00
TSnake41 75a3b0033e Improve builder and self-detection. 2020-05-10 13:42:51 +02:00
TSnake41 db4c56cbd2 Don't mess with vector types. 2020-05-09 23:10:59 +02:00
TSnake41 10fe371292 Operator overloading. 2020-05-08 17:07:34 +02:00
TSnake41 9707ec75bc Add rl.new as alias of ffi.new. 2020-05-08 01:45:31 +02:00
TSnake41 c59880f170 Maybe fix some Mac OS X crash. 2020-05-08 01:42:43 +02:00
TSnake41 0eef1d6d90 Removed invalid append_file_offset from builder. 2020-05-07 21:45:39 +02:00
TSnake41 8edc258347 raylua v3.0c 2020-05-02 18:32:26 +02:00
TSnake41 e9586bed80 Add raylua.listfiles() 2020-04-11 15:27:37 +02:00
TSnake41 3d7a4ceaf0 raylua v3.0b 😎
Add support of asset loading from payload. (filesystem override)
Update raylib.
2020-04-10 21:32:36 +02:00
TSnake41 105775b651 Fix builder
Now, raylua_e can be used in the same way than LÖVE and luvi.
2020-04-01 18:18:06 +02:00
TSnake41 ce6a446b70 Make file offset appending unneeded. 2020-04-01 18:12:06 +02:00
TSnake41 dfbc283fed Fix execute bit on Unix-likes. 2020-04-01 13:16:15 +02:00
TSnake41 723e41b74a raylua 3.0a 2020-03-31 21:43:33 +02:00
TSnake41 aa786270b5 Improve repl and make output more consistent with raylib 3.0
Fix building issues.
Check for duplicated entries.
2020-03-31 21:34:23 +02:00
TSnake41 7a14562f25 Add various raylib modules. 2020-03-31 21:32:36 +02:00
TSnake41 70eb86dff8 Fix builder 2020-03-30 22:10:38 +02:00
TSnake41 770c989a8b Whitespace changes 2020-03-30 21:05:15 +02:00
TSnake41 99a4f8b6ea Add optional output argument for raylua builder. 2020-03-29 15:41:11 +02:00
TSnake41 42e0ff62db Add rl.ref and improve some parts of raylib.lua 2020-03-29 15:40:51 +02:00