Commit Graph

130 Commits

Author SHA1 Message Date
TSnake41
e846857ced Added EncodeDataBase64/DecodeDataBase64 that were missing. 2021-11-04 21:17:26 +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
0eca951b26 Update embedded ressources notice.
raylib-lua was able to load file from payload since 3c68c3cfb9
2021-10-24 13:25:58 +02:00
TSnake41
707d2309b1 Improve building and conditional declarations.
raylib-lua now manages properly `if defined` declarations.
2021-10-24 13:16:32 +02: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
9fa0231089 Merge branch 'compute-shaders' into v4.0-dev 2021-10-16 23:45:35 +02:00
TSnake41
144738427f Improve gitignore 2021-10-16 23:43:21 +02:00
TSnake41
89b1ebf081 Update saphire build system, now cleaner and more efficient. 2021-10-16 23:41:39 +02:00
TSnake41
37ef1b240c Add current saphire build system and auto-completion code 2021-10-14 21:15:36 +02:00
TSnake41
3546bf9724 Add compute shader support from TSnake41/raylib 2021-10-14 21:13:34 +02:00
TSnake41
1c94c52802 Update binding 2021-10-03 13:19:17 +02:00
TSnake41
969e64725e Add FSR and custom font examples. 2021-10-02 19:14:10 +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
7d11e0ea51 Update binding, add core_input_mouse example 2021-02-02 20:42:17 +01:00
TSnake41
88b7d0f17e Update raylib and raygui binding. 2021-01-28 23:42:11 +01:00
TSnake41
57f8548f4d Fix shapes_logo_raylib title 2020-12-29 14:04:56 +01:00
TSnake41
1fc022b604 Fixed various doc and make clean, added textures_software_rendering 2020-12-29 14:03:13 +01:00
TSnake41
e4eb705aa6 raylua v3.5a 2020-12-25 17:38:47 +01:00
TSnake41
a6e3c328a4 Merge branch 'v3.1-dev' 2020-12-21 13:43:30 +01:00
TSnake41
0d06ef4ea9 raylua v3.5-pre1 2020-12-21 13:42:18 +01:00
Astie Teddy
37a89f7b18 Add music in embedding demo. 2020-11-16 16:44:19 +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
67997f2434 Remove remaining travis comment 2020-09-18 22:48:09 +02:00
Astie Teddy
41e6e4546f Remove travis comments that fail parsing. 2020-09-18 22:46:41 +02:00
Astie Teddy
e5a8695cfd Travis fix 2020-09-18 22:43:12 +02:00
Astie Teddy
71697aae94 Fix travis issues maybe 2020-09-18 22:41:43 +02:00
Astie Teddy
91aeeecd9e Various CI improvements 2020-09-18 22:38:30 +02:00
Astie Teddy
c38be1d514 Use xenial instead of trusty for Linux builds. 2020-09-18 22:16:34 +02:00
Astie Teddy
def481e94b Another try to fix travis 2020-09-18 22:13:30 +02:00
Astie Teddy
7a512136b1 Try to fix travis 2020-09-18 22:09:25 +02:00
Astie Teddy
8048acd890 Add travis 2020-09-18 21:39:10 +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
0daa5e63ed Merge branch 'master' into v3.1-dev 2020-09-05 20:45:31 +02:00
Astie Teddy
b45c75e611 Debugger support part 2020-09-05 20:44:49 +02:00
Astie Teddy
9b9e9d3168 Indentation fixes 2020-09-05 20:44:37 +02:00
Astie Teddy
e0eca96a6d bool type fix 2020-09-05 20:43:51 +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
4562366781 Add models_waving_cubes example. 2020-09-05 16:16:15 +02:00
Astie Teddy
8d7f4b0dbc Update binding, more compatibility informations. 2020-09-05 16:15:31 +02:00