Ray
f9e6c85cce
Update rexm.c
4 months ago
Ray
9b99c5b04e
REXM: Adding some `UpdateSourceMetadata()` -WIP-
4 months ago
Ray
64641c6a01
Update raudio.c
4 months ago
Ray
dd0587e12a
Update shaders_texture_drawing.c
4 months ago
Ray
2e376c6f5b
Update shaders_spotlight.c
4 months ago
Ray
48eac60171
REVIEWED: Potential issue with animated normals on OpenGL 1.1
4 months ago
Ray
2a295210fb
Update shaders_spotlight.c
4 months ago
Ray
1008066644
Removed `core_loading_thread` project
4 months ago
Ray
a7e62e73d8
REXM: REMOVE: example: `core_loading_thread`
This example was POSIX only and had some special requirements for web, it made it more difficult to be managed from collection standard examples format.
It will be re-added in the `others` category, that is not processed for web.
4 months ago
Ray
5cbe013273
REXM: RENAME: example: `models_skybox` --> `models_skybox_rendering`
4 months ago
Ray
d8ee8a45c4
REXM: RENAME: example: `textures_draw_tiled` --> `textures_tiled_drawing`
4 months ago
Ray
33327760f1
REXM: RENAME: example: `text_draw_3d` --> `text_3d_drawing`
4 months ago
Ray
785ad4015c
REXM: RENAME: example: `textures_polygon` --> `textures_polygon_drawing`
4 months ago
Ray
cadd28e5a0
REXM: RENAME: example: `text_raylib_fonts` -> `text_sprite_fonts`
4 months ago
Ray
2cb387b50a
REVIEWED: Font atlas image generation, added some comments #5141
4 months ago
Ray
f53cd449ce
Update config.h
4 months ago
Nikolas
b7eda8159c
[build.zig] Make X11 the default display backend instead of choosing at runtime ( #5168 )
4 months ago
Ray
64d6a90d48
REXM: RENAME: example: `text_unicode` --> `text_unicode_emojis`
4 months ago
Ray
3a0c8009af
Update rexm.c
4 months ago
Ray
d1768d387c
Update utils.c
4 months ago
Ray
c579eef4b7
REVIEWED: Examples section comments, for better organization and consistency
4 months ago
Ray
1fa3c15942
Revert "add const qualifier to the first arg of TextJoin ( #5166 )"
This reverts commit 4e8d08523f .
4 months ago
JohnnyCena123
4e8d08523f
add const qualifier to the first arg of TextJoin ( #5166 )
* add const qualifier to the first arg of TextJoin
* Update raylib_api.* by CI
* Update raylib.h
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ray <raysan5@gmail.com>
4 months ago
Ray
cb6a64843c
Remove raylib logs
4 months ago
Ray
4fa8e23efc
Update rexm.c
4 months ago
Ray
1dfff2252d
rexm update
4 months ago
Ray
cf61a8b888
REXM: Update examples report
4 months ago
Ray
bcd46fb36b
Update rexm.c
4 months ago
Ray
9fab2c8a13
REVIEWED: example: `text_unicode_ranges`
4 months ago
Ray
0fd5a1a3f5
REDESIGNED: example: `text_unicode_ranges`
4 months ago
Ray
d5ea6a87d9
Merge branch 'master' of https://github.com/raysan5/raylib
4 months ago
github-actions[bot]
17d9927a4f
Update raylib_api.* by CI
4 months ago
Ray
b16d14f5ed
Update text_font_sdf.c
4 months ago
Ray
29ce5d8aa9
WARNING: BREAKING: `LoadFontData()` redesigned, added parameter
This redesign is a big improvement on font loading time and memory requirements. It only loads glyphs available on font from requested codepoints and only processes those glyphs for packaging. When processing +10K codepoints (CJK), the loading time improves considerably.
4 months ago
Ray
aa475b1046
REVIEWED: Code sections description for consistency
4 months ago
Ray
8b3c68f8b5
Update core_random_sequence.c
4 months ago
Ray
8f32c502a7
REVIEWED: Code sections definition
4 months ago
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
4 months ago
Ray
864459cbd2
Update core_3d_camera_fps.c
4 months ago
Ray
e18d167c8f
REVIEWED: New examples added renaming, avoid duplicated .sln GUIDs
4 months ago
Ray
1777da9056
REVIEWED: Avoid realloc() calls, small security improvement
4 months ago
Ray
6226abb0d3
Merge branch 'master' of https://github.com/raysan5/raylib
4 months ago
Ray
708c1539e4
Update rtextures.c
4 months ago
github-actions[bot]
917533224f
Update raylib_api.* by CI
4 months ago
Ray
0a92c863c4
Reverted const codepoints to avoid warnings
4 months ago
Ray
12ce72c32d
REVIEWED: `ExportImage()`
4 months ago
wileyanderssen
998a18b641
removed macro that does nothing ( #5163 )
4 months ago
github-actions[bot]
223feca13a
Update raylib_api.* by CI
4 months ago
0_stamina
7d07d21ee5
Update Camera3D.fovy description in raylib.h ( #5164 )
Previously stated it was the near plane width in orthographic, in actuality it's the height. The wording has been fixed, with added clarity that it's in world units so no conversion is needed.
4 months ago
Ray
82d65e110a
Update build status badges
4 months ago