Ray
15716e59dc
Update CHANGELOG
1 year ago
Ray
aa3c7f4614
Merge branch 'master' of https://github.com/raysan5/raylib
1 year ago
Ray
ae53600d31
WARNING: REMOVED: Multichannel audio support API
1 year ago
Ray
57f0015a08
Update CHANGELOG
1 year ago
Ray
1b873b028f
WARNING: REMOVED: Multichannel audio support API
It was quite restrictive and hacky implementation, just load multiple types same sound to play multiple instances.
1 year ago
Ray
3a332d241c
Update CHANGELOG
1 year ago
Sid K
0b18882a94
fix(build): Fix DLL build on Windows ( #2951 )
Changes the DLL export condition to apply to platform WIN32 instead of
compiler MSVC
1 year ago
Ray
8f7e2cd179
Replace TABS by 4 spaces
1 year ago
Ray
614e0518a7
Remove trailing spaces
1 year ago
Ray
cf1ebada0e
Tweak `WindowDropCallback()` #2943
1 year ago
Ray
aae7ab64c7
Update raudio.c
1 year ago
Ray
68ee0bb8dd
ADDED: QOA music streaming (with auxiliar lib)
Some format tweaks
1 year ago
Ray
d3f5bc4043
REVIEWED: `GetWindowHandle()` #2950
1 year ago
Ray
f4f6e25340
Support QOA audio file format by default
1 year ago
Ray
9614d3353b
REVIEWED: QOA audio file export
1 year ago
Ray
ab14ad5d75
Close issue #2949
1 year ago
Ray
0eeb499288
Update qoa.h
1 year ago
Ray
5492f52adc
Change default threading model for COM objects
It shouldn't matter much but it could avoid some conflicts with other libraries in the future (like `tinyfiledialogs`).
1 year ago
Ray
1611cd54e7
REVIEWED: `GetWindowHandle()` #2938
1 year ago
Ray
6897b43599
REVIEWED: `core_drop_files` #2943
1 year ago
Antonis Geralis
394b31faff
Add GL_MIN GL_MAX blending equations ( #2945 )
2 years ago
Ray
73c9f72c52
Update rtextures.c
2 years ago
Ray
7fd2bf1a32
Minimal tweak
2 years ago
Ray
215eb967e8
Update rcore.c
2 years ago
Ray
cb2ba3675c
REVIEWED: `rlUnloadFramebuffer()` #2937
2 years ago
Ray
ca98a84d68
Update rtext.c
2 years ago
fubark
110eab56a7
Add Cyber to BINDINGS.md ( #2939 )
2 years ago
Ray
d5a31168ce
REVIEWED: Data validation
2 years ago
Ray
d652b95fbf
ADDED: Security checks
2 years ago
Ray
153470d605
REVIEWED: `GenMeshTangents()`, avoid crash on missing texcoords data #2927
2 years ago
Ray
b4d824d6fc
REVIEWED: `GetMonitorWidth()` and `GetMonitorHeight()` #2934
2 years ago
Ray
8169d0eab2
REVIEWED: `IsWindowFocused()` to consider Android App state #2935
2 years ago
Ray
b2926b2d28
Update rtextures.c
2 years ago
Ray
3cade2a1a0
REVIEWED: `IsImageReady()` and `IsTexureReady()`
Reordered some functions to avoid config.h issues when disabling some features.
2 years ago
Ray
bcae065c88
REVIEWED: `IsShaderReady()`
2 years ago
Ray
1347a15539
ADDED: `SetWindowIcons()` to set multiple icon image sizes
2 years ago
hkc
d26a56d4e1
Added mixed audio processor ( #2929 )
* Use RL_QUADS/RL_TRIANGLES for single-pixel drawing
Addresses problem mentioned in
https://github.com/raysan5/raylib/issues/2744#issuecomment-1273568263
(in short: when drawing pixels using DrawPixel{,V} in camera mode,
upscaled pixel becomes a line instead of bigger pixel)
* [rtextures] Fixed scaling down in ImageTextEx
Closes #2755
* Added global audio processor
* Renamed struct member to follow naming conventions
* Added example for AttachAudioMixedProcessor
2 years ago
Ray
47dd842e81
Minor format tweaks
2 years ago
Ray
f594f14510
Reviewed typo and formating
2 years ago
Ray
2766835ed4
REPLACE: TABS by 4 spaces
2 years ago
Jeffery Myers
9eaed07b77
Make the oribital camera work like it used to (it is not just a copy of third person) ( #2926 )
2 years ago
Ray
beb44f1dac
Avoid centering mouse when program launches
2 years ago
Ray
903d85e323
Make sure window position always inits in the middle of the current monitor
2 years ago
Ray
5dedb27ce0
REVIEWED: Issue with camera jump on first frame
2 years ago
veins1
ec95aa2e04
Move camera after rotation ( #2923 )
Moving camera after rotation is set to avoid 1 frame delay in movement direction
2 years ago
Ray
1cfb484100
ADDED: Example project to VS
2 years ago
Ray
e843be7ea5
ADDED: rcamera dependencies details
2 years ago
Ray
547819766f
ADDED: Example project to VS2022 solution
2 years ago
Ray
50d17393a5
Create models_loading_m3d.vcxproj
2 years ago
Ray
ea590c44a9
REVIEWED: Camera redesign PR
2 years ago