BlueStag
f31e4ebb3d
Use American spelling of colourSpace ( #2604 )
3 лет назад
veins1
0ef3e4c4d5
Audio looping fix ( #2579 )
* WAVs looping fix. But broke other formats looping
* Fix audio looping issue
* Follow raylib formatting
* Cast void* to char* to make MSVC compiler happy
Co-authored-by: Ray <raysan5@gmail.com>
3 лет назад
Ray
bb6b43b7cb
REVIEWED: `GenImageFontAtlas()` #2556
Just reviewed font atlas size estimation, now it considers `fontSize` instead of `chars[i].image.height`, increasing considerably the atlas size estimation.
3 лет назад
Nikolay Krasheninnikov
52345fd883
[raymath] Rotation functions returns clockwise rotation matrix, #2595 ( #2599 )
Co-authored-by: Nikolai Krasheninnikov <nikolai.krasheninnikov@kronshtadt.ru>
3 лет назад
Ray
241d6526b0
Some camera improvements #2563
Reviewed some camera functionality:
- Reviewed camera swinging (up-down movement)
- Reviewed camera tilting (left-right movement)
- Make movement independent of frame-rate
- removed unneeded variables
NOTE: Camera rotation has some speed issues on first person when fixed 60 fps are used: it moves too fast. Independent framerate movement is not properly implemented.
3 лет назад
Ray
7b05444af8
Review comments and parameter names
3 лет назад
Piotr Wierciński
024a803665
rtextures: Improve numerical stability of float multiplication ( #2596 )
Dimensions of Rectangle should be casted to int before multiplication,
otherwise there is a risk for underallocation/overallocation of memory.
3 лет назад
Piotr Wierciński
5a2f25cc7c
rtextures: Fix ImageFromImage crash ( #2594 )
Height of the rectangle can be float, which
may lead to doing extra iteration of loop and
writing out of bounds.
3 лет назад
Crydsch
00c7509454
add Vector3RotateByAxisAngle ( #2590 )
3 лет назад
hitomi kirigri
64710e6030
fix QuaternionFromMatrix & QuaternionEquals ( #2591 )
Co-authored-by: kirigiri hitomi <chenjw@hiscene.com>
3 лет назад
Ray
d78177d246
Update year
3 лет назад
Ray
39d9d1da42
Update config.h
3 лет назад
Julianiolo
6ed1ce0082
fixed build for cygwin ( #2588 )
3 лет назад
George Linkovsky
b40696eab6
Fix Vector3ClampValue and Vector2ClampValue ( #2585 )
Co-authored-by: Timofffee <timofffee@gmail.com>
3 лет назад
Jeffery Myers
e9029d3d00
[CORE] Fix Warnings ( #2582 )
* Fix raymath warning with floor to floorf
* signed unsigned missmatches
3 лет назад
Ray
49a534b5d4
Removed raudio.h from public header
3 лет назад
Ray
cccea34c6f
Update raudio.c
3 лет назад
Ray
8aa105fd5b
WARNING: REMOVED: raudio_standalone example
Moved to raudio library repo: https://github.com/raysan5/raudio
3 лет назад
Ray
6c2c176a99
Added note
3 лет назад
Ray
3ebfee5dbc
REVIEWED: `UpdateMusicStream()` #2228
Trying to implement proper looping, independently of frame rate.
3 лет назад
Ray
0379b94b7a
Minor tweaks
3 лет назад
Ray
b92573e711
Update raudio.c
3 лет назад
Ray
2245500245
Added comment about buffer refill issue on looping #2228
3 лет назад
Ray
066bd5be87
Reviewed formating
3 лет назад
Ray
29a0f60778
REVIEWED: `ImageResize()` #2572
3 лет назад
Ray
05dc300296
Remove unneded TABS
3 лет назад
Audi Nugraha
d1aabb3957
Allow DLL creation using TCC ( #2569 )
* Fix Undefined Symbol `_ftelli64`
* Add files via upload
* Update raylib.h
* Update raylib.h
3 лет назад
Richard Smith
f7e1550eea
Fix fat universal (arm64 + x86_64) macos Github Actions build ( #2567 )
* test if clang supports multiple targets
* didnt work, so trying lipo to join separate targets together
* add CUSTOM_LDFLAGS to try to fix arm64 mac dynamic build
* fix sym links
* try again to fix sym links
* auto extract raylib version numbers from makefile
* fix macos missing gnu grep
* dont use custom name for raylib dlls
3 лет назад
Ray
7fb7591e4f
Update raylib.h
3 лет назад
Ray
e722a8dbef
WARNING: BREAKING: REMOVED: `*StorageValue()` functions
Those functions were platform dependent and user has no control over the file created. They have been removed from raylib and just moved to `core_storage_values` example.
3 лет назад
Ray
e0f0a5f663
REMOVED: `GenMeshBinormals()`, actually, never implemented
3 лет назад
Ray
cd53531050
Added some comments
3 лет назад
Ray
c6c71fe73c
REVIEWED: `DrawMesh()` #2511
Disable color vertex attribute if not provided by mesh
3 лет назад
Ray
f579a3a708
REVIEWED: `DecompressData()`
3 лет назад
Ray
9be186624c
REVIEWED: `DrawBillboard*()`
3 лет назад
Ray
61e691d94f
Remove unneeded `rlPushMatrix()`
3 лет назад
Ray
da5d04061e
Updated PLATFORM_RPI info #2547
3 лет назад
Ray
1211047e1c
Removed physac #2543
3 лет назад
veclavtalica
63568721f9
fix: precision loss, discard unused ( #2541 )
3 лет назад
Hanaxar
6f231ea9ac
Fix signedness in rlBindImageTexture ( #2539 )
rlGetGlTextureFormats was expecting unsigned int, corrected variables according to that.
3 лет назад
Ray
371aa0fe7f
Update rlgl.h
3 лет назад
Ray
5044ce9de3
Reviewed batch buffer overflow #2526
3 лет назад
Ray
68c7cc0cc4
minor tweak
3 лет назад
Dan Bechard
8bd3ecaa66
Share PCM streaming buffer to reduce dynamic allocations ( #2532 )
3 лет назад
Ray
0afa79067b
Revert "Update rlgl.h"
This reverts commit 8fe6bfabbf
.
3 лет назад
Ray
5426262ae6
REVIEWED: `IsFileExtension()` #2530
Max file extension size set to 16
3 лет назад
Ray
8fe6bfabbf
Update rlgl.h
3 лет назад
Ray
6f3b2a7661
Update rlgl.h
3 лет назад
Ray
c1d9489294
Update rcore.c
3 лет назад
Ray
8d9c45a08a
tweak
3 лет назад