Ray
f95dc2d565
Merge branch 'master' of https://github.com/raysan5/raylib
1 년 전
Ray
5a33f19964
Revert "Fix #3246"
This reverts commit e4dcbd5180
.
1 년 전
ubkp
016b7d0a3a
Fix text_unicode.c example crashing ( #3250 )
* Fix text_unicode.c example crashing
* Adjust the text_unicode.c example crashing fix
1 년 전
Ray
e4dcbd5180
Fix #3246
1 년 전
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 년 전
Ray
e2d4463886
Update BINDINGS.md
1 년 전
ubkp
e0afb8942e
Fix examples/others/rlgl_standalone.c compilation issue ( #3242 )
1 년 전
Ray
7a1c0d2547
Added fortran-raylib
1 년 전
Ray
bf705a63de
REVIEWED: `DrawLineCatmullRom()`
1 년 전
Ray
d873d0f173
ISSUE: `DrawLineCatmullRom()`, needs review
1 년 전
Ray
9161c55d59
REVIEWED: Code formatting
1 년 전
Ray
fc88518067
ADDED: Spline drawing functions ->
- `DrawLineBSpline()`
- `DrawLineCatmullRom()`
1 년 전
ubkp
c25b52b1b3
Fix rcamera.h issues ( #3240 )
1 년 전
Ray
93f59a6f59
Review tabs and trail-spaces
1 년 전
Ray
f1c31bee27
Fix #3177 #3109
1 년 전
RadsammyT
0959f6ebf6
fix typos in rmodels, rshapes, rtext modules ( #3236 )
1 년 전
ashn
90f1749965
Ignore unused function warnings from external headers when compiling with GCC and Clang ( #3235 )
1 년 전
Ray
42cfabc670
REVIEWED: Old pragma formating
1 년 전
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 년 전
Nikolas
bef818e210
Fix build for OpenGL 2.1, where half floats are part of an extension ( #3233 )
1 년 전
mohad12211
db55bed72b
fix: check if ctrl modifier is among the currently set modifiers ( #3230 )
1 년 전
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 년 전
yujiri8
b82217eaaa
Tweak build.zig to work with cross-compiling ( #3225 )
1 년 전
Nikolas
dc621ca388
Support 16-Bit HDR textures ( #3220 )
* Support 16-Bit HDR textures
* Fix build on emscripten
* Move helper functions
1 년 전
Ray
6094869e3e
Fix material loading #3126
1 년 전
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 년 전
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 년 전
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 년 전
ubkp
5b4aaf4eb1
Adds CMake option for SUPPORT_CUSTOM_FRAME_CONTROL ( #3221 )
1 년 전
ubkp
464e714a2e
Adds BORDERLESS_WINDOWED_MODE for PLATFORM_DESKTOP ( #3216 )
1 년 전
Jeffery Myers
04678bc585
int math done with floats causes warnings. ( #3218 )
1 년 전
Joseph Montanez
b60c691816
Update BINDINGS.md ( #3217 )
Updated Raylib-PHP to support Raylib 4.5
1 년 전
Matheus C. França
e7664d5684
build change ( #3214 )
ref.: https://github.com/ziglang/zig/pull/16446
1 년 전
ubkp
4fd40f0333
Fixes GetCurrentMonitor() detection inconsistency issue ( #3215 )
1 년 전
Alexander Klingenbeck
d3ea649832
Update BINDINGS.md to include rayjs ( #3212 )
1 년 전
ndytts
44659b7ba8
Fix android soname in src/Makefile ( #3211 )
1 년 전
ubkp
962030e70a
Changes SetWindowMonitor() to no longer force fullscreen ( #3209 )
* Changes SetWindowMonitor() to no longer force fullscreen
* Readds fullscreen support
1 년 전
Nikolas
5d28bad0ad
Fix LoadTextureCubemap for manual layouts ( #3204 )
1 년 전
ashn
ac6f889dfc
Fix misleading indentation in src/Makefile ( #3202 )
1 년 전
bohonghuang
298f93ef50
Fix `DrawBillboardPro` to allow `source` of negative size ( #3197 ) ( #3203 )
1 년 전
Ray
32b54be5cb
Update FAQ.md
1 년 전
ubkp
090b857912
Fix mouse wheel not working in PLATFORM_RPI or PLATFORM_DRM ( #3193 )
1 년 전
ubkp
295e8c2a2f
Optimize and simplify the gesture system ( #3190 )
* Optimize and simplify the gesture system
* Decouples GESTURE_SWIPE_* from GESTURE_DRAG
1 년 전
Jakub Václav Flasar
ad2338b994
build.zig: Support for building with PLAFORM_DRM ( #3191 )
- Adds an option -Dplatform_drm when using zig build
- When building for linux, checks whether -Dplatform_drm is present and configures the build accordingly.
1 년 전
smalltimewizard
1310617a92
Optimization of ImageDrawRectangleRec() ( #3185 )
A significant performance increase can be had by copying the first row to all other rows.
1 년 전
Alberto González Palomo
5635e4214c
Add note about sample format to AttachAudioStreamProcessor() ( #3188 )
1 년 전
Danil
055fd752c2
Fixed GetMonitorName description ( #3184 ) ( #3189 )
1 년 전
Alberto González Palomo
7124a14a60
Document buffer format for audio processors. ( #3186 )
1 년 전
Rokas Puzonas
d6f16b7664
Update usage of 'sinf()' and 'cosf()' to be correct ( #3181 )
* Update usage of 'sinf()' and 'cosf()' to be correct
* Update formatting of arithmetic operations
1 년 전
ubkp
954c60100f
Fix GESTURE_DRAG and GESTURE_SWIPE_* issues (mostly) for web ( #3183 )
1 년 전