dan-hoang
ee4f4a29c2
[examples] Update audio_raw_stream.c ( #5637 )
* Update audio_raw_stream.c
* Update audio_raw_stream.c to more closely follow raylib coding conventions
* Update audio_raw_stream.c to more closely follow raylib coding conventions
I accidentally put the file in the wrong folder.
* Delete examples/audio_raw_stream.c
* Remove spaces before asterisks in comments in audio_raw_stream.c
* Put SetTargetFPS(30) before while (!WindowShouldClose()) in audio_raw_stream.c
3 dias atrás
Thomas Prowse
6cebf63cba
Change `GetRenderWidth()` to `GetScreenWidth()` for consistency ( #5635 )
4 dias atrás
Thomas Anderson
7b1096dc53
[raylib.h] fix audio pan comment ( #5633 )
* fix audio pan comment -- found by a.b.c.d.a.b.c.d
* rlparser: update raylib_api.* by CI
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
5 dias atrás
Ray
e40ddfabbb
**WARNING: BREAKING:** REDESIGNED: `rlgl` shader loading API function names for more consistency #5631
ADDED: `rlUnloadShader()` to unload shaders (that function was missing and compute shaders leak memory)
RENAMED: `rlCompileShader()` to p `rlLoadShader()` to be consistent with `rlUnloadShader()`
RENAMED: `rlLoadShaderCode()` to `rlLoadShaderProgram()`, more descriptive of return
RENAMED: `rlLoadShaderProgram()` to `rlLoadShaderProgramEx()`
RENAMED: `rlLoadComputeShaderProgram()` to `rlLoadShaderProgramCompute()`
RENAMED: Some functions parameters for consistency
6 dias atrás
Ray
2b207be11e
ADDED: `rlUnloadShader()` #5631
6 dias atrás
Ray
d604cd7f65
Update rmodels.c
6 dias atrás
victorberdugo1
78023ffca5
Fix memory leak in LoadGLTF when model has no bones ( #5629 )
Co-authored-by: Victor <victor@localhost.localdomain>
6 dias atrás
Ray
32005b9edf
Update textures_bunnymark.c
6 dias atrás
Ray
99cab6d3a7
Update rtext.c
1 semana atrás
Ray
1839b3edb0
Update shaders_cel_shading.c
1 semana atrás
Ray
eed30b6f90
Update HISTORY.md
1 semana atrás
Ray
a0ffefcb9d
Update rlgl.h
1 semana atrás
Ray
12039ba7d0
Update raylib.h
1 semana atrás
JoeStrout
c8d1f3e750
Make LoadFontFromImage limit its scanning to image dimensions. ( #5626 )
1 semana atrás
Gleb A
54f630774d
[example] cel-shading and outline using inverted hull ( #5615 )
* added cel-shading and outline using inverted hull example
* new screenshot
* added glsl100+120 compat
* updated view
* unnecessary spacing
1 semana atrás
Maicon Santana
3e926d65a0
add x11 libraries for raylib as glfw make private ( #5625 )
1 semana atrás
ghera
f9ee714c76
[rcore][android] Add WARNING comment for --wrap=fopen build system requirements ( #5624 )
Co-authored-by: Federico Gherardi <ghera@libero.it>
1 semana atrás
github-actions[bot]
ea00b97c59
rlparser: update raylib_api.* by CI
1 semana atrás
moe li
02b592cd7b
[rtext] Add `MeasureTextCodepoints()` for direct measurement of codepoints ( #5623 )
* Measuring length of an array of codepoints
* Applied style changes and removed default measurement function
1 semana atrás
Ray
84dc56ba89
Update README.md
1 semana atrás
Ray
d6926eb46a
Update CMakeLists.txt
1 semana atrás
Ray
eb1e85e400
Update rmodels.c
1 semana atrás
Maicon Santana
2eaac95df0
Check if locs is not null before try to access ( #5622 )
1 semana atrás
Thomas Anderson
de720a8d4c
[backend/GLFW] Added bounds check ( #5621 )
* added bounds check
* update from PR feedback
1 semana atrás
Jeffery Myers
28288fafb1
Fix MSVC warnings. ( #5619 )
1 semana atrás
takenoko-pm
71677765c5
Fix Makefile template to support libraylib.web.a ( #5620 )
1 semana atrás
github-actions[bot]
e1959a4e5c
rlparser: update raylib_api.* by CI
1 semana atrás
Ray
faf42366ec
Code gardening
1 semana atrás
Ray
23c06bc6f1
Updating raygui for examples
1 semana atrás
Ray
5ada84cc6d
Update rtext.c
1 semana atrás
Ray
d0f899721b
Update raudio.c
1 semana atrás
Ray
23f86689dc
Update CHANGELOG
1 semana atrás
Ray
1cf278b8b4
Update ROADMAP.md
1 semana atrás
Ray
1d85071372
Merge branch 'master' of https://github.com/raysan5/raylib
1 semana atrás
Ray
b4746469d4
Formating review, using imperative mode in comments
1 semana atrás
Dmitry Mozgin
70a1a57a12
Remove unnecessary define from raylib_opengl_interop.c ( #5618 )
1 semana atrás
Maicon Santana
37a852a7ae
[web] Add clipboard image implementation for web ( #5614 )
* Add clipboard image implementation for web
* Making sure that are not malloc empty string or image
1 semana atrás
Thomas Anderson
b68dbaa8af
[tools/rexm] Update nextCatIndex ( #5616 )
* removed +1 offset
* update from PR feedback
1 semana atrás
Ray
9ae34d2c4b
Update ROADMAP.md
1 semana atrás
Dmitry Mozgin
8e705b19e4
Update LibraryConfigurations.cmake ( #5617 )
Typo in find_dependency
1 semana atrás
Ray
bf830c3f7b
Update config.h
1 semana atrás
Ray
23c8ee855d
Update config.h
1 semana atrás
Ray
416da9aca6
Revert "REVIEWED: `TRACELOG()` macro logic"
This reverts commit ea92677902 .
1 semana atrás
Ray
936e8ae0db
Merge branch 'master' of https://github.com/raysan5/raylib
1 semana atrás
Ray
ea92677902
REVIEWED: `TRACELOG()` macro logic
1 semana atrás
Lam Wei Lun
3bea7f518d
Added MatrixUnit and MatrixMultiplyValue ( #5613 )
1 semana atrás
Ray
e1113c8833
REVIEWED: Fullscreen request #5601
Tested on Windows with Edge and Chrome browsers, the other options do not work:
- `Module.canvas.requestFullscreen(false, false)` - FAIL
- `Module.requestFullscreen(false, false)` - FAIL
- `Module.requestFullscreen()` - FAIL
Tested with latest Emscripten/emsdk 5.0.2
1 semana atrás
Ray
2c5e7f8db6
REVIEWED: example: `textures_clipboard_image`
1 semana atrás
Maicon Santana
8596c940ae
Add clipboard image example to showcase the chipboard image functionality ( #5604 )
1 semana atrás
Ray
0b9239eca2
REVIEWED: Code formating
1 semana atrás