Ray
851bb3120d
REXM: RENAME: example: `shaders_view_depth` --> `shaders_depth_rendering`
1 月之前
Ray
adda398e65
REXM: RENAME: example: `shapes_easings_rectangle_array` --> `shapes_easings_rectangles`
1 月之前
Ray
5ac0539481
REXM: RENAME: example: `shapes_easings_box_anim` --> `shapes_easings_box`
1 月之前
Ray
84baaa6ee7
REXM: RENAME: example: `shapes_easings_ball_anim` --> `shapes_easings_ball`
1 月之前
Ray
ede4547015
REXM: RENAME: example: `models_draw_cube_texture` --> `models_textured_cube`
1 月之前
Ray
d8f3b51a3f
REXM: RENAME: example: `models_animation` --> `models_animation_playing`
1 月之前
Ray
4a23ed698f
REXM: RENAME: example: `shaders_raymarching` --> `shaders_raymarching_rendering`
1 月之前
Ray
f4f3325e1e
REXM: RENAME: example: `shaders_spotlight` --> `shaders_spotlight_rendering`
1 月之前
Ray
11ca32493a
REXM: RENAME: example: `shaders_lightmap` --> `shaders_lightmap_rendering`
1 月之前
Ray
07070b81e8
REXM: RENAME: example: `shaders_shadowmap` --> `shaders_shadowmap_rendering`
1 月之前
Ray
6afc608477
REXM: RENAME: example: `shaders_normal_map` --> `shaders_normalmap_rendering`
1 月之前
Ray
4cf4c6645e
REXM: RENAME: example: `shaders_hybrid_render` --> `shaders_hybrid_rendering`
1 月之前
Ray
14bef50464
REXM: RENAME: example: `shaders_deferred_render` --> `shaders_deferred_rendering`
1 月之前
Ray
ab3e99fd30
REXM: RENAME: example: `models_cubicmap` --> `models_cubicmap_rendering`
1 月之前
Ray
463d069eff
REXM: RENAME: example: `models_heightmap` --> `models_heightmap_rendering`
1 月之前
Ray
b67e7ffc44
REXM: RENAME: example: `shapes_draw_circle_sector` --> `shapes_circle_sector_drawing`
1 月之前
Ray
16fbca2e8b
REXM: RENAME: example: `shapes_draw_rectangle_rounded` --> `shapes_rounded_rectangle_drawing`
1 月之前
Ray
266b8efbd6
REXM: Reviewed examples inconsistencies
1 月之前
Ray
688cf680c0
Update examples_list.txt
1 月之前
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
1 月之前
Ray
4020885c35
REXM: Reviewed `UpdateSourceMetadata()`
1 月之前
Ray
8544020023
Update required files for example rename
1 月之前
Ray
5373ede25c
REXM: Review examples source code header metadata for consistency
1 月之前
Ray
e1dfb4cd4e
Update shaders_normal_map.c
1 月之前
Ray
1bbd4c3566
REXM: RENAME: example: `shapes_draw_ring` --> `shapes_ring_drawing`
1 月之前
Ray
c0234e5e3d
REXM: RENAME: example: `textures_sprite_anim` --> `textures_sprite_animation`
1 月之前
Ray
02d004274c
Update rexm.c
1 月之前
Ray
2d19abb2cf
REXM: REVIEWED: Examples header info inconsistencies
1 月之前
Ray
e5cef3c0d8
REXM: Reviewed examples source code headers metadata
1 月之前
Ray
68a678a549
Update rexm.c
1 月之前
Ray
16a0b966c3
Update rexm.c
1 月之前
Ray
4af48fba74
REXM: REVIEWED: `UpdateSourceMetadata()` and `TextReplaceBetween()`
1 月之前
Ray
446f015ac5
Review formating
1 月之前
Ray
b2684a9c38
Merge branch 'master' of https://github.com/raysan5/raylib
1 月之前
Ray
86ec1c08c2
Update rexm.c
1 月之前
Eike Decker
bd810368b0
Fixing base64 decoding error when input string is bad ( #5170 )
The following code would crash the previous version when calling MemFree:
// 53 * A
const char maliciousBase64Input[] = "AAAAAAAAAAAAAAAAAAAAAAAA"
"AAAAAAAAAAAAAAAAAAAAAAAAAAAAA";
int decodedSize = 0;
unsigned char *decodedData = DecodeDataBase64(
maliciousBase64Input, &decodedSize);
if (decodedData) {
MemFree(decodedData);
}
The reason is a lack of array bound checks in the decoding loop, which
corrupted here the heap (though this is platform dependent).
Adding the bound checks here prevents the memory corruption.
Tested with encoding random data of sizes 0-1023 and comparing it
with the decoded result.
1 月之前
Ray
eb816898e5
Revert "Added creation-review years to examples"
This reverts commit b5e25916fc
.
1 月之前
Ray
84e606b8c7
Update rexm.c
1 月之前
Ray
1d4d8da3e9
Removed temp code to generate updated examples_list.txt
1 月之前
Ray
3e59797a68
REXM: ADDED: Read examples years created/reviewed info
ADDED: `UpdateSourceMetadata()`
1 月之前
Ray
424cdebda5
Updated examples_list.txt to include example year created/reviewed
Reviewed star used, aligned with empty star and examples header
1 月之前
Ray
b5e25916fc
Added creation-review years to examples
1 月之前
Ray
47bdfb91a2
Update README.md
1 月之前
Ray
8e52aee853
Update rtext.c
1 月之前
Ray
389800fd34
REXM: REVIEWED: `ScanExampleResources()`
1 月之前
Ray
43305c4865
REXM: ADDED: `RemoveVSProjectFromSolution()`
1 月之前
Ray
d980642421
Merge branch 'master' of https://github.com/raysan5/raylib
1 月之前
Ray
51aa8776bb
Update rtext.c
1 月之前
github-actions[bot]
55a1c58b64
Update raylib_api.* by CI
1 月之前
Ray
0203a47bf9
REDESIGNED: `LoadTextLines()`/`UnloadTextLines()`
1 月之前