Commit Graph

63 Commits

Author SHA1 Message Date
jussi
e26bb8603c RL.load and RL.unload functions for memory leak debugging. SoundAlias garbage collection. 2025-05-24 23:56:42 +03:00
jussi
6a4f8ab4a3 SetImageData. 2025-05-02 16:09:33 +03:00
jussi
38d41e2457 UpdateTexture and UpdateTextureRec now take pixel data as Buffer. 2025-01-31 15:26:20 +02:00
jussi
cdb719b239 EXPOSE_API_SYMBOLS, SetShaderValueWithBuffer and SetShaderValueVWithBuffer. 2024-12-10 21:50:10 +02:00
jussi
4c0eb17a9c New raylib 5.5 functions. 2024-11-21 00:11:31 +02:00
jussi
479726a5e4 Initial switch to raylib 5.5. 2024-11-20 18:23:42 +02:00
jussi
35e73465ac LoadBufferFormatted, SetBufferData and CopyBufferData. Compressed resource file example. 2024-08-27 21:41:31 +03:00
jussi
b011b2ca4e GetRayBoxCells fix. 2024-08-05 23:35:57 +03:00
jussi
528f3f3d82 Raymath *Equals functions return bool instead of int. 2024-07-06 01:03:02 +03:00
jussi
f3dbe7d24b Unload functions clear object to 0 so they would not be ready in Is*Ready. 2024-05-29 22:44:36 +03:00
jussi
e84be85254 Indentation fix. 2024-05-10 11:13:32 +03:00
jussi
47ed28b006 Added various missing functions. 2024-02-25 14:06:59 +02:00
jussi
836c9d1d00 Pointer variable declaration style change. 2024-02-18 19:46:50 +02:00
jussi
9de10be468 LoadImageFromData. 2024-02-17 00:49:57 +02:00
jussi
70a2bcba18 Rest of font loading/unloading functions. GlyphInfo type to userdata. GlyphInfo management functions. 2024-01-03 18:23:19 +02:00
jussi
9884c544bb DrawTextureNPatchRepeat. 2023-12-19 02:02:26 +02:00
jussi
ba4595305f RLGL Hello triangle example. 2023-12-14 23:08:19 +02:00
jussi
aa03fffcb3 Raygui textures with SetShapesTexture. 2023-11-30 02:50:00 +02:00
jussi
05eaafb79e Initial changes for Raylib 5.0 and some missing functions. 2023-11-20 21:04:53 +02:00
jussi
7765a23a2c LoadImageRaw, LoadImageAnim and LoadImageFromMemory. Version 0.6. 2023-11-20 16:20:11 +02:00
jussi
8effd050ff Organized shapes, textures, audio, text, lights and gui functions. 2023-11-09 22:02:59 +02:00
jussi
e056446750 Organized core functions. 2023-11-09 21:24:58 +02:00
jussi
e61823b8bb LoadFontEx fix. DrawTextBoxed and DrawTextBoxedSelectable From raylib [text] example - Rectangle bounds. 2023-11-01 23:36:31 +02:00
jussi
b9903277bc Merged uluaGet*Index functions to uluaGet* functions. 2023-10-31 17:15:48 +02:00
jussi
c3295e014d Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and check function. 2023-10-30 22:40:20 +02:00
jussi
d287078c65 Userdata objects can be referenced with lightuserdata. 2023-10-30 00:04:11 +02:00
jussi
fcd2d2d8b5 LoadTextureFromData and LoadRenderTextureFromData. Documentation updates. 2023-10-29 18:36:23 +02:00
jussi
0df40e2ac0 Shapes, RLGL, Math, Gui and Easings to new style. 2023-10-29 15:21:10 +02:00
jussi
76911d45a8 New object types for all types. 2023-10-29 13:21:42 +02:00
jussi
fd49d806cf New object types for Wave, Sound, Music and Light. 2023-10-28 16:42:49 +03:00
jussi
af03c7364e New object type Font. 2023-10-28 14:15:20 +03:00
jussi
7ef87c8e2f New object types for Image, Texture, RenderTexture, Camera2D, Camera3D and Shader. 2023-10-27 22:53:56 +03:00
jussi
6be8d71fac Release v0.5. 2023-10-27 01:16:03 +03:00
jussi
7af7e70031 Renamed start, end arguments to a, b to avoid using Lua keyword end in argument names. 2023-10-15 18:54:19 +03:00
jussi
c3352b8ed7 isValidRenderTexture fix. 2023-10-11 15:19:54 +03:00
jussi
6e17282197 GetFontTexture. 2023-08-24 20:19:13 +03:00
jussi
b7b46ada04 Vertex buffers state and Shader state functions. Vertex buffers management WIP. 2023-08-17 18:33:50 +03:00
jussi
5438a70b0a logLevelInvalid for bad function calls and invalid data formats. 2023-08-04 22:21:40 +03:00
jussi
560ff1a208 Camera2D and Camera3D can be given as tables. 2023-06-01 23:56:14 +03:00
jussi
8008ebf1b0 New rlgl functions and texture can be given as table. 2023-06-01 20:35:06 +03:00
jussi
1e58f551bb UnloadTexture did not set texture id to NULL. 2023-05-09 23:48:09 +03:00
jussi
429a9dff96 uluaGetBoundingBoxIndex, IsTextureReady. 2023-05-06 23:40:27 +03:00
jussi
acc56fc7c2 Texture now can be either Texture or RenderTexture. No need to change texture source anymore. 2023-05-01 18:23:36 +03:00
jussi
6938cdbaed LoadShaderFromMemory fix. 2023-04-10 16:05:45 +03:00
jussi
6dad6544d7 Audio and shapes now use new argumet style. 2023-04-07 21:24:14 +03:00
jussi
22f70cf06f textures and core new argument style. 2023-04-07 18:47:48 +03:00
jussi
3cc1af265f GenImagePerlinNoise and GenImageText. Get indexed functions for types. 2023-04-07 15:09:27 +03:00
jussi
9e7f538a38 Vector2LineAngle and more Color functions. 2023-04-06 22:17:33 +03:00
jussi
fe15e836bd Switched to Raylib vertion 4.5. Removed some functions and added others. Main changes to camera3D. 2023-04-06 19:19:44 +03:00
jussi
2526c9732e All global variables and functions are not in global RL table. doc_parser creates also ReiLua_API.lua. 2023-04-06 12:31:37 +03:00