04678bc585
int math done with floats causes warnings. ( #3218 )
2023-08-02 19:12:38 +02:00
b60c691816
Update BINDINGS.md ( #3217 )
...
Updated Raylib-PHP to support Raylib 4.5
2023-08-02 09:05:02 +02:00
e7664d5684
build change ( #3214 )
...
ref.: https://github.com/ziglang/zig/pull/16446
2023-08-01 10:46:40 +02:00
4fd40f0333
Fixes GetCurrentMonitor() detection inconsistency issue ( #3215 )
2023-08-01 10:42:50 +02:00
d3ea649832
Update BINDINGS.md to include rayjs ( #3212 )
2023-07-30 19:08:59 +02:00
44659b7ba8
Fix android soname in src/Makefile ( #3211 )
2023-07-29 13:46:04 +02:00
962030e70a
Changes SetWindowMonitor() to no longer force fullscreen ( #3209 )
...
* Changes SetWindowMonitor() to no longer force fullscreen
* Readds fullscreen support
2023-07-28 20:08:41 +02:00
5d28bad0ad
Fix LoadTextureCubemap for manual layouts ( #3204 )
2023-07-27 22:41:43 +02:00
ac6f889dfc
Fix misleading indentation in src/Makefile ( #3202 )
2023-07-26 17:50:07 +02:00
298f93ef50
Fix DrawBillboardPro to allow source of negative size ( #3197 ) ( #3203 )
2023-07-26 17:46:57 +02:00
32b54be5cb
Update FAQ.md
2023-07-24 12:32:22 +02:00
090b857912
Fix mouse wheel not working in PLATFORM_RPI or PLATFORM_DRM ( #3193 )
2023-07-23 20:35:41 +02:00
295e8c2a2f
Optimize and simplify the gesture system ( #3190 )
...
* Optimize and simplify the gesture system
* Decouples GESTURE_SWIPE_* from GESTURE_DRAG
2023-07-22 20:50:04 +02:00
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.
2023-07-21 14:08:35 +02:00
1310617a92
Optimization of ImageDrawRectangleRec() ( #3185 )
...
A significant performance increase can be had by copying the first row to all other rows.
2023-07-20 13:50:56 +02:00
5635e4214c
Add note about sample format to AttachAudioStreamProcessor() ( #3188 )
2023-07-20 13:41:35 +02:00
055fd752c2
Fixed GetMonitorName description ( #3184 ) ( #3189 )
2023-07-20 10:56:35 +02:00
7124a14a60
Document buffer format for audio processors. ( #3186 )
2023-07-19 23:11:29 +02:00
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
2023-07-19 13:46:14 +02:00
954c60100f
Fix GESTURE_DRAG and GESTURE_SWIPE_* issues (mostly) for web ( #3183 )
2023-07-19 11:33:10 +02:00
a9ff13a367
Update CMakeOptions.txt
2023-07-18 18:07:49 +02:00
52541b4a1f
ADDED: SUPPORT_FONT_ATLAS_WHITE_REC
...
Support creating a 3x3 pixels white rectangle at the bottom-right corner of the generated font atlas image, useful for shapes+text drawing in a single draw call!
2023-07-18 17:57:10 +02:00
e0c80f5ddd
Revert "Makefile change for cross compiling. ( #3176 )"
...
This reverts commit 70286c7cdc .
2023-07-16 20:18:38 +02:00
86f95d7150
Reviewed C compilation issues and formatting
2023-07-16 13:24:49 +02:00
70286c7cdc
Makefile change for cross compiling. ( #3176 )
...
Working from wsl and compiling for windows this change makes it much easier to compile a static library for windows on arm.
To compile a static library for windows on arm:
```
make PLATFORM=PLATFORM_DESKTOP TARGET_OS=WINDOWS CROSS_CC=/llvm/bin/aarch64-w64-mingw32-gcc CROSS_AR=/llvm/bin/aarch64-w64-mingw32-ar
```
This does not work to compile a shared library yet, only static.
2023-07-16 13:08:55 +02:00
b980268ba7
[example] Core Input Gestures for Web ( #3172 )
...
* [example] Core Input Gestures for Web
* Fix Doubletap for web
* Changes TAP_TIMEOUT and rgGetCurrentTime to seconds
2023-07-16 13:07:29 +02:00
22895ba14f
fix: cmake option "OPENGL_VERSION" doesn't work ( #3170 )
2023-07-13 21:20:06 +02:00
bc9c063254
Update external sdefl and sinfl
2023-07-12 15:49:38 +02:00
8096f142ec
Add a new task the issue template about checking the wiki ( #3169 )
2023-07-12 12:02:33 +02:00
290ec11e7c
Merge branch 'master' of https://github.com/raysan5/raylib
2023-07-12 10:37:17 +02:00
7f21cf1dcf
Revert "UPDATED: sdefl and sinfl compression libraries"
...
This reverts commit e190b7eee9 .
2023-07-12 10:37:10 +02:00
e8181a5ddf
Update latest h-raylib version ( #3166 )
2023-07-11 15:21:49 +02:00
2061bfc5e8
Reviewed parameter names to avoid issues #3159
2023-07-10 19:29:10 +02:00
bc40012ca3
Added missing structure on standalone mode #3160
2023-07-10 19:15:55 +02:00
b807c590cb
Merge branch 'master' of https://github.com/raysan5/raylib
2023-07-10 19:13:53 +02:00
0b9fae3c53
Reviewed rcamera/rgestures file-macros for consistency #3161
2023-07-10 19:13:44 +02:00
4b6cbd2340
Fix Touch pointCount for web ( #3163 )
2023-07-10 18:58:56 +02:00
91e4eea52d
Add raylib-ffi to bindings list ( #3164 )
2023-07-10 18:58:10 +02:00
334e96d470
update bindbd-raylib3 to raylib 4.5 ( #3157 )
2023-07-06 12:32:02 +02:00
685d47938b
Reverted MeasureTextEx() change #3105
2023-07-06 12:31:01 +02:00
668b37e111
REVIEWED: GenImageFontAtlas(), make atlas size less conservative
2023-07-06 12:29:28 +02:00
4f9235f6eb
Merge branch 'master' of https://github.com/raysan5/raylib
2023-07-05 18:36:59 +02:00
58bd10edb2
Update rtext.c
2023-07-05 18:36:54 +02:00
13a26a0fa2
Fix degrees of swipe gestures for web ( #3155 )
2023-07-05 16:43:00 +02:00
3c4ce9c99b
Update examples_template.c to raylib 4.5 ( #3156 )
2023-07-05 16:39:38 +02:00
225b4fb3e2
REVIEWED: Vector2Angle()
2023-07-04 16:58:43 +02:00
dd2d64e058
Fix pinch gestures for web ( #3153 )
2023-07-04 11:08:58 +02:00
ffe4d36e0a
Fix swipe gestures for web ( #3151 )
2023-07-03 09:29:26 +02:00
fdc28fce80
Reviewed vector2angle example
2023-07-02 20:05:15 +02:00
e8af875756
Minor format tweak, another issue introduced...
2023-07-02 18:54:50 +02:00