Asdqwe
d047597244
Fix example/audio/audio_module_player.c help instructions and small bug ( #3272 )
* Fix example/audio/audio_module_player.c help instructions and small bug
* Update example/audio/audio_module_player.png screenshot
1 year ago
Ethan Conneely
fc0d132566
Remove e from secondes ( #3270 )
1 year ago
Asdqwe
de3dc94d5b
Fix example/models/models_loading_m3d.c controls ( #3269 )
1 year ago
Asdqwe
9393500bff
Fix example/models/models_loading_gltf.c controls ( #3268 )
1 year ago
iacore
76adf883fd
Fix CMake extraneous -lglfw ( #3266 )
Closes #3265 .
The problem: LIBS_PRIVATE is a list of library names (used by pkg-config), but the shared library of the same name doesn't always exist.
1 year ago
Asdqwe
71a8d09a63
Add missing cmake options ( #3267 )
1 year ago
Ray
9646497216
Formating review
1 year ago
Branimir Ričko
b27e98a428
Fix bug where default shaders was not linking. ( #3261 )
1 year ago
Nickolas McDonald
9c9fba6a6c
[Feature] IsKey... safety checks and more ( #3256 )
* [Feature] Add GetKeyRepeat
* Update rcore.c
* Simpler design, only one repeat per frame
* Update config.h
* Update rcore.c
* Add KEYBOARD_KEYS_MASK
* Update config.h
* reversions
* Update rcore.c
* Update rcore.c
* change docs
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update raylib.h
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c
* Update rcore.c
1 year ago
Ethan Simpson
828d273698
Add Vector3 Projecting and Rejection to Raymath ( #3263 )
* Update raymath.h
* formatting
1 year ago
Jeffery Myers
21f5482e0d
[Image] Validate that ImageDrawRectangleRec is drawing entirely inside the image ( #3264 )
* Add a function to clone a sound and share data with another sound.
* rename items based on feedback
* PR Feedback, use custom unload for sound alias, not variant of normal sound unloading
* sound_multi example
* Validate that image rect drawing is inside the image so we don't overflow a buffer
* remove files that should not have been added.
* remove changes that should not have been
* revert
* adsfasdfsdfsdf
1 year ago
ubkp
4fa66f2635
Fix SetClipboardText for web ( #3257 )
1 year ago
Asdqwe
8f228626a2
Match CMakeOptions.txt options default values ( #3258 )
1 year ago
vitopigno
5ed83dfa29
Update rcore.c ( #3255 )
1 year ago
Ray
dfd0436428
Reviewed `IsKeyPressedRepeat()` #3248
1 year ago
actondev (Christos)
b3f82a148a
Add `IsKeyPressedRepeat` (desktop only) ( #3245 )
Since the key pressed are handle by comparing current vs previous
state (ie frame), a special way is needed to handle key repeats.
1 year ago
Ray
83628933f0
Merge branch 'master' of https://github.com/raysan5/raylib
1 year ago
Ray
8189bddefb
tweaks
1 year ago
actondev (Christos)
820343e7ac
add build.zig options for individual modules ( #3254 )
1 year ago
Ray
f95dc2d565
Merge branch 'master' of https://github.com/raysan5/raylib
1 year ago
Ray
5a33f19964
Revert "Fix #3246"
This reverts commit e4dcbd5180
.
1 year ago
ubkp
016b7d0a3a
Fix text_unicode.c example crashing ( #3250 )
* Fix text_unicode.c example crashing
* Adjust the text_unicode.c example crashing fix
1 year ago
Ray
e4dcbd5180
Fix #3246
1 year ago
ashn
a86c93ebc0
Ignore unused return value of GetCodepointNext in GetCodepointCount ( #3241 )
* Ignore unused return value of GetCodepointNext in GetCodepointCount
Removes the last warning from non-external libraries when compiling with
the default build configuration on x64 Linux.
* Remove unnecessary void cast in GetCodepointCount
1 year ago
Ray
e2d4463886
Update BINDINGS.md
1 year ago
ubkp
e0afb8942e
Fix examples/others/rlgl_standalone.c compilation issue ( #3242 )
1 year ago
Ray
7a1c0d2547
Added fortran-raylib
1 year ago
Ray
bf705a63de
REVIEWED: `DrawLineCatmullRom()`
1 year ago
Ray
d873d0f173
ISSUE: `DrawLineCatmullRom()`, needs review
1 year ago
Ray
9161c55d59
REVIEWED: Code formatting
1 year ago
Ray
fc88518067
ADDED: Spline drawing functions ->
- `DrawLineBSpline()`
- `DrawLineCatmullRom()`
1 year ago
ubkp
c25b52b1b3
Fix rcamera.h issues ( #3240 )
1 year ago
Ray
93f59a6f59
Review tabs and trail-spaces
1 year ago
Ray
f1c31bee27
Fix #3177 #3109
1 year ago
RadsammyT
0959f6ebf6
fix typos in rmodels, rshapes, rtext modules ( #3236 )
1 year ago
ashn
90f1749965
Ignore unused function warnings from external headers when compiling with GCC and Clang ( #3235 )
1 year ago
Ray
42cfabc670
REVIEWED: Old pragma formating
1 year ago
RadsammyT
03ecf2202e
Fix typos in rcore.c comments ( #3234 )
* Fix typos in rcore.c comments
thought i corrected "dettach"
Fix typos in rcore.c comments
* 'fordward' > forward
1 year ago
Nikolas
bef818e210
Fix build for OpenGL 2.1, where half floats are part of an extension ( #3233 )
1 year ago
mohad12211
db55bed72b
fix: check if ctrl modifier is among the currently set modifiers ( #3230 )
1 year ago
Le Juez Victor
c9864d8ac1
Fixed Android app black screen issue when reopening after incomplete closing ( #3227 )
* Fixed black screen issue when resuming the app on Android
Partly explained here: https://github.com/raysan5/raylib/issues/3127
* Fix APP_CMD_TERM_WINDOW for Android
1 year ago
yujiri8
b82217eaaa
Tweak build.zig to work with cross-compiling ( #3225 )
1 year ago
Nikolas
dc621ca388
Support 16-Bit HDR textures ( #3220 )
* Support 16-Bit HDR textures
* Fix build on emscripten
* Move helper functions
1 year ago
Ray
6094869e3e
Fix material loading #3126
1 year ago
Jeffery Myers
62f5382d56
[AUDIO] Add an example of how to use LoadSoundAlias ( #3223 )
* Add a function to clone a sound and share data with another sound.
* rename items based on feedback
* PR Feedback, use custom unload for sound alias, not variant of normal sound unloading
* sound_multi example
1 year ago
Jeffery Myers
601cadbae6
[AUDIO] Add a function to make an alias of a sound and share it's sample data ( #3219 )
* Add a function to clone a sound and share data with another sound.
* rename items based on feedback
* PR Feedback, use custom unload for sound alias, not variant of normal sound unloading
1 year ago
vitopigno
d3058fe589
[CORE] Support for SetWindowTitle and InitWindow for web ( #3222 )
* Update raylib.h
Changed SetWindowTitle's description
* Update rcore.c
SetWindowTitle now works on web
* Update rcore.c
InitWindow title now works with web platform too.
1 year ago
ubkp
5b4aaf4eb1
Adds CMake option for SUPPORT_CUSTOM_FRAME_CONTROL ( #3221 )
1 year ago
ubkp
464e714a2e
Adds BORDERLESS_WINDOWED_MODE for PLATFORM_DESKTOP ( #3216 )
1 year ago
Jeffery Myers
04678bc585
int math done with floats causes warnings. ( #3218 )
1 year ago