AntoinePerrin25
0f25a50449
Added printf style format attribute to TraceLog and TextFormat
pirms 1 nedēļas
Maicon Santana
3e926d65a0
add x11 libraries for raylib as glfw make private ( #5625 )
pirms 1 nedēļas
ghera
f9ee714c76
[rcore][android] Add WARNING comment for --wrap=fopen build system requirements ( #5624 )
Co-authored-by: Federico Gherardi <ghera@libero.it>
pirms 1 nedēļas
github-actions[bot]
ea00b97c59
rlparser: update raylib_api.* by CI
pirms 1 nedēļas
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
pirms 1 nedēļas
Ray
84dc56ba89
Update README.md
pirms 1 nedēļas
Ray
d6926eb46a
Update CMakeLists.txt
pirms 1 nedēļas
Ray
eb1e85e400
Update rmodels.c
pirms 1 nedēļas
Maicon Santana
2eaac95df0
Check if locs is not null before try to access ( #5622 )
pirms 1 nedēļas
Thomas Anderson
de720a8d4c
[backend/GLFW] Added bounds check ( #5621 )
* added bounds check
* update from PR feedback
pirms 1 nedēļas
Jeffery Myers
28288fafb1
Fix MSVC warnings. ( #5619 )
pirms 1 nedēļas
takenoko-pm
71677765c5
Fix Makefile template to support libraylib.web.a ( #5620 )
pirms 1 nedēļas
github-actions[bot]
e1959a4e5c
rlparser: update raylib_api.* by CI
pirms 1 nedēļas
Ray
faf42366ec
Code gardening
pirms 1 nedēļas
Ray
23c06bc6f1
Updating raygui for examples
pirms 1 nedēļas
Ray
5ada84cc6d
Update rtext.c
pirms 1 nedēļas
Ray
d0f899721b
Update raudio.c
pirms 1 nedēļas
Ray
23f86689dc
Update CHANGELOG
pirms 1 nedēļas
Ray
1cf278b8b4
Update ROADMAP.md
pirms 1 nedēļas
Ray
1d85071372
Merge branch 'master' of https://github.com/raysan5/raylib
pirms 1 nedēļas
Ray
b4746469d4
Formating review, using imperative mode in comments
pirms 1 nedēļas
Dmitry Mozgin
70a1a57a12
Remove unnecessary define from raylib_opengl_interop.c ( #5618 )
pirms 1 nedēļas
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
pirms 1 nedēļas
Thomas Anderson
b68dbaa8af
[tools/rexm] Update nextCatIndex ( #5616 )
* removed +1 offset
* update from PR feedback
pirms 1 nedēļas
Ray
9ae34d2c4b
Update ROADMAP.md
pirms 1 nedēļas
Dmitry Mozgin
8e705b19e4
Update LibraryConfigurations.cmake ( #5617 )
Typo in find_dependency
pirms 1 nedēļas
Ray
bf830c3f7b
Update config.h
pirms 1 nedēļas
Ray
23c8ee855d
Update config.h
pirms 1 nedēļas
Ray
416da9aca6
Revert "REVIEWED: `TRACELOG()` macro logic"
This reverts commit ea92677902 .
pirms 1 nedēļas
Ray
936e8ae0db
Merge branch 'master' of https://github.com/raysan5/raylib
pirms 1 nedēļas
Ray
ea92677902
REVIEWED: `TRACELOG()` macro logic
pirms 1 nedēļas
Lam Wei Lun
3bea7f518d
Added MatrixUnit and MatrixMultiplyValue ( #5613 )
pirms 1 nedēļas
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
pirms 1 nedēļas
Ray
2c5e7f8db6
REVIEWED: example: `textures_clipboard_image`
pirms 1 nedēļas
Maicon Santana
8596c940ae
Add clipboard image example to showcase the chipboard image functionality ( #5604 )
pirms 1 nedēļas
Ray
0b9239eca2
REVIEWED: Code formating
pirms 1 nedēļas
Maicon Santana
70a58a6ec6
[platform][glfw][rgfw] Implementing clipboard image linux ( #5603 )
* Testing linux implementation
* Add implementation for ClipboardImage on Linux
* Adding another check to make sure that only X11 include X11 libs
* Adding some comments to explain the magic numbers
pirms 1 nedēļas
ghera
950c064448
[rcore][android] Replace `android_fopen()` with linker `--wrap=fopen` ( #5605 )
* ANDROID: replace android_fopen with linker --wrap=fopen
* ANDROID: add --wrap=fopen linker flag to src/Makefile
pirms 1 nedēļas
moe li
f583674327
fix memory corruption in GenImageFontAtlas reallocation ( #5602 )
pirms 2 nedēļām
Maicon Santana
28e40d502a
#if reduced as possible ( #5600 )
pirms 2 nedēļām
github-actions[bot]
178aca0fd0
rlparser: update raylib_api.* by CI
pirms 2 nedēļām
Ray
f3958cae5d
Merge branch 'master' of https://github.com/raysan5/raylib
pirms 2 nedēļām
Ray
2b3218c3db
REVIEWED: Start working on `raylib 6.0` release...
pirms 2 nedēļām
Maicon Santana
05a34b09ea
Swaping #pragma message with TRACELOG inside the clipboard_image function ( #5596 )
Co-authored-by: Ray <raysan5@gmail.com>
pirms 2 nedēļām
Thomas Anderson
d8861cc35f
change defined() to 0/1 check ( #5599 )
pirms 2 nedēļām
Ray
c686e087b3
Update rtextures.c
pirms 2 nedēļām
Ray
92a1b80465
REVIEWED: Flags checks, fixes #5597
pirms 2 nedēļām
Ray
d869db1572
Update raylib.sln
pirms 2 nedēļām
Thomas Anderson
f23a900e91
fix memory leak found by maiconpintoabreu ( #5598 )
pirms 2 nedēļām
Jeffery Myers
72b206624f
MSVC warnings ( #5595 )
pirms 2 nedēļām