Ray
0295ab968c
Update README.md
2022-07-07 19:14:08 +02:00
Ray
ab23e2f130
Merge branch 'master' of https://github.com/raysan5/raylib
2022-07-07 19:12:44 +02:00
Ray
61695c5315
Added some examples screenshots
2022-07-07 19:12:37 +02:00
Ray
4e763b4aa3
Update example reviews raylib versions
2022-07-07 19:07:09 +02:00
Ray
870b7fa05f
Added new examples to Makefile
2022-07-07 18:29:06 +02:00
Ray
ff838b48fd
UPDATED: examples: Assigned **DIFFICULTY LEVELS**!
2022-07-07 14:34:38 +02:00
Ray
8e229ada1d
ADDED: example: `textures_gif_player`
2022-07-07 12:15:55 +02:00
Ray
e121058eb6
RENAMED: example: textures_rectangle -> textures_sprite_anim
2022-07-07 12:09:30 +02:00
Ray
e3ff5f3dc2
ADDED: example: `textures_fog_of_war`
2022-07-07 11:13:45 +02:00
Ray
9e97a2c4a1
ADDED: example: `core_window_should_close`
2022-07-07 11:07:41 +02:00
Ray
8f65cb1d94
ADDED: example: `text_codepoints_loading`
2022-07-07 01:00:57 +02:00
Ray
7fb7591e4f
Update raylib.h
2022-07-05 13:27:07 +02:00
Ray
e722a8dbef
WARNING: BREAKING: REMOVED: `*StorageValue()` functions
...
Those functions were platform dependent and user has no control over the file created. They have been removed from raylib and just moved to `core_storage_values` example.
2022-07-05 13:24:14 +02:00
Ray
e0f0a5f663
REMOVED: `GenMeshBinormals()`, actually, never implemented
2022-07-05 12:55:51 +02:00
Ray
d0f53db65f
REMOVED: example: core_quat_conversion
2022-07-05 00:54:50 +02:00
Ray
cd53531050
Added some comments
2022-07-05 00:50:23 +02:00
Ray
bf07d17cec
REMOVED: example: core_quat_conversion
...
This example requires a complete remake to be more clear. Also current quaternion maths could have issues.
2022-07-05 00:50:04 +02:00
Ray
5c5db2c016
Update rlgl_compute_shader.c
2022-07-04 18:34:38 +02:00
Ray
c6c71fe73c
REVIEWED: `DrawMesh()` #2511
...
Disable color vertex attribute if not provided by mesh
2022-07-04 17:47:47 +02:00
Ray
850321cf2b
Update ROADMAP.md
2022-07-03 13:37:17 +02:00
Ray
f579a3a708
REVIEWED: `DecompressData()`
2022-07-03 11:11:50 +02:00
Ray
061e828524
REVIEWED: example: gltf models loading -WIP-
2022-07-01 14:02:30 +02:00
Omer Kilinc
b84fc30284
Fixed various grammar mistakes ( #2559 )
...
* Fixed various grammar mistakes
* Fixed various grammar mistakes
* Update README.md
2022-07-01 13:47:50 +02:00
Ray
9be186624c
REVIEWED: `DrawBillboard*()`
2022-06-29 21:56:19 +02:00
Ray
61e691d94f
Remove unneeded `rlPushMatrix()`
2022-06-27 13:27:16 +02:00
Ray
e9fcc8a391
Update CHANGELOG
2022-06-26 19:46:13 +02:00
Ray
da5d04061e
Updated PLATFORM_RPI info #2547
2022-06-25 12:10:28 +02:00
Ray
e4972f4cdd
REMOVED: Physac projects #2551
2022-06-24 20:44:40 +02:00
Ray
1211047e1c
Removed physac #2543
2022-06-24 11:09:12 +02:00
veclavtalica
63568721f9
fix: precision loss, discard unused ( #2541 )
2022-06-24 10:59:31 +02:00
Richard Smith
3c3f08c416
Fix CMake build on Raspberry Pi OS Bullseye ( #2548 )
2022-06-24 10:50:24 +02:00
Hanaxar
6f231ea9ac
Fix signedness in rlBindImageTexture ( #2539 )
...
rlGetGlTextureFormats was expecting unsigned int, corrected variables according to that.
2022-06-23 12:23:14 +02:00
veclavtalica
b1fb469e0d
fix: small things in CONVENTIONS.md ( #2536 )
2022-06-23 08:03:16 +02:00
Ray
d7a0b46006
Update rlights.h
2022-06-22 00:35:06 +02:00
Ray
77b9ca50e0
Update shaders_basic_lighting.c
2022-06-22 00:35:04 +02:00
Ray
3879decb9f
REVIEWED: example: shaders_mesh_instancing
...
Simplified example
2022-06-21 21:06:03 +02:00
Ray
371aa0fe7f
Update rlgl.h
2022-06-21 20:59:54 +02:00
Ray
5044ce9de3
Reviewed batch buffer overflow #2526
2022-06-21 20:28:50 +02:00
Ray
68c7cc0cc4
minor tweak
2022-06-21 19:53:28 +02:00
Ray
c1b01c0d5d
Added new comment to examples
2022-06-21 19:53:18 +02:00
Dan Bechard
8bd3ecaa66
Share PCM streaming buffer to reduce dynamic allocations ( #2532 )
2022-06-21 19:26:21 +02:00
Ray
0afa79067b
Revert "Update rlgl.h"
...
This reverts commit 8fe6bfabbf
.
2022-06-18 20:47:49 +02:00
Ray
5426262ae6
REVIEWED: `IsFileExtension()` #2530
...
Max file extension size set to 16
2022-06-18 20:44:15 +02:00
Ray
8fe6bfabbf
Update rlgl.h
2022-06-18 19:24:11 +02:00
Ray
6f3b2a7661
Update rlgl.h
2022-06-18 16:22:47 +02:00
Ray
c1d9489294
Update rcore.c
2022-06-18 16:22:42 +02:00
Ray
8d9c45a08a
tweak
2022-06-17 21:24:59 +02:00
Ray
d4f60f8303
REVIEWED: `LoadDroppedFiles()`, fixed issues
2022-06-17 12:06:58 +02:00
The Tophat Demon
a6e31cadbd
Changed ExportFontAsCode to use given font's padding. ( #2525 )
2022-06-17 00:12:21 +02:00
Roy Qu
0964353073
fix: round off error in ColorAlphaBlend ( #2524 )
2022-06-16 14:47:46 +02:00