ndytts
44659b7ba8
Fix android soname in src/Makefile ( #3211 )
pirms 2 gadiem
ubkp
962030e70a
Changes SetWindowMonitor() to no longer force fullscreen ( #3209 )
* Changes SetWindowMonitor() to no longer force fullscreen
* Readds fullscreen support
pirms 2 gadiem
Nikolas
5d28bad0ad
Fix LoadTextureCubemap for manual layouts ( #3204 )
pirms 2 gadiem
ashn
ac6f889dfc
Fix misleading indentation in src/Makefile ( #3202 )
pirms 2 gadiem
bohonghuang
298f93ef50
Fix `DrawBillboardPro` to allow `source` of negative size ( #3197 ) ( #3203 )
pirms 2 gadiem
ubkp
090b857912
Fix mouse wheel not working in PLATFORM_RPI or PLATFORM_DRM ( #3193 )
pirms 2 gadiem
ubkp
295e8c2a2f
Optimize and simplify the gesture system ( #3190 )
* Optimize and simplify the gesture system
* Decouples GESTURE_SWIPE_* from GESTURE_DRAG
pirms 2 gadiem
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.
pirms 2 gadiem
smalltimewizard
1310617a92
Optimization of ImageDrawRectangleRec() ( #3185 )
A significant performance increase can be had by copying the first row to all other rows.
pirms 2 gadiem
Alberto González Palomo
5635e4214c
Add note about sample format to AttachAudioStreamProcessor() ( #3188 )
pirms 2 gadiem
Danil
055fd752c2
Fixed GetMonitorName description ( #3184 ) ( #3189 )
pirms 2 gadiem
Alberto González Palomo
7124a14a60
Document buffer format for audio processors. ( #3186 )
pirms 2 gadiem
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
pirms 2 gadiem
ubkp
954c60100f
Fix GESTURE_DRAG and GESTURE_SWIPE_* issues (mostly) for web ( #3183 )
pirms 2 gadiem
Ray
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!
pirms 2 gadiem
Ray
e0c80f5ddd
Revert "Makefile change for cross compiling. ( #3176 )"
This reverts commit 70286c7cdc .
pirms 2 gadiem
Michael Anghelone
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.
pirms 2 gadiem
ubkp
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
pirms 2 gadiem
Ray
bc9c063254
Update external sdefl and sinfl
pirms 2 gadiem
Ray
7f21cf1dcf
Revert "UPDATED: `sdefl` and `sinfl` compression libraries"
This reverts commit e190b7eee9 .
pirms 2 gadiem
Ray
2061bfc5e8
Reviewed parameter names to avoid issues #3159
pirms 2 gadiem
Ray
bc40012ca3
Added missing structure on standalone mode #3160
pirms 2 gadiem
Ray
0b9fae3c53
Reviewed `rcamera`/`rgestures` file-macros for consistency #3161
pirms 2 gadiem
ubkp
4b6cbd2340
Fix Touch pointCount for web ( #3163 )
pirms 2 gadiem
Ray
685d47938b
Reverted `MeasureTextEx()` change #3105
pirms 2 gadiem
Ray
668b37e111
REVIEWED: `GenImageFontAtlas()`, make atlas size less conservative
pirms 2 gadiem
Ray
58bd10edb2
Update rtext.c
pirms 2 gadiem
ubkp
13a26a0fa2
Fix degrees of swipe gestures for web ( #3155 )
pirms 2 gadiem
Ray
225b4fb3e2
REVIEWED: `Vector2Angle()`
pirms 2 gadiem
ubkp
dd2d64e058
Fix pinch gestures for web ( #3153 )
pirms 2 gadiem
ubkp
ffe4d36e0a
Fix swipe gestures for web ( #3151 )
pirms 2 gadiem
Ray
fdc28fce80
Reviewed vector2angle example
pirms 2 gadiem
Ray
d1ab031a27
ADDED: `SetWindowFocused()` #3142
pirms 2 gadiem
Ray
5361d498c3
WARNING: REDESIGN: `Vector2Angle()`<-->`Vector2LineAngle()` #2887
pirms 2 gadiem
Ray
4fc5e82e30
REVIEWED: `TextToUpper()`, `TextToLower()`, `TextToPascal()`
pirms 2 gadiem
Ray
3e4e4b32fd
WARNING: BREAKING: ADDED: `SetTextLineSpacing()`
pirms 2 gadiem
Ray
48e2663d03
REVIEWED: Issue #3105
pirms 2 gadiem
Ray
df90da0b37
Update rcore.c
pirms 2 gadiem
Ray
e190b7eee9
UPDATED: `sdefl` and `sinfl` compression libraries
pirms 2 gadiem
Ray
ceafbcf9d2
REVIEWED: `SetShapesTexture()`, allow reseting
pirms 2 gadiem
Jeffery Myers
0c126af717
casting warnings in rtextures ( #3134 )
pirms 2 gadiem
Ray
2d518bfbcd
REVIEWED: `ProcessMaterialsOBJ()` #3125
pirms 2 gadiem
Ray
974460b072
REVIEWED: `rlLoadShaderBuffer()` #3104
pirms 2 gadiem
Le Juez Victor
5e1a81555c
Review `android_main()` in rcore.c ( #3121 )
pirms 2 gadiem
Dante Catalfamo
3a90acf08e
Add options to zig compile ( #3115 )
* Add options to zig compile options
Support for compiling with raygui, raymath, and physac.
Also outputs the required headers.
Raygui should be located `../raygui` relative to the repo root
Physac should be located `../physac` relative to the repo root
This behavior matches options in the Makefile
* Move Options struct
* Remove physac, explicit raymath, always copy rlgl.h and raymath.h
* Remove unused options from build.zig
* Add srcdir as include path for raygui.h
pirms 2 gadiem
Ray
830e328df0
Remove trailing spaces
pirms 2 gadiem
lesleyrs
2209e5b0ca
fix window flags order ( #3114 )
pirms 2 gadiem
Ray
a0a18384cb
Fix typo
pirms 2 gadiem
Chema Guerra
f385d0ce1c
Continuation of support for ES3/WebGL2 ( #3107 )
* Continuation of support for ES3/WebGL2
* GetTouchPointState()
* Amends to the WebGL2 PR
---------
Co-authored-by: root <root@DESKTOP-GLOV9QV>
Co-authored-by: chemguerra <online@chemaguerra.com>
pirms 2 gadiem
Charles
2e00d16f3d
GLTF: fix segfault in animNormals memcpy when mesh.normals == NULL ( #3103 )
pirms 2 gadiem